home *** CD-ROM | disk | FTP | other *** search
- ;
- ; Internet Mail - PLUS! Pack
- ;
- ; Copyright (c) 1995 Microsoft Corporation
- ;
-
- [Version]
- Signature="$CHICAGO$"
- SetupClass=BASE
-
-
- ;
- ; Plus! Setup Needs to add these to the registry and copy the INF file
- ;HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\InternetMail,INF,,"INETMAIL.INF"
- ;HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\InternetMail,Section,,"InternetMail"
- ;HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\InternetMail,Installed,,"1"
-
-
- [InternetMail]
- AddReg = InetMail.Reg,InetMail.Installed
- Uninstall = InetMail.Remove
-
- [InetMail.Remove]
- AddReg=InetMail.Removed
- DelReg=InetMail.Reg
-
-
- [InetMail.Reg]
- HKLM,"Software\Microsoft\Exchange\Client\Extensions","Internet Mail",0,"4.0;minet32.dll;2;;;IMAIL"
-
- [InetMail.Installed]
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\InternetMail,Installed,,"1"
-
- [InetMail.Removed]
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\InternetMail,Installed,,"0"
-
-
-