]> git.lyx.org Git - features.git/commitdiff
branch: Installer: add the dictionaries and thesaurus files to the installer script.
authorVincent van Ravesteijn <vfr@lyx.org>
Wed, 30 Nov 2011 09:15:19 +0000 (09:15 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Wed, 30 Nov 2011 09:15:19 +0000 (09:15 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40321 a592a061-630c-0410-9148-cb99ea01b6c8

development/Win32/packaging/installer/settings.nsh
development/Win32/packaging/installer/setup/install.nsh

index 0fbb21467f4a99dd30b9c31e99c307f239066b3d..e5ae000d976b1642abd5c24fdd85446a7e90f9c5 100644 (file)
@@ -38,6 +38,7 @@ These typically need to be modified for each LyX release
 !define FILES_DEPS "C:\LyX\lyx-20-build\msvc2010-deps\deps20"
 !define FILES_BUNDLE "C:\LyX\depsbundle"
 !define FILES_QT "C:\Qt\qt-everywhere-opensource-src-4.7.4"
+!define FILES_DICT_THES "C:\LyX\dictionaries"
 
 #--------------------------------
 # MiKTeX
index 200851b941a6c8d433f94ae5fe85970025fbe8bf..ba74c113b995b7c72d1abd44b05f5f2cd176016b 100644 (file)
@@ -42,6 +42,10 @@ Section -ProgramFiles SecProgramFiles
   # recursively copy all files under Resources
   File /r "${FILES_LYX}\Resources"
   
+  SetOutPath "$INSTDIR\Resources"
+  File /r "${FILES_DICT_THES}\dicts"
+  File /r "${FILES_DICT_THES}\thes"
+  
   # Python
   SetOutPath "$INSTDIR"
   # recursively copy all files under Python