A verbose log file will provide information about the install/uninstall action states for the Component. It should tell you why it isn't being uninstalled.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of EPoon Sent: Thursday, September 18, 2008 15:22 To: wix-users@lists.sourceforge.net Subject: [WiX-users] service not being uninstalled I've been going through the forums to see if I can find if this has been covered already but I can't seem to find one. The problem I'm having with my install is when I uninstall the program it leaves the service behind and the exe related to it in the install folder. I'm using the following WiX code for the service. <Component Id="Service" Guid="<guid>"> <File Id="ServiceEXE" Name="Service.exe" Source="\\files\Service.exe" DiskId="1" KeyPath="yes"/> <ServiceInstall Id="ServiceInstall" DisplayName="Test Service" Name="Test Service" ErrorControl="normal" Start="auto" Type="ownProcess" Vital="yes" /> <ServiceControl Id="ServiceControl" Name="Test Service" Start="install" Stop="uninstall" Remove="uninstall" Wait="yes" /> </Component> Any help would be greatly appreciated. -- View this message in context: http://n2.nabble.com/service-not-being-uninstalled-tp1099587p1099587.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users