Re: [WiX-users] Problem with SqlDatabase while upgrading

2008-08-14 Thread Bob Arnson
dschmitz wrote: > Error 6 Cannot set column 'Attributes' with value 128 because it is > greater > than the maximum allowed value for this column, 127. candle.exe 0 > 1 Please file a bug at http://sourceforge.net/tracker/?group_id=105970&atid=642714. It's a simple table

Re: [WiX-users] Problem with SqlDatabase while upgrading

2008-08-14 Thread dschmitz
Hi urugan, thanks for your answer. When I uninstall the program via "Add/Remove programs" the database is removed, so then everything is perfect, so I don't think it is an SQL problem. And to be honest I also don't know where I can check if the SQL works for reinstall. But if I want to upgrade th

Re: [WiX-users] Problem with SqlDatabase while upgrading

2008-08-14 Thread urugan
I would look at your current database. I think it's more sql problem. Do you have column Attributes? Maybe something prevents dropping db in the firstplace? -- View this message in context: http://n2.nabble.com/Problem-with-SqlDatabase-while-upgrading-tp719783p723890.html Sent from the wix-use

[WiX-users] Problem with SqlDatabase while upgrading

2008-08-12 Thread dschmitz
Hello, While performing a minor upgrade to my wix setup, I want to reinstall my database, all the existing content should be removed. I try to do this with these commands: But I get the following error: Error 6 Cannot set column 'Attributes' with value 128