From 157424f7a09ee153e6019d0f5b7d4bb764d87703 Mon Sep 17 00:00:00 2001 From: theadib Date: Mon, 24 Sep 2007 12:25:20 +0000 Subject: [PATCH] 1781868 Faster win32 installer start-up, readded catalan for installer --- packaging/win32/inkscape.nsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packaging/win32/inkscape.nsi b/packaging/win32/inkscape.nsi index ebd80cbd5..bc86160dc 100644 --- a/packaging/win32/inkscape.nsi +++ b/packaging/win32/inkscape.nsi @@ -88,7 +88,7 @@ ShowUninstDetails hide ; Language files !include "english.nsh" -; !include "catalan.nsh" the catalan support has been abandoned by NSIS as of version 2.28 +!include "catalan.nsh" !include "czech.nsh" !include "finnish.nsh" !include "french.nsh" @@ -102,6 +102,8 @@ ShowUninstDetails hide !include "spanish.nsh" ReserveFile "inkscape.nsi.uninstall" +ReserveFile "${NSISDIR}\Plugins\UserInfo.dll" +!insertmacro MUI_RESERVEFILE_INSTALLOPTIONS ;InstallOptions ; ####################################### -- 2.30.2