From 89847524eb04ebf5fa118cb0ae17c0e242e2ffb9 Mon Sep 17 00:00:00 2001 From: "ssu%netscape.com" Date: Fri, 5 Oct 2001 05:24:51 +0000 Subject: [PATCH] part of a fix for bug 95122 - Preference for Simple MAPI. r=curt, sr=dveditz. not part of tinderbox builds. affects windows only git-svn-id: svn://10.0.0.236/branches/MOZILLA_0_9_4_BRANCH@104641 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpinstall/packager/windows/config.it | 70 -------------------- mozilla/xpinstall/packager/windows/mail.jst | 10 +++ 2 files changed, 10 insertions(+), 70 deletions(-) diff --git a/mozilla/xpinstall/packager/windows/config.it b/mozilla/xpinstall/packager/windows/config.it index e138e9a78d3..15f188ca8eb 100644 --- a/mozilla/xpinstall/packager/windows/config.it +++ b/mozilla/xpinstall/packager/windows/config.it @@ -478,76 +478,6 @@ $InstallSizeArchive$:mail.xpi Attributes=SELECTED|FORCE_UPGRADE Force Upgrade File0=[SETUP PATH]\msgbsutl.dll -[Component MailNews-Windows Registry0] -Root Key=HKEY_LOCAL_MACHINE -Key=Software\Clients\Mail\$ProductName$ Mail -Name= -Name Value=$ProductName$ Mail -Type=REG_SZ -Decrypt Key=FALSE -Decrypt Name=FALSE -Decrypt Name Value=TRUE -Overwrite Key=TRUE -Overwrite Name=TRUE -Timing=post archive -OS=NT51 - -[Component MailNews-Windows Registry1] -Root Key=HKEY_LOCAL_MACHINE -Key=Software\Clients\Mail\$ProductName$ Mail\DefaultIcon -Name= -Name Value=[SETUP PATH]\$MainExeFile$,0 -Type=REG_SZ -Decrypt Key=FALSE -Decrypt Name=FALSE -Decrypt Name Value=TRUE -Overwrite Key=TRUE -Overwrite Name=TRUE -Timing=post archive -OS=NT51 - -[Component MailNews-Windows Registry2] -Root Key=HKEY_LOCAL_MACHINE -Key=Software\Clients\Mail\$ProductName$ Mail\shell -Name= -Name Value= -Type=REG_SZ -Decrypt Key=FALSE -Decrypt Name=FALSE -Decrypt Name Value=TRUE -Overwrite Key=TRUE -Overwrite Name=TRUE -Timing=post archive -OS=NT51 - -[Component MailNews-Windows Registry3] -Root Key=HKEY_LOCAL_MACHINE -Key=Software\Clients\Mail\$ProductName$ Mail\shell\open -Name= -Name Value= -Type=REG_SZ -Decrypt Key=FALSE -Decrypt Name=FALSE -Decrypt Name Value=TRUE -Overwrite Key=TRUE -Overwrite Name=TRUE -Timing=post archive -OS=NT51 - -[Component MailNews-Windows Registry4] -Root Key=HKEY_LOCAL_MACHINE -Key=Software\Clients\Mail\$ProductName$ Mail\shell\open\command -Name= -Name Value="[SETUP PATH]\$MainExeFile$" -mail -Type=REG_SZ -Decrypt Key=FALSE -Decrypt Name=FALSE -Decrypt Name Value=TRUE -Overwrite Key=TRUE -Overwrite Name=TRUE -Timing=post archive -OS=NT51 - [Component Uninstaller] diff --git a/mozilla/xpinstall/packager/windows/mail.jst b/mozilla/xpinstall/packager/windows/mail.jst index b2ad600b3a7..dbe4ffe011b 100644 --- a/mozilla/xpinstall/packager/windows/mail.jst +++ b/mozilla/xpinstall/packager/windows/mail.jst @@ -230,6 +230,16 @@ if(verifyDiskSpace(fProgram, srDest)) getFolder("Chrome","messenger.jar"), "content/messenger-region/"); + // log comments for uninstalling the registry keys created by mail for setting + // itself up in WinXP's Start menu + logComment("Create Registry Key: HKEY_LOCAL_MACHINE\\Software\\Clients\\StartMenuInternet\\Mozilla []"); + logComment("Store Registry Value: HKEY_LOCAL_MACHINE\\Software\\Clients\\StartMenuInternet\\Mozilla []"); + logComment("Create Registry Key: HKEY_LOCAL_MACHINE\\Software\\Clients\\StartMenuInternet\\Mozilla\\DefaultIcon []"); + logComment("Store Registry Value: HKEY_LOCAL_MACHINE\\Software\\Clients\\StartMenuInternet\\Mozilla\\DefaultIcon []"); + logComment("Create Registry Key: HKEY_LOCAL_MACHINE\\Software\\Clients\\StartMenuInternet\\Mozilla\\shell []"); + logComment("Create Registry Key: HKEY_LOCAL_MACHINE\\Software\\Clients\\StartMenuInternet\\Mozilla\\shell\\open []"); + logComment("Create Registry Key: HKEY_LOCAL_MACHINE\\Software\\Clients\\StartMenuInternet\\Mozilla\\shell\\open\\command []"); + // check return value err = getLastError(); if(err == SUCCESS)