The Name attribute of the ServiceControl element must correspond to the name of 
the service.

<ServiceInstall Id="MyWindowsServiceId"
    Name="MyWindowsServiceName"
    DisplayName="MyWindowsServiceDisplayName"
...
<ServiceControl Id="StartWixServiceInstaller"
    Name="MyWindowsServiceName"
...
<ServiceControl Id="StopWixServiceInstaller" 
    Name="MyWindowsServiceName"
...

-- 
View this message in context: 
http://n2.nabble.com/ServiceInstall-not-removing-service--tp2570445p2571646.html
Sent from the wix-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to