Is there any reason that the service would take a long time to shut
down? Or the containing process? Even if wait is "yes" you get 30
seconds to stop or the uninstall will carry on. I'm thinking it's the
same general problem that the service is slow to shut down, but I was
thinking the service might just be slow to shut down whereas it might
be more broken than that. If there's any tracing in that service it
would help to turn it on see what's happening when the uninstall asks
it to stop. Clearly if it hangs for some reason it won't be deleted.
Is the service marked disabled at the end of the uninstall? Still
running? What happened if you shut it down manually?
---------------
Phil Wilson


On Tue, May 20, 2014 at 10:27 AM, Greg Edwards
<gedwa...@polariswireless.com> wrote:
> I'm using Wait="yes"
>
> <Component Id="AltusWindowsService.exe" 
> Guid="{980F0B9A-9F25-B729-7225-F24075392C80}">
>         <File Id="AltusServiceExe" Name="AltusWindowsService.exe" 
> KeyPath="yes" ShortName="ALTUSC1.EXE" DiskId="1"      
> Source="$(var.AltusService)\AltusWindowsService.exe" />
>         <ServiceInstall Id="ServiceInstaller" Type="ownProcess" Vital="yes" 
> Name="AltusClientService" DisplayName="Altus Client Service" 
> Description="Altus Client
>                 Service" Start="auto" Account="LocalSystem" 
> ErrorControl="ignore" Interactive="no" />
>         <ServiceControl Id="StartService" Start="install" Stop="uninstall" 
> Remove="uninstall" Name="AltusClientService" Wait="yes" />
>
> </Component>-----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 2012 Not 
> Removing Service
>
> 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,  <b.ras...@leonit.nl> wrote:
>> 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+ browser/OS
>> combos.
>> Get unparalleled scalability from the best Selenium testing platform
>> available Simple to use. Nothing to install. Get started now for free."
>> http://p.sf.net/sfu/SauceLabs
>> _______________________________________________
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>
> ------------------------------------------------------------------------------
> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE 
> Instantly run your Selenium tests across 300+ browser/OS combos.
> Get unparalleled scalability from the best Selenium testing platform 
> available Simple to use. Nothing to install. Get started now for free."
> http://p.sf.net/sfu/SauceLabs
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
> ------------------------------------------------------------------------------
> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
> Instantly run your Selenium tests across 300+ browser/OS combos.
> Get unparalleled scalability from the best Selenium testing platform available
> Simple to use. Nothing to install. Get started now for free."
> http://p.sf.net/sfu/SauceLabs
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to