Re: [WiX-users] Different behavior on uninstall

2008-12-10 Thread Richard
In article <[EMAIL PROTECTED]>, "Rolando Valdivia" <[EMAIL PROTECTED]> writes: > Sorry, I forgot to mention that I made a log for the kit, and the error Says > "InstallFinalize return value 3", there is no more information. Look earlier in the log. InstallFinalize returns 3 when an action

Re: [WiX-users] Different behavior on uninstall

2008-12-10 Thread Rolando Valdivia
Sorry, I forgot to mention that I made a log for the kit, and the error Says "InstallFinalize return value 3", there is no more information. Thats why I ask. Thanks, Rolando 2008/12/10 Wilson, Phil <[EMAIL PROTECTED]> > The standard answer for this type of issue is to enable MSI logging, and >

Re: [WiX-users] Different behavior on uninstall

2008-12-10 Thread Wilson, Phil
The standard answer for this type of issue is to enable MSI logging, and look at the MSIxxx.log file in the temp folder. A .reg file wih this will turn it on REGEDIT4 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer] "Logging"="voicewarmupx" Phil Wilson -Original Message