chore: Format XML for better readability in wix-patch.xml
This commit is contained in:
committed by
Chris Rizzitello
parent
265c2c2a2c
commit
6f022ff700
@ -1,7 +1,20 @@
|
||||
<CPackWiXPatch>
|
||||
<CPackWiXFragment Id="CM_CP_deskflow_daemon.exe">
|
||||
<ServiceInstall Description="Runs the Core process on secure desktops (UAC prompts, login screen, etc)." DisplayName="Deskflow" ErrorControl="normal" Id="ServiceInstall" Name="Deskflow" Start="auto" Type="ownProcess">
|
||||
<util:ServiceConfig FirstFailureActionType="restart" ResetPeriodInDays="1" RestartServiceDelayInSeconds="1" SecondFailureActionType="restart" ThirdFailureActionType="restart"/>
|
||||
<ServiceInstall
|
||||
Description="Runs the Core process on secure desktops (UAC prompts, login screen, etc)."
|
||||
DisplayName="Deskflow"
|
||||
ErrorControl="normal"
|
||||
Id="ServiceInstall"
|
||||
Name="Deskflow"
|
||||
Start="auto"
|
||||
Type="ownProcess">
|
||||
<util:ServiceConfig
|
||||
FirstFailureActionType="restart"
|
||||
ResetPeriodInDays="1"
|
||||
RestartServiceDelayInSeconds="1"
|
||||
SecondFailureActionType="restart"
|
||||
ThirdFailureActionType="restart"
|
||||
/>
|
||||
</ServiceInstall>
|
||||
<ServiceControl Id="ServiceControl" Name="Deskflow" Remove="uninstall" Start="install" Stop="both"/>
|
||||
</CPackWiXFragment>
|
||||
|
||||
Reference in New Issue
Block a user