installer: remove special handling of WMF converter

metafile2eps is sine a while a real Windows printer therefore the former handling for the old program can go
This commit is contained in:
Uwe Stöhr 2012-11-10 07:09:20 +01:00
parent eac5840040
commit dab1b4bbc0
2 changed files with 2 additions and 6 deletions

View File

@ -52,7 +52,6 @@ Var ThesCode
Var ThesCodes
Var UpdateFNDBReturn
Var UserList
Var WMFPath
Var LangName

View File

@ -117,9 +117,6 @@ Section -Configure
${if} $SVGPath != ""
StrCpy $PathPrefix "$PathPrefix;$SVGPath"
${endif}
${if} $WMFPath != ""
StrCpy $PathPrefix "$PathPrefix;$WMFPath"
${endif}
${if} $GnumericPath != ""
StrCpy $PathPrefix "$PathPrefix;$GnumericPath"
${endif}
@ -128,8 +125,8 @@ Section -Configure
${EndIf}
${if} $LilyPondPath != ""
StrCpy $PathPrefix "$PathPrefix;$LilyPondPath"
${endif}
${endif}
# Set the path prefix in lyxrc.dist
ClearErrors
Delete "$INSTDIR\Resources\lyxrc.dist"