]> git.lyx.org Git - lyx.git/blob - development/Win32/packaging/AltInstaller/Updated.nsh
installer updates
[lyx.git] / development / Win32 / packaging / AltInstaller / Updated.nsh
1 Function UpdateModifiedFiles
2
3  # list with modified files for LyX 1.5pre1 xx-05-2007
4  SetOutPath "$INSTDIR\bin"
5  File "${PRODUCT_SOURCEDIR}\bin\lyx.exe" # always here
6  File "${PRODUCT_SOURCEDIR}\bin\LyXLauncher.exe"
7  File "${PRODUCT_SOURCEDIR}\bin\PDFViewWin.exe"
8  File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" # always here
9  File "${PRODUCT_SOURCEDIR}\bin\zlib1.dll"
10  SetOutPath "$INSTDIR\Resources"
11  File "${PRODUCT_SOURCEDIR}\Resources\configure.py"
12  File "${PRODUCT_SOURCEDIR}\Resources\CREDITS"
13  File "${PRODUCT_SOURCEDIR}\Resources\languages"
14  File "${PRODUCT_SOURCEDIR}\Resources\unicodesymbols"
15  File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
16  SetOutPath "$INSTDIR\Resources\bind"
17  File "${PRODUCT_SOURCEDIR}\Resources\bind\cua.bind"
18  File "${PRODUCT_SOURCEDIR}\Resources\bind\mac.bind"
19  SetOutPath "$INSTDIR\Resources\doc"
20  File "${PRODUCT_SOURCEDIR}\Resources\doc\Customization.lyx"
21  File "${PRODUCT_SOURCEDIR}\Resources\doc\EmbeddedObjects.lyx"
22  File "${PRODUCT_SOURCEDIR}\Resources\doc\Extended.lyx"
23  File "${PRODUCT_SOURCEDIR}\Resources\doc\LaTeXConfig.lyx.in"
24  File "${PRODUCT_SOURCEDIR}\Resources\doc\TOC.lyx" # must be here when another \doc file has been changed
25  SetOutPath "$INSTDIR\Resources\doc\de"
26  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\TOC.lyx" # must be here when another \doc file has been changed
27  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\UserGuide.lyx"
28  SetOutPath "$INSTDIR\Resources\doc\de\clipart"
29  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\clipart\FussnoteQt4.png"
30  SetOutPath "$INSTDIR\Resources\doc\es"
31  File "${PRODUCT_SOURCEDIR}\Resources\doc\es\EmbeddedObjects.lyx"
32  File "${PRODUCT_SOURCEDIR}\Resources\doc\es\TOC.lyx" # must be here when another \doc file has been changed
33  SetOutPath "$INSTDIR\Resources\doc\fr"
34  File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\TOC.lyx"
35  SetOutPath "$INSTDIR\Resources\doc\he"
36  File "${PRODUCT_SOURCEDIR}\Resources\doc\he\Intro.lyx"
37  File "${PRODUCT_SOURCEDIR}\Resources\doc\he\TOC.lyx"
38  SetOutPath "$INSTDIR\Resources\examples"
39  File "${PRODUCT_SOURCEDIR}\Resources\examples\powerdot-example.lyx"
40  SetOutPath "$INSTDIR\Resources\examples\he"
41  File "${PRODUCT_SOURCEDIR}\Resources\examples\he\example_lyxified.lyx"
42  File "${PRODUCT_SOURCEDIR}\Resources\examples\he\example_raw.lyx"
43  File "${PRODUCT_SOURCEDIR}\Resources\examples\he\splash.lyx"
44  SetOutPath "$INSTDIR\Resources\images"
45  File "${PRODUCT_SOURCEDIR}\Resources\images\toolbar-toggle_table.xpm"
46  File "${PRODUCT_SOURCEDIR}\Resources\images\toolbar-toggle_math_panels.xpm"
47  File "${PRODUCT_SOURCEDIR}\Resources\images\toolbar-toggle_math.xpm"
48  File "${PRODUCT_SOURCEDIR}\Resources\images\tabular-insert.xpm"
49  SetOutPath "$INSTDIR\Resources\layouts"
50  File "${PRODUCT_SOURCEDIR}\Resources\layouts\beamer.layout"
51  File "${PRODUCT_SOURCEDIR}\Resources\layouts\powerdot.layout"
52  SetOutPath "$INSTDIR\Resources\lyx2lyx"
53  File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\LyX.py"
54  SetOutPath "$INSTDIR\Resources\ui"
55  File "${PRODUCT_SOURCEDIR}\Resources\ui\default.ui"
56  File "${PRODUCT_SOURCEDIR}\Resources\ui\stdmenus.inc"
57  File "${PRODUCT_SOURCEDIR}\Resources\ui\stdtoolbars.inc"
58
59 FunctionEnd
60