mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 22:55:06 +03:00
fixed wix.xml components
This commit is contained in:
parent
b9464374e7
commit
c2819d2b62
1 changed files with 35 additions and 18 deletions
|
@ -152,12 +152,6 @@ cat > wix.xml << EOF
|
||||||
DiskId="1"
|
DiskId="1"
|
||||||
Source="${PKGWINTUNDLL}" />
|
Source="${PKGWINTUNDLL}" />
|
||||||
|
|
||||||
<File
|
|
||||||
Id="IndexFile"
|
|
||||||
Name="index.html"
|
|
||||||
DiskId="1"
|
|
||||||
Source="${PKGINDEXFILE}" />
|
|
||||||
|
|
||||||
<ServiceInstall
|
<ServiceInstall
|
||||||
Id="ServiceInstaller"
|
Id="ServiceInstaller"
|
||||||
Account="LocalSystem"
|
Account="LocalSystem"
|
||||||
|
@ -171,18 +165,6 @@ cat > wix.xml << EOF
|
||||||
Arguments='-useconffile "%ALLUSERSPROFILE%\\RiV-mesh\\mesh.conf" -logto "%ALLUSERSPROFILE%\\RiV-mesh\\mesh.log"'
|
Arguments='-useconffile "%ALLUSERSPROFILE%\\RiV-mesh\\mesh.conf" -logto "%ALLUSERSPROFILE%\\RiV-mesh\\mesh.log"'
|
||||||
Vital="yes" />
|
Vital="yes" />
|
||||||
|
|
||||||
<ServiceInstall
|
|
||||||
Id="ServiceInstaller"
|
|
||||||
Account="LocalSystem"
|
|
||||||
Description="Mesh Network UI process"
|
|
||||||
DisplayName="Mesh UI Service"
|
|
||||||
ErrorControl="normal"
|
|
||||||
LoadOrderGroup="NetworkProvider"
|
|
||||||
Name="MeshUI"
|
|
||||||
Start="auto"
|
|
||||||
Type="ownProcess"
|
|
||||||
Vital="yes" />
|
|
||||||
|
|
||||||
<ServiceControl
|
<ServiceControl
|
||||||
Id="ServiceControl"
|
Id="ServiceControl"
|
||||||
Name="mesh"
|
Name="mesh"
|
||||||
|
@ -200,6 +182,41 @@ cat > wix.xml << EOF
|
||||||
KeyPath="yes"/>
|
KeyPath="yes"/>
|
||||||
</Component>
|
</Component>
|
||||||
|
|
||||||
|
<Component Id="UIExecutable" Guid="ef9f30e0-8274-4526-835b-51bc09b5b1b7">
|
||||||
|
|
||||||
|
<File
|
||||||
|
Id="MeshUI"
|
||||||
|
Name="mesh-ui.exe"
|
||||||
|
DiskId="1"
|
||||||
|
Source="mesh-ui.exe"
|
||||||
|
KeyPath="yes" />
|
||||||
|
|
||||||
|
<File
|
||||||
|
Id="IndexFile"
|
||||||
|
Name="index.html"
|
||||||
|
DiskId="1"
|
||||||
|
Source="${PKGINDEXFILE}" />
|
||||||
|
|
||||||
|
<ServiceInstall
|
||||||
|
Id="ServiceInstaller"
|
||||||
|
Account="LocalSystem"
|
||||||
|
Description="Mesh Network UI process"
|
||||||
|
DisplayName="Mesh UI Service"
|
||||||
|
ErrorControl="normal"
|
||||||
|
LoadOrderGroup="NetworkProvider"
|
||||||
|
Name="MeshUI"
|
||||||
|
Start="auto"
|
||||||
|
Type="ownProcess"
|
||||||
|
Vital="yes" />
|
||||||
|
|
||||||
|
<ServiceControl
|
||||||
|
Id="ServiceControl"
|
||||||
|
Name="mesh-ui"
|
||||||
|
Start="install"
|
||||||
|
Stop="both"
|
||||||
|
Remove="uninstall" />
|
||||||
|
</Component>
|
||||||
|
|
||||||
<Component Id="ConfigScript" Guid="64a3733b-c98a-4732-85f3-20cd7da1a785">
|
<Component Id="ConfigScript" Guid="64a3733b-c98a-4732-85f3-20cd7da1a785">
|
||||||
<File
|
<File
|
||||||
Id="Configbat"
|
Id="Configbat"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue