Re: [WiX-users] How to detect whether a service is running or not

2010-03-12 Thread Wilson, Phil
A verbose log might help in that case. Phil Wilson -Original Message- From: Sanjay Rao [mailto:s...@noida.interrasystems.com] Sent: Friday, March 12, 2010 10:35 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] How to detect whether a service is running or not This

Re: [WiX-users] How to detect whether a service is running or not

2010-03-12 Thread Sanjay Rao
010 11:08 PM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] How to detect whether a service is running or not > > This is not working on Windows server 2008, while un-installtion. > > > On 11-03-2010 22:42, puyo puy wrote: > >> > Start='install

Re: [WiX-users] How to detect whether a service is running or not

2010-03-12 Thread Wilson, Phil
--- From: Sanjay Rao [mailto:s...@noida.interrasystems.com] Sent: Thursday, March 11, 2010 11:08 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] How to detect whether a service is running or not This is not working on Windows server 2008, while un-installtion. On 11-03-2010 2

Re: [WiX-users] How to detect whether a service is running or not

2010-03-11 Thread Sanjay Rao
led, and stop the service both on install and uninstall. > > Refer to ServiceControl Element in Wix help file for more details. > > --- On Fri, 12/3/10, Sanjay Rao wrote: > > From: Sanjay Rao > Subject: [WiX-users] How to detect whether a service is running or not > To: wix-us

Re: [WiX-users] How to detect whether a service is running or not

2010-03-11 Thread puyo puy
to detect whether a service is running or not To: wix-users@lists.sourceforge.net Received: Friday, 12 March, 2010, 1:40 PM Hi, I have written a msi installer, which installs three services. It work fine, but it does not stops/removes these services when I uninstall this installer from windows

[WiX-users] How to detect whether a service is running or not

2010-03-11 Thread Sanjay Rao
Hi, I have written a msi installer, which installs three services. It work fine, but it does not stops/removes these services when I uninstall this installer from windows server 2008. Is anybody have any idea ? Is there any way using WIX, to know that a particular service is running or not. In