lyx_mirror/development/Win32/packaging/AltInstaller/Deleted.nsh

14 lines
426 B
Plaintext
Raw Normal View History

Function DeleteFiles
# list with deleted files for LyX 1.5beta3 16-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