Re: [WiX-users] Windows Service Uninstall Failing Intermittently

2009-05-22 Thread Wilson, Phil
[mailto:rehan.sa...@gam.com] Sent: Friday, May 22, 2009 6:25 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Windows Service Uninstall Failing Intermittently After some testing I found that if you install two Windows Service installers with different UpgradeCode's but the same Comp

Re: [WiX-users] Windows Service Uninstall Failing Intermittently

2009-05-22 Thread Rehan
After some testing I found that if you install two Windows Service installers with different UpgradeCode's but the same Component Guid's then: 1. When you attempt to uninstall the first one the files are removed for one but both services remain in the console window. 2. When you remove the secon

[WiX-users] Windows Service Uninstall Failing Intermittently

2009-05-22 Thread Rehan
I have an MSI which installs a windows service as either LocalSystem ot CustomAccount depending on what the user selects using a Condition. Occasionally the MSI would fail to uninstall, the files were removed but the service was not removed from the services.msc window. I have come up with two pot