branch: Installer: add the dictionaries and thesaurus files to the installer script.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40321 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2011-11-30 09:15:19 +00:00
parent 6d2d419082
commit 787c8c55c3
2 changed files with 5 additions and 0 deletions

View 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

View 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