Re: [WiX-users] Is it possible to change the startup type of an existing windows service using ServiceControl?

2014-05-24 Thread Jeremiahf
You could use a custom action to do this. cmd /c "sc config RemoteRegistry start= auto" Then use a condition like NOT Installed to run the CA only when the installer has not been installed on the target machine. On Thu, May 22, 2014 at 9:55 AM, David Welton < david.wel...@uk.thalesgroup.com> w

Re: [WiX-users] Starting a service from an MSI

2014-05-24 Thread Jeremiahf
Is anyone aware that b.ras...@leonit.nl is auto responding that the email account he is responding from says that the email address is no longer being used? Just letting the admins know. On Mon, May 19, 2014 at 10:08 AM, wrote: > Dit mailadres is niet meer in gebruik. Mail kan je voortaan st

Re: [WiX-users] CAQuietExec - Requires VC runtime redist?

2014-05-24 Thread Gabi Ganam
Happens on a clean install. More info - my service is an ATL service, and I recently discovered that it is the "myapp.exe /service" command that causes the service to become "marked for deletion"... Again - this happens on windows 2012 only! Frustrating... Thanks, Gabi. -Original Message---