Skip to content

Commit

Permalink
fix(wix): set LoadOrderGroup (#135)
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Kolberg <[email protected]>
  • Loading branch information
amdprophet authored Dec 4, 2024
1 parent 7b2d780 commit 9dcc6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msi/wix/components.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<!-- Add service for OTC -->
<ServiceInstall Id="Service" Name="!(loc.ServiceName)" DisplayName="!(loc.ServiceDisplayName)"
Description="!(loc.ServiceDescription)" Type="ownProcess" Vital="yes" Start="auto" Account="LocalSystem"
ErrorControl="normal" Arguments="[SERVICEARGUMENTS]" Interactive="no">
ErrorControl="normal" Arguments="[SERVICEARGUMENTS]" Interactive="no" LoadOrderGroup="NetworkProvider">
<util:ServiceConfig FirstFailureActionType="restart" SecondFailureActionType="restart"
ThirdFailureActionType="restart" RestartServiceDelayInSeconds="0" ResetPeriodInDays="0" />
</ServiceInstall>
Expand Down

0 comments on commit 9dcc6f8

Please sign in to comment.