chore: Format XML for better readability in wix-patch.xml

This commit is contained in:
Nick Bolton
2025-03-07 10:09:02 +00:00
committed by Chris Rizzitello
parent 265c2c2a2c
commit 6f022ff700

View File

@ -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>