From: Uwe Stöhr Date: Sat, 10 Nov 2012 06:09:20 +0000 (+0100) Subject: installer: remove special handling of WMF converter X-Git-Tag: 2.1.0beta1~1289 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=dab1b4bbc0d15389ef6339835928ef298853b72f;p=features.git 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 --- diff --git a/development/Win32/packaging/installer/include/variables.nsh b/development/Win32/packaging/installer/include/variables.nsh index 729dec48b7..d96b0b6f67 100644 --- a/development/Win32/packaging/installer/include/variables.nsh +++ b/development/Win32/packaging/installer/include/variables.nsh @@ -52,7 +52,6 @@ Var ThesCode Var ThesCodes Var UpdateFNDBReturn Var UserList -Var WMFPath Var LangName diff --git a/development/Win32/packaging/installer/setup/configure.nsh b/development/Win32/packaging/installer/setup/configure.nsh index 925b432fa0..8c3af60c92 100644 --- a/development/Win32/packaging/installer/setup/configure.nsh +++ b/development/Win32/packaging/installer/setup/configure.nsh @@ -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"