move UAC include outside inner defines

This commit is contained in:
Stephen Birarda 2016-01-13 14:29:11 -08:00
parent 6bccdc81b4
commit e6b106e152

View file

@ -30,10 +30,10 @@
;--------------------------------
;General
!ifdef INNER
; leverage the UAC NSIS plugin to promote uninstaller to elevated privileges
!include UAC.nsh
; leverage the UAC NSIS plugin to promote uninstaller to elevated privileges
!include UAC.nsh
!ifdef INNER
!echo "Inner invocation" ; just to see what's going on
; Require user only for temp installer