From d972239f7af4b047a578acc522c2e18e96d87440 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Burgd=C3=B6rfer?= Date: Tue, 15 Nov 2016 10:39:50 +0100 Subject: [PATCH] feat: Add directory prompt page in boring installer This is a quick n dirty change which works for me. I just wanted to keep these changes in this pull-request to elaborate and discuss on it. Regard this as a starting point to solve #596. Still lacking are e.g. tests, of course. --- templates/nsis/boringInstaller.nsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/nsis/boringInstaller.nsh b/templates/nsis/boringInstaller.nsh index 6045794de91..9dbad7f80fb 100644 --- a/templates/nsis/boringInstaller.nsh +++ b/templates/nsis/boringInstaller.nsh @@ -26,6 +26,7 @@ !define MUI_CUSTOMFUNCTION_GUIINIT GuiInit !endif + !insertmacro MUI_PAGE_DIRECTORY !insertmacro MUI_PAGE_INSTFILES !insertmacro MUI_PAGE_FINISH !else @@ -111,4 +112,4 @@ !endif !macroend -!include "langs.nsh" \ No newline at end of file +!include "langs.nsh"