chore: Fixed Windows service description in wix-patch.xml

This commit is contained in:
Nick Bolton
2025-03-07 10:08:39 +00:00
committed by Chris Rizzitello
parent 1594b8e760
commit 265c2c2a2c

View File

@ -1,6 +1,6 @@
<CPackWiXPatch>
<CPackWiXFragment Id="CM_CP_deskflow_daemon.exe">
<ServiceInstall Description="Controls the Deskflow foreground processes." DisplayName="Deskflow" ErrorControl="normal" Id="ServiceInstall" Name="Deskflow" Start="auto" Type="ownProcess">
<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"/>