home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 9 / IOPROG_9.ISO / contrib / iis4 / ims.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1997-09-05  |  26.9 KB  |  981 lines

  1. [Version]
  2. Signature = "$Windows NT$"
  3.  
  4. [Strings]
  5. REG_UNINSTALL="Software\Microsoft\Windows\CurrentVersion\Uninstall"
  6. REG_INETSTP="Software\Microsoft\InetStp"
  7. REG_INETMGR="Software\Microsoft\InetMgr"
  8. REG_SVCS_INETINFO="System\CurrentControlSet\Services\InetInfo"
  9. REG_KEYRING="Software\Microsoft\Keyring"
  10. REG_APPPATHS="Software\Microsoft\Windows\CurrentVersion\App Paths"
  11. REG_CLSID="Software\Classes\CLSID"
  12. REG_SLATE_MMC="Software\Microsoft\MMC"
  13. SZ_SLATE_ID="{A841B6C2-7577-11d0-BB1F-00A0C922E79C}"
  14.  
  15. ; the following are localizable
  16. SDESC_IMS="SMTP Server"
  17. LDESC_IMS="Simple Mail Transfer Protocol (SMTP) Server"
  18. SDESC_IIS_SMTP="SMTP Server"
  19. LDESC_IIS_SMTP="SMTP server files"
  20. SDESC_IIS_SMTP_DOCS="SMTP documentation"
  21. LDESC_IIS_SMTP_DOCS="SMTP server documentation files"
  22. SZ_SLATE_NAME_STRING="Internet Services"
  23.  
  24. [Optional Components]
  25. ims
  26. iis_smtp
  27. iis_smtp_docs
  28.  
  29. [ims]
  30. Parent = iis
  31. OptionDesc = %SDESC_IMS%
  32. Tip = %LDESC_IMS%
  33. IconIndex = 0
  34.  
  35. [iis_smtp]
  36. Needs = iis_www
  37. Parent = ims
  38. OptionDesc = %SDESC_IIS_SMTP%
  39. Tip =%LDESC_IIS_SMTP%
  40. IconIndex = *
  41. UpgReg="System\CurrentControlSet\Services\SMTPSVC"
  42. Modes=1,3
  43.  
  44. [iis_smtp_docs]
  45. Parent = ims
  46. OptionDesc = %SDESC_IIS_SMTP_DOCS%
  47. Tip =%LDESC_IIS_SMTP_DOCS%
  48. IconIndex = *
  49. UpgReg="System\CurrentControlSet\Services\SMTPSVC"
  50. Modes=1,3
  51.  
  52. ; =========================================================================
  53. ; About iis_smtp
  54. ;
  55. [iis_smtp_install]
  56. Copyfiles=\
  57. iis_ims_files_keep, \
  58. iis_ims_files_program, \
  59. iis_ims_files_system, \
  60. iis_smtp_files_service, \
  61. iis_smtp_files_system, \
  62. iis_smtp_files_mail_help, \
  63. iis_smtp_files_web, \
  64. iis_smtp_files_webadmin, \
  65. iis_smtp_files_webadmin_help, \
  66. iis_smtp_files_webadmin_images
  67. AddReg=iis_smtp_register
  68.  
  69. [iis_smtp_uninstall]
  70. Delfiles=\
  71. iis_smtp_files_service, \
  72. iis_smtp_files_system, \
  73. iis_smtp_files_mail_help, \
  74. iis_smtp_files_web, \
  75. iis_smtp_files_webadmin, \
  76. iis_smtp_files_webadmin_help, \
  77. iis_smtp_files_webadmin_images
  78. DelReg=iis_smtp_unregister
  79.  
  80. [iis_smtp_register]
  81.  
  82. [iis_smtp_unregister]
  83.  
  84.  
  85. ; =========================================================================
  86. ; About iis_smtp_docs
  87. ;
  88. [iis_smtp_docs_install]
  89. Copyfiles=\
  90. iis_smtp_files_mail_docs, \
  91. iis_smtp_files_mail_hhc
  92.  
  93. [iis_smtp_docs_uninstall]
  94. Delfiles=\
  95. iis_smtp_files_mail_docs, \
  96. iis_smtp_files_mail_hhc
  97.  
  98.  
  99. ; =========================================================================
  100. ; The list of shared files to uninstall in the event of remove all or
  101. ; uninstalling the last component
  102. ;
  103. [iis_ims_uninstall]
  104. Delfiles=\
  105. iis_ims_files_program, \
  106. iis_ims_files_system
  107.  
  108. ; =========================================================================
  109. ; The list of shared files to uninstall in the event of MCIS 1.0 to K2
  110. ; upgrade
  111. ;
  112. [iis_smtp_mcis10_product_upgrade]
  113. Delfiles=\
  114. iis_smtp_mcis10_system, \
  115. iis_smtp_mcis10_product
  116.  
  117.  
  118. ; =========================================================================
  119. ; This is a section containing all the destination directories
  120. ;
  121. ; 18 ===> Windows\help directory (%windir%\help)
  122. ; 11 ===> system directory (%windir%\system on Win95, %windir%\system32 on NT)
  123. ; 32768 ===> c:\inetpub
  124. [DestinationDirs]
  125. iis_ims_files_program=11, inetsrv
  126. iis_ims_files_system=11
  127. iis_ims_files_keep=11
  128. iis_smtp_files_service=11, inetsrv
  129. iis_smtp_files_system=11
  130. iis_smtp_files_mail_docs=18, mail
  131. iis_smtp_files_mail_help=32768, mail\Smtp\Admin\Help
  132. iis_smtp_files_mail_hhc=18, mail
  133. iis_smtp_files_web=32768, Mail\Smtp\Admin
  134. iis_smtp_files_webadmin=32768, Mail\Smtp\Admin
  135. iis_smtp_files_webadmin_help=32768, Mail\Smtp\Admin\help
  136. iis_smtp_files_webadmin_images=32768, Mail\Smtp\Admin\images
  137. iis_smtp_mcis10_system=11
  138. iis_smtp_mcis10_product=11, inetsrv
  139.  
  140. ; =========================================================================
  141. ; This is a section containing all the registry to metabase operations
  142. ;
  143. ; The format of the parameters are as follows:
  144. ;
  145. ; fUpgrade fKeepOldReg hkRootKey szSubKey szValueName mdPath mdID mdAttrib mdUserType mdDataType mdDataLen mdData
  146. [SMTP_REG]
  147. 1    1    HKLM    System\CurrentControlSet\Services\SmtpSvc\Parameters    ConnectionTimeOut    LM/SmtpSvc        1013    0x1    1    1    4    0x258
  148. 1    1    HKLM    System\CurrentControlSet\Services\SmtpSvc\Parameters    MaxConnections        LM/SmtpSvc        1014    0x1    1    1    4    0x77359400
  149. 1    1    HKLM    System\CurrentControlSet\Services\SmtpSvc\Parameters    MaxMsgSize        LM/SmtpSvc        36891    0x1    1    1    4    0x200000
  150. 1    1    HKLM    System\CurrentControlSet\Services\SmtpSvc\Parameters    MaxMsgSizeBeforeClose    LM/SmtpSvc        36892    0x1    1    1    4    0xa00000
  151. 1    1    HKLM    System\CurrentControlSet\Services\SmtpSvc\Parameters    MaxOutConnections    LM/SmtpSvc        36894    0x1    1    1    4    0x1f4
  152. 1    1    HKLM    System\CurrentControlSet\Services\SmtpSvc\Parameters    MaxRcpts        LM/SmtpSvc        36895    0x1    1    1    4    0x64
  153. 1    1    HKLM    System\CurrentControlSet\Services\SmtpSvc\Parameters    MaxRemoteTimeOut    LM/SmtpSvc        36921    0x1    1    1    4    0x258
  154. 1    1    HKLM    System\CurrentControlSet\Services\SmtpSvc\Parameters    MaxRetryAttempts    LM/SmtpSvc        36896    0x1    1    1    4    0x30
  155. 1    1    HKLM    System\CurrentControlSet\Services\SmtpSvc\Parameters    MaxRetryAttempts    LM/SmtpSvc        36898    0x1    1    1    4    0x30
  156. 1    1    HKLM    System\CurrentControlSet\Services\SmtpSvc\Parameters    MaxRetryMinutes        LM/SmtpSvc        36897    0x1    1    1    4    0x3c
  157. 1    1    HKLM    System\CurrentControlSet\Services\SmtpSvc\Parameters    MaxRetryMinutes        LM/SmtpSvc        36899    0x1    1    1    4    0x3c
  158. 1    1    HKLM    System\CurrentControlSet\Services\SmtpSvc\Parameters    EnableReverseLookup    LM/SMtpSvc        36884    0x1    1    1    4    0x0
  159. 1    1    HKLM    System\CurrentControlSet\Services\SmtpSvc\Parameters    MaxHopCount        LM/SMtpSvc        36886    0x1    1    1    4    0xf
  160. 1    1    HKLM    System\CurrentControlSet\Services\SmtpSvc\Parameters    ShouldDeliver        LM/SMtpSvc        36881    0x1    1    1    4    0x0
  161. 1    1    HKLM    System\CurrentControlSet\Services\SmtpSvc\Parameters    SmartHost        LM/SMtpSvc        36906    0x1    1    2    0    %__EMPTY%
  162. 1    1    HKLM    System\CurrentControlSet\Services\SmtpSvc\Parameters    SmartHostUseType    LM/SMtpSvc        36905    0x1    1    1    4    0x0
  163. 1    1    HKLM    System\CurrentControlSet\Services\SmtpSvc\Parameters    LogType            LM/SmtpSvc        4000    0x1    1    1    4    0x1
  164. 1    1    HKLM    System\CurrentControlSet\Services\SmtpSvc\Parameters    LogFileDirectory    LM/SmtpSvc        4001    0x1    1    4    0    %WinDir%\System32\LogFiles
  165. 1    1    HKLM    System\CurrentControlSet\Services\SmtpSvc\Parameters    LogFileTruncateSize    LM/SmtpSvc        4004    0x1    1    1    4    0x1388000
  166. 1    1    HKLM    System\CurrentControlSet\Services\SmtpSvc\Parameters    LogFilePeriod        LM/SmtpSvc        4003    0x1    1    1    4    0x1
  167. 1    1    HKLM    System\CurrentControlSet\Services\SmtpSvc\Parameters    LogFilePluginOrder    LM/SmtpSvc        4011    0x1    1    2    0    {FF160657-DE82-11CF-BC0A-00AA006111E0}
  168. 0    1    HKLM    System                            None            LM/SMtpSvc        36922    0x1    1    2    0    %__EMPTY%
  169. 0    1    HKLM    System                            None            LM/SMtpSvc        36923    0x1    1    2    0    %__EMPTY%
  170. 1    1    HKLM    System\CurrentControlSet\Services\SmtpSvc\Parameters    RoutingDll        LM/SMtpSvc        36883    0x1    1    2    0    %WinDir%\System32\inetsrv\routeht.dll
  171. 0    1    HKLM    System                            None            LM/SMtpSvc        36920    0x1    100    5    0    %__EMPTY%
  172. 0    1    HKLM    System                            None            LM/SMtpSvc        36871    0x1    1    1    4    0x14
  173. 0    1    HKLM    System                            None            LM/SMtpSvc        36930    0x1    1    2    0    %__MAILROOT%\SortTemp
  174. 0    1    HKLM    System                            None            LM/SmtpSvc/Info        4012    0x1    1    2    0    NCSA Common Log File Format,Microsoft IIS Log File Format,W3C Extended Log File Format,ODBC Logging
  175. 1    1    HKLM    System\CurrentControlSet\Services\SmtpSvc\Parameters    LogType            LM/SmtpSvc/1        4000    0x1    1    1    4    0x1
  176. 1    1    HKLM    System\CurrentControlSet\Services\SmtpSvc\Parameters    LogFileDirectory    LM/SmtpSvc/1        4001    0x1    1    4    0    %WinDir%\System32\LogFiles
  177. 1    1    HKLM    System\CurrentControlSet\Services\SmtpSvc\Parameters    LogFileTruncateSize    LM/SmtpSvc/1        4004    0x1    1    1    4    0x1388000
  178. 1    1    HKLM    System\CurrentControlSet\Services\SmtpSvc\Parameters    LogFilePeriod        LM/SmtpSvc/1        4003    0x1    1    1    4    0x1
  179. 1    1    HKLM    System\CurrentControlSet\Services\SmtpSvc\Parameters    ConnectionTimeOut    LM/SmtpSvc/1        1013    0x1    1    1    4    0x258
  180. 0    1    HKLM    System                            None            LM/SMtpSvc/1        1016    0x1    2    1    4    0x4
  181. 0    1    HKLM    System                            None            LM/SMtpSvc/1        1099    0x1    2    1    4    0x0
  182. 0    1    HKLM    System                            None            LM/SMtpSvc/1        1015    0x1    1    2    0    Default SMTP Site
  183. 0    1    HKLM    System                            None            LM/SMtpSvc/1        1023    0x1    1    5    0    :25:
  184. 0    1    HKLM    System                            None            LM/SMtpSvc/1        2021    0x1    1    5    0    :465:
  185. 1    1    HKLM    System\CurrentControlSet\Services\SmtpSvc\Parameters    MailPickupDir        LM/SMtpSvc/1        36880    0x1    1    2    0    %__MAILROOT%\Pickup
  186. 1    1    HKLM    System\CurrentControlSet\Services\SmtpSvc\Parameters    MailQueueDir        LM/SMtpSvc/1        36875    0x1    1    2    0    %__MAILROOT%\Queue
  187. 1    1    HKLM    System\CurrentControlSet\Services\SmtpSvc\Parameters    BadMailDir        LM/SMtpSvc/1        36909    0x1    1    2    0    %__MAILROOT%\Badmail
  188. 1    1    HKLM    System\CurrentControlSet\Services\SmtpSvc\Parameters    MailDropDir        LM/SMtpSvc/1        36882    0x1    1    2    0    %__MAILROOT%\Drop
  189. 0    1    HKLM    System                            None            LM/SMtpSvc/1        36918    0x1    1    1    4    0xc
  190. 0    1    HKLM    System                            None            LM/SMtpSvc/1        36929    0x1    1    1    4    0x1d1
  191. 0    1    HKLM    System                            None            LM/SMtpSvc/1        36914    0x1    1    1    4    0x19
  192. 0    1    HKLM    System                            None            LM/SMtpSvc/1        36925    0x1    1    1    4    0x64
  193. 0    1    HKLM    System                            None            LM/SMtpSvc/1        36922    0x1    1    2    0    %__EMPTY%
  194. 0    1    HKLM    System                            None            LM/SMtpSvc/1        36923    0x1    1    2    0    %__EMPTY%
  195. 0    1    HKLM    System                            None            LM/SMtpSvc/1        36912    0x1    1    2    0    %__EMPTY%
  196. 0    1    HKLM    System                            None            LM/SMtpSvc/1        36920    0x1    100    5    0    %__EMPTY%
  197. 0    1    HKLM    System                            None            LM/SMtpSvc/1        36871    0x1    1    1    4    0x14
  198. ; Web admin virtual dir
  199. 0    1    HKLM    System                            None            LM/W3Svc/1/Root/Mail        6016    0x1    2    1    4    205
  200. 0    1    HKLM    System                            None            LM/W3Svc/1/Root/Mail        6000    0x1    2    1    4    4
  201. 0    1    HKLM    System                            None            LM/W3Svc/1/Root/Mail        1099    0x1    1    1    4    0
  202. 0    1    HKLM    System                            None            LM/W3Svc/1/Root/Mail        3001    0x1    2    2    0    %__INETPUB%\Mail
  203. 0    1    HKLM    System                            None            LM/W3Svc/1/Root/Mail        2100    0x1    100    1    4    4
  204. ; ADSI keys
  205. 0    1    HKLM    System                            None            LM/SMtpSvc            1002    0x1    1    2    0    IIsSmtpService
  206. 0    1    HKLM    System                            None            LM/SmtpSvc/Info            1002    0x1    1    2    0    IIsInfo
  207. 0    1    HKLM    System                            None            LM/SMtpSvc/1            1002    0x1    1    2    0    IIsSmtpServer
  208. 0    1    HKLM    System                            None            LM/SMtpSvc/1/Sessions        1002    0x1    1    2    0    IIsSmtpSessions
  209. 0    1    HKLM    System                            None            LM/SMtpSvc/1/Root        1002    0x1    1    2    0    IIsSmtpVirtualDir
  210. 0    1    HKLM    System                            None            LM/SMtpSvc/1/Root/Mailroot    1002    0x1    1    2    0    IIsSmtpVirtualDir
  211. 0    1    HKLM    System                            None            LM/SMtpSvc/1/Alias        1002    0x1    1    2    0    IIsSmtpAlias
  212. 0    1    HKLM    System                            None            LM/SMtpSvc/1/User        1002    0x1    1    2    0    IIsSmtpUser
  213. 0    1    HKLM    System                            None            LM/SMtpSvc/1/DL            1002    0x1    1    2    0    IIsSmtpDL
  214. 0    1    HKLM    System                            None            LM/SMtpSvc/1/Domain        1002    0x1    1    2    0    IIsSmtpDomain
  215.  
  216. [SMTP_REG_FRESH]
  217. 0    1    HKLM    System                            None            LM/SMtpSvc/1        36910    0x1    100    5    0    szDataDirectory%__EQUALS%%__MAILROOT%\Route
  218. 0    1    HKLM    System                            None            LM/SmtpSvc/1/Root    3001    0x1    2    2    0    %__MAILROOT%\Mailbox
  219. 0    1    HKLM    System                            None            LM/SmtpSvc/1/Root/Mailroot    6016    0x1    2    1    4    0x3
  220. 0    1    HKLM    System                            None            LM/SmtpSvc/1/Root/Mailroot    3001    0x1    2    2    0    %__MAILROOT%\Mailbox
  221.  
  222. [SMTP_REG_B2_UPGRADE]
  223. ; Web admin virtual dir
  224. 0    1    HKLM    System                            None            LM/W3Svc/1/Root/Mail        6016    0x1    2    1    4    205
  225. 0    1    HKLM    System                            None            LM/W3Svc/1/Root/Mail        6000    0x1    2    1    4    4
  226. 0    1    HKLM    System                            None            LM/W3Svc/1/Root/Mail        1099    0x1    1    1    4    0
  227. 0    1    HKLM    System                            None            LM/W3Svc/1/Root/Mail        3001    0x1    2    2    0    %__INETPUB%\Mail
  228. 0    1    HKLM    System                            None            LM/W3Svc/1/Root/Mail        2100    0x1    100    1    4    4
  229. ; ADSI keys
  230. 0    1    HKLM    System                            None            LM/SMtpSvc            1002    0x1    1    2    0    IIsSmtpService
  231. 0    1    HKLM    System                            None            LM/SMtpSvc/Info            1002    0x1    1    2    0    IIsInfo
  232. 0    1    HKLM    System                            None            LM/SmtpSvc/Info            4012    0x1    1    2    0    NCSA Common Log File Format,Microsoft IIS Log File Format,W3C Extended Log File Format,ODBC Logging
  233. 0    1    HKLM    System                            None            LM/SMtpSvc/1            1002    0x1    1    2    0    IIsSmtpServer
  234. 0    1    HKLM    System                            None            LM/SMtpSvc/1/Sessions        1002    0x1    1    2    0    IIsSmtpSessions
  235. 0    1    HKLM    System                            None            LM/SMtpSvc/1/Root        1002    0x1    1    2    0    IIsSmtpVirtualDir
  236. 0    1    HKLM    System                            None            LM/SMtpSvc/1/Root/Mailroot    1002    0x1    1    2    0    IIsSmtpVirtualDir
  237. 0    1    HKLM    System                            None            LM/SMtpSvc/1/Alias        1002    0x1    1    2    0    IIsSmtpAlias
  238. 0    1    HKLM    System                            None            LM/SMtpSvc/1/User        1002    0x1    1    2    0    IIsSmtpUser
  239. 0    1    HKLM    System                            None            LM/SMtpSvc/1/DL            1002    0x1    1    2    0    IIsSmtpDL
  240. 0    1    HKLM    System                            None            LM/SMtpSvc/1/Domain        1002    0x1    1    2    0    IIsSmtpDomain
  241.  
  242.  
  243. [POP3_REG]
  244. 1    1    HKLM    System\CurrentControlSet\Services\Pop3Svc\Parameters    NTAuthenticationProviders    LM/Pop3Svc            6032    0x1    1    2    0    NTLM
  245. 1    1    HKLM    System\CurrentControlSet\Services\Pop3Svc\Parameters    Authorization            LM/Pop3Svc            6000    0x1    1    1    4    0x7
  246. 0    1    HKLM    System                            None                LM/Pop3Svc/Info            4012    0x1    1    2    0    NCSA Common Log File Format,Microsoft IIS Log File Format,W3C Extended Log File Format,ODBC Logging
  247. 1    1    HKLM    System\CurrentControlSet\Services\Pop3Svc\Parameters    LogType                LM/Pop3Svc/1            4000    0x1    1    1    4    0x1
  248. 1    1    HKLM    System\CurrentControlSet\Services\Pop3Svc\Parameters    LogFileDirectory        LM/Pop3Svc/1            4001    0x1    1    4    0    %WinDir%\System32\LogFiles
  249. 1    1    HKLM    System\CurrentControlSet\Services\Pop3Svc\Parameters    LogFileTruncateSize        LM/Pop3Svc/1            4004    0x1    1    1    4    0x1388000
  250. 1    1    HKLM    System\CurrentControlSet\Services\Pop3Svc\Parameters    LogFilePeriod            LM/Pop3Svc/1            4003    0x1    1    1    4    0x1
  251. 0    1    HKLM    System                            None                LM/Pop3Svc/1            1015    0x1    1    2    0    Default POP3 Site
  252. 1    1    HKLM    System\CurrentControlSet\Services\Pop3Svc\Parameters    RoutingDll            LM/Pop3Svc/1            41177    0x1    1    2    0    %WinDir%\System32\inetsrv\routeht.dll
  253. 1    1    HKLM    System\CurrentControlSet\Services\Pop3Svc\Parameters    ExpireMail            LM/Pop3Svc/1/Root/Mailroot    40960    0x1    1    1    4    0x0
  254. 1    1    HKLM    System\CurrentControlSet\Services\Pop3Svc\Parameters    ExpireMsgHours            LM/Pop3Svc/1/Root/Mailroot    40961    0x1    1    1    4    0xffffffff
  255. ; Web admin virtual dir
  256. 0    1    HKLM    System                            None            LM/W3Svc/1/Root/Mail        6016    0x1    2    1    4    205
  257. 0    1    HKLM    System                            None            LM/W3Svc/1/Root/Mail        6000    0x1    2    1    4    4
  258. 0    1    HKLM    System                            None            LM/W3Svc/1/Root/Mail        1099    0x1    1    1    4    0
  259. 0    1    HKLM    System                            None            LM/W3Svc/1/Root/Mail        3001    0x1    2    2    0    %__INETPUB%\Mail
  260. 0    1    HKLM    System                            None            LM/W3Svc/1/Root/Mail        2100    0x1    100    1    4    4
  261. ; ADSI Keys
  262. 0    1    HKLM    System                            None            LM/Pop3Svc            1002    0x1    1    2    0    IIsPop3Service
  263. 0    1    HKLM    System                            None            LM/Pop3Svc/Info            1002    0x1    1    2    0    IIsInfo
  264. 0    1    HKLM    System                            None            LM/Pop3Svc/1            1002    0x1    1    2    0    IIsPop3Server
  265. 0    1    HKLM    System                            None            LM/Pop3Svc/1/Sessions        1002    0x1    1    2    0    IIsPop3Sessions
  266. 0    1    HKLM    System                            None            LM/Pop3Svc/1/Root        1002    0x1    1    2    0    IIsPop3VirtualDir
  267. 0    1    HKLM    System                            None            LM/Pop3Svc/1/Root/Mailroot    1002    0x1    1    2    0    IIsPop3VirtualDir
  268.  
  269. [POP3_REG_FRESH]
  270. 0    1    HKLM    System                            None                LM/Pop3Svc/1            41181    0x1    1    1    4    0x0
  271. 0    1    HKLM    System                            None                LM/Pop3Svc/1/RoutingSources    41174    0x1    1    5    0    szDataDirectory%__EQUALS%%__MAILROOT%\Route
  272. 1    1    HKLM    System                            None                LM/Pop3Svc/1/Root        3001    0x1    2    2    0    %__MAILROOT%\Mailbox
  273. 1    1    HKLM    System                            None                LM/Pop3Svc/1/Root/Mailroot    6016    0x1    2    1    4    0x3
  274. 1    1    HKLM    System                            None                LM/Pop3Svc/1/Root/Mailroot    3001    0x1    2    2    0    %__MAILROOT%\Mailbox
  275.  
  276.  
  277. ; =========================================================================
  278. ; This section contains a list of all controls that have to be registered
  279. ;
  280. ; The format is as follows:
  281. ; <Full path to Control (DLL/OCX)>    environment variables will be expanded
  282. ;
  283. ; The following environment variables will be pre-set:
  284. ; %__SYSDIR__%        The system32 directory
  285. ; %__INETSRV__%        The main inetsrv directory
  286. ;
  287. [SMTP_REGISTER]
  288. %__INETSRV%\smtpadm.dll
  289. %__INETSRV%\smtpsnap.dll
  290. %__SYSDIR%\exchcomm.dll
  291. %__SYSDIR%\cdonts.dll
  292.  
  293.  
  294. ; =========================================================================
  295. ; This section contains a list of all files to remove for a MCIS 1.0 to K2
  296. ; upgrade
  297. ;
  298. [iis_smtp_mcis10_system]
  299.  
  300.  
  301. [iis_smtp_mcis10_product]
  302. deisl1.isu
  303. inetcfg.exe
  304. jnfocomm.dll
  305. limsuins.dll
  306. pop3.mib
  307. pop3cfg.dll
  308. pop3cfg.hlp
  309. pop3key.dll
  310. pop3mib.dll
  311. pop3msn.cmd
  312. pop3msn.reg
  313. pop3ntlm.reg
  314. pop3ntlm.cmd
  315. pop3svc.dll
  316. routeht.dll
  317. setkeyex.exe
  318.  
  319. [iis_ims_files_keep]
  320. gapi32.dll
  321. shlwapi.dll
  322. advpack.dll
  323.  
  324. [iis_ims_files_system]
  325. exstrace.dll
  326. mimefilt.dll
  327. exchmlng.dll
  328. exchcomm.dll
  329. cdonts.dll
  330. adsiisex.dll
  331. dt_ctrl.dll
  332. rwnh.dll
  333.  
  334. [iis_smtp_files_mail_docs]
  335. smtpcfg.hlp
  336. smtpsnap.cnt
  337. smtpsnap.hlp
  338. xmo_01.gif
  339. xmo_02.gif
  340. xmo_03.gif
  341. xmo_b01.gif
  342. xmo_b02.gif
  343. moc04_6.htm
  344. moc04_7.htm
  345. moc04_8.htm
  346. moc04_9.htm
  347. moc10.htm
  348. moc10_1.htm
  349. moc10_2.htm
  350. moc10_3.htm
  351. moc10_4.htm
  352. moc04_3.htm
  353. mail.hhc
  354. mail.hhk
  355. mailrel.htm
  356. moc01.htm
  357. moc02.htm
  358. moc02_1.htm
  359. moc02_10.htm
  360. moc02_11.htm
  361. moc02_2.htm
  362. moc02_3.htm
  363. moc02_4.htm
  364. moc02_5.htm
  365. moc02_6.htm
  366. moc02_7.htm
  367. moc02_8.htm
  368. moc02_9.htm
  369. moc04.htm
  370. moc04_1.htm
  371. moc04_10.htm
  372. moc04_11.htm
  373. moc04_12.htm
  374. moc04_13.htm
  375. moc04_14.htm
  376. moc04_15.htm
  377. moc04_16.htm
  378. moc04_17.htm
  379. moc04_18.htm
  380. moc04_19.htm
  381. moc04_2.htm
  382. moc04_20.htm
  383. moc04_21.htm
  384. moc04_5.htm
  385. moc04_4.htm
  386.  
  387. [iis_smtp_files_mail_help]
  388. smtpsnap.cnt
  389. smtpsnap.hlp
  390. smtpcfg.hlp
  391.  
  392. [iis_smtp_files_mail_hhc]
  393. mail.hhc
  394.  
  395. [iis_smtp_files_service]
  396. mboxapi.dll
  397. smtpkey.dll
  398. smtpread.txt
  399. smtpadm.dll
  400. jpudll.dll
  401. smtpsnap.dll
  402. smtpmib.dll
  403. smtpsvc.dll
  404.  
  405. [iis_smtp_files_system]
  406. smtpapi.dll
  407. smtpctrs.dll
  408. abmsg.dll
  409. smtpctrs.ini
  410. smtpctrs.h
  411. regtrace.exe
  412.  
  413. [iis_smtp_files_web]
  414. global.asa
  415.  
  416. [iis_smtp_files_webadmin]
  417. bkclos.gif
  418. bkopen.gif
  419. blank.htm
  420. default.htm
  421. global.asa
  422. nre.asp
  423. nyi.htm
  424. smabout.asp
  425. smadv.asp
  426. smadvbd.asp
  427. smadved.asp
  428. smadvhd.asp
  429. smadvls.asp
  430. smbld.asp
  431. smbox.asp
  432. smcomm.asp
  433. smdel.asp
  434. smdom.asp
  435. smdomed.asp
  436. smdomhd.asp
  437. smdomls.asp
  438. smeredir.asp
  439. smgetval.htm
  440. smhd.asp
  441. smisfull.htm
  442. smisnum.htm
  443. smlist.asp
  444. smmes.asp
  445. smmnu.asp
  446. smmnums.asp
  447. smmnuns.asp
  448. smmnus.asp
  449. smpop.asp
  450. smredir.asp
  451. smsec.asp
  452. smser.asp
  453. smses.asp
  454. smseshd.asp
  455. smsesls.asp
  456. smsetval.htm
  457. smsrv.asp
  458. smstat.asp
  459. smtl.asp
  460. smtp.asp
  461. smtree.asp
  462. smvs.asp
  463. smvsed.asp
  464. srtb.asp
  465. version.htm
  466. _cnst.asp
  467. ~hs8.asp
  468.  
  469. [iis_smtp_files_webadmin_help]
  470. condir.htm
  471. conlimit.htm
  472. connect.htm
  473. conport.htm
  474. contout.htm
  475. dlattmpt.htm
  476. dlmasq.htm
  477. dlmaxhop.htm
  478. dlmaxrt.htm
  479. dlqual.htm
  480. dlretint.htm
  481. dlrev.htm
  482. dlsmart.htm
  483. dlssl.htm
  484. dltype.htm
  485. dmadd.htm
  486. dmalias.htm
  487. dmdefloc.htm
  488. dmdrop.htm
  489. dmedit.htm
  490. dmlocdom.htm
  491. dmname.htm
  492. dmremote.htm
  493. dmremv.htm
  494. dmroute.htm
  495. dmtype.htm
  496. dmusessl.htm
  497. mbaddir.htm
  498. mbadto.htm
  499. mlimit.htm
  500. mlimrec.htm
  501. mmsgsize.htm
  502. mndrto.htm
  503. msessize.htm
  504. pause.htm
  505. pop.htm
  506. props.htm
  507. refresh.htm
  508. resume.htm
  509. sec128.htm
  510. secchan.htm
  511. sesdall.htm
  512. sesdisc.htm
  513. sesfrom.htm
  514. sesnext.htm
  515. sesprev.htm
  516. sesrfrsh.htm
  517. sestime.htm
  518. sesuser.htm
  519. smadvh.htm
  520. smcommh.htm
  521. smdelh.htm
  522. smdomedh.htm
  523. smdomh.htm
  524. smmesh.htm
  525. smsech.htm
  526. smserh.htm
  527. smsesh.htm
  528. start.htm
  529. stop.htm
  530. title.htm
  531. toc.htm
  532. tocframe.htm
  533. vsdesc.htm
  534. vsipaddr.htm
  535. welcome.htm
  536.  
  537. [iis_smtp_files_webadmin_images]
  538. about.gif
  539. access.gif
  540. back.gif
  541. blank.gif
  542. blankl.gif
  543. brws.gif
  544. cert.gif
  545. checkoff.gif
  546. checkon.gif
  547. cncl.gif
  548. comp.gif
  549. comp0.gif
  550. comp1.gif
  551. comp2.gif
  552. comp3.gif
  553. comp4.gif
  554. cont.gif
  555. dir0.gif
  556. dir2.gif
  557. dir4.gif
  558. doc.gif
  559. drct.gif
  560. edit.gif
  561. folder.gif
  562. ftp0.gif
  563. ftp2.gif
  564. ftp4.gif
  565. ftpprop.gif
  566. globe.gif
  567. gnback.gif
  568. gnicabou.gif
  569. gniccncl.gif
  570. gniccomg.gif
  571. gniccoms.gif
  572. gnicdis.gif
  573. gnicdoc.gif
  574. gnicdown.gif
  575. gnicdsal.gif
  576. gnicedit.gif
  577. gnichelp.gif
  578. gnickey.gif
  579. gniclock.gif
  580. gniclogo.gif
  581. gnicnew.gif
  582. gnicnext.gif
  583. gnicok.gif
  584. gnicprev.gif
  585. gnicrefr.gif
  586. gnicremv.gif
  587. gnicroll.gif
  588. gnicsave.gif
  589. gnictoc0.gif
  590. gnictoc1.gif
  591. gnictoc2.gif
  592. gnicttl.gif
  593. gnicup.gif
  594. handshk.gif
  595. help.gif
  596. helpnote.gif
  597. iisnav.gif
  598. ism.gif
  599. ismhd.gif
  600. key.gif
  601. line.gif
  602. loading.gif
  603. lock.gif
  604. logo.gif
  605. mime.gif
  606. minus.gif
  607. minusl.gif
  608. new.gif
  609. next.gif
  610. off.gif
  611. ok.gif
  612. on.gif
  613. open.gif
  614. pause.gif
  615. plus.gif
  616. plusl.gif
  617. popup.gif
  618. radiooff.gif
  619. radioon.gif
  620. refr.gif
  621. remv.gif
  622. roll.gif
  623. rte.gif
  624. save.gif
  625. slideron.gif
  626. slidersp.gif
  627. slidrend.gif
  628. slidroff.gif
  629. smallkey.gif
  630. space.gif
  631. stop.gif
  632. tabline.gif
  633. tabottom.gif
  634. tabs.gif
  635. tbasp.gif
  636. tbasp0.gif
  637. tbisapi.gif
  638. tbother.gif
  639. updir.gif
  640. vbscript.gif
  641. vdir0.gif
  642. vdir2.gif
  643. vdir4.gif
  644. www0.gif
  645. www2.gif
  646. www4.gif
  647. wwwprop.gif
  648. ;*** BEGIN **********************************************************
  649. ;**                                                                **
  650. ;** Automatically generated on: Fri Sep 05 23:24:36 1997           **
  651. ;**                                                                **
  652. ;** Diamond Version: (32) 1.00.0540 (02/01/96)                     **
  653. ;**                                                                **
  654. ;*** BEGIN **********************************************************
  655. ;LAYOUT.INF
  656. ;Disk Layout file for Microsoft IIS Setup
  657. ;Copyright (c) 1993-1997 Microsoft Corporation
  658.  
  659. [version]
  660. signature="$Windows NT$"
  661. SetupClass=BASE
  662.  
  663.  
  664. [SourceDisksNames]
  665. ; Cabinet file names and associated disks
  666. ; <cab#> = <disk#>,<cabinet filename>, ID (Unused, must be 0)
  667. 0="Microsoft IIS CD-ROM","",0
  668. 1="Microsoft IIS CD-ROM","ims.cab",0
  669. [SourceDisksFiles]
  670. ;<file> = <cabinet number>,<subdir>,<size>
  671. ;Note: File is not in a cabinet if cab# is 0
  672.  
  673. gapi32.dll=1,,92944
  674. shlwapi.dll=1,,37376
  675. advpack.dll=1,,71952
  676. exstrace.dll=1,,15632
  677. mimefilt.dll=1,,27920
  678. exchmlng.dll=1,,68528
  679. exchcomm.dll=1,,583456
  680. cdonts.dll=1,,315664
  681. adsiisex.dll=1,,12048
  682. dt_ctrl.dll=1,,19728
  683. rwnh.dll=1,,11024
  684. smtpmib.dll=1,,10000
  685. smtpsvc.dll=1,,415504
  686. smtpsnap.dll=1,,346384
  687. smtpadm.dll=1,,182032
  688. jpudll.dll=1,,15120
  689. mboxapi.dll=1,,51984
  690. smtpkey.dll=1,,41744
  691. regtrace.exe=1,,41504
  692. smtpapi.dll=1,,20240
  693. smtpctrs.dll=1,,14096
  694. abmsg.dll=1,,8976
  695. smtpctrs.ini=1,,97135
  696. smtpctrs.h=1,,4219
  697. smtpread.txt=1,,12047
  698. smtpcfg.hlp=1,,29331
  699. smtpsnap.hlp=1,,85422
  700. smtpsnap.cnt=1,,352
  701. mail.hhc=1,,14985
  702. mail.hhk=1,,20467
  703. mailrel.htm=1,,17704
  704. moc01.htm=1,,2804
  705. moc02.htm=1,,2906
  706. moc02_1.htm=1,,3242
  707. moc02_10.htm=1,,1330
  708. moc02_11.htm=1,,1342
  709. moc02_2.htm=1,,6256
  710. moc02_3.htm=1,,5915
  711. moc02_4.htm=1,,1330
  712. moc02_5.htm=1,,1330
  713. moc02_6.htm=1,,1330
  714. moc02_7.htm=1,,1330
  715. moc02_8.htm=1,,1330
  716. moc02_9.htm=1,,1330
  717. moc04.htm=1,,3101
  718. moc04_1.htm=1,,5473
  719. moc04_10.htm=1,,2826
  720. moc04_11.htm=1,,11913
  721. moc04_12.htm=1,,1308
  722. moc04_13.htm=1,,2098
  723. moc04_14.htm=1,,1330
  724. moc04_15.htm=1,,1330
  725. moc04_16.htm=1,,1330
  726. moc04_17.htm=1,,1330
  727. moc04_18.htm=1,,1330
  728. moc04_19.htm=1,,1330
  729. moc04_2.htm=1,,4437
  730. moc04_20.htm=1,,1330
  731. moc04_21.htm=1,,1342
  732. moc04_3.htm=1,,2865
  733. moc04_4.htm=1,,1320
  734. moc04_5.htm=1,,6485
  735. moc04_6.htm=1,,2461
  736. moc04_7.htm=1,,7554
  737. moc04_8.htm=1,,9010
  738. moc04_9.htm=1,,12024
  739. moc10.htm=1,,2050
  740. moc10_1.htm=1,,1917
  741. moc10_2.htm=1,,2580
  742. moc10_3.htm=1,,3165
  743. moc10_4.htm=1,,3884
  744. xmo_01.gif=1,,2931
  745. xmo_02.gif=1,,3412
  746. xmo_03.gif=1,,4684
  747. xmo_b01.gif=1,,8350
  748. xmo_b02.gif=1,,8350
  749. global.asa=1,,286
  750. bkclos.gif=1,,909
  751. bkopen.gif=1,,932
  752. blank.htm=1,,58
  753. default.htm=1,,142
  754. nre.asp=1,,2400
  755. nyi.htm=1,,159
  756. smabout.asp=1,,1579
  757. smadv.asp=1,,1036
  758. smadvbd.asp=1,,1632
  759. smadved.asp=1,,7265
  760. smadvhd.asp=1,,15421
  761. smadvls.asp=1,,7831
  762. smbld.asp=1,,5759
  763. smbox.asp=1,,7053
  764. smcomm.asp=1,,7613
  765. smdel.asp=1,,13920
  766. smdom.asp=1,,716
  767. smdomed.asp=1,,26328
  768. smdomhd.asp=1,,9235
  769. smdomls.asp=1,,1475
  770. smeredir.asp=1,,388
  771. smgetval.htm=1,,329
  772. smhd.asp=1,,3003
  773. smisfull.htm=1,,150
  774. smisnum.htm=1,,242
  775. smlist.asp=1,,592
  776. smmes.asp=1,,12262
  777. smmnu.asp=1,,20765
  778. smmnums.asp=1,,2253
  779. smmnuns.asp=1,,2043
  780. smmnus.asp=1,,595
  781. smpop.asp=1,,230
  782. smredir.asp=1,,992
  783. smsec.asp=1,,3436
  784. smser.asp=1,,15193
  785. smses.asp=1,,712
  786. smseshd.asp=1,,8135
  787. smsesls.asp=1,,2278
  788. smsetval.htm=1,,349
  789. smsrv.asp=1,,4385
  790. smstat.asp=1,,734
  791. smtl.asp=1,,11445
  792. smtp.asp=1,,2655
  793. smtree.asp=1,,7594
  794. smvs.asp=1,,10216
  795. smvsed.asp=1,,5069
  796. srtb.asp=1,,2380
  797. version.htm=1,,26
  798. _cnst.asp=1,,249
  799. ~hs8.asp=1,,8491
  800. condir.htm=1,,1236
  801. conlimit.htm=1,,1356
  802. connect.htm=1,,900
  803. conport.htm=1,,1024
  804. contout.htm=1,,1199
  805. dlattmpt.htm=1,,1063
  806. dlmasq.htm=1,,960
  807. dlmaxhop.htm=1,,1311
  808. dlmaxrt.htm=1,,1596
  809. dlqual.htm=1,,2555
  810. dlretint.htm=1,,1029
  811. dlrev.htm=1,,1439
  812. dlsmart.htm=1,,1779
  813. dlssl.htm=1,,1545
  814. dltype.htm=1,,871
  815. dmadd.htm=1,,3766
  816. dmalias.htm=1,,1072
  817. dmdefloc.htm=1,,1955
  818. dmdrop.htm=1,,1226
  819. dmedit.htm=1,,3767
  820. dmlocdom.htm=1,,1653
  821. dmname.htm=1,,1505
  822. dmremote.htm=1,,1508
  823. dmremv.htm=1,,953
  824. dmroute.htm=1,,1093
  825. dmtype.htm=1,,1955
  826. dmusessl.htm=1,,1667
  827. mbaddir.htm=1,,1451
  828. mbadto.htm=1,,1192
  829. mlimit.htm=1,,2534
  830. mlimrec.htm=1,,1627
  831. mmsgsize.htm=1,,1382
  832. mndrto.htm=1,,1036
  833. msessize.htm=1,,1352
  834. pause.htm=1,,920
  835. pop.htm=1,,813
  836. props.htm=1,,2244
  837. refresh.htm=1,,1035
  838. resume.htm=1,,920
  839. sec128.htm=1,,1717
  840. secchan.htm=1,,1121
  841. sesdall.htm=1,,1092
  842. sesdisc.htm=1,,1112
  843. sesfrom.htm=1,,865
  844. sesnext.htm=1,,870
  845. sesprev.htm=1,,885
  846. sesrfrsh.htm=1,,1031
  847. sestime.htm=1,,884
  848. sesuser.htm=1,,904
  849. smadvh.htm=1,,3320
  850. smcommh.htm=1,,2442
  851. smdelh.htm=1,,4522
  852. smdomedh.htm=1,,3739
  853. smdomh.htm=1,,2363
  854. smmesh.htm=1,,3498
  855. smsech.htm=1,,1719
  856. smserh.htm=1,,3712
  857. smsesh.htm=1,,3695
  858. start.htm=1,,907
  859. stop.htm=1,,905
  860. title.htm=1,,1010
  861. toc.htm=1,,4399
  862. tocframe.htm=1,,1023
  863. vsdesc.htm=1,,1068
  864. vsipaddr.htm=1,,1147
  865. welcome.htm=1,,2487
  866. about.gif=1,,914
  867. access.gif=1,,242
  868. back.gif=1,,1010
  869. blank.gif=1,,65
  870. blankl.gif=1,,66
  871. brws.gif=1,,880
  872. cert.gif=1,,156
  873. checkoff.gif=1,,80
  874. checkon.gif=1,,89
  875. cncl.gif=1,,880
  876. comp.gif=1,,129
  877. comp0.gif=1,,158
  878. comp1.gif=1,,158
  879. comp2.gif=1,,158
  880. comp3.gif=1,,127
  881. comp4.gif=1,,131
  882. cont.gif=1,,882
  883. dir0.gif=1,,165
  884. dir2.gif=1,,165
  885. dir4.gif=1,,165
  886. doc.gif=1,,879
  887. drct.gif=1,,159
  888. edit.gif=1,,879
  889. folder.gif=1,,152
  890. ftp0.gif=1,,175
  891. ftp2.gif=1,,173
  892. ftp4.gif=1,,173
  893. ftpprop.gif=1,,1373
  894. globe.gif=1,,919
  895. gnback.gif=1,,9920
  896. gnicabou.gif=1,,229
  897. gniccncl.gif=1,,98
  898. gniccomg.gif=1,,152
  899. gniccoms.gif=1,,156
  900. gnicdis.gif=1,,170
  901. gnicdoc.gif=1,,879
  902. gnicdown.gif=1,,862
  903. gnicdsal.gif=1,,871
  904. gnicedit.gif=1,,149
  905. gnichelp.gif=1,,904
  906. gnickey.gif=1,,877
  907. gniclock.gif=1,,145
  908. gniclogo.gif=1,,1231
  909. gnicnew.gif=1,,869
  910. gnicnext.gif=1,,874
  911. gnicok.gif=1,,904
  912. gnicprev.gif=1,,877
  913. gnicrefr.gif=1,,880
  914. gnicremv.gif=1,,908
  915. gnicroll.gif=1,,906
  916. gnicsave.gif=1,,888
  917. gnictoc0.gif=1,,47
  918. gnictoc1.gif=1,,64
  919. gnictoc2.gif=1,,64
  920. gnicttl.gif=1,,837
  921. gnicup.gif=1,,860
  922. handshk.gif=1,,267
  923. help.gif=1,,893
  924. helpnote.gif=1,,130
  925. iisnav.gif=1,,15076
  926. ism.gif=1,,1929
  927. ismhd.gif=1,,3187
  928. key.gif=1,,224
  929. line.gif=1,,62
  930. loading.gif=1,,2609
  931. lock.gif=1,,139
  932. logo.gif=1,,1231
  933. mime.gif=1,,369
  934. minus.gif=1,,75
  935. minusl.gif=1,,76
  936. new.gif=1,,869
  937. next.gif=1,,874
  938. off.gif=1,,205
  939. ok.gif=1,,897
  940. on.gif=1,,202
  941. open.gif=1,,880
  942. pause.gif=1,,877
  943. plus.gif=1,,81
  944. plusl.gif=1,,82
  945. popup.gif=1,,883
  946. radiooff.gif=1,,82
  947. radioon.gif=1,,84
  948. refr.gif=1,,880
  949. remv.gif=1,,881
  950. roll.gif=1,,899
  951. rte.gif=1,,300
  952. save.gif=1,,888
  953. slideron.gif=1,,148
  954. slidersp.gif=1,,166
  955. slidrend.gif=1,,176
  956. slidroff.gif=1,,182
  957. smallkey.gif=1,,126
  958. space.gif=1,,49
  959. stop.gif=1,,869
  960. tabline.gif=1,,49
  961. tabottom.gif=1,,49
  962. tabs.gif=1,,583
  963. tbasp.gif=1,,269
  964. tbasp0.gif=1,,273
  965. tbisapi.gif=1,,251
  966. tbother.gif=1,,157
  967. updir.gif=1,,149
  968. vbscript.gif=1,,1600
  969. vdir0.gif=1,,165
  970. vdir2.gif=1,,163
  971. vdir4.gif=1,,163
  972. www0.gif=1,,225
  973. www2.gif=1,,167
  974. www4.gif=1,,224
  975. wwwprop.gif=1,,1515
  976. ;*** END ************************************************************
  977. ;**                                                                **
  978. ;** Automatically generated on: Fri Sep 05 23:24:36 1997           **
  979. ;**                                                                **
  980. ;*** END ************************************************************
  981.