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