mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-22 09:30: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"
|
Directory="YggdrasilInstallFolder"
|
||||||
ExeCommand="cmd.exe /c updateconfig.bat"
|
ExeCommand="cmd.exe /c updateconfig.bat"
|
||||||
Execute="deferred"
|
Execute="deferred"
|
||||||
|
Impersonate="no"
|
||||||
Return="check" />
|
Return="check" />
|
||||||
|
|
||||||
<InstallExecuteSequence>
|
<InstallExecuteSequence>
|
||||||
<Custom
|
<Custom
|
||||||
Action="UpdateGenerateConfig"
|
Action="UpdateGenerateConfig"
|
||||||
After="InstallFiles">
|
Before="InstallServices">
|
||||||
NOT Installed AND NOT REMOVE
|
NOT Installed AND NOT REMOVE
|
||||||
</Custom>
|
</Custom>
|
||||||
</InstallExecuteSequence>
|
</InstallExecuteSequence>
|
||||||
|
Loading…
Reference in New Issue
Block a user