Re: [WiX-users] Windows Service not removed on Uninstall

2008-03-09 Thread faheemitian
Bob Arnson-6 wrote: > > faheemitian wrote: >>> MSI (s) (FC:B4) [12:56:42:668]: Component: TestServExe; Installed: >>> Local; >>> Request: Null; Action: Null >>> > > Action:Null means that the component won't be installed, so MSI

Re: [WiX-users] Windows Service not removed on Uninstall

2008-03-06 Thread faheemitian
faheemitian wrote: > > Anybody for help! > > I have even reversed the setup to wix 2.0 stable version but all in vain! > > - Dev > I think I have figured it out. Problem was not with Registry or Service Install tags but with a feature condition. If you look at http:

Re: [WiX-users] Windows Service not removed on Uninstall

2008-03-05 Thread faheemitian
Anybody for help! I have even reversed the setup to wix 2.0 stable version but all in vain! - Dev -- View this message in context: http://www.nabble.com/Windows-Service-not-removed-on-Uninstall-tp15825405p15866875.html Sent from the wix-users mailing list archive at Nabble.com.

Re: [WiX-users] Windows Service not removed on Uninstall

2008-03-04 Thread faheemitian
Bob, Bob Arnson-6 wrote: > > > Check a verbose log: > > * Around InstallValidate to see what the "Action:" value is for the > service component. > * All instances of the StopServices and DeleteServices action, to > see what it did for the service. > I have checked the lo

[WiX-users] Windows Service not removed on Uninstall

2008-03-04 Thread faheemitian
Hi, We are having a problem with wix 3.0.2925.0 version. We have a windows service and that service module is also a DCOM server stub. When we install the service every thing works fine. If service is already running, it is stopped by the installer and newer service is installed instead and it i