Hi, I tried to uninstall my service from Control Panel on a Win 7 machine with UAC on, and it fails right after "Install validation. Validating install..." When i uninstall from the bootstrapper which executes the msi with REMOVE="ALL" it uninstalls successfully. On an XP machine works successfully both ways of uninstall.
Here is my code: <File Id="WindowsService" Name="OPGateway.OPGatewayService.exe" Source="..\..\..\..\.OPGateway.OPGatewayService\bin\Release\" KeyPath="yes" /> <ServiceInstall Id='MyServiceInstall' Description='OnPremises Gateway service.' DisplayName='OnPremises Gateway' Name='OPGatewayService' ErrorControl='normal' Start='auto' Type='ownProcess' Vital='yes' Account='NT AUTHORITY\NetworkService' /> <ServiceControl Id="StartOPGatewayServiceControl" Name="OPGatewayService" Wait="no" Start="install" /> <ServiceControl Id="StopOPGatewayServiceControl" Name="OPGatewayService" Stop="uninstall" Wait="yes" Remove="uninstall"/> Any ideas? Please help me fix this strange bug :(((( Thank you so much, Adriana ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users