This commit is contained in:
vadym 2021-09-12 17:26:31 +03:00
parent 4b757c29ab
commit 54c8970c75

View file

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