From fabb89f4dada8d93228cbef7868439e754bb18a3 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Sat, 25 Jun 2011 12:26:45 +1200 Subject: [PATCH] disable component UI in windows installer --- packaging/windows/OpenRA.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/windows/OpenRA.nsi b/packaging/windows/OpenRA.nsi index 0cd45d46c1..8c8c45bbd3 100644 --- a/packaging/windows/OpenRA.nsi +++ b/packaging/windows/OpenRA.nsi @@ -40,7 +40,7 @@ SetCompressor lzma Var StartMenuFolder !insertmacro MUI_PAGE_STARTMENU Application $StartMenuFolder -!insertmacro MUI_PAGE_COMPONENTS +;!insertmacro MUI_PAGE_COMPONENTS !insertmacro MUI_PAGE_INSTFILES !insertmacro MUI_UNPAGE_CONFIRM