]> git.lyx.org Git - lyx.git/blob - development/Win32/packaging/AltInstaller/Updated.nsh
installer update
[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\unicodesymbols"
10  File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
11  SetOutPath "$INSTDIR\Resources\doc"
12  File "${PRODUCT_SOURCEDIR}\Resources\doc\Customization.lyx"
13  File "${PRODUCT_SOURCEDIR}\Resources\doc\EmbeddedObjects.lyx"
14  File "${PRODUCT_SOURCEDIR}\Resources\doc\Extended.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  SetOutPath "$INSTDIR\Resources\doc\de"
18  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\TOC.lyx" # must be here when another \doc file has been changed
19  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\UserGuide.lyx"
20  SetOutPath "$INSTDIR\Resources\doc\es"
21  File "${PRODUCT_SOURCEDIR}\Resources\doc\es\EmbeddedObjects.lyx"
22  File "${PRODUCT_SOURCEDIR}\Resources\doc\es\TOC.lyx" # must be here when another \doc file has been changed
23  SetOutPath "$INSTDIR\Resources\doc\fr"
24  File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\TOC.lyx"
25  SetOutPath "$INSTDIR\Resources\doc\he"
26  File "${PRODUCT_SOURCEDIR}\Resources\doc\he\Intro.lyx"
27  File "${PRODUCT_SOURCEDIR}\Resources\doc\he\TOC.lyx"
28  SetOutPath "$INSTDIR\Resources\examples"
29  File "${PRODUCT_SOURCEDIR}\Resources\examples\powerdot-example.lyx"
30  SetOutPath "$INSTDIR\Resources\examples\he"
31  File "${PRODUCT_SOURCEDIR}\Resources\examples\he\example_lyxified.lyx"
32  File "${PRODUCT_SOURCEDIR}\Resources\examples\he\example_raw.lyx"
33  File "${PRODUCT_SOURCEDIR}\Resources\examples\he\splash.lyx"
34  SetOutPath "$INSTDIR\Resources\images"
35  File "${PRODUCT_SOURCEDIR}\Resources\images\toolbar-toggle_table.xpm"
36  File "${PRODUCT_SOURCEDIR}\Resources\images\toolbar-toggle_math_panels.xpm"
37  File "${PRODUCT_SOURCEDIR}\Resources\images\toolbar-toggle_math.xpm"
38  File "${PRODUCT_SOURCEDIR}\Resources\images\tabular-insert.xpm"
39  SetOutPath "$INSTDIR\Resources\layouts"
40  File "${PRODUCT_SOURCEDIR}\Resources\layouts\beamer.layout"
41  File "${PRODUCT_SOURCEDIR}\Resources\layouts\powerdot.layout" 
42  SetOutPath "$INSTDIR\Resources\ui"
43  File "${PRODUCT_SOURCEDIR}\Resources\ui\default.ui"
44  File "${PRODUCT_SOURCEDIR}\Resources\ui\stdmenus.inc"
45  File "${PRODUCT_SOURCEDIR}\Resources\ui\stdtoolbars.inc"
46
47 FunctionEnd
48