E K wrote:
> I'm interested in having my service restart itself on failures... after 
> pouring over the documentation I did find the following:
>          <ServiceConfigFailureActions Id="EES" OnInstall="yes" OnReinstall 
> ="yes" OnUninstall ="yes">
>   

That's the MSI 5.0 support for configuring services; it requires MSI 5.0 
on Windows 7/2008 R2. If you want to use WixUtilExtension for other 
OSes, you need to use the namespaced ServiceConfig element

<util:ServiceConfig FirstFailureActionType="none" ... />

-- 
sig://boB
http://joyofsetup.com/



------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to