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:
Uwe Stöhr 2007-02-16 02:35:09 +00:00
parent 0c133ed918
commit 62c88d8ee8

View File

@ -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