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
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user