lyx_mirror/development/Win32/packaging/AltInstaller/Updated.nsh
Uwe Stöhr 0a8a6fca71 installer: updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34907 a592a061-630c-0410-9148-cb99ea01b6c8
2010-07-16 00:58:49 +00:00

47 lines
2.2 KiB
Plaintext

Function UpdateModifiedFiles
# list with modified files for LyX 1.6.8
SetOutPath "$INSTDIR\bin" # always here
File "${PRODUCT_SOURCEDIR}\bin\lyx.exe" # always here
File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" # always here
File "${PRODUCT_SOURCEDIR}\bin\elyxer.py" # always here
File "${PRODUCT_SOURCEDIR}\bin\lyx.css" # always here
#File "${PRODUCT_SOURCEDIR}\bin\QtCore4.dll"
#File "${PRODUCT_SOURCEDIR}\bin\QtGui4.dll"
File "${PRODUCT_SOURCEDIR}\bin\setup.py" # always here
SetOutPath "$INSTDIR\Resources" # always here
File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
File "${PRODUCT_SOURCEDIR}\Resources\configure.py"
#File "${PRODUCT_SOURCEDIR}\Resources\chkconfig.ltx"
#File "${PRODUCT_SOURCEDIR}\Resources\languages"
File "${PRODUCT_SOURCEDIR}\Resources\unicodesymbols"
#SetOutPath "$INSTDIR\Resources\doc"
#File "${PRODUCT_SOURCEDIR}\Resources\doc\Extended.lyx"
#File "${PRODUCT_SOURCEDIR}\Resources\doc\LaTeXConfig.lyx"
#SetOutPath "$INSTDIR\Resources\doc\el"
#File "${PRODUCT_SOURCEDIR}\Resources\doc\el\Intro.lyx"
#SetOutPath "$INSTDIR\Resources\doc\eu"
#File "${PRODUCT_SOURCEDIR}\Resources\doc\eu\Intro.lyx"
#File "${PRODUCT_SOURCEDIR}\Resources\doc\eu\Tutorial.lyx"
#File "${PRODUCT_SOURCEDIR}\Resources\doc\eu\UserGuide.lyx"
#SetOutPath "$INSTDIR\Resources\doc\fr"
#File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\Customization.lyx"
#File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\EmbeddedObjects.lyx"
#File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\Extended.lyx"
#File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\Math.lyx"
#File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\UserGuide.lyx"
#SetOutPath "$INSTDIR\Resources\doc\ja"
#File "${PRODUCT_SOURCEDIR}\Resources\doc\ja\Extended.lyx"
#SetOutPath "$INSTDIR\Resources\examples"
#File "${PRODUCT_SOURCEDIR}\Resources\examples\tufte-book.lyx"
#File "${PRODUCT_SOURCEDIR}\Resources\examples\tufte-handout.lyx"
#SetOutPath "$INSTDIR\Resources\layouts"
#File "${PRODUCT_SOURCEDIR}\Resources\layouts\elsart.layout"
#SetOutPath "$INSTDIR\Resources\lyx2lyx" # always here
#File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\lyx2lyx_version.py" # always here
#SetOutPath "$INSTDIR\Resources\templates"
#File "${PRODUCT_SOURCEDIR}\Resources\templates\IEEEtran.lyx"
FunctionEnd