home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 9 / IOPROG_9.ISO / contrib / iis4 / ins.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1997-09-08  |  34.6 KB  |  1,258 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_CLSID_TAAL_91="Software\Classes\CLSID\{8EB03391-3670-11D0-9797-00A0C922E73E}"
  13. REG_CLSID_TAAL_80="Software\Classes\CLSID\{8EB03380-3670-11D0-9797-00A0C922E73E}"
  14. REG_CLSID_TAAL_92="Software\Classes\CLSID\{8EB03392-3670-11D0-9797-00A0C922E73E}"
  15. REG_SLATE_MMC="Software\Microsoft\MMC"
  16. SZ_SLATE_ID="{A841B6C2-7577-11d0-BB1F-00A0C922E79C}"
  17.  
  18. ; the following are localizable
  19. SDESC_INS="Internet News Server"
  20. LDESC_INS="Microsoft Internet News Server"
  21. SDESC_IIS_NNTP="NNTP Server"
  22. LDESC_IIS_NNTP="Microsoft NNTP server"
  23. SDESC_IIS_NNTP_DOCS="NNTP Server Documentation"
  24. LDESC_IIS_NNTP_DOCS="Microsoft NNTP Server Documentation"
  25. SZ_SLATE_NAME_STRING="Internet Services"
  26. ; this old key ring string is used in IIS/PWS 2.0
  27. OLD_TIP_KEYRING="&Key Manager"
  28. TIP_KEYRING="Key Manager"
  29. TIP_PERFMETER="Performance Meter"
  30. TIP_EVENTVWR="Event Viewer"
  31. TIP_SRVMGR="Server Manager"
  32. TIP_USRMGR="User Manager"
  33.  
  34. [Optional Components]
  35. ins
  36. iis_nntp
  37. iis_nntp_docs
  38.  
  39. [ins]
  40. OptionDesc = %SDESC_INS%
  41. Tip = %LDESC_INS%
  42. IconIndex = 0
  43. Parent = iis
  44.  
  45. [iis_nntp]
  46. Needs = iis_www
  47. Parent = ins
  48. OptionDesc = %SDESC_IIS_NNTP%
  49. Tip = %LDESC_IIS_NNTP%
  50. IconIndex = *
  51. UpgReg="System\CurrentControlSet\Services\NNTPSVC"
  52. Modes=4
  53.  
  54. [iis_nntp_docs]
  55. Parent = ins
  56. OptionDesc = %SDESC_IIS_NNTP_DOCS%
  57. Tip = %LDESC_IIS_NNTP_DOCS%
  58. IconIndex = *
  59. UpgReg="System\CurrentControlSet\Services\NNTPSVC"
  60. Modes=4
  61.  
  62. ;
  63. ; About iis_nntp
  64. ;
  65. [iis_nntp_install]
  66. Copyfiles=\
  67. iis_nntp_files_keep, \
  68. iis_nntp_files_service, \
  69. iis_nntp_files_system, \
  70. iis_nntp_files_system_nodel, \
  71. iis_nntp_files_help, \
  72. iis_nntp_files_web, \
  73. iis_nntp_files_webadmin, \
  74. iis_nntp_files_webadmin_images, \
  75. iis_nntp_files_webadmin_help, \
  76. iis_nntp_files_srchasp, \
  77. iis_nntp_files_srchasp_images
  78. AddReg=iis_nntp_register
  79.  
  80. [iis_nntp_uninstall]
  81. Delfiles=\
  82. iis_nntp_files_service, \
  83. iis_nntp_files_system, \
  84. iis_nntp_files_help, \
  85. iis_nntp_files_web, \
  86. iis_nntp_files_webadmin, \
  87. iis_nntp_files_webadmin_images, \
  88. iis_nntp_files_webadmin_help, \
  89. iis_nntp_files_srchasp, \
  90. iis_nntp_files_srchasp_images
  91. DelReg=iis_nntp_unregister
  92.  
  93. [iis_nntp_register]
  94.  
  95. [iis_nntp_unregister]
  96.  
  97. ; =========================================================================
  98. ; About iis_nntp_docs
  99. ;
  100. [iis_nntp_docs_install]
  101. Copyfiles=\
  102. iis_nntp_files_docs
  103.  
  104. [iis_nntp_docs_uninstall]
  105. Delfiles=\
  106. iis_nntp_files_docs
  107.  
  108. ; =========================================================================
  109. ; The list of shared files to uninstall in the event of remove all or
  110. ; uninstalling the last component
  111. ;
  112. [iis_ins_uninstall]
  113. Delfiles=iis_nntp_files_system_nodel
  114.  
  115.  
  116. ; =========================================================================
  117. ; About iis_nntp_mcis10_product_upgrade
  118. ; BINLIN: need to find out all the files/registries need to be deleted
  119. ; during MCIS10->k2 upgrade from BruceG or ISBU.
  120. ;
  121. [iis_nntp_mcis10_product_upgrade]
  122. Delfiles=iis_nntp_mcis10_files_system, iis_nntp_mcis10_files_service, iis_nntp_mcis10_files_program
  123. DelReg=iis_nntp_mcis10_product_unregister
  124.  
  125. [iis_nntp_mcis10_product_unregister]
  126.  
  127. [iis_nntp_mcis10_files_system]
  128. nntpmib.dll
  129. ;nntpctrs.dll
  130. nntpapi.dll
  131. irnotify.dll
  132. jnfoctrs.dll
  133. msntrace.dll
  134. ;regtrace.exe
  135.  
  136. [iis_nntp_mcis10_files_service]
  137. delaux.exe
  138. nntpbld.exe
  139. nntpcfg.cnt
  140. nntpcfg.dll
  141. nntpcfg.hlp
  142. ;nntpctrs.h
  143. ;nntpctrs.ini
  144. ;nntpkey.dll
  145. ;nntpsvc.dll
  146. rexpire.exe
  147. rfeed.exe
  148. rgroup.exe
  149. rserver.exe
  150. rsess.exe
  151.  
  152. [iis_nntp_mcis10_files_program]
  153. ;nntp.mib
  154. nntpsvc.txt
  155. nntpuins.dll
  156. jnfocomm.dll
  157. ;jpudll.dll
  158. setkeyex.exe
  159.  
  160. ; 11 ===> system directory (%windir%\system on Win95, %windir%\system32 on NT)
  161. ; 32768 ===> c:\inetpub
  162. [DestinationDirs]
  163. iis_nntp_files_keep=11
  164. iis_nntp_files_service=11, inetsrv
  165. iis_nntp_files_system=11
  166. iis_nntp_files_system_nodel=11
  167. iis_nntp_files_docs=18, news
  168. iis_nntp_files_help=18, news
  169. iis_nntp_files_web=32768, News
  170. iis_nntp_files_webadmin=32768, News\Admin
  171. iis_nntp_files_webadmin_images=32768, News\Admin\images
  172. iis_nntp_files_webadmin_help=32768, News\Admin\help
  173. iis_nntp_files_srchasp=32768, News\Search
  174. iis_nntp_files_srchasp_images=32768, News\Search\images
  175. iis_nntp_mcis10_files_system=11
  176. iis_nntp_mcis10_files_service=11, inetsrv
  177. iis_nntp_mcis10_files_program=11, inetsrv
  178.  
  179. [NNTP_REG]
  180. ;fUpg    fKeep    hkRoot    szSubKey                             szValueName         mdPath             mdID     mdAttrb    mdUser     mdData    mdData    mdData
  181. ;     OldReg  Key                                                                               Type    Type    Len     
  182. ;
  183. ; fUpg = 0 (don't ugprade), 1 (upgrade or use default), 2 (upgrade only, don't set key if not in registry)
  184. ; mdAttrib = 0x1 (METADATA_INHERIT), 0x2 (METADATA_PARTIAL_PATH), 0x4 (METADATA_SECURE), 0x8 (METADATA_REFERENCE), 0x10 (METADATA_VOLATILE), 0x20 (METADATA_ISINHERITED)
  185. ; mdDataType = 0 (ALL_METADATA), 1 (DWORD_METADATA), 2 (STRING_METADATA), 3 (BINARY_METADATA), 4 (EXPANDSZ_METADATA), 5 (MULTISZ_METADATA), 6 (INVALID_END_METADATA)
  186. ; mdUserType = 1 (IIS_MD_UT_SERVER), 2 (IIS_MD_UT_FILE)
  187. ;
  188. ; base parameters
  189. 0    1    HKLM    None                                KeyType            LM/NntpSvc        1002    0x1    1    2    0    IIsNntpService
  190. 1    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        AdminEmail        LM/NntpSvc        45060    0x1    1    2    0    Admin@Corp.com
  191. 1    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        AdminName        LM/NntpSvc        45061    0x1    1    2    0    Administrator Name
  192. 1    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        ShutdownLatency        LM/NntpSvc        45070    0x1    1    1    4    2
  193. 1    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        Authorization        LM/NntpSvc        6000    0x1    2    1    4    7
  194. 1    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        NTAuthenticationProviders    LM/NntpSvc    6032    0x1    2    2    0    NTLM
  195. 1    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        AllowAnonymous        LM/NntpSvc        45071    0x1    1    1    4    1
  196. 1    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        AllowAnonymous        LM/NntpSvc        5005    0x1    1    1    4    1
  197. 1    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        AnonUserName        LM/NntpSvc        6020    0x1    2    2    0    IUSR_%__MACHINENAME%
  198. 1    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        LogType            LM/NntpSvc        4000    0x1    1    1    4    1
  199. 1    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        LogFileTruncateSize    LM/NntpSvc        4004    0x1    1    1    4    20480000
  200. 1    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        LogFilePeriod        LM/NntpSvc        4003    0x1    1    1    4    1
  201. 1    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        LogFilePluginOrder    LM/NntpSvc        4011    0x1    1    2    0    {FF160657-DE82-11CF-BC0A-00AA006111E0}
  202. 1    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        LogFileDirectory    LM/NntpSvc        4001    0x1    1    4    0    %%SystemRoot%%\System32\LogFiles
  203. 1    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        LogSqlDataSources    LM/NntpSvc        4007    0x1    1    2    0    NNTPLOG
  204. 1    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        LogSqlTableName        LM/NntpSvc        4008    0x1    1    2    0    NntpLog
  205. 1    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        LogSqlUserName        LM/NntpSvc        4009    0x1    1    2    0    NntpAdmin
  206. 1    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        LogSqlPassword        LM/NntpSvc        4010    0x1    1    2    0    sqllog
  207. 0    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        ServerPostingHardLimit    LM/NntpSvc        45165    0x1    1    1    4    1400000
  208. 0    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        ServerPostingSoftLimit    LM/NntpSvc        45166    0x1    1    1    4    FA000
  209. 0    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        FeedPostHardLimit    LM/NntpSvc        45167    0x1    1    1    4    2800000
  210. 0    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        FeedPostSoftLImit    LM/NntpSvc        45168    0x1    1    1    4    177000
  211. 0    1    HKLM    None                                LevelsToScan        LM/NntpSvc        1022    0x1    1    1    4    10
  212. ; upgrade only
  213. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        MaxConnections        LM/NntpSvc        1014    0x1    1    1    4    100
  214. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        ArticleTimeLimit    LM/NntpSvc        45056    0x1    1    1    4    0
  215. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        HistoryExpiration    LM/NntpSvc        45057    0x1    1    1    4    0
  216. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        HonorClientMsgIds    LM/NntpSvc        45058    0x1    1    1    4    1
  217. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        SmtpServer        LM/NntpSvc        45059    0x1    1    2    0    BUGBUG
  218. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        AllowClientPosts    LM/NntpSvc        45062    0x1    1    1    4    1
  219. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        AllowControlMsgs    LM/NntpSvc        45063    0x1    1    1    4    1
  220. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        AllowFeedPosts        LM/NntpSvc        45064    0x1    1    1    4    1
  221. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        DefaultModerator    LM/NntpSvc        45065    0x1    1    2    0    BUGBUG
  222. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        AnonymousUserName    LM/NntpSvc        45066    0x1    1    1    4    0
  223. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        CommandLogMask        LM/NntpSvc        45067    0x1    1    1    4    7389350
  224. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        DisableNewnews        LM/NntpSvc        45068    0x1    1    1    4    1
  225. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        NewsCrawlerTime        LM/NntpSvc        45069    0x1    1    1    4    30
  226. ; instance parameters
  227. 0    1    HKLM    None                                KeyType            LM/NntpSvc/1        1002    0x1    1    2    0    IIsNntpServer
  228. 0    1    HKLM    None                                Binding            LM/NntpSvc/1        1023    0x1    1    5    0    :119:
  229. 0    1    HKLM    None                                SecureBinding            LM/NntpSvc/1        2021    0x1    1    5    0    :563:
  230. 1    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        Authorization        LM/NntpSvc/1        6000    0x1    2    1    4    7
  231. 1    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        NTAuthenticationProviders    LM/NntpSvc/1    6032    0x1    2    2    0    NTLM
  232. 1    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        AllowAnonymous        LM/NntpSvc/1        45071    0x1    1    1    4    1
  233. 1    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        GroupHelpFile        LM/NntpSvc/1        45156    0x1    1    2    0    %__NNTPFILE%\descrip.txt
  234. 1    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        GroupListFile        LM/NntpSvc/1        45157    0x1    1    2    0    %__NNTPFILE%\group.lst
  235. 1    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        ArticleTableFile    LM/NntpSvc/1        45158    0x1    1    2    0    %__NNTPFILE%\article.hsh
  236. 1    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        HistoryTableFile    LM/NntpSvc/1        45159    0x1    1    2    0    %__NNTPFILE%\history.hsh
  237. 1    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        ModeratorFile        LM/NntpSvc/1        45160    0x1    1    2    0    %__NNTPFILE%\moderatr.txt
  238. 0    1    HKLM    None                                                        PrettyName        LM/NntpSvc/1        45178    0x1    1    2    0    %__NNTPFILE%\prettynm.txt
  239. 1    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        XoverTableFile        LM/NntpSvc/1        45161    0x1    1    2    0    %__NNTPFILE%\xover.hsh
  240. 1    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        DisplayName        LM/NntpSvc/1        45162    0x1    1    2    0    Microsoft NNTP Service
  241. 1    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        ListFile        LM/NntpSvc/1        45172    0x1    1    2    0    %__NNTPFILE%\listfile.hsh
  242. 0    1    HKLM    None                                PickupDirectory        LM/NntpSvc/1        45173    0x1    1    2    0    %__NNTPFILE%\pickup
  243. 0    1    HKLM    None                                FailedPickupDirectory    LM/NntpSvc/1        45174    0x1    1    2    0    %__NNTPFILE%\failedpickup
  244. 0    1    HKLM    None                                DropDirectory        LM/NntpSvc/1        45176    0x1    1    2    0    %__NNTPFILE%\drop
  245. 0    1    HKLM    None                                InstanceName        LM/NntpSvc/1        1015    0x1    1    2    0    Default NNTP Site
  246. ; upgrade only
  247. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        ErrorControl        LM/NntpSvc/1        45163    0x1    1    1    4    0
  248. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        ServerUucpName        LM/NntpSvc/1        45164    0x1    1    1    4    0
  249. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        CleanBoot        LM/NntpSvc/1        45169    0x1    1    1    4    0
  250. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        NntpUucpName        LM/NntpSvc/1        45170    0x1    1    1    4    0
  251. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        NntpOrganization    LM/NntpSvc/1        45171    0x1    1    1    4    0
  252. ; feed parameters
  253. 1    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters\Feeds    PeerTempDirectory          LM/NntpSvc/1/Feeds    45476    0x1    1    2    0    %__NNTPROOT%\_temp.files_
  254. 0    1    HKLM    None                                KeyType            LM/NntpSvc/1/Feeds    1002    0x1    1    2    0    IIsNntpFeeds
  255. ; upgrade only
  256. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters\Feeds\*    ServerName        LM/NntpSvc/1/Feeds/*    45456    0x1    1    2    0    BUGBUG
  257. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters\Feeds\*    FeedType        LM/NntpSvc/1/Feeds/*    45457    0x1    1    1    4    0
  258. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters\Feeds\*    Newsgroups        LM/NntpSvc/1/Feeds/*    45458    0x1    1    5    0    BUGBUG
  259. ;2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters\Feeds\*    SecurityType        LM/NntpSvc/1/Feeds/*    45459    0x1    1    1    4    0
  260. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters\Feeds\*    AuthenicationType    LM/NntpSvc/1/Feeds/*    45460    0x1    1    1    4    0
  261. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters\Feeds\*    AccountName        LM/NntpSvc/1/Feeds/*    45461    0x1    1    5    0    BUGBUG
  262. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters\Feeds\*    Password        LM/NntpSvc/1/Feeds/*    45462    0x1    1    1    4    0
  263. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters\Feeds\*    FeedStartTimeHigh    LM/NntpSvc/1/Feeds/*    45463    0x1    1    1    4    0
  264. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters\Feeds\*    FeedStartTimeLow    LM/NntpSvc/1/Feeds/*    45464    0x1    1    1    4    0
  265. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters\Feeds\*    FeedInterval        LM/NntpSvc/1/Feeds/*    45465    0x1    1    1    4    0
  266. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters\Feeds\*    AllowControlMessages    LM/NntpSvc/1/Feeds/*    45466    0x1    1    1    4    0
  267. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters\Feeds\*    CreateAutomatically    LM/NntpSvc/1/Feeds/*    45467    0x1    1    1    4    0
  268. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters\Feeds\*    Disabled        LM/NntpSvc/1/Feeds/*    45468    0x1    1    1    4    0
  269. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters\Feeds\*    Distribution        LM/NntpSvc/1/Feeds/*    45469    0x1    1    5    0    BUGBUG
  270. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters\Feeds\*    ConcurrentSessions    LM/NntpSvc/1/Feeds/*    45470    0x1    1    1    4    0
  271. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters\Feeds\*    MaxConnAttempts        LM/NntpSvc/1/Feeds/*    45471    0x1    1    1    4    0
  272. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters\Feeds\*    UucpName        LM/NntpSvc/1/Feeds/*    45472    0x1    1    2    0    BUGBUG
  273. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters\Feeds\*    TempDirectory        LM/NntpSvc/1/Feeds/*    45473    0x1    1    2    0    BUGBUG
  274. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters\Feeds\*    NextPullHigh        LM/NntpSvc/1/Feeds/*    45474    0x1    1    1    4    0
  275. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters\Feeds\*    NextPullLow        LM/NntpSvc/1/Feeds/*    45475    0x1    1    1    4    0
  276. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters\Feeds\*    PeerTempDirectory    LM/NntpSvc/1/Feeds/*    45476    0x1    1    2    0    BUGBUG
  277. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters\Feeds\*    PeerGapSize        LM/NntpSvc/1/Feeds/*    45477    0x1    1    1    4    0
  278. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters\Feeds\*    OutgoingPort        LM/NntpSvc/1/Feeds/*    45478    0x1    1    1    4    0
  279. ; expire parameters
  280. 0    1    HKLM    None                                KeyType            LM/NntpSvc/1/Expires    1002    0x1    1    2    0    IIsNntpExpiration
  281. ; info parameters
  282. 0    1    HKLM    None                                KeyType            LM/NntpSvc/Info        1002    0x1    1    2    0    IIsInfo
  283. 0    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        None            LM/NntpSvc/Info        4012    0x1    1    2    0    NCSA Common Log File Format, Microsoft IIS Log File Format, W3C Extended Log File Format, ODBC Logging
  284. ; upgrade only
  285. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters\Expires\*    ExpireSpace        LM/NntpSvc/1/Expires/*    45656    0x1    1    1    4    0
  286. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters\Expires\*    ExpireTime        LM/NntpSvc/1/Expires/*    45657    0x1    1    1    4    0
  287. 2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters\Expires\*    Newsgroups        LM/NntpSvc/1/Expires/*    45658    0x1    1    5    0    BUGBUG
  288. ;2    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters\Expires\*    ExpirePolicyName    LM/NntpSvc/1/Expires/*    45659    0x1    1    1    4    0
  289. ; other keytypes
  290. 0    1    HKLM    None                                KeyType            LM/NntpSvc/1/Groups    1002    0x1    1    2    0    IIsNntpGroups
  291. 0    1    HKLM    None                                KeyType            LM/NntpSvc/1/Sessions    1002    0x1    1    2    0    IIsNntpSessions
  292. 0    1    HKLM    None                                KeyType            LM/NntpSvc/1/Rebuild    1002    0x1    1    2    0    IIsNntpRebuild
  293. 0    1    HKLM    None                                KeyType            LM/NntpSvc/1/Root    1002    0x1    1    2    0    IIsNntpVirtualDir
  294. ; shinjuku
  295. ; web admin vroot
  296. 0    1    HKLM    None                                None            LM/W3Svc/1/ROOT/News    6016    0x1    2    1    4    205
  297. 0    1    HKLM    None                                None            LM/W3Svc/1/ROOT/News    6000    0x1    2    1    4    4
  298. 0    1    HKLM    None                                None            LM/W3Svc/1/ROOT/News    1099    0x1    1    1    4    0
  299. 0    1    HKLM    None                                None            LM/W3Svc/1/ROOT/News    3001    0x1    2    2    0    %__INETPUB%\News
  300. 0    1    HKLM    None                                None            LM/W3Svc/1/ROOT/News    2100    0x1    100    1    4    4
  301.  
  302. [NNTP_REG_UPGRADEB2]
  303. 0    1    HKLM    None                                KeyType            LM/NntpSvc        1002    0x1    1    2    0    IIsNntpService
  304. 0    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        ServerPostingHardLimit    LM/NntpSvc        45165    0x1    1    1    4    1400000
  305. 0    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        ServerPostingSoftLimit    LM/NntpSvc        45166    0x1    1    1    4    FA000
  306. 0    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        FeedPostHardLimit    LM/NntpSvc        45167    0x1    1    1    4    2800000
  307. 0    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        FeedPostSoftLImit    LM/NntpSvc        45168    0x1    1    1    4    177000
  308. 0    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        None            LM/NntpSvc        4012    0x1    1    2    0    NCSA Common Log File Format, Microsoft IIS Log File Format, W3C Extended Log File Format, ODBC Logging
  309. 0    1    HKLM    None                                LevelsToScan        LM/NntpSvc        1022    0x1    1    1    4    10
  310. ; instance parameters
  311. 0    1    HKLM    None                                KeyType            LM/NntpSvc/1        1002    0x1    1    2    0    IIsNntpServer
  312. 0    1    HKLM    None                                                        PrettyName        LM/NntpSvc/1        45178    0x1    1    2    0    %__NNTPFILE%\prettynm.txt
  313. ; feed parameters
  314. 0    1    HKLM    None                                KeyType            LM/NntpSvc/1/Feeds    1002    0x1    1    2    0    IIsNntpFeeds
  315. ; expire parameters
  316. 0    1    HKLM    None                                KeyType            LM/NntpSvc/1/Expires    1002    0x1    1    2    0    IIsNntpExpiration
  317. ; info parameters
  318. 0    1    HKLM    None                                KeyType            LM/NntpSvc/Info        1002    0x1    1    2    0    IIsInfo
  319. 0    1    HKLM    System\CurrentControlSet\Services\NntpSvc\Parameters        None            LM/NntpSvc/Info        4012    0x1    1    2    0    NCSA Common Log File Format, Microsoft IIS Log File Format, W3C Extended Log File Format, ODBC Logging
  320. ; other keytypes
  321. 0    1    HKLM    None                                KeyType            LM/NntpSvc/1/Groups    1002    0x1    1    2    0    IIsNntpGroups
  322. 0    1    HKLM    None                                KeyType            LM/NntpSvc/1/Sessions    1002    0x1    1    2    0    IIsNntpSessions
  323. 0    1    HKLM    None                                KeyType            LM/NntpSvc/1/Rebuild    1002    0x1    1    2    0    IIsNntpRebuild
  324. 0    1    HKLM    None                                KeyType            LM/NntpSvc/1/Root    1002    0x1    1    2    0    IIsNntpVirtualDir
  325.  
  326. [iis_nntp_files_docs]
  327. nrc03_3.htm
  328. nrc03_4.htm
  329. nrc03_5.htm
  330. nrc03_6.htm
  331. nrc05.htm
  332. nrc05_1.htm
  333. nrc05_2.htm
  334. nrc05_3.htm
  335. nrc05_4.htm
  336. nrc05_5.htm
  337. nrc05_6.htm
  338. nrc07.htm
  339. refwelcm.htm
  340. xno_01.gif
  341. xno_02.gif
  342. xno_03.gif
  343. xno_04.gif
  344. xno_05.gif
  345. xno_b01.gif
  346. xno_b02.gif
  347. xno_e01.gif
  348. xno_e02.gif
  349. xno_e03.gif
  350. xno_e04.gif
  351. xno_help.gif
  352. xno_ism.gif
  353. xno_mmc.gif
  354. nrc01.htm
  355. nrc02.htm
  356. nrc02_1.htm
  357. nrc02_2.htm
  358. nrc03.htm
  359. nrc03_1.htm
  360. nrc03_2.htm
  361. noc06_1.htm
  362. noc06_2.htm
  363. noc06_3.htm
  364. noc06_4.htm
  365. noc06_5.htm
  366. noc06_6.htm
  367. noc06_7.htm
  368. news.hhc
  369. news.hhk
  370. newsrel.htm
  371. nntpcfg.hlp
  372. nntpsnap.cnt
  373. nntpsnap.hlp
  374. noc01.htm
  375. noc02.htm
  376. noc02_1.htm
  377. noc02_2.htm
  378. noc02_3.htm
  379. noc02_4.htm
  380. noc02_5.htm
  381. noc02_6.htm
  382. noc02_7.htm
  383. noc02_8.htm
  384. noc02_9.htm
  385. noc04.htm
  386. noc04_1.htm
  387. noc04_2.htm
  388. noc04_3.htm
  389. noc04_4.htm
  390. noc04_5.htm
  391. noc04_6.htm
  392. noc04_7.htm
  393. noc05.htm
  394. noc05_1.htm
  395. noc05_10.htm
  396. noc05_11.htm
  397. noc05_12.htm
  398. noc05_13.htm
  399. noc05_14.htm
  400. noc05_15.htm
  401. noc05_16.htm
  402. noc05_17.htm
  403. noc05_18.htm
  404. noc05_19.htm
  405. noc05_2.htm
  406. noc05_20.htm
  407. noc05_21.htm
  408. noc05_22.htm
  409. noc05_23.htm
  410. noc05_24.htm
  411. noc05_25.htm
  412. noc05_26.htm
  413. noc05_27.htm
  414. noc05_28.htm
  415. noc05_29.htm
  416. noc05_3.htm
  417. noc05_30.htm
  418. noc05_4.htm
  419. noc05_5.htm
  420. noc05_6.htm
  421. noc05_7.htm
  422. noc05_8.htm
  423. noc05_9.htm
  424. noc06.htm
  425. noc07_4.htm
  426. noc07_5.htm
  427. noc07_6.htm
  428. noc07_7.htm
  429. noc07_8.htm
  430. noc07_2.htm
  431. noc07_3.htm
  432. noc06_8.htm
  433. noc07.htm
  434. noc07_1.htm
  435.  
  436. [iis_nntp_files_help]
  437. nntpsnap.cnt
  438. news.hhc
  439. nntpcfg.hlp
  440. nntpsnap.hlp
  441.  
  442. [iis_nntp_files_keep]
  443. advpack.dll
  444. shlwapi.dll
  445.  
  446. [iis_nntp_files_service]
  447. nntpmib.dll
  448. drive.exe
  449. big.tem
  450. small.tem
  451. rexpire.vbs
  452. rgroup.vbs
  453. rserver.vbs
  454. rsess.vbs
  455. nntpfilt.dll
  456. ddrop.dll
  457. nntpkey.dll
  458. nntp.mib
  459. nntpsvc.dll
  460. isrpc.dll
  461. nntpsnap.dll
  462. nntpadm.dll
  463. jpudll.dll
  464. dt_ctrl.dll
  465. nntpread.txt
  466. infomsg.nws
  467. seo.dll
  468. qryobj.dll
  469. qrydb.dll
  470.  
  471. [iis_nntp_files_srchasp]
  472. adminres.asp
  473. admin.asp
  474. editres.asp
  475. ixqlang.htm
  476. srcbd.asp
  477. srcdflt.asp
  478. srchd.asp
  479. srcmenu.asp
  480. add.asp
  481. addres.asp
  482. blank.htm,blank.htm2
  483. default.asp
  484. edit.asp
  485.  
  486. [iis_nntp_files_srchasp_images]
  487. ism.gif,ism.gif2
  488. new.gif,new.gif2
  489. logo.gif,logo.gif2
  490. iisnav.gif,iisnav.gif2
  491. next.gif,next.gif2
  492. ismhd.gif,ismhd.gif2
  493. edit.gif,edit.gif2
  494. gnback.gif,gnback.gif2
  495.  
  496. [iis_nntp_files_system]
  497. mimefilt.dll
  498. nntpctrs.ini
  499. nntpctrs.h
  500. nntpapi.dll
  501. nntpctrs.dll
  502.  
  503. [iis_nntp_files_system_nodel]
  504. imsg.dll
  505. rwnh.dll
  506. exchmlng.dll
  507. exchcomm.dll
  508. exstrace.dll
  509. regtrace.exe
  510. adsiisex.dll
  511.  
  512. [iis_nntp_files_web]
  513. global.asa
  514.  
  515. [iis_nntp_files_webadmin]
  516. nnblk.asp
  517. nnemnuns.asp
  518. nnemnus.asp
  519. nneredir.asp
  520. nnexp.asp
  521. nnexpad.asp
  522. nnexpg.asp
  523. nnexpgad.asp
  524. nnexpghd.asp
  525. nnexpgls.asp
  526. nnexphd.asp
  527. nnexpls.asp
  528. nnexppl.asp
  529. nngen.asp
  530. nngetval.htm
  531. nngrp.asp
  532. nngrped.asp
  533. nnchkval.htm
  534. nncomm.asp
  535. nndir.asp
  536. nndired.asp
  537. nndirhd.asp
  538. nndirls.asp
  539. nnemnu.asp
  540. nnemnums.asp
  541. bkclos.gif
  542. bkopen.gif
  543. blank.htm,blank.htm1
  544. default.htm
  545. global.asa
  546. nnabout.asp
  547. nnadv.asp
  548. nnadvbd.asp
  549. nnadved.asp
  550. nnadvhd.asp
  551. nnadvls.asp
  552. nnauth.asp
  553. nnbld.asp
  554. nnses.asp
  555. nnseshd.asp
  556. nnsesls.asp
  557. nnsetval.htm
  558. nnsrv.asp
  559. nnstat.asp
  560. nntl.asp
  561. nntp.asp
  562. nntree.asp
  563. nnvs.asp
  564. nnvsed.asp
  565. nyi.htm
  566. quesdoc.gif
  567. version.htm
  568. _cnst.asp
  569. ~hs8.asp
  570. nnsecls.asp
  571. nnser.asp
  572. nnloghd.asp
  573. nnlogls.asp
  574. nnmnu.asp
  575. nnmnums.asp
  576. nnmnuns.asp
  577. nnmnus.asp
  578. nnnav.asp
  579. nnpop.asp
  580. nnredir.asp
  581. nnsec.asp
  582. nnsechd.asp
  583. nnisfull.htm
  584. nnisnum.htm
  585. nnlg.asp
  586. nnlist.asp
  587. nnlog.asp
  588. nnhd.asp
  589. nngrphd.asp
  590. nngrpls.asp
  591.  
  592. [iis_nntp_files_webadmin_help]
  593. title.htm
  594. vsipaddr.htm
  595. vsipport.htm
  596. vspathhd.htm
  597. vsssl.htm
  598. welcome.htm
  599. toc.htm
  600. tocframe.htm
  601. vsdesc.htm
  602. sestime.htm
  603. sesuser.htm
  604. start.htm
  605. stop.htm
  606. temp.htm
  607. resume.htm
  608. secanon.htm
  609. secbasic.htm
  610. secmcis.htm
  611. secnt.htm
  612. sesdall.htm
  613. sesdisc.htm
  614. sesfrom.htm
  615. sesnext.htm
  616. sesprev.htm
  617. sesrfrsh.htm
  618. props.htm
  619. refresh.htm
  620. gencont.htm
  621. gendef.htm
  622. genmaxc.htm
  623. genmaxp.htm
  624. genserv.htm
  625. gpadd.htm
  626. gpedit.htm
  627. gpfind.htm
  628. gpmatch.htm
  629. gpnews.htm
  630. gpremv.htm
  631. gpresult.htm
  632. hd128.htm
  633. hdallow.htm
  634. hdindex.htm
  635. hdlog.htm
  636. hdpass.htm
  637. hdpath.htm
  638. hdrest.htm
  639. hdsecchn.htm
  640. hduser.htm
  641. nnadvh.htm
  642. nnadvh.old
  643. nndirh.htm
  644. nnexph.htm
  645. nngenh.htm
  646. nngrph.htm
  647. nnsech.htm
  648. nnserh.htm
  649. nnsesh.htm
  650. nnvsh.htm
  651. pause.htm
  652. pop.htm
  653. dirsub.htm
  654. expadd.htm
  655. expedit.htm
  656. expgroup.htm
  657. expid.htm
  658. expremv.htm
  659. expsize.htm
  660. exptime.htm
  661. genallow.htm
  662. diradd.htm
  663. diredit.htm
  664. dirpath.htm
  665. dirremv.htm
  666. dadpath.htm
  667. dadrest.htm
  668. dadsecch.htm
  669. dadsub.htm
  670. daduser.htm
  671. dadallow.htm
  672. dadpass.htm
  673. connect.htm
  674. contime.htm
  675. dad128.htm
  676. conlimit.htm
  677. conenlog.htm
  678.  
  679. [iis_nntp_files_webadmin_images]
  680. vdir2.gif
  681. www0.gif
  682. www2.gif
  683. www4.gif
  684. wwwprop.gif
  685. vdir4.gif
  686. vdir0.gif
  687. tbother.gif
  688. updir.gif
  689. vbscript.gif
  690. tbasp0.gif
  691. tbisapi.gif
  692. tabbottom.gif
  693. tabline.gif
  694. tabottom.gif
  695. tabs.gif
  696. tbasp.gif
  697. slidroff.gif
  698. smallkey.gif
  699. space.gif
  700. stop.gif
  701. remv.gif
  702. roll.gif
  703. rte.gif
  704. save.gif
  705. sliderend.gif
  706. slideroff.gif
  707. slideron.gif
  708. slidersp.gif
  709. slidrend.gif
  710. gnicsave.gif
  711. gnictoc0.gif
  712. gnictoc1.gif
  713. gnictoc2.gif
  714. gnicttl.gif
  715. gnicup.gif
  716. handshk.gif
  717. help.gif
  718. helpnote.gif
  719. iisnav.gif,iisnav.gif1
  720. ism.gif,ism.gif1
  721. ismhd.gif,ismhd.gif1
  722. key.gif
  723. line.gif
  724. loading.gif
  725. lock.gif
  726. logo.gif,logo.gif1
  727. mime.gif
  728. minus.gif
  729. minusl.gif
  730. new.gif,new.gif1
  731. next.gif,next.gif1
  732. off.gif
  733. ok.gif
  734. on.gif
  735. open.gif
  736. pause.gif
  737. plus.gif
  738. plusl.gif
  739. popup.gif
  740. radiooff.gif
  741. radioon.gif
  742. refr.gif
  743. about.gif
  744. back.gif
  745. blank.gif
  746. blankl.gif
  747. brws.gif
  748. cert.gif
  749. checkoff.gif
  750. checkon.gif
  751. cncl.gif
  752. comp.gif
  753. comp0.gif
  754. comp1.gif
  755. comp2.gif
  756. comp3.gif
  757. comp4.gif
  758. cont.gif
  759. dir0.gif
  760. dir2.gif
  761. dir4.gif
  762. doc.gif
  763. drct.gif
  764. edit.gif,edit.gif1
  765. folder.gif
  766. ftp0.gif
  767. ftp2.gif
  768. ftp4.gif
  769. ftpprop.gif
  770. gnback.gif,gnback.gif1
  771. gnicabou.gif
  772. gniccncl.gif
  773. gniccomg.gif
  774. gniccoms.gif
  775. gnicdis.gif
  776. gnicdoc.gif
  777. gnicdown.gif
  778. gnicdsal.gif
  779. gnicedit.gif
  780. gnichelp.gif
  781. gnickey.gif
  782. gniclock.gif
  783. gniclogo.gif
  784. gnicnew.gif
  785. gnicnext.gif
  786. gnicok.gif
  787. gnicprev.gif
  788. gnicrefr.gif
  789. gnicremv.gif
  790. gnicroll.gif
  791. ;*** BEGIN **********************************************************
  792. ;**                                                                **
  793. ;** Automatically generated on: Mon Sep 08 22:10:34 1997           **
  794. ;**                                                                **
  795. ;** Diamond Version: (32) 1.00.0540 (02/01/96)                     **
  796. ;**                                                                **
  797. ;*** BEGIN **********************************************************
  798. ;LAYOUT.INF
  799. ;Disk Layout file for Microsoft IIS Setup
  800. ;Copyright (c) 1993-1997 Microsoft Corporation
  801.  
  802. [version]
  803. signature="$Windows NT$"
  804. SetupClass=BASE
  805.  
  806.  
  807. [SourceDisksNames]
  808. ; Cabinet file names and associated disks
  809. ; <cab#> = <disk#>,<cabinet filename>, ID (Unused, must be 0)
  810. 0="Microsoft IIS CD-ROM","",0
  811. 1="Microsoft IIS CD-ROM","ins.cab",0
  812. [SourceDisksFiles]
  813. ;<file> = <cabinet number>,<subdir>,<size>
  814. ;Note: File is not in a cabinet if cab# is 0
  815.  
  816. shlwapi.dll=1,,37376
  817. advpack.dll=1,,71952
  818. nntpmib.dll=1,,11024
  819. nntp.mib=1,,19625
  820. nntpsvc.dll=1,,636176
  821. isrpc.dll=1,,9488
  822. nntpsnap.dll=1,,390416
  823. nntpadm.dll=1,,179984
  824. jpudll.dll=1,,15120
  825. dt_ctrl.dll=1,,19728
  826. nntpread.txt=1,,6104
  827. infomsg.nws=1,,765
  828. seo.dll=1,,314128
  829. ddrop.dll=1,,34064
  830. nntpkey.dll=1,,41744
  831. qrydb.dll=1,,40720
  832. qryobj.dll=1,,103936
  833. drive.exe=1,,8976
  834. big.tem=1,,404
  835. small.tem=1,,71
  836. rexpire.vbs=1,,8987
  837. rgroup.vbs=1,,9081
  838. rserver.vbs=1,,12710
  839. rsess.vbs=1,,5177
  840. nntpfilt.dll=1,,14096
  841. rwnh.dll=1,,11024
  842. nntpapi.dll=1,,26384
  843. nntpctrs.dll=1,,20240
  844. mimefilt.dll=1,,27920
  845. nntpctrs.ini=1,,168914
  846. nntpctrs.h=1,,5523
  847. exchmlng.dll=1,,68528
  848. exchcomm.dll=1,,583456
  849. exstrace.dll=1,,15632
  850. regtrace.exe=1,,41504
  851. adsiisex.dll=1,,12048
  852. imsg.dll=1,,15120
  853. nntpcfg.hlp=1,,37623
  854. nntpsnap.hlp=1,,99694
  855. nntpsnap.cnt=1,,421
  856. news.hhc=1,,11052
  857. news.hhk=1,,14957
  858. newsrel.htm=1,,9452
  859. noc01.htm=1,,3430
  860. noc02.htm=1,,2938
  861. noc02_1.htm=1,,6343
  862. noc02_2.htm=1,,3341
  863. noc02_3.htm=1,,5704
  864. noc02_4.htm=1,,5130
  865. noc02_5.htm=1,,1357
  866. noc02_6.htm=1,,1357
  867. noc02_7.htm=1,,1357
  868. noc02_8.htm=1,,1357
  869. noc02_9.htm=1,,1369
  870. noc04.htm=1,,2314
  871. noc04_1.htm=1,,4502
  872. noc04_2.htm=1,,4233
  873. noc04_3.htm=1,,1357
  874. noc04_4.htm=1,,1357
  875. noc04_5.htm=1,,1357
  876. noc04_6.htm=1,,1369
  877. noc04_7.htm=1,,1376
  878. noc05.htm=1,,2517
  879. noc05_1.htm=1,,7637
  880. noc05_10.htm=1,,2664
  881. noc05_11.htm=1,,5300
  882. noc05_12.htm=1,,2378
  883. noc05_13.htm=1,,3497
  884. noc05_14.htm=1,,4410
  885. noc05_15.htm=1,,2530
  886. noc05_16.htm=1,,2096
  887. noc05_17.htm=1,,5190
  888. noc05_18.htm=1,,3054
  889. noc05_19.htm=1,,3508
  890. noc05_2.htm=1,,3220
  891. noc05_20.htm=1,,4594
  892. noc05_21.htm=1,,3727
  893. noc05_22.htm=1,,3978
  894. noc05_23.htm=1,,2939
  895. noc05_24.htm=1,,4327
  896. noc05_25.htm=1,,1357
  897. noc05_26.htm=1,,1357
  898. noc05_27.htm=1,,1357
  899. noc05_28.htm=1,,1369
  900. noc05_29.htm=1,,1364
  901. noc05_3.htm=1,,2546
  902. noc05_30.htm=1,,1376
  903. noc05_4.htm=1,,2192
  904. noc05_5.htm=1,,2248
  905. noc05_6.htm=1,,4224
  906. noc05_7.htm=1,,2166
  907. noc05_8.htm=1,,3355
  908. noc05_9.htm=1,,3617
  909. noc06.htm=1,,2321
  910. noc06_1.htm=1,,2288
  911. noc06_2.htm=1,,6022
  912. noc06_3.htm=1,,3697
  913. noc06_4.htm=1,,2936
  914. noc06_5.htm=1,,1357
  915. noc06_6.htm=1,,1357
  916. noc06_7.htm=1,,1357
  917. noc06_8.htm=1,,1369
  918. noc07.htm=1,,2291
  919. noc07_1.htm=1,,2186
  920. noc07_2.htm=1,,2681
  921. noc07_3.htm=1,,3902
  922. noc07_4.htm=1,,3624
  923. noc07_5.htm=1,,1357
  924. noc07_6.htm=1,,1357
  925. noc07_7.htm=1,,1357
  926. noc07_8.htm=1,,1369
  927. nrc01.htm=1,,8175
  928. nrc02.htm=1,,2524
  929. nrc02_1.htm=1,,2692
  930. nrc02_2.htm=1,,7128
  931. nrc03.htm=1,,3231
  932. nrc03_1.htm=1,,6688
  933. nrc03_2.htm=1,,3045
  934. nrc03_3.htm=1,,6712
  935. nrc03_4.htm=1,,7912
  936. nrc03_5.htm=1,,4312
  937. nrc03_6.htm=1,,20375
  938. nrc05.htm=1,,3509
  939. nrc05_1.htm=1,,2980
  940. nrc05_2.htm=1,,2829
  941. nrc05_3.htm=1,,4208
  942. nrc05_4.htm=1,,2434
  943. nrc05_5.htm=1,,5542
  944. nrc05_6.htm=1,,5075
  945. nrc07.htm=1,,53969
  946. refwelcm.htm=1,,2902
  947. xno_01.gif=1,,2713
  948. xno_02.gif=1,,3543
  949. xno_03.gif=1,,6117
  950. xno_04.gif=1,,3206
  951. xno_05.gif=1,,2717
  952. xno_b01.gif=1,,2900
  953. xno_b02.gif=1,,2905
  954. xno_e01.gif=1,,10395
  955. xno_e02.gif=1,,16553
  956. xno_e03.gif=1,,15233
  957. xno_e04.gif=1,,904
  958. xno_help.gif=1,,893
  959. xno_ism.gif=1,,25257
  960. xno_mmc.gif=1,,12585
  961. editres.asp=1,,2783
  962. ixqlang.htm=1,,43095
  963. srcbd.asp=1,,670
  964. srcdflt.asp=1,,291
  965. srchd.asp=1,,1554
  966. srcmenu.asp=1,,735
  967. add.asp=1,,2846
  968. addres.asp=1,,2487
  969. admin.asp=1,,3949
  970. adminres.asp=1,,1845
  971. blank.htm2=1,,58
  972. default.asp=1,,504
  973. edit.asp=1,,3504
  974. next.gif2=1,,874
  975. ismhd.gif2=1,,3187
  976. edit.gif2=1,,879
  977. gnback.gif2=1,,9920
  978. iisnav.gif2=1,,15076
  979. ism.gif2=1,,1929
  980. new.gif2=1,,869
  981. logo.gif2=1,,1231
  982. nnblk.asp=1,,0
  983. nnemnums.asp=1,,3366
  984. nnemnuns.asp=1,,3280
  985. nnemnus.asp=1,,626
  986. nneredir.asp=1,,388
  987. nnexp.asp=1,,617
  988. nnexpad.asp=1,,8617
  989. nnexpg.asp=1,,694
  990. nnexpgad.asp=1,,2746
  991. nnexpghd.asp=1,,7463
  992. nnexpgls.asp=1,,1270
  993. nnexphd.asp=1,,5546
  994. nnexpls.asp=1,,2539
  995. nnexppl.asp=1,,5981
  996. nngen.asp=1,,8388
  997. nngetval.htm=1,,329
  998. nngrp.asp=1,,721
  999. nngrped.asp=1,,10169
  1000. nnchkval.htm=1,,325
  1001. nncomm.asp=1,,4157
  1002. nndir.asp=1,,644
  1003. nndired.asp=1,,17695
  1004. nndirhd.asp=1,,7577
  1005. nndirls.asp=1,,1487
  1006. nnemnu.asp=1,,8685
  1007. global.asa=1,,214
  1008. bkclos.gif=1,,909
  1009. bkopen.gif=1,,932
  1010. blank.htm1=1,,58
  1011. default.htm=1,,128
  1012. nnabout.asp=1,,1311
  1013. nnadv.asp=1,,1036
  1014. nnadvbd.asp=1,,1615
  1015. nnadved.asp=1,,6736
  1016. nnadvhd.asp=1,,15516
  1017. nnadvls.asp=1,,7781
  1018. nnauth.asp=1,,935
  1019. nnbld.asp=1,,4873
  1020. nnses.asp=1,,618
  1021. nnseshd.asp=1,,8237
  1022. nnsesls.asp=1,,2181
  1023. nnsetval.htm=1,,349
  1024. nnsrv.asp=1,,4385
  1025. nnstat.asp=1,,734
  1026. nntl.asp=1,,11816
  1027. nntp.asp=1,,2623
  1028. nntree.asp=1,,5273
  1029. nnvs.asp=1,,10895
  1030. nnvsed.asp=1,,6136
  1031. nyi.htm=1,,145
  1032. quesdoc.gif=1,,877
  1033. version.htm=1,,26
  1034. _cnst.asp=1,,249
  1035. ~hs8.asp=1,,8491
  1036. nnsecls.asp=1,,3779
  1037. nnser.asp=1,,6535
  1038. nnloghd.asp=1,,4841
  1039. nnlogls.asp=1,,1103
  1040. nnmnu.asp=1,,18089
  1041. nnmnums.asp=1,,2570
  1042. nnmnuns.asp=1,,2765
  1043. nnmnus.asp=1,,590
  1044. nnnav.asp=1,,0
  1045. nnpop.asp=1,,230
  1046. nnredir.asp=1,,920
  1047. nnsec.asp=1,,7975
  1048. nnsechd.asp=1,,7021
  1049. nnisfull.htm=1,,150
  1050. nnisnum.htm=1,,242
  1051. nnlg.asp=1,,10150
  1052. nnlist.asp=1,,592
  1053. nnlog.asp=1,,938
  1054. nnhd.asp=1,,2941
  1055. nngrphd.asp=1,,11116
  1056. nngrpls.asp=1,,1518
  1057. title.htm=1,,1016
  1058. vsipaddr.htm=1,,1151
  1059. vsipport.htm=1,,975
  1060. vspathhd.htm=1,,1457
  1061. vsssl.htm=1,,980
  1062. welcome.htm=1,,2993
  1063. toc.htm=1,,5279
  1064. tocframe.htm=1,,1031
  1065. vsdesc.htm=1,,1070
  1066. sestime.htm=1,,886
  1067. sesuser.htm=1,,906
  1068. start.htm=1,,909
  1069. stop.htm=1,,907
  1070. temp.htm=1,,831
  1071. resume.htm=1,,922
  1072. secanon.htm=1,,1035
  1073. secbasic.htm=1,,1576
  1074. secmcis.htm=1,,1360
  1075. secnt.htm=1,,1121
  1076. sesdall.htm=1,,1094
  1077. sesdisc.htm=1,,1112
  1078. sesfrom.htm=1,,867
  1079. sesnext.htm=1,,872
  1080. sesprev.htm=1,,887
  1081. sesrfrsh.htm=1,,1033
  1082. props.htm=1,,2490
  1083. refresh.htm=1,,1037
  1084. gencont.htm=1,,1121
  1085. gendef.htm=1,,1093
  1086. genmaxc.htm=1,,1343
  1087. genmaxp.htm=1,,1377
  1088. genserv.htm=1,,1207
  1089. gpadd.htm=1,,3526
  1090. gpedit.htm=1,,3322
  1091. gpfind.htm=1,,897
  1092. gpmatch.htm=1,,884
  1093. gpnews.htm=1,,1008
  1094. gpremv.htm=1,,846
  1095. gpresult.htm=1,,883
  1096. hd128.htm=1,,1278
  1097. hdallow.htm=1,,1266
  1098. hdindex.htm=1,,837
  1099. hdlog.htm=1,,1102
  1100. hdpass.htm=1,,1133
  1101. hdpath.htm=1,,910
  1102. hdrest.htm=1,,1789
  1103. hdsecchn.htm=1,,1761
  1104. hduser.htm=1,,1217
  1105. nnadvh.htm=1,,3326
  1106. nnadvh.old=1,,2845
  1107. nndirh.htm=1,,2417
  1108. nnexph.htm=1,,3237
  1109. nngenh.htm=1,,2985
  1110. nngrph.htm=1,,2740
  1111. nnsech.htm=1,,3343
  1112. nnserh.htm=1,,4412
  1113. nnsesh.htm=1,,3583
  1114. nnvsh.htm=1,,4075
  1115. pause.htm=1,,922
  1116. pop.htm=1,,829
  1117. dirsub.htm=1,,939
  1118. expadd.htm=1,,3526
  1119. expedit.htm=1,,3322
  1120. expgroup.htm=1,,859
  1121. expid.htm=1,,856
  1122. expremv.htm=1,,912
  1123. expsize.htm=1,,940
  1124. exptime.htm=1,,910
  1125. genallow.htm=1,,996
  1126. diradd.htm=1,,3599
  1127. diredit.htm=1,,3680
  1128. dirpath.htm=1,,981
  1129. dirremv.htm=1,,1072
  1130. dadpath.htm=1,,823
  1131. dadrest.htm=1,,1443
  1132. dadsecch.htm=1,,1761
  1133. dadsub.htm=1,,836
  1134. daduser.htm=1,,1213
  1135. dadallow.htm=1,,1095
  1136. dadpass.htm=1,,1133
  1137. connect.htm=1,,901
  1138. contime.htm=1,,1075
  1139. dad128.htm=1,,1297
  1140. conlimit.htm=1,,1039
  1141. conenlog.htm=1,,1091
  1142. vdir2.gif=1,,163
  1143. www0.gif=1,,225
  1144. www2.gif=1,,167
  1145. www4.gif=1,,224
  1146. wwwprop.gif=1,,1515
  1147. vdir4.gif=1,,163
  1148. vdir0.gif=1,,165
  1149. tbother.gif=1,,157
  1150. updir.gif=1,,149
  1151. vbscript.gif=1,,1600
  1152. tbasp0.gif=1,,273
  1153. tbisapi.gif=1,,251
  1154. tabbottom.gif=1,,49
  1155. tabline.gif=1,,49
  1156. tabottom.gif=1,,49
  1157. tabs.gif=1,,583
  1158. tbasp.gif=1,,269
  1159. slidroff.gif=1,,182
  1160. smallkey.gif=1,,126
  1161. space.gif=1,,49
  1162. stop.gif=1,,869
  1163. remv.gif=1,,881
  1164. roll.gif=1,,899
  1165. rte.gif=1,,300
  1166. save.gif=1,,888
  1167. sliderend.gif=1,,176
  1168. slideroff.gif=1,,182
  1169. slideron.gif=1,,148
  1170. slidersp.gif=1,,166
  1171. slidrend.gif=1,,176
  1172. gnicsave.gif=1,,888
  1173. gnictoc0.gif=1,,47
  1174. gnictoc1.gif=1,,64
  1175. gnictoc2.gif=1,,64
  1176. gnicttl.gif=1,,837
  1177. gnicup.gif=1,,860
  1178. handshk.gif=1,,267
  1179. help.gif=1,,893
  1180. helpnote.gif=1,,130
  1181. iisnav.gif1=1,,15076
  1182. ism.gif1=1,,1929
  1183. ismhd.gif1=1,,3187
  1184. key.gif=1,,224
  1185. line.gif=1,,62
  1186. loading.gif=1,,2609
  1187. lock.gif=1,,139
  1188. logo.gif1=1,,1231
  1189. mime.gif=1,,369
  1190. minus.gif=1,,75
  1191. minusl.gif=1,,76
  1192. new.gif1=1,,869
  1193. next.gif1=1,,874
  1194. off.gif=1,,205
  1195. ok.gif=1,,897
  1196. on.gif=1,,202
  1197. open.gif=1,,880
  1198. pause.gif=1,,877
  1199. plus.gif=1,,81
  1200. plusl.gif=1,,82
  1201. popup.gif=1,,883
  1202. radiooff.gif=1,,82
  1203. radioon.gif=1,,84
  1204. refr.gif=1,,880
  1205. about.gif=1,,914
  1206. back.gif=1,,1010
  1207. blank.gif=1,,65
  1208. blankl.gif=1,,66
  1209. brws.gif=1,,880
  1210. cert.gif=1,,156
  1211. checkoff.gif=1,,80
  1212. checkon.gif=1,,89
  1213. cncl.gif=1,,880
  1214. comp.gif=1,,129
  1215. comp0.gif=1,,158
  1216. comp1.gif=1,,158
  1217. comp2.gif=1,,158
  1218. comp3.gif=1,,127
  1219. comp4.gif=1,,131
  1220. cont.gif=1,,882
  1221. dir0.gif=1,,165
  1222. dir2.gif=1,,165
  1223. dir4.gif=1,,165
  1224. doc.gif=1,,879
  1225. drct.gif=1,,159
  1226. edit.gif1=1,,879
  1227. folder.gif=1,,152
  1228. ftp0.gif=1,,175
  1229. ftp2.gif=1,,173
  1230. ftp4.gif=1,,173
  1231. ftpprop.gif=1,,1373
  1232. gnback.gif1=1,,9920
  1233. gnicabou.gif=1,,229
  1234. gniccncl.gif=1,,98
  1235. gniccomg.gif=1,,152
  1236. gniccoms.gif=1,,156
  1237. gnicdis.gif=1,,170
  1238. gnicdoc.gif=1,,879
  1239. gnicdown.gif=1,,862
  1240. gnicdsal.gif=1,,871
  1241. gnicedit.gif=1,,149
  1242. gnichelp.gif=1,,904
  1243. gnickey.gif=1,,877
  1244. gniclock.gif=1,,145
  1245. gniclogo.gif=1,,1231
  1246. gnicnew.gif=1,,869
  1247. gnicnext.gif=1,,874
  1248. gnicok.gif=1,,904
  1249. gnicprev.gif=1,,877
  1250. gnicrefr.gif=1,,880
  1251. gnicremv.gif=1,,908
  1252. gnicroll.gif=1,,906
  1253. ;*** END ************************************************************
  1254. ;**                                                                **
  1255. ;** Automatically generated on: Mon Sep 08 22:10:34 1997           **
  1256. ;**                                                                **
  1257. ;*** END ************************************************************
  1258.