Re: [WiX-users] Uninstalling Service on Windows Server 2012 Not Removing Service

2014-05-20 Thread Greg Edwards
registry. Thank you all for your input! -Greg -Original Message- From: Phil Wilson [mailto:phildgwil...@gmail.com] Sent: Tuesday, May 20, 2014 12:45 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Uninstalling Service on Windows Server 2012 Not Removing Service

Re: [WiX-users] Uninstalling Service on Windows Server 2012 Not Removing Service

2014-05-20 Thread Phil Wilson
tus Client > Service" Start="auto" Account="LocalSystem" > ErrorControl="ignore" Interactive="no" /> > Remove="uninstall" Name="AltusClientService" Wait="yes" /> > > -Origina

Re: [WiX-users] Uninstalling Service on Windows Server 2012 Not Removing Service

2014-05-20 Thread Greg Edwards
I'm using Wait="yes" -Original Message- From: Phil Wilson [mailto:phildgwil...@gmail.com] Sent: Tuesday, May 20, 2014 10:01 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Uninstalling Service on Windows Server 201

Re: [WiX-users] Uninstalling Service on Windows Server 2012 Not Removing Service

2014-05-20 Thread Phil Wilson
It could perhaps be just different timing. If your "wait" value is "no" then you're potentially in a race between the service being stopped by StopServices and being deleted by DeleteServices. --- Phil Wilson On Mon, May 19, 2014 at 3:22 PM, wrote: > Dit mailadres is niet meer in ge

Re: [WiX-users] Uninstalling Service on Windows Server 2012 Not Removing Service

2014-05-19 Thread b . rasing
Dit mailadres is niet meer in gebruik. Mail kan je voortaan sturen naar basti...@careercontrol.nl. -- "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+

Re: [WiX-users] Uninstalling Service on Windows Server 2012 Not Removing Service

2014-05-19 Thread Jeremy Farrell
No. What does a verbose log show? > From: Greg Edwards [mailto:gedwa...@polariswireless.com] > Sent: Monday, May 19, 2014 9:53 PM > > I have a WIX installer build to install a Windows Service. When the > uninstaller is run on a Windows 8, it properly removes the service. But > when run on a Windo

Re: [WiX-users] Uninstalling Service on Windows Server 2012 Not Removing Service

2014-05-19 Thread Fauzi Ashurex
: Thanks Fauzi Ashurex -Original Message- From: Greg Edwards [mailto:gedwa...@polariswireless.com] Sent: Monday, May 19, 2014 1:53 PM To: General discussion about the WiX toolset. Subject: [WiX-users] Uninstalling Service on Windows Server 2012 Not Removing Service I have a

[WiX-users] Uninstalling Service on Windows Server 2012 Not Removing Service

2014-05-19 Thread Greg Edwards
I have a WIX installer build to install a Windows Service. When the uninstaller is run on a Windows 8, it properly removes the service. But when run on a Windows Server 2012, the service remains. In order to remove the service on a 2012 server, we are forced to issue an "sc.exe delete" from the