]> git.lyx.org Git - lyx.git/blobdiff - development/Win32/packaging/AltInstaller/Updated.nsh
installer updates
[lyx.git] / development / Win32 / packaging / AltInstaller / Updated.nsh
index 39e882ac650358e45f869107c2b4f8b128b33969..bfd66afa94436b9bb20ac30f9cdfa5bfe370af2b 100644 (file)
@@ -5,19 +5,38 @@ Function UpdateModifiedFiles
  File "${PRODUCT_SOURCEDIR}\bin\lyx.exe" # always here
  File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" # always here
  SetOutPath "$INSTDIR\Resources"
+ File "${PRODUCT_SOURCEDIR}\Resources\configure.py"
  File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
+ File /r "${PRODUCT_SOURCEDIR}\Resources\layouts"
  SetOutPath "$INSTDIR\Resources\doc"
+ File "${PRODUCT_SOURCEDIR}\Resources\doc\LaTeXConfig.lyx.in"
  File "${PRODUCT_SOURCEDIR}\Resources\doc\TOC.lyx" # must be here when another \doc file has been changed
+ File "${PRODUCT_SOURCEDIR}\Resources\doc\Userguide.lyx"
  SetOutPath "$INSTDIR\Resources\doc\de"
+ File "${PRODUCT_SOURCEDIR}\Resources\doc\de\FAQ.lyx"
  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\TOC.lyx" # must be here when another \doc file has been changed
  SetOutPath "$INSTDIR\Resources\doc\clipart"
- File "${PRODUCT_SOURCEDIR}\Resources\doc\clipart\escher-lsd.eps"  
+ File "${PRODUCT_SOURCEDIR}\Resources\doc\clipart\escher-lsd.eps"
  File "${PRODUCT_SOURCEDIR}\Resources\doc\clipart\mobius.eps"
- SetOutPath "$INSTDIR\Resources\examples"
- SetOutPath "$INSTDIR\Resources\layouts"
- File "${PRODUCT_SOURCEDIR}\Resources\layouts\beamer.layout"
- File "${PRODUCT_SOURCEDIR}\Resources\layouts\ijmpc.layout"
- File "${PRODUCT_SOURCEDIR}\Resources\layouts\ijmpd.layout"
+ SetOutPath "$INSTDIR\Resources\examples\fa"
+ File "${PRODUCT_SOURCEDIR}\Resources\examples\fa\splash.lyx"
+ SetOutPath "$INSTDIR\Resources\examples\hu"
+ File "${PRODUCT_SOURCEDIR}\Resources\examples\hu\example_lyxified.lyx"
+ File "${PRODUCT_SOURCEDIR}\Resources\examples\hu\example_raw.lyx"
+ SetOutPath "$INSTDIR\Resources\images"
+ File "${PRODUCT_SOURCEDIR}\Resources\images\closetab.xpm"
+ SetOutPath "$INSTDIR\Resources\images\math"
+ File "${PRODUCT_SOURCEDIR}\Resources\images\math\functions.xpm"
+ File "${PRODUCT_SOURCEDIR}\Resources\images\math\varrho.xpm"
+ SetOutPath "$INSTDIR\Resources\lyx2lyx"
+ File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\LyX.py"
+ File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\lyx_1_5.py"
+ SetOutPath "$INSTDIR\Resources\templates"
+ File "${PRODUCT_SOURCEDIR}\Resources\templates\IEEEtran.lyx"
+ File "${PRODUCT_SOURCEDIR}\Resources\templates\iop-article.lyx"
+ SetOutPath "$INSTDIR\Resources\ui"
+ File "${PRODUCT_SOURCEDIR}\Resources\ui\stdtoolbars.inc"
+ File "${PRODUCT_SOURCEDIR}\Resources\ui\stdmenus.inc"
 
 FunctionEnd