From e6b106e1520ebe5b487767f171a246f38e103055 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Wed, 13 Jan 2016 14:29:11 -0800 Subject: [PATCH] move UAC include outside inner defines --- cmake/templates/NSIS.template.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake/templates/NSIS.template.in b/cmake/templates/NSIS.template.in index fcdf5bfa3a..c0affd2a6b 100644 --- a/cmake/templates/NSIS.template.in +++ b/cmake/templates/NSIS.template.in @@ -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