[Mypal] Remove *.pdf file association in the installer.

master
Fedor 2019-09-05 20:03:01 +03:00
parent a65230322e
commit 77dc488eeb
2 changed files with 1 additions and 4 deletions

View File

@ -322,14 +322,12 @@
WriteRegStr SHCTX "$0\.xhtml" "" "MypalHTML"
${EndIf}
${AddAssociationIfNoneExist} ".pdf"
${AddAssociationIfNoneExist} ".oga"
${AddAssociationIfNoneExist} ".ogg"
${AddAssociationIfNoneExist} ".ogv"
${AddAssociationIfNoneExist} ".pdf"
${AddAssociationIfNoneExist} ".webm"
; An empty string is used for the 5th param because PaleMoonHTML is not a
; An empty string is used for the 5th param because MypalHTML is not a
; protocol handler
${AddDisabledDDEHandlerValues} "MypalHTML" "$2" "$8,1" \
"${AppRegName} HTML Document" ""

View File

@ -246,7 +246,6 @@ Section "Uninstall"
${un.RegCleanFileHandler} ".oga" "MypalHTML"
${un.RegCleanFileHandler} ".ogg" "MypalHTML"
${un.RegCleanFileHandler} ".ogv" "MypalHTML"
${un.RegCleanFileHandler} ".pdf" "MypalHTML"
${un.RegCleanFileHandler} ".webm" "MypalHTML"
${EndIf}