зеркало из https://github.com/mozilla/pjs.git
Bug 609106 - Add plugin-container.exe to ShimInclusionList via installer, r=rstrong, a2.0=bsmedberg
This commit is contained in:
Родитель
dc56e9f05f
Коммит
42e38ad91a
|
@ -369,6 +369,8 @@ Section "-Application" APP_IDX
|
||||||
|
|
||||||
StrCpy $0 "Software\Microsoft\MediaPlayer\ShimInclusionList\$R9"
|
StrCpy $0 "Software\Microsoft\MediaPlayer\ShimInclusionList\$R9"
|
||||||
${CreateRegKey} "$TmpVal" "$0" 0
|
${CreateRegKey} "$TmpVal" "$0" 0
|
||||||
|
StrCpy $0 "Software\Microsoft\MediaPlayer\ShimInclusionList\plugin-container.exe"
|
||||||
|
${CreateRegKey} "$TmpVal" "$0" 0
|
||||||
|
|
||||||
${If} $TmpVal == "HKLM"
|
${If} $TmpVal == "HKLM"
|
||||||
; Set the permitted LSP Categories for WinVista and above
|
; Set the permitted LSP Categories for WinVista and above
|
||||||
|
|
|
@ -298,6 +298,9 @@ Section "Uninstall"
|
||||||
StrCpy $0 "Software\Microsoft\MediaPlayer\ShimInclusionList\${FileMainEXE}"
|
StrCpy $0 "Software\Microsoft\MediaPlayer\ShimInclusionList\${FileMainEXE}"
|
||||||
DeleteRegKey HKLM "$0"
|
DeleteRegKey HKLM "$0"
|
||||||
DeleteRegKey HKCU "$0"
|
DeleteRegKey HKCU "$0"
|
||||||
|
StrCpy $0 "Software\Microsoft\MediaPlayer\ShimInclusionList\plugin-container.exe"
|
||||||
|
DeleteRegKey HKLM "$0"
|
||||||
|
DeleteRegKey HKCU "$0"
|
||||||
StrCpy $0 "Software\Classes\MIME\Database\Content Type\application/x-xpinstall;app=firefox"
|
StrCpy $0 "Software\Classes\MIME\Database\Content Type\application/x-xpinstall;app=firefox"
|
||||||
DeleteRegKey HKLM "$0"
|
DeleteRegKey HKLM "$0"
|
||||||
DeleteRegKey HKCU "$0"
|
DeleteRegKey HKCU "$0"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче