mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-12 18:40:28 +00:00
Don't impersonate user for updateconfig.bat
This commit is contained in:
parent
42d4a51765
commit
3734a73d6f
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user