Hi,
I am using wix3.5 and using ServiceConfigFailureActions in this way:
<ServiceInstall Id="AgentServiceInstaller"
Name="SRCAgentService"
DisplayName="Microsoft Shared Computing Agent Service"
Type="ownProcess"
Start="auto"
ErrorControl="normal"
Description="AgentServiceInstall"
Account="LocalSystem"
Vital="yes">
<ServiceConfigFailureActions OnInstall ="yes">
<Failure Action="restartService" Delay="1000"/>
</ServiceConfigFailureActions>
</ServiceInstall>
But installing msi failed with the message "no enough priviledge". If I remove
the ServiceConfigFailureActions node, the msi works fine.
Did I miss anything when using ServiceConfigFailureActions?
Thanks
Lian
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users