mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-30 07:05:06 +03:00
updated msi build
This commit is contained in:
parent
86c9496f73
commit
63bb5cf5b4
8 changed files with 16 additions and 340 deletions
|
@ -168,7 +168,19 @@ cat > wix.xml << EOF
|
|||
Name="Mesh"
|
||||
Start="auto"
|
||||
Type="ownProcess"
|
||||
Arguments='-useconffile "%ALLUSERSPROFILE%\\Mesh\\mesh.conf" -logto "%ALLUSERSPROFILE%\\Mesh\\mesh.log"'
|
||||
Arguments='-useconffile "%ALLUSERSPROFILE%\\RiV-mesh\\mesh.conf" -logto "%ALLUSERSPROFILE%\\RiV-mesh\\mesh.log"'
|
||||
Vital="yes" />
|
||||
|
||||
<ServiceInstall
|
||||
Id="ServiceInstaller-UI"
|
||||
Account="LocalSystem"
|
||||
Description="Mesh Network UI process"
|
||||
DisplayName="Mesh UI Service"
|
||||
ErrorControl="normal"
|
||||
LoadOrderGroup="NetworkProvider"
|
||||
Name="MeshUI"
|
||||
Start="auto"
|
||||
Type="ownProcess"
|
||||
Vital="yes" />
|
||||
|
||||
<ServiceControl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue