home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / Bonus / WIN95OEM / PRECOPY2.CAB / inetmail.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1995-07-11  |  1.8 KB  |  77 lines

  1. ;
  2. ; Internet Mail
  3. ; Copyright (c) 1993-1995 Microsoft Corporation
  4. ;
  5.  
  6. [Version]
  7. Signature="$CHICAGO$"
  8. SetupClass=BASE
  9. LayoutFile=layout.inf
  10.  
  11.  
  12. [DestinationDirs]
  13. InetMail.Basewin.Copy = 17
  14. InetMail.Sys    = 11
  15. InetMail.Help   = 18
  16.  
  17. [BaseWinOptions]
  18. Register.InetMail
  19.  
  20. [Register.InetMail]
  21. AddReg=InetMail.Basewin.Reg
  22. CopyFiles=InetMail.Basewin.Copy
  23.  
  24.  
  25. [InetMail.Basewin.Reg]
  26. ;HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents,"InternetMail",,"InternetMail"
  27. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\InternetMail,INF,,"INETMAIL.INF"
  28. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\InternetMail,Section,,"InternetMail"
  29. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\InternetMail,Installed,,"0"
  30.  
  31.  
  32. [InetMail.Basewin.Copy]
  33. INETMAIL.INF
  34.  
  35.  
  36. [InternetMail]
  37. CopyFiles=InetMail.Sys,InetMail.Help
  38. AddReg=InetMail.Reg,InetMail.Installed
  39. OptionDesc     = %INETMAIL_DESC%
  40. Tip            = %INETMAIL_TIP%
  41. Top            = EMAIL
  42. Uninstall      = InetMail.Remove
  43.  
  44. [InetMail.Remove]
  45. DelFiles=InetMail.Sys,InetMail.Help
  46. AddReg=InetMail.Removed
  47. DelReg=InetMail.Reg
  48.  
  49. [InetMail.Sys]
  50. INETAB32.DLL
  51. MINET32.DLL
  52. ISO88591.TRN
  53. NORWEG.TRN
  54. SWEDISH.TRN
  55. USASCII.TRN
  56.  
  57. [InetMail.Help]
  58. INT-MAIL.HLP
  59. INT-MAIL.CNT
  60.  
  61.  
  62. [InetMail.Reg]
  63. HKLM,"Software\Microsoft\Exchange\Client\Extensions","Internet Mail",0,"4.0;minet32.dll;2;;;IMAIL"
  64.  
  65. [InetMail.Installed]
  66. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\InternetMail,Installed,,"1"
  67.  
  68. [InetMail.Removed]
  69. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\InternetMail,Installed,,"0"
  70.  
  71.  
  72. [Strings]
  73. INETMAIL_DESC = "Internet Mail Services for Exchange"
  74. INETMAIL_TIP  = "Internet Mail"
  75.  
  76.