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