add config dir arg to windows installer (#3328)
This commit is contained in:
parent
6dd478e43c
commit
94cec7e3b0
@ -57,7 +57,7 @@
|
|||||||
Account="[SERVICEACCOUNT]"
|
Account="[SERVICEACCOUNT]"
|
||||||
Password="[SERVICEPASSWORD]"
|
Password="[SERVICEPASSWORD]"
|
||||||
ErrorControl="normal"
|
ErrorControl="normal"
|
||||||
Arguments="run --binary-location "[INSTALLFOLDER]\storagenode.exe" --log "[INSTALLFOLDER]\storagenode-updater.log""
|
Arguments="run --config-dir "[INSTALLFOLDER]\" --binary-location "[INSTALLFOLDER]\storagenode.exe" --log "[INSTALLFOLDER]\storagenode-updater.log""
|
||||||
/>
|
/>
|
||||||
<ServiceControl Id="StoragenodeUpdaterStartService" Start="install" Stop="both" Remove="uninstall" Name="storagenode-updater" Wait="yes" />
|
<ServiceControl Id="StoragenodeUpdaterStartService" Start="install" Stop="both" Remove="uninstall" Name="storagenode-updater" Wait="yes" />
|
||||||
</Component>
|
</Component>
|
||||||
|
Loading…
Reference in New Issue
Block a user