lyx_mirror/development/Win32/packaging/installer/LyXWinInstaller/Deleted.nsh
Uwe Stöhr 01a780bd89 installer:
- using Joost's patched pdfopen/pdfclose programs as these now also work for Acrobat 8 using the latest version
-> Could get rid of ugly hack that was only used for Acrobat 8

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18218 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-07 01:19:52 +00:00

14 lines
424 B
Plaintext

Function DeleteFiles
# list with deleted files for LyX 1.5svn xx-05-2007
Delete "$INSTDIR\bin\PDFViewWin8.exe"
Delete "$INSTDIR\Resources\examples\cv.lyx"
Delete "$INSTDIR\Resources\examples\TableExamples.lyx"
Delete "$INSTDIR\Resources\examples\de\TableExamples.lyx"
Delete "$INSTDIR\Resources\examples\fr\CV.lyx"
Delete "$INSTDIR\Resources\layouts\cv.layout"
Delete "$INSTDIR\Resources\tex\cv.cls"
FunctionEnd