lyx_mirror/development/Win32/packaging/AltInstaller/Deleted.nsh
Uwe Stöhr ab139c1f35 installer updates due to the switch to MSVC2008
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@22814 a592a061-630c-0410-9148-cb99ea01b6c8
2008-02-06 21:25:47 +00:00

12 lines
309 B
Plaintext

Function DeleteFiles
# list with deleted files for LyX 1.5.4
Delete "$INSTDIR\bin\Microsoft.VC80.CRT.manifest"
Delete "$INSTDIR\bin\msvcp80.dll"
RMDir /r "$INSTDIR\Resources\doc\es\biblio"
Delete "$INSTDIR\Resources\examples\mathed.lyx"
Delete "$INSTDIR\Resources\examples\de\mathed.lyx"
FunctionEnd