Windows Installer: Allow elevation when silent
This commit is contained in:
parent
67ff458d3f
commit
78d4a9d41b
|
|
@ -146,6 +146,8 @@ ShowUninstDetails hide
|
|||
!packhdr "$%TEMP%\exehead.tmp" '"upx" "--ultra-brute" "$%TEMP%\exehead.tmp"'
|
||||
!endif
|
||||
|
||||
!define MULTIUSER_INSTALLMODE_ALLOW_ELEVATION_IF_SILENT 1
|
||||
|
||||
; Version Information
|
||||
VIFileVersion "${VERSION}.0"
|
||||
VIProductVersion "${VERSION}.0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue