mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 17:20:55 +00:00
installer: fix the installation of JabRef
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19796 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e833d24424
commit
c38a1bce14
@ -1,5 +1,6 @@
|
|||||||
Version 3.19
|
Version 3.19
|
||||||
- LyX 1.5.2
|
- LyX 1.5.2
|
||||||
|
- fix that installer told JabRef was not correctly installed
|
||||||
|
|
||||||
- support to set Portuguese as LyX's menu language
|
- support to set Portuguese as LyX's menu language
|
||||||
- support to set Catalan as LyX's menu language
|
- support to set Catalan as LyX's menu language
|
||||||
|
@ -109,11 +109,11 @@ FunctionEnd
|
|||||||
ExecWait "$INSTDIR\${JabRefInstall}"
|
ExecWait "$INSTDIR\${JabRefInstall}"
|
||||||
# test if JabRef is installed
|
# test if JabRef is installed
|
||||||
StrCpy $BibTeXEditorPath ""
|
StrCpy $BibTeXEditorPath ""
|
||||||
ReadRegStr $BibTeXEditorPath HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${JabRefVersion}" "UninstallString"
|
ReadRegStr $BibTeXEditorPath HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\JabRef ${JabRefVersion}" "UninstallString"
|
||||||
${if} $BibTeXEditorPath == ""
|
${if} $BibTeXEditorPath == ""
|
||||||
MessageBox MB_OK|MB_ICONEXCLAMATION "$(JabRefError)"
|
MessageBox MB_OK|MB_ICONEXCLAMATION "$(JabRefError)"
|
||||||
${else}
|
${else}
|
||||||
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${JabRefVersion}" "OnlyWithLyX" "Yes${PRODUCT_VERSION_SHORT}" # special entry to tell the uninstaller that it was installed with LyX
|
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\JabRef ${JabRefVersion}" "OnlyWithLyX" "Yes${PRODUCT_VERSION_SHORT}" # special entry to tell the uninstaller that it was installed with LyX
|
||||||
${endif}
|
${endif}
|
||||||
${endif}
|
${endif}
|
||||||
${endif}
|
${endif}
|
||||||
|
Loading…
Reference in New Issue
Block a user