mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-27 14:29:21 +00:00
LyXWinInstaller: fix a path
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17212 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0c133ed918
commit
62c88d8ee8
@ -151,7 +151,7 @@ Function MissingPrograms
|
||||
StrCpy $Acrobat "None"
|
||||
${endif}
|
||||
${if} $Acrobat != "None"
|
||||
ReadRegStr $String HKCR "AcroExch.Document/shell/open/command" ""
|
||||
ReadRegStr $String HKCR "AcroExch.Document\shell\open\command" ""
|
||||
StrCpy $Search "8" ; search for Acrobat or Adobe Reader 8 because then PDFViewWin8.exe is needed to view PDF-files
|
||||
!insertmacro StrPointer $String $Search $Pointer ; macro from LyXUtils
|
||||
${if} $Pointer == "-1" ; if nothing was found
|
||||
|
Loading…
Reference in New Issue
Block a user