updated msi build

This commit is contained in:
vadym 2021-09-12 16:40:29 +03:00
parent 86c9496f73
commit 63bb5cf5b4
8 changed files with 16 additions and 340 deletions

View file

@ -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