mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
installer: updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18159 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4e1734b455
commit
59e041943e
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user