Re: [WiX-users] ServiceInstall and ServiceControl

2008-03-28 Thread Wilson, Phil
t; " & pname & " " & prod & "and is installed at " & pid) Next Next == Phil Wilson From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christopher Butcher Sent: Friday, March 28, 2008 2:43 AM To: wix-users@lists.sourceforge.net Subject: R

Re: [WiX-users] ServiceInstall and ServiceControl

2008-03-28 Thread Dominik Guder
Christopher Butcher wrote: > > Thanks Bob > I've done a registry search for the GUIDs used in the WXS file, but no > entries in the registry. > How would you suggest exploring where the component is shared, or how do > you identify component rules violations? > Hi Chris, the component guids (

Re: [WiX-users] ServiceInstall and ServiceControl

2008-03-28 Thread Christopher Butcher
rnson [mailto:[EMAIL PROTECTED] Sent: 27 March 2008 14:38 To: Christopher Butcher Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] ServiceInstall and ServiceControl Christopher Butcher wrote: The service does uninstall, the files are deleted by the MSI ok. It's just tha

Re: [WiX-users] ServiceInstall and ServiceControl

2008-03-27 Thread Bob Arnson
Christopher Butcher wrote: The service does uninstall, the files are deleted by the MSI ok. It's just that whatever registry entries which enable the service to appear in SERVICES.MSC are left in place. If I delete them manually and then reboot then the service is removed from SERVICES.MSC. B

Re: [WiX-users] ServiceInstall and ServiceControl

2008-03-26 Thread Christopher Butcher
From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: 26 March 2008 03:22 To: Christopher Butcher Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] ServiceInstall and ServiceControl Christopher Butcher wrote: The installation runs through fine and installs,

Re: [WiX-users] ServiceInstall and ServiceControl

2008-03-25 Thread Bob Arnson
Christopher Butcher wrote: The installation runs through fine and installs, the oddity comes after uninstalling. The MSI runs fine and says it has uninstalled. But when you check the Services panel, your service is still there. Create a verbose log and check the InstallValidate lo

[WiX-users] ServiceInstall and ServiceControl

2008-03-25 Thread Christopher Butcher
Hi Guys I'm experiencing an odd behaviour when using ServiceInstall and ServiceControl. The installation runs through fine and installs, the oddity comes after uninstalling. The MSI runs fine and says it has uninstalled. But