]> git.lyx.org Git - features.git/commitdiff
installer: updates
authorUwe Stöhr <uwestoehr@web.de>
Tue, 1 May 2007 18:21:56 +0000 (18:21 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Tue, 1 May 2007 18:21:56 +0000 (18:21 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18159 a592a061-630c-0410-9148-cb99ea01b6c8

development/Win32/packaging/installer/LyXWinInstaller/ConfigLyX.nsh
development/Win32/packaging/installer/LyXWinInstaller/Deleted.nsh
development/Win32/packaging/installer/LyXWinInstaller/Updated.nsh

index 9c6d515ed1875fadf0ff3365057308d7101479ef..688564b5dcf561c541bb818d26f091852a747cd0 100644 (file)
@@ -52,7 +52,7 @@ Function ConfigureLyX
   # (having one preferences file that is modified to fit the needs is possible but not easy to maintain
   # therefore simply delete the files that shouldn't be used)
   # if not Acrobat or Adobe Reader is used
-  ${if} $Acrobat == "None" # clear the entries in the preferences file that define PDFViewWin7 or 8 as viewer
+  ${if} $Acrobat == "None" # clear the entries in the preferences file that define PDFView or PDFViewWin8 as viewer
    Rename "$INSTDIR\Resources\preferencesGSview" "$INSTDIR\Resources\preferences"
    Delete "$INSTDIR\Resources\preferences7"
    Delete "$INSTDIR\Resources\preferences8"
index d8f713e1967b5c1a7770f9dd542006ccbaaf2912..8ee675c9016a5e70cb2af1127616732316e4c3a4 100644 (file)
@@ -1,9 +1,10 @@
 Function DeleteFiles
 
- # list with deleted files
+ # list with deleted files for LyX 1.5svn 02-05-2007
  Delete "$INSTDIR\Resources\examples\decimal.lyx"
  Delete "$INSTDIR\Resources\examples\g-brief2.lyx"
  Delete "$INSTDIR\Resources\examples\de\decimal.lyx"
+ Delete "$INSTDIR\Resources\images\toc-view.xpm"  
  Delete "$INSTDIR\Resources\templates\CV-image.eps"
  Delete "$INSTDIR\Resources\templates\CV-image.png"
  Delete "$INSTDIR\Resources\templates\europeCV.lyx"
index 1720d3fd0b53ab6b5ce09925be529f6dd15fe4df..648446d4c2408db7c7ff6c15bd90aab60b27ec83 100644 (file)
@@ -1,6 +1,6 @@
 Function UpdateModifiedFiles
 
- # list with modified files for LyX 1.5svn 30-04-2007
+ # list with modified files for LyX 1.5svn 02-05-2007
  SetOutPath "$INSTDIR\bin"
  File "${PRODUCT_SOURCEDIR}\bin\Console.dll"
  File "${PRODUCT_SOURCEDIR}\bin\lyx.exe" # always here
@@ -39,6 +39,7 @@ Function UpdateModifiedFiles
  SetOutPath "$INSTDIR\Resources\examples\de"
  File "${PRODUCT_SOURCEDIR}\Resources\examples\de\Dezimal.lyx"
  SetOutPath "$INSTDIR\Resources\images"
+ File "${PRODUCT_SOURCEDIR}\Resources\images\dialog-toggle_toc.xpm"
  File "${PRODUCT_SOURCEDIR}\Resources\images\math-superscript.xpm"
  File "${PRODUCT_SOURCEDIR}\Resources\images\tabular-feature_set-rotate-cell.xpm"
  File "${PRODUCT_SOURCEDIR}\Resources\images\tabular-feature_set-rotate-tabular.xpm"