mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 14:53:01 +02:00
move UAC include outside inner defines
This commit is contained in:
parent
6bccdc81b4
commit
e6b106e152
1 changed files with 3 additions and 3 deletions
|
@ -30,10 +30,10 @@
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
;General
|
;General
|
||||||
!ifdef INNER
|
; leverage the UAC NSIS plugin to promote uninstaller to elevated privileges
|
||||||
; leverage the UAC NSIS plugin to promote uninstaller to elevated privileges
|
!include UAC.nsh
|
||||||
!include UAC.nsh
|
|
||||||
|
|
||||||
|
!ifdef INNER
|
||||||
!echo "Inner invocation" ; just to see what's going on
|
!echo "Inner invocation" ; just to see what's going on
|
||||||
|
|
||||||
; Require user only for temp installer
|
; Require user only for temp installer
|
||||||
|
|
Loading…
Reference in a new issue