Re: [WiX-users] Please Help .. MSI error ...

2007-09-28 Thread Christopher Painter
Here's a tip... when you get a big negative decimal number like that, convert it to hex and drop the high order byte and add 0x ( hex ) in front of it. Then google or refer to SDK documentation. --2146368508 -> 80110404 -> 80110404 -> 0x80110404 -> Google reveals hits dealin

Re: [WiX-users] Please Help .. MSI error ...

2007-09-28 Thread Kelly Leahy
Go to c:\program files\microsoft visual studio8\common7\tools (if you have VS2005 installed) and run errlookup.exe put the number into the box and you'll see it change to: 0x80110404 you'll see the message: The object is already registered So... not sure what that means in your case - I'm as