Re: [WiX-users] unable to start a service through MSI

2012-02-02 Thread Rob Hamflett
On 02/02/2012 01:15, Rajesh Khetan wrote: > Thanks Phil. Is there a way to ensure in WXS file, such that the service gets > started after all the dependent dlls are installed? You could add a commit custom action to start the service. This will run once the install has been finalised, so the ev

Re: [WiX-users] unable to start a service through MSI

2012-02-01 Thread Rajesh Khetan
Installer XML toolset. Subject: Re: [WiX-users] unable to start a service through MSI Service can't start can be a dependency issue. A service that's dependent on Dlls being installed to the GAC or to SxS (C++ runtimes) will fail when MSI starts because StartServices is before these are co

Re: [WiX-users] unable to start a service through MSI

2012-02-01 Thread Wilson, Phil
el -Original Message- From: Rajesh Khetan [mailto:rajesh.khe...@microsoft.com] Sent: Thursday, 2 February 2012 10:29 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] unable to start a service through MSI Hi, I am currently trying to get my service started as a part of MSI instal

Re: [WiX-users] unable to start a service through MSI

2012-02-01 Thread Michael Osmond
- From: Rajesh Khetan [mailto:rajesh.khe...@microsoft.com] Sent: Thursday, 2 February 2012 10:29 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] unable to start a service through MSI Hi, I am currently trying to get my service started as a part of MSI install and am unable to do s

[WiX-users] unable to start a service through MSI

2012-02-01 Thread Rajesh Khetan
Hi, I am currently trying to get my service started as a part of MSI install and am unable to do so. In the event viewer, I see the following error: Product: Myservice Cache Service -- Error 1920. Service ' Myservice ' (Myservice) failed to start. Verify that you have sufficient privileges to