installer: sync with branch

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31237 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2009-08-29 20:42:00 +00:00
parent 828ddace04
commit d6f7945761
2 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,8 @@ Function ConfigureLyX
${if} $WMFPath != "" ${if} $WMFPath != ""
StrCpy $PathPrefix "$PathPrefix;$WMFPath" StrCpy $PathPrefix "$PathPrefix;$WMFPath"
${endif} ${endif}
# eLyXer is always available
#StrCpy $PathPrefix "$PathPrefix;${PRODUCT_SOURCEDIR}\etc\elyxer"
# Create a batch file to start LyX with the environment variables set # Create a batch file to start LyX with the environment variables set
ClearErrors ClearErrors

View File

@ -146,6 +146,9 @@ Function MissingPrograms
${if} $BibTeXEditorPath == "" ${if} $BibTeXEditorPath == ""
ReadRegStr $BibTeXEditorPath HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\JabRef 2.4.2" "UninstallString" ReadRegStr $BibTeXEditorPath HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\JabRef 2.4.2" "UninstallString"
${endif} ${endif}
${if} $BibTeXEditorPath == ""
ReadRegStr $BibTeXEditorPath HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\JabRef 2.5" "UninstallString"
${endif}
# test if Inkscape is installed # test if Inkscape is installed
ReadRegStr $SVGPath HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Inkscape" "InstallLocation" ReadRegStr $SVGPath HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Inkscape" "InstallLocation"