Hi All,

 

Is it possible to create service in Wix (MSI) with Start Type set to
"Automatic (Delayed Start)" on Windows 2008? Because I can see that it
is possible through API by setting SERVICE_DELAYED_AUTO_START_INFO by
ChangeServiceConfig2
<http://msdn.microsoft.com/en-us/library/ms681988(VS.85).aspx>
function.

I couldn't find solution for that in MSI, but I saw that it is possible
to set
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\{ServiceName}\Delay
edAutostart registry value to 1 and it will do a trick. Is it preferred
solution for now, until this functionality will be (will it be?!)
implemented in MSI?

 

Best Regards,

Igor


SDL PLC confidential, all rights reserved.
If you are not the intended recipient of this mail SDL requests and requires 
that you delete it without acting upon or copying any of its contents, and we 
further request that you advise us.
SDL PLC is a public limited company registered in England and Wales.  
Registered number: 02675207.  
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, 
UK.
------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to