5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-09-19 16:09:36 +00:00

Don't impersonate user for updateconfig.bat

This commit is contained in:
Neil Alexander 2019-11-28 11:16:36 +00:00
parent 42d4a51765
commit 3734a73d6f
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944

View File

@ -179,12 +179,13 @@ cat > wix.xml << EOF
Directory="YggdrasilInstallFolder"
ExeCommand="cmd.exe /c updateconfig.bat"
Execute="deferred"
Impersonate="no"
Return="check" />
<InstallExecuteSequence>
<Custom
Action="UpdateGenerateConfig"
After="InstallFiles">
Before="InstallServices">
NOT Installed AND NOT REMOVE
</Custom>
</InstallExecuteSequence>