Fix RIVM-23

This commit is contained in:
Mihail Slobodyanuk 2022-12-13 17:30:11 +02:00
parent dca4fdd689
commit 2003d1ca03

View file

@ -220,7 +220,7 @@ cat > wix.xml << EOF
Name="Mesh" Name="Mesh"
Start="auto" Start="auto"
Type="ownProcess" Type="ownProcess"
Arguments='-useconffile "%ALLUSERSPROFILE%\\RiV-mesh\\mesh.conf" -logto "%ALLUSERSPROFILE%\\RiV-mesh\\mesh.log" -httpaddress "http://localhost:19019" -wwwroot "[MeshInstallFolder]\\RiV-mesh\\ui"' Arguments='-useconffile "%ALLUSERSPROFILE%\\RiV-mesh\\mesh.conf" -logto "%ALLUSERSPROFILE%\\RiV-mesh\\mesh.log" -httpaddress "http://localhost:19019" -wwwroot "[MeshInstallFolder]\\ui"'
Vital="yes" /> Vital="yes" />
<ServiceControl <ServiceControl
Id="MeshServiceControl" Id="MeshServiceControl"