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
case - I'm assuming that COM+ installer steps don't like to see the object already registered. Kelly daveog <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 09/28/2007 08:10 AM To wix-users@lists.sourceforge.net cc Subject [WiX-users] Please Help .. MSI error ...

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

2007-09-28 Thread daveog
Hi all, I am getting the following error in my msi log file MSI (s) (EC:C8) [15:39:14:809]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI1A74.tmp, Entrypoint: ComPlusPrepare MSI (s) (EC:AC) [15:39:14:840]: Executing op: ActionStart(Name=ComPlusRollbackInstallExecute,,) MSI (s