Fix bug 9961

remove the error message for not finding a pdf viewer (apparently empty string is returned by FindExecutable if the executable is a Windows Store app). If there is really no pdf viewer, let the Windows itself decide what to do (produce error or not and which one).
This commit is contained in:
Eugene Chornyi 2021-01-03 20:11:49 +01:00
parent 17e4f325f3
commit daa32db3bc

View File

@ -77,12 +77,6 @@ Section "View PDF file"
System::Call "shell32::FindExecutable(t '$PLUGINSDIR\a.pdf', t '', t .r0)"
StrCpy $ViewerFileName $0
${GetFileName} $ViewerFileName $Viewer
${If} $Viewer == ""
MessageBox MB_OK|MB_ICONEXCLAMATION "No PDF viewer is installed. \
Please install a PDF viewer such as Adobe Reader."
Quit
${EndIf}
${if} $Viewer == "AcroRd32.exe"
${orif} $Viewer == "AcroRd64.exe"