From 8bbeea846ceaeea8f1ae1d47f9bd6b5b28222e65 Mon Sep 17 00:00:00 2001 From: aquileia Date: Sat, 8 Aug 2015 01:22:05 +0200 Subject: [PATCH] Windows installer: Remove components page We only have one module anyways, thus there's no choice in the component selection menu. --- packaging/windows/Wesnoth.nsi.in | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/packaging/windows/Wesnoth.nsi.in b/packaging/windows/Wesnoth.nsi.in index 3c69665fb3f6..8e5d0446cd6f 100644 --- a/packaging/windows/Wesnoth.nsi.in +++ b/packaging/windows/Wesnoth.nsi.in @@ -54,7 +54,6 @@ !insertmacro MUI_PAGE_WELCOME !insertmacro MUI_PAGE_LICENSE "COPYING" - !insertmacro MUI_PAGE_COMPONENTS !insertmacro MULTIUSER_PAGE_INSTALLMODE !insertmacro MUI_PAGE_DIRECTORY @@ -242,17 +241,6 @@ Function UserdataPageLeave FunctionEnd -;-------------------------------- -;Descriptions - - ;USE A LANGUAGE STRING IF YOU WANT YOUR DESCRIPTIONS TO BE LANGAUGE SPECIFIC - - ;Assign descriptions to sections - !insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN - !insertmacro MUI_DESCRIPTION_TEXT ${BfWSection} "Battle for wesnoth executable and data." - !insertmacro MUI_FUNCTION_DESCRIPTION_END - - ;-------------------------------- ;Uninstaller Section