]> git.lyx.org Git - lyx.git/commitdiff
LyXWinInstaller: fix a path
authorUwe Stöhr <uwestoehr@web.de>
Fri, 16 Feb 2007 02:35:09 +0000 (02:35 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Fri, 16 Feb 2007 02:35:09 +0000 (02:35 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17212 a592a061-630c-0410-9148-cb99ea01b6c8

development/Win32/packaging/installer/LyXWinInstaller/MissingPrograms.nsh

index 71dbf18c6bdce70345ad48021d7bd6c50940ad71..30b2e889722f1aa4f6ebe6a2052de8d714cf908b 100644 (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