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