]> git.lyx.org Git - features.git/blob - development/Win32/packaging/AltInstaller/Updated.nsh
installer: updates I forgot t commit
[features.git] / development / Win32 / packaging / AltInstaller / Updated.nsh
1 Function UpdateModifiedFiles
2
3  # list with modified files for LyX 1.5beta3 16-05-2007
4  SetOutPath "$INSTDIR\bin"
5  File "${PRODUCT_SOURCEDIR}\bin\lyx.exe" # always here
6  File "${PRODUCT_SOURCEDIR}\bin\pdfclose.exe"
7  File "${PRODUCT_SOURCEDIR}\bin\pdfdde.exe"
8  File "${PRODUCT_SOURCEDIR}\bin\pdfopen.exe"
9  File "${PRODUCT_SOURCEDIR}\bin\PDFViewWin.exe"
10  File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" # always here
11  SetOutPath "$INSTDIR\Resources"
12  File "${PRODUCT_SOURCEDIR}\Resources\chkconfig.ltx"
13  File "${PRODUCT_SOURCEDIR}\Resources\configure.py"
14  File "${PRODUCT_SOURCEDIR}\Resources\encodings"
15  File "${PRODUCT_SOURCEDIR}\Resources\languages"
16  File "${PRODUCT_SOURCEDIR}\Resources\unicodesymbols"
17  File /r "${PRODUCT_SOURCEDIR}\Resources\images"
18  File /r "${PRODUCT_SOURCEDIR}\Resources\layouts"
19  File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
20  SetOutPath "$INSTDIR\Resources\doc"
21  File "${PRODUCT_SOURCEDIR}\Resources\doc\EmbeddedObjects.lyx"
22  File "${PRODUCT_SOURCEDIR}\Resources\doc\LaTeXConfig.lyx.in"
23  File "${PRODUCT_SOURCEDIR}\Resources\doc\TOC.lyx" # must be here when another \doc file has been changed
24  SetOutPath "$INSTDIR\Resources\doc\de"
25  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\TOC.lyx" # must be here when another \doc file has been changed
26  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\UserGuide.lyx"
27  SetOutPath "$INSTDIR\Resources\doc\es"
28  File "${PRODUCT_SOURCEDIR}\Resources\doc\es\EmbeddedObjects.lyx"
29  File "${PRODUCT_SOURCEDIR}\Resources\doc\es\TOC.lyx" # must be here when another \doc file has been changed
30  SetOutPath "$INSTDIR\Resources\examples"
31  File "${PRODUCT_SOURCEDIR}\Resources\examples\armenian-article.lyx"
32  File "${PRODUCT_SOURCEDIR}\Resources\examples\listings.lyx"
33  SetOutPath "$INSTDIR\Resources\examples\de"
34  File "${PRODUCT_SOURCEDIR}\Resources\examples\de\TabellenBeispiel.lyx"
35  SetOutPath "$INSTDIR\Resources\examples\fr"
36  File "${PRODUCT_SOURCEDIR}\Resources\examples\fr\simplecv.lyx"  
37  SetOutPath "$INSTDIR\Resources\images"
38  File /r "${PRODUCT_SOURCEDIR}\Resources\images\math"
39  SetOutPath "$INSTDIR\Resources\lyx2lyx"
40  File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\LyX.py"
41  File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\lyx_1_5.py"
42  SetOutPath "$INSTDIR\Resources\ui"
43  File "${PRODUCT_SOURCEDIR}\Resources\ui\stdmenus.inc"
44  File "${PRODUCT_SOURCEDIR}\Resources\ui\stdtoolbars.inc"
45
46 FunctionEnd
47