update ServiceControl

This commit is contained in:
vadym 2021-09-12 19:32:54 +03:00
parent 600b8db692
commit 376b824a8e

View file

@ -170,7 +170,7 @@ cat > wix.xml << EOF
<ServiceControl <ServiceControl
Id="MeshServiceControl" Id="MeshServiceControl"
Name="mesh" Name="Mesh"
Start="install" Start="install"
Stop="both" Stop="both"
Remove="uninstall" /> Remove="uninstall" />
@ -226,7 +226,7 @@ cat > wix.xml << EOF
<ServiceControl <ServiceControl
Id="UIServiceControl" Id="UIServiceControl"
Name="mesh-ui" Name="MeshUI"
Start="install" Start="install"
Stop="both" Stop="both"
Remove="uninstall" /> Remove="uninstall" />