summaryrefslogtreecommitdiffstats
path: root/packaging/win32
diff options
context:
space:
mode:
authorAdib Taraben <theadib@gmail.com>2007-09-24 12:25:20 +0000
committertheadib <theadib@users.sourceforge.net>2007-09-24 12:25:20 +0000
commit0a383ad0bd57d2070d7e18ed47aa050e81c01ba2 (patch)
treeafe97a37bd243219b269943c963c198e8d1b4db1 /packaging/win32
parentupdated RU translation (diff)
downloadinkscape-0a383ad0bd57d2070d7e18ed47aa050e81c01ba2.tar.gz
inkscape-0a383ad0bd57d2070d7e18ed47aa050e81c01ba2.zip
1781868 Faster win32 installer start-up, readded catalan for installer
(bzr r3790)
Diffstat (limited to 'packaging/win32')
-rw-r--r--packaging/win32/inkscape.nsi4
1 files changed, 3 insertions, 1 deletions
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
; #######################################