add config dir arg to windows installer (#3328)

This commit is contained in:
Bryan White 2019-10-21 20:22:54 +02:00 committed by Michal Niewrzal
parent 6dd478e43c
commit 94cec7e3b0

View File

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