]> git.lyx.org Git - lyx.git/blob - development/Win32/packaging/AltInstaller/Updated.nsh
update installer: update also lyx.bat file (needed for new launcher)
[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\tex2lyx.exe" # always here
7  SetOutPath "$INSTDIR\Resources"
8  File "${PRODUCT_SOURCEDIR}\Resources\configure.py"
9  File "${PRODUCT_SOURCEDIR}\Resources\CREDITS"
10  File "${PRODUCT_SOURCEDIR}\Resources\unicodesymbols"
11  File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
12  SetOutPath "$INSTDIR\Resources\bind"
13  File "${PRODUCT_SOURCEDIR}\Resources\bind\cua.bind"
14  File "${PRODUCT_SOURCEDIR}\Resources\bind\mac.bind"
15  SetOutPath "$INSTDIR\Resources\doc"
16  File "${PRODUCT_SOURCEDIR}\Resources\doc\Customization.lyx"
17  File "${PRODUCT_SOURCEDIR}\Resources\doc\EmbeddedObjects.lyx"
18  File "${PRODUCT_SOURCEDIR}\Resources\doc\Extended.lyx"
19  File "${PRODUCT_SOURCEDIR}\Resources\doc\LaTeXConfig.lyx.in"
20  File "${PRODUCT_SOURCEDIR}\Resources\doc\TOC.lyx" # must be here when another \doc file has been changed
21  SetOutPath "$INSTDIR\Resources\doc\de"
22  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\TOC.lyx" # must be here when another \doc file has been changed
23  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\UserGuide.lyx"
24  SetOutPath "$INSTDIR\Resources\doc\de\clipart"
25  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\clipart\FussnoteQt4.png"
26  SetOutPath "$INSTDIR\Resources\doc\es"
27  File "${PRODUCT_SOURCEDIR}\Resources\doc\es\EmbeddedObjects.lyx"
28  File "${PRODUCT_SOURCEDIR}\Resources\doc\es\TOC.lyx" # must be here when another \doc file has been changed
29  SetOutPath "$INSTDIR\Resources\doc\fr"
30  File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\TOC.lyx"
31  SetOutPath "$INSTDIR\Resources\doc\he"
32  File "${PRODUCT_SOURCEDIR}\Resources\doc\he\Intro.lyx"
33  File "${PRODUCT_SOURCEDIR}\Resources\doc\he\TOC.lyx"
34  SetOutPath "$INSTDIR\Resources\examples"
35  File "${PRODUCT_SOURCEDIR}\Resources\examples\powerdot-example.lyx"
36  SetOutPath "$INSTDIR\Resources\examples\he"
37  File "${PRODUCT_SOURCEDIR}\Resources\examples\he\example_lyxified.lyx"
38  File "${PRODUCT_SOURCEDIR}\Resources\examples\he\example_raw.lyx"
39  File "${PRODUCT_SOURCEDIR}\Resources\examples\he\splash.lyx"
40  SetOutPath "$INSTDIR\Resources\images"
41  File "${PRODUCT_SOURCEDIR}\Resources\images\toolbar-toggle_table.xpm"
42  File "${PRODUCT_SOURCEDIR}\Resources\images\toolbar-toggle_math_panels.xpm"
43  File "${PRODUCT_SOURCEDIR}\Resources\images\toolbar-toggle_math.xpm"
44  File "${PRODUCT_SOURCEDIR}\Resources\images\tabular-insert.xpm"
45  SetOutPath "$INSTDIR\Resources\layouts"
46  File "${PRODUCT_SOURCEDIR}\Resources\layouts\beamer.layout"
47  File "${PRODUCT_SOURCEDIR}\Resources\layouts\powerdot.layout" 
48  SetOutPath "$INSTDIR\Resources\ui"
49  File "${PRODUCT_SOURCEDIR}\Resources\ui\default.ui"
50  File "${PRODUCT_SOURCEDIR}\Resources\ui\stdmenus.inc"
51  File "${PRODUCT_SOURCEDIR}\Resources\ui\stdtoolbars.inc"
52
53 FunctionEnd
54