[WIP] Fix winodws service installer

This commit is contained in:
Vladimir Stoilov
2024-12-03 17:27:33 +02:00
parent b52cde15c5
commit d15ede9f53
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
<Fragment>
<CustomAction Id="InstallPortmasterService"
Directory="INSTALLDIR"
ExeCommand="sc.exe create PortmasterCore binPath= &quot;[INSTALLDIR]portmaster-core.exe --data [CommonAppDataFolder]Portmaster\data&quot;"
ExeCommand="sc.exe create PortmasterCore binPath= &quot;[INSTALLDIR]portmaster-core.exe&quot;"
Execute="commit"
Return="check"
Impersonate="no"