]> git.lyx.org Git - lyx.git/blob - development/Win32/packaging/installer/LyXWinInstaller/Updated.nsh
installer updates
[lyx.git] / development / Win32 / packaging / installer / LyXWinInstaller / Updated.nsh
1 Function UpdateModifiedFiles
2
3  ; list with modified files for LyX 1.5svn 30-04-2007
4  SetOutPath "$INSTDIR\bin"
5  File "${PRODUCT_SOURCEDIR}\bin\lyx.exe" ; always here
6  File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" ; always here
7  SetOutPath "$INSTDIR\Resources"
8  File "${PRODUCT_SOURCEDIR}\Resources\unicodesymbols"
9  File /r "${PRODUCT_SOURCEDIR}\Resources\locale" ; always here
10  SetOutPath "$INSTDIR\Resources\bind"
11  File "${PRODUCT_SOURCEDIR}\Resources\bind\sciword.bind"
12  SetOutPath "$INSTDIR\Resources\doc"
13  File "${PRODUCT_SOURCEDIR}\Resources\doc\EmbeddedObjects.lyx"
14  File "${PRODUCT_SOURCEDIR}\Resources\doc\TOC.lyx" ; must be here when another \doc file has been changed
15  SetOutPath "$INSTDIR\Resources\doc\de"
16  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\Customization.lyx"
17  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\Extended.lyx"
18  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\Tutorial.lyx"
19  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\TOC.lyx" ; must be here when another \doc file has been changed
20  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\UserGuide.lyx"
21  SetOutPath "$INSTDIR\Resources\doc\es"
22  File "${PRODUCT_SOURCEDIR}\Resources\doc\es\EmbeddedObjects.lyx"
23  File "${PRODUCT_SOURCEDIR}\Resources\doc\es\TOC.lyx" ; must be here when another \doc file has been changed
24  SetOutPath "$INSTDIR\Resources\doc\it"
25  File "${PRODUCT_SOURCEDIR}\Resources\doc\it\Customization.lyx"
26  File "${PRODUCT_SOURCEDIR}\Resources\doc\it\TOC.lyx" ; must be here when another \doc file has been changed
27  SetOutPath "$INSTDIR\Resources\examples"
28  Delete "$INSTDIR\Resources\examples\de\Dezimal.lyx"
29  File "${PRODUCT_SOURCEDIR}\Resources\examples\simplecv.lyx"
30  SetOutPath "$INSTDIR\Resources\images"
31  File "${PRODUCT_SOURCEDIR}\Resources\images\math-superscript.xpm" 
32  SetOutPath "$INSTDIR\Resources\images\math"
33  File "${PRODUCT_SOURCEDIR}\Resources\images\math\super.xpm"
34  SetOutPath "$INSTDIR\Resources\layouts"
35  File "${PRODUCT_SOURCEDIR}\Resources\layouts\simplecv.layout"
36  SetOutPath "$INSTDIR\Resources\lyx2lyx"
37  File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\LyX.py"
38  File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\lyx_1_5.py"
39  SetOutPath "$INSTDIR\Resources\scripts"
40  File "${PRODUCT_SOURCEDIR}\Resources\scripts\tex_copy.py"
41  SetOutPath "$INSTDIR\Resources\ui"
42  File "${PRODUCT_SOURCEDIR}\Resources\ui\stdtoolbars.inc"
43
44 FunctionEnd
45