home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Bookshelf 1996/1997 / BOOKSHELF96.ISO / iexplore / inetmail.inf < prev    next >
INI File  |  1996-02-21  |  1KB  |  38 lines

  1. ;
  2. ; Internet Mail - PLUS! Pack
  3. ; Copyright (c) 1995 Microsoft Corporation
  4. ;
  5.  
  6. [Version]
  7. Signature="$CHICAGO$"
  8. SetupClass=BASE
  9.  
  10.  
  11. ;
  12. ; Plus! Setup Needs to add these to the registry and copy the INF file
  13. ;HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\InternetMail,INF,,"INETMAIL.INF"
  14. ;HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\InternetMail,Section,,"InternetMail"
  15. ;HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\InternetMail,Installed,,"1"
  16.  
  17.  
  18. [InternetMail]
  19. AddReg      = InetMail.Reg,InetMail.Installed
  20. Uninstall   = InetMail.Remove
  21.  
  22. [InetMail.Remove]
  23. AddReg=InetMail.Removed
  24. DelReg=InetMail.Reg
  25.  
  26.  
  27. [InetMail.Reg]
  28. HKLM,"Software\Microsoft\Exchange\Client\Extensions","Internet Mail",0,"4.0;minet32.dll;2;;;IMAIL"
  29.  
  30. [InetMail.Installed]
  31. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\InternetMail,Installed,,"1"
  32.  
  33. [InetMail.Removed]
  34. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\InternetMail,Installed,,"0"
  35.  
  36.  
  37.