mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
eac5840040
commit
dab1b4bbc0
@ -52,7 +52,6 @@ Var ThesCode
|
|||||||
Var ThesCodes
|
Var ThesCodes
|
||||||
Var UpdateFNDBReturn
|
Var UpdateFNDBReturn
|
||||||
Var UserList
|
Var UserList
|
||||||
Var WMFPath
|
|
||||||
|
|
||||||
Var LangName
|
Var LangName
|
||||||
|
|
||||||
|
@ -117,9 +117,6 @@ Section -Configure
|
|||||||
${if} $SVGPath != ""
|
${if} $SVGPath != ""
|
||||||
StrCpy $PathPrefix "$PathPrefix;$SVGPath"
|
StrCpy $PathPrefix "$PathPrefix;$SVGPath"
|
||||||
${endif}
|
${endif}
|
||||||
${if} $WMFPath != ""
|
|
||||||
StrCpy $PathPrefix "$PathPrefix;$WMFPath"
|
|
||||||
${endif}
|
|
||||||
${if} $GnumericPath != ""
|
${if} $GnumericPath != ""
|
||||||
StrCpy $PathPrefix "$PathPrefix;$GnumericPath"
|
StrCpy $PathPrefix "$PathPrefix;$GnumericPath"
|
||||||
${endif}
|
${endif}
|
||||||
@ -128,8 +125,8 @@ Section -Configure
|
|||||||
${EndIf}
|
${EndIf}
|
||||||
${if} $LilyPondPath != ""
|
${if} $LilyPondPath != ""
|
||||||
StrCpy $PathPrefix "$PathPrefix;$LilyPondPath"
|
StrCpy $PathPrefix "$PathPrefix;$LilyPondPath"
|
||||||
${endif}
|
${endif}
|
||||||
|
|
||||||
# Set the path prefix in lyxrc.dist
|
# Set the path prefix in lyxrc.dist
|
||||||
ClearErrors
|
ClearErrors
|
||||||
Delete "$INSTDIR\Resources\lyxrc.dist"
|
Delete "$INSTDIR\Resources\lyxrc.dist"
|
||||||
|
Loading…
Reference in New Issue
Block a user