Code

1781868 Faster win32 installer start-up, readded catalan for installer
authortheadib <theadib@users.sourceforge.net>
Mon, 24 Sep 2007 12:25:20 +0000 (12:25 +0000)
committertheadib <theadib@users.sourceforge.net>
Mon, 24 Sep 2007 12:25:20 +0000 (12:25 +0000)
packaging/win32/inkscape.nsi

index ebd80cbd51f087dd646062d283ccf6ea7f3733a7..bc86160dce87c257458d2fc156901a0e605204e6 100644 (file)
@@ -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
 
 
 ; #######################################