]> 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.5rc2 xx-06-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\configure.py"
9  File "${PRODUCT_SOURCEDIR}\Resources\languages"
10  File "${PRODUCT_SOURCEDIR}\Resources\symbols"
11  File "${PRODUCT_SOURCEDIR}\Resources\unicodesymbols"
12  File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
13  File /r "${PRODUCT_SOURCEDIR}\Resources\layouts"
14  SetOutPath "$INSTDIR\Resources\doc"
15  File "${PRODUCT_SOURCEDIR}\Resources\doc\Customization.lyx"
16  File "${PRODUCT_SOURCEDIR}\Resources\doc\EmbeddedObjects.lyx"
17  File "${PRODUCT_SOURCEDIR}\Resources\doc\Extended.lyx"
18  File "${PRODUCT_SOURCEDIR}\Resources\doc\LaTeXConfig.lyx.in"
19  File "${PRODUCT_SOURCEDIR}\Resources\doc\TOC.lyx" # must be here when another \doc file has been changed
20  File "${PRODUCT_SOURCEDIR}\Resources\doc\Userguide.lyx"
21  SetOutPath "$INSTDIR\Resources\doc\clipart"
22  File "${PRODUCT_SOURCEDIR}\Resources\doc\clipart\escher-lsd.eps"
23  File "${PRODUCT_SOURCEDIR}\Resources\doc\clipart\mobius.eps"
24  SetOutPath "$INSTDIR\Resources\doc\de"
25  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\DummyDocument1.lyx"
26  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\DummyDocument2.lyx"
27  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\DummyTextDocument.txt"
28  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\EmbeddedObjects.lyx"
29  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\FAQ.lyx"
30  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\TOC.lyx" # must be here when another \doc file has been changed
31  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\Userguide.lyx"
32  File /r "${PRODUCT_SOURCEDIR}\Resources\doc\de\clipart"
33  SetOutPath "$INSTDIR\Resources\doc\es"
34  File "${PRODUCT_SOURCEDIR}\Resources\doc\es\EmbeddedObjects.lyx"
35  File "${PRODUCT_SOURCEDIR}\Resources\doc\es\TOC.lyx" # must be here when another \doc file has been changed
36  SetOutPath "$INSTDIR\Resources\doc\it"
37  File "${PRODUCT_SOURCEDIR}\Resources\doc\it\TOC.lyx" # must be here when another \doc file has been changed
38  File "${PRODUCT_SOURCEDIR}\Resources\doc\it\Userguide.lyx"
39  SetOutPath "$INSTDIR\Resources\examples"
40  File "${PRODUCT_SOURCEDIR}\Resources\examples\modernCV.lyx"
41  SetOutPath "$INSTDIR\Resources\examples\fa"
42  File "${PRODUCT_SOURCEDIR}\Resources\examples\fa\splash.lyx"
43  SetOutPath "$INSTDIR\Resources\examples\hu"
44  File "${PRODUCT_SOURCEDIR}\Resources\examples\hu\example_lyxified.lyx"
45  File "${PRODUCT_SOURCEDIR}\Resources\examples\hu\example_raw.lyx"
46  SetOutPath "$INSTDIR\Resources\images"
47  File "${PRODUCT_SOURCEDIR}\Resources\images\closetab.xpm"
48  SetOutPath "$INSTDIR\Resources\kbd"
49  File "${PRODUCT_SOURCEDIR}\Resources\kbd\farsi.kmap"
50  SetOutPath "$INSTDIR\Resources\images\math"
51  File "${PRODUCT_SOURCEDIR}\Resources\images\math\functions.xpm"
52  File "${PRODUCT_SOURCEDIR}\Resources\images\math\varrho.xpm"
53  SetOutPath "$INSTDIR\Resources\lyx2lyx"
54  File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\LyX.py"
55  File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\lyx_1_5.py"
56  SetOutPath "$INSTDIR\Resources\scripts"
57  File "${PRODUCT_SOURCEDIR}\Resources\scripts\ext_copy.py"
58  SetOutPath "$INSTDIR\Resources\templates"
59  File "${PRODUCT_SOURCEDIR}\Resources\templates\IEEEtran.lyx"
60  File "${PRODUCT_SOURCEDIR}\Resources\templates\iop-article.lyx"
61  SetOutPath "$INSTDIR\Resources\ui"
62  File "${PRODUCT_SOURCEDIR}\Resources\ui\stdtoolbars.inc"
63  File "${PRODUCT_SOURCEDIR}\Resources\ui\stdmenus.inc"
64
65 FunctionEnd
66