From: Uwe Stöhr Date: Sun, 6 May 2007 14:47:59 +0000 (+0000) Subject: installer updates X-Git-Tag: 1.6.10~9871 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=0cd6cd6dc1880a3c1930ff28c4502c598dd34afd;p=features.git installer updates git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18212 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/Win32/packaging/installer/LyXWinInstaller/Updated.nsh b/development/Win32/packaging/installer/LyXWinInstaller/Updated.nsh index 16a8429ead..e1f3c2f6d1 100644 --- a/development/Win32/packaging/installer/LyXWinInstaller/Updated.nsh +++ b/development/Win32/packaging/installer/LyXWinInstaller/Updated.nsh @@ -6,6 +6,8 @@ Function UpdateModifiedFiles File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" # always here SetOutPath "$INSTDIR\Resources" File "${PRODUCT_SOURCEDIR}\Resources\unicodesymbols" + File "${PRODUCT_SOURCEDIR}\Resources\encodings" + File /r "${PRODUCT_SOURCEDIR}\Resources\images" File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here SetOutPath "$INSTDIR\Resources\doc" File "${PRODUCT_SOURCEDIR}\Resources\doc\EmbeddedObjects.lyx" @@ -26,6 +28,9 @@ Function UpdateModifiedFiles File /r "${PRODUCT_SOURCEDIR}\Resources\images\math" SetOutPath "$INSTDIR\Resources\layouts" File "${PRODUCT_SOURCEDIR}\Resources\layouts\simplecv.layout" + SetOutPath "$INSTDIR\Resources\lyx2lyx" + File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\LyX.py" + File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\lyx_1_5.py" SetOutPath "$INSTDIR\Resources\ui" File "${PRODUCT_SOURCEDIR}\Resources\ui\stdtoolbars.inc"