lyx_mirror/development/Win32/packaging/AltInstaller/Updated.nsh
Uwe Stöhr 6fb53341b7 installer: Updated.nsh
(this time from Argentina ;-)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@38258 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-05 17:57:13 +00:00

27 lines
1.1 KiB
Plaintext

Function UpdateModifiedFiles
# list with modified files for LyX 1.6.10
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\math.css" # always here
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"
#SetOutPath "$INSTDIR\Resources\doc"
#File "${PRODUCT_SOURCEDIR}\Resources\doc\Customization.lyx"
SetOutPath "$INSTDIR\Resources\doc\sv"
File "${PRODUCT_SOURCEDIR}\Resources\doc\sv\Shortcuts.lyx"
SetOutPath "$INSTDIR\Resources\examples\sv"
File "${PRODUCT_SOURCEDIR}\Resources\examples\sv\splash.lyx"
#SetOutPath "$INSTDIR\Resources\layouts"
#File "${PRODUCT_SOURCEDIR}\Resources\layouts\letter.layout"
SetOutPath "$INSTDIR\Resources\lyx2lyx" # always here
File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\lyx2lyx_version.py" # always here
FunctionEnd