]> git.lyx.org Git - features.git/blob - development/Win32/packaging/AltInstaller/Updated.nsh
installer updates
[features.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 /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
10  File /r "${PRODUCT_SOURCEDIR}\Resources\layouts"
11  SetOutPath "$INSTDIR\Resources\doc"
12  File "${PRODUCT_SOURCEDIR}\Resources\doc\LaTeXConfig.lyx.in"
13  File "${PRODUCT_SOURCEDIR}\Resources\doc\TOC.lyx" # must be here when another \doc file has been changed
14  File "${PRODUCT_SOURCEDIR}\Resources\doc\Userguide.lyx"
15  SetOutPath "$INSTDIR\Resources\doc\de"
16  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\FAQ.lyx"
17  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\TOC.lyx" # must be here when another \doc file has been changed
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\examples\fa"
22  File "${PRODUCT_SOURCEDIR}\Resources\examples\fa\splash.lyx"
23  SetOutPath "$INSTDIR\Resources\examples\hu"
24  File "${PRODUCT_SOURCEDIR}\Resources\examples\hu\example_lyxified.lyx"
25  File "${PRODUCT_SOURCEDIR}\Resources\examples\hu\example_raw.lyx"
26  SetOutPath "$INSTDIR\Resources\images"
27  File "${PRODUCT_SOURCEDIR}\Resources\images\closetab.xpm"
28  SetOutPath "$INSTDIR\Resources\images\math"
29  File "${PRODUCT_SOURCEDIR}\Resources\images\math\functions.xpm"
30  File "${PRODUCT_SOURCEDIR}\Resources\images\math\varrho.xpm"
31  SetOutPath "$INSTDIR\Resources\lyx2lyx"
32  File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\LyX.py"
33  File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\lyx_1_5.py"
34  SetOutPath "$INSTDIR\Resources\templates"
35  File "${PRODUCT_SOURCEDIR}\Resources\templates\IEEEtran.lyx"
36  File "${PRODUCT_SOURCEDIR}\Resources\templates\iop-article.lyx"
37  SetOutPath "$INSTDIR\Resources\ui"
38  File "${PRODUCT_SOURCEDIR}\Resources\ui\stdtoolbars.inc"
39  File "${PRODUCT_SOURCEDIR}\Resources\ui\stdmenus.inc"
40
41 FunctionEnd
42