add xpinstall content type settings to shell service and installer registrations

git-svn-id: svn://10.0.0.236/trunk@155910 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ben%bengoodger.com
2004-05-04 10:04:14 +00:00
parent f358919e57
commit bf08059eff
2 changed files with 11 additions and 0 deletions

View File

@@ -152,6 +152,12 @@ typedef struct {
PREFIX MID SUFFIX
static SETTING gSettings[] = {
// Extension Manager Keys
{ MAKE_KEY_NAME1(CLS, "MIME\\Database\\Content Type\\application/x-xpinstall;app=firefox"),
"Extension",
".xpi",
NO_SUBSTITUTION | NON_ESSENTIAL },
// File Extension Aliases
{ MAKE_KEY_NAME1(CLS, ".htm"), "", CLS_HTML, NO_SUBSTITUTION | NON_ESSENTIAL },
{ MAKE_KEY_NAME1(CLS, ".html"), "", CLS_HTML, NO_SUBSTITUTION | NON_ESSENTIAL },