I'm using the following code to configure a service : <ServiceInstall Id="LineMonitoringServiceInstall" Description="Line Monitoring" Name="Line Monitoring Service" Start="auto" ErrorControl="normal" Type="ownProcess"> <ServiceDependency Id="PcManager" Group="no"/> <ServiceDependency Id="MSMQ" Group="no"/> </ServiceInstall> <ServiceControl Id="LineMonitoringServiceControl" Name="Line Monitoring" Remove="both" Stop="both" Wait="yes"/>
The installation is fine but when I uninstall I can still see the entry in the list of services. The executable has been uninstalled. I'm using 2.0.4611.0. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users