From 2a2760b7086342d38d7d1deebf924211b475b970 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Thu, 25 Feb 2016 09:43:02 -0800 Subject: [PATCH] put the post install options before the actual install --- cmake/templates/NSIS.template.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmake/templates/NSIS.template.in b/cmake/templates/NSIS.template.in index b5699cb3b3..632d8c5a39 100644 --- a/cmake/templates/NSIS.template.in +++ b/cmake/templates/NSIS.template.in @@ -271,9 +271,10 @@ FunctionEnd @CPACK_NSIS_PAGE_COMPONENTS@ - !insertmacro MUI_PAGE_INSTFILES Page custom PostInstallOptionsPage HandlePostInstallOptions + !insertmacro MUI_PAGE_INSTFILES + !insertmacro MUI_UNPAGE_CONFIRM !insertmacro MUI_UNPAGE_INSTFILES