mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 22:55:06 +03:00
id fixes
This commit is contained in:
parent
4b757c29ab
commit
54c8970c75
1 changed files with 4 additions and 4 deletions
|
@ -153,7 +153,7 @@ cat > wix.xml << EOF
|
||||||
Source="${PKGWINTUNDLL}" />
|
Source="${PKGWINTUNDLL}" />
|
||||||
|
|
||||||
<ServiceInstall
|
<ServiceInstall
|
||||||
Id="ServiceInstaller"
|
Id="MeshServiceInstaller"
|
||||||
Account="LocalSystem"
|
Account="LocalSystem"
|
||||||
Description="Mesh Network router process"
|
Description="Mesh Network router process"
|
||||||
DisplayName="Mesh Service"
|
DisplayName="Mesh Service"
|
||||||
|
@ -166,7 +166,7 @@ cat > wix.xml << EOF
|
||||||
Vital="yes" />
|
Vital="yes" />
|
||||||
|
|
||||||
<ServiceControl
|
<ServiceControl
|
||||||
Id="ServiceControl"
|
Id="MeshServiceControl"
|
||||||
Name="mesh"
|
Name="mesh"
|
||||||
Start="install"
|
Start="install"
|
||||||
Stop="both"
|
Stop="both"
|
||||||
|
@ -198,7 +198,7 @@ cat > wix.xml << EOF
|
||||||
Source="${PKGINDEXFILE}" />
|
Source="${PKGINDEXFILE}" />
|
||||||
|
|
||||||
<ServiceInstall
|
<ServiceInstall
|
||||||
Id="ServiceInstaller"
|
Id="UIServiceInstaller"
|
||||||
Account="LocalSystem"
|
Account="LocalSystem"
|
||||||
Description="Mesh Network UI process"
|
Description="Mesh Network UI process"
|
||||||
DisplayName="Mesh UI Service"
|
DisplayName="Mesh UI Service"
|
||||||
|
@ -210,7 +210,7 @@ cat > wix.xml << EOF
|
||||||
Vital="yes" />
|
Vital="yes" />
|
||||||
|
|
||||||
<ServiceControl
|
<ServiceControl
|
||||||
Id="ServiceControl"
|
Id="UIServiceControl"
|
||||||
Name="mesh-ui"
|
Name="mesh-ui"
|
||||||
Start="install"
|
Start="install"
|
||||||
Stop="both"
|
Stop="both"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue