home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 March / VPR0003B.ISO / nec98 / certsrv.inf < prev    next >
Windows Setup INFormation  |  1999-10-14  |  22KB  |  875 lines

  1. ; *****************************************************************************
  2. ;
  3. ; Per-component INF for CertServer component
  4. ;
  5. ; *****************************************************************************
  6.  
  7.  
  8. ; **************************** Version Section ********************************
  9. [Version]
  10. Signature= "$Windows NT$"
  11.  
  12.  
  13. ; ********************* Components and Descriptions ***************************
  14. [Optional Components]
  15. certsrv
  16. certsrv_server
  17. certsrv_client
  18. certsrv_doc
  19.  
  20. [certsrv]
  21. OptionDesc = %certsrvDesc%
  22. Tip = %certsrvTip%
  23. IconIndex = *
  24. bitmap=bitmap1.bmp
  25.  
  26. [certsrv_server]
  27. OptionDesc = %certserverDesc%
  28. Parent = certsrv
  29. Tip = %certserverTip%
  30. IconIndex = *
  31. ; SETUPMODE_MINIMAL = 0, SETUPMODE_TYPICAL = 1, SETUPMODE_LAPTOP = 2,
  32. ; SETUPMODE_CUSTOM = 3, SETUPMODE_CUSTOM(but not checked) = 4
  33. ; Modes = ?
  34. Needs = certsrv_client, iis_www, dac_drv_brazos
  35. _Uninstall = Server_Uninstall
  36. _Install = Server_Install
  37.  
  38. [certsrv_client]
  39. OptionDesc = %certclientDesc%
  40. Parent = certsrv
  41. Tip = %certclientTip%
  42. IconIndex = *
  43. ; SETUPMODE_MINIMAL = 0, SETUPMODE_TYPICAL = 1, SETUPMODE_LAPTOP = 2,
  44. ; SETUPMODE_CUSTOM = 3, SETUPMODE_CUSTOM(but not checked) = 4
  45. ; Modes = ?
  46. Needs=iis_www, dac_drv_brazos
  47. _Uninstall = Client_Uninstall
  48. _Install = Client_Install
  49.  
  50. [certsrv_doc]
  51. OptionDesc = %certdocDesc%
  52. Parent = certsrv
  53. Tip = %certdocTip%
  54. IconIndex = *
  55. ; SETUPMODE_MINIMAL = 0, SETUPMODE_TYPICAL = 1, SETUPMODE_LAPTOP = 2,
  56. ; SETUPMODE_CUSTOM = 3, SETUPMODE_CUSTOM(but not checked) = 4
  57. ; Modes = ?
  58. Needs=iis_doc_common, iis_www
  59. _Uninstall = Doc_Uninstall
  60. _Install = Doc_Install
  61.  
  62.  
  63.  
  64. ; *********************** Target Directories **********************************
  65. [DestinationDirs]
  66. client_exe_files=11             ; To System32
  67. client_dll_files=11             ; To System32
  68. client_inf_files=17             ; To INF
  69. client_root_html=11,CertSrv         ; To System32\CertSrv 
  70. client_adm_html=11,CertSrv\CertAdm     ; To System32\CertSrv\CertAdm
  71. client_que_html=11,CertSrv\CertQue     ; To System32\CertSrv\CertQue
  72. client_enroll_html=11,CertSrv\CertEnroll ; To System32\CertSrv\CertEnroll
  73. client_control=11,CertSrv\CertControl    ;        ; to ...\CertControl 
  74. client_control_x86=11,CertSrv\CertControl\x86     ; To ...\CertControl\x86
  75. client_control_alpha=11,CertSrv\CertControl\alpha ; To ...\CertControl\alpha
  76.  
  77. server_exe_files=11             ; To System32
  78. server_dll_files=11             ; To System32
  79.  
  80. doc_files=10,Help\CertSrv         ; To %systemroot%\Help\CertSrv
  81.  
  82.  
  83.  
  84. ; ****************** Default Installation Copy Files Section ******************
  85. [Server_Install]
  86. CopyFiles = server_exe_files, server_dll_files
  87.  
  88. [Server_Uninstall]
  89. DelFiles =  server_exe_files, server_dll_files
  90.  
  91. [Client_Install]
  92. CopyFiles = client_exe_files, client_dll_files, client_inf_files, client_root_html, client_adm_html, client_que_html, client_enroll_html, client_control_x86, client_control_alpha, client_control
  93.  
  94. [Client_Uninstall]
  95. DelFiles =  client_exe_files, client_dll_files, client_inf_files, client_root_html, client_adm_html, client_que_html, client_enroll_html, client_control_x86, client_control_alpha, client_control
  96.  
  97. [Doc_Install]
  98. CopyFiles = doc_files
  99.  
  100. [Doc_Uninstall]
  101. DelFiles = doc_files
  102.  
  103.  
  104.  
  105. ; ****************************** Strings Section ******************************
  106. ; LOCALIZE this section for non-US English releases
  107. [Strings]
  108. certsrvDesc  = "Certificate Server"
  109. certsrvTip   = "Allows you to create and/or request X509 digital certificates for authentication."
  110.  
  111. certclientDesc  = "Certificate Server Web Client"
  112. certclientTip   = "Allows you to publish web pages on your server to submit requests and retrieve certificates from a Certificate Authority."
  113.  
  114. certserverDesc  = "Certificate Server Certificate Authority"
  115. certserverTip   = "Allows you to create a Certificate Authority on your server for issuing digital certificates."
  116.  
  117. certdocDesc  = "Certificate Server Documentation"
  118. certdocTip   = "Documentation for installing and using a Certificate Authority."
  119.  
  120.  
  121.  
  122. ; ***************************** File List Sections *****************************
  123. ;CERTSRV FILES: file list extracted from here on -- don't change this comment!
  124.  
  125. [client_exe_files]
  126. certreq.exe
  127. certutil.exe
  128.  
  129. [server_exe_files]
  130. certhier.exe
  131. certsrv.exe
  132.  
  133. [client_dll_files]
  134. certadm.dll
  135. certcli.dll
  136. certcrpt.dll
  137. certenc.dll
  138.  
  139. [server_dll_files]
  140. certexit.dll
  141. certxds.dll
  142. certif.dll
  143. certpdef.dll
  144. certpsam.dll
  145. policyvb.dll
  146. certmdb.mdb
  147.  
  148. [client_inf_files]
  149. certsrv.inf
  150.  
  151. [client_root_html]
  152. certsrv.htm
  153. csback.gif
  154. csbull.gif
  155. cslogo.gif
  156.  
  157. [client_adm_html]
  158. wcaacton.asp
  159. wcaform.asp
  160. wcaglob.asa
  161. wcalist.asp
  162.  
  163. [client_que_html]
  164. wcqacton.asp
  165. wcqform.asp
  166. wcqglob.asa
  167. wcqlist.asp
  168.  
  169. [client_enroll_html]
  170. ceaccept.asp
  171. ceenroll.asp
  172. certdef.htm
  173. kgaccept.asp
  174. krenroll.asp
  175. newcert.cer
  176. ceadv.asp
  177.  
  178. [client_control]
  179. xenroll.cab
  180.  
  181. [client_control_x86]
  182. certenr3.dll
  183. xenroll.dll
  184.  
  185. [client_control_alpha]
  186. xenroll.alpha
  187.  
  188. [doc_files]
  189. admin.htm
  190. admin_1.htm
  191. admin_10.htm
  192. admin_11.htm
  193. admin_12.htm
  194. admin_13.htm
  195. admin_14.htm
  196. admin_15.htm
  197. admin_16.htm
  198. admin_17.htm
  199. admin_18.htm
  200. admin_19.htm
  201. admin_2.htm
  202. admin_20.htm
  203. admin_21.htm
  204. admin_22.htm
  205. admin_23.htm
  206. admin_24.htm
  207. admin_25.htm
  208. admin_26.htm
  209. admin_27.htm
  210. admin_28.htm
  211. admin_29.htm
  212. admin_3.htm
  213. admin_30.htm
  214. admin_31.htm
  215. admin_32.htm
  216. admin_33.htm
  217. admin_34.htm
  218. admin_35.htm
  219. admin_36.htm
  220. admin_37.htm
  221. admin_38.htm
  222. admin_39.htm
  223. admin_4.htm
  224. admin_40.htm
  225. admin_41.htm
  226. admin_42.htm
  227. admin_43.htm
  228. admin_44.htm
  229. admin_45.htm
  230. admin_46.htm
  231. admin_47.htm
  232. admin_48.htm
  233. admin_49.htm
  234. admin_5.htm
  235. admin_50.htm
  236. admin_51.htm
  237. admin_52.htm
  238. admin_53.htm
  239. admin_54.htm
  240. admin_55.htm
  241. admin_56.htm
  242. admin_57.htm
  243. admin_58.htm
  244. admin_59.htm
  245. admin_6.htm
  246. admin_60.htm
  247. admin_61.htm
  248. admin_7.htm
  249. admin_8.htm
  250. admin_9.htm
  251. appprog.htm
  252. appprog_1.htm
  253. appprog_10.htm
  254. appprog_100.htm
  255. appprog_101.htm
  256. appprog_102.htm
  257. appprog_103.htm
  258. appprog_104.htm
  259. appprog_105.htm
  260. appprog_106.htm
  261. appprog_107.htm
  262. appprog_108.htm
  263. appprog_109.htm
  264. appprog_11.htm
  265. appprog_110.htm
  266. appprog_111.htm
  267. appprog_112.htm
  268. appprog_113.htm
  269. appprog_114.htm
  270. appprog_115.htm
  271. appprog_116.htm
  272. appprog_117.htm
  273. appprog_118.htm
  274. appprog_119.htm
  275. appprog_12.htm
  276. appprog_120.htm
  277. appprog_121.htm
  278. appprog_122.htm
  279. appprog_123.htm
  280. appprog_124.htm
  281. appprog_125.htm
  282. appprog_126.htm
  283. appprog_127.htm
  284. appprog_128.htm
  285. appprog_129.htm
  286. appprog_13.htm
  287. appprog_130.htm
  288. appprog_131.htm
  289. appprog_132.htm
  290. appprog_133.htm
  291. appprog_134.htm
  292. appprog_135.htm
  293. appprog_136.htm
  294. appprog_137.htm
  295. appprog_138.htm
  296. appprog_139.htm
  297. appprog_14.htm
  298. appprog_140.htm
  299. appprog_141.htm
  300. appprog_142.htm
  301. appprog_143.htm
  302. appprog_144.htm
  303. appprog_145.htm
  304. appprog_146.htm
  305. appprog_147.htm
  306. appprog_15.htm
  307. appprog_16.htm
  308. appprog_17.htm
  309. appprog_18.htm
  310. appprog_19.htm
  311. appprog_2.htm
  312. appprog_20.htm
  313. appprog_21.htm
  314. appprog_22.htm
  315. appprog_23.htm
  316. appprog_24.htm
  317. appprog_25.htm
  318. appprog_26.htm
  319. appprog_27.htm
  320. appprog_28.htm
  321. appprog_29.htm
  322. appprog_3.htm
  323. appprog_30.htm
  324. appprog_31.htm
  325. appprog_32.htm
  326. appprog_33.htm
  327. appprog_34.htm
  328. appprog_35.htm
  329. appprog_36.htm
  330. appprog_37.htm
  331. appprog_38.htm
  332. appprog_39.htm
  333. appprog_4.htm
  334. appprog_40.htm
  335. appprog_41.htm
  336. appprog_42.htm
  337. appprog_43.htm
  338. appprog_44.htm
  339. appprog_45.htm
  340. appprog_46.htm
  341. appprog_47.htm
  342. appprog_48.htm
  343. appprog_49.htm
  344. appprog_5.htm
  345. appprog_50.htm
  346. appprog_51.htm
  347. appprog_52.htm
  348. appprog_53.htm
  349. appprog_54.htm
  350. appprog_55.htm
  351. appprog_56.htm
  352. appprog_57.htm
  353. appprog_58.htm
  354. appprog_59.htm
  355. appprog_6.htm
  356. appprog_60.htm
  357. appprog_61.htm
  358. appprog_62.htm
  359. appprog_63.htm
  360. appprog_64.htm
  361. appprog_65.htm
  362. appprog_66.htm
  363. appprog_67.htm
  364. appprog_68.htm
  365. appprog_69.htm
  366. appprog_7.htm
  367. appprog_70.htm
  368. appprog_71.htm
  369. appprog_72.htm
  370. appprog_73.htm
  371. appprog_74.htm
  372. appprog_75.htm
  373. appprog_76.htm
  374. appprog_77.htm
  375. appprog_78.htm
  376. appprog_79.htm
  377. appprog_8.htm
  378. appprog_80.htm
  379. appprog_81.htm
  380. appprog_82.htm
  381. appprog_83.htm
  382. appprog_84.htm
  383. appprog_85.htm
  384. appprog_86.htm
  385. appprog_87.htm
  386. appprog_88.htm
  387. appprog_89.htm
  388. appprog_9.htm
  389. appprog_90.htm
  390. appprog_91.htm
  391. appprog_92.htm
  392. appprog_93.htm
  393. appprog_94.htm
  394. appprog_95.htm
  395. appprog_96.htm
  396. appprog_97.htm
  397. appprog_98.htm
  398. appprog_99.htm
  399. certadm1.gif
  400. certadm2.gif
  401. certadm3.gif
  402. certadm4.gif
  403. certadm5.gif
  404. certadm6.gif
  405. certadm7.gif
  406. certapi.gif
  407. certarch.gif
  408. certbanr.gif
  409. certflow.gif
  410. certini0.gif
  411. certini9.gif
  412. certsrv.hhc
  413. certsrv.hhk
  414. cncpt1.gif
  415. cncpt2.gif
  416. cncpt3.gif
  417. cncpt4.gif
  418. cncpt5.gif
  419. concept.htm
  420. concept_1.htm
  421. concept_10.htm
  422. concept_11.htm
  423. concept_12.htm
  424. concept_13.htm
  425. concept_14.htm
  426. concept_15.htm
  427. concept_16.htm
  428. concept_17.htm
  429. concept_18.htm
  430. concept_19.htm
  431. concept_2.htm
  432. concept_20.htm
  433. concept_21.htm
  434. concept_22.htm
  435. concept_23.htm
  436. concept_24.htm
  437. concept_25.htm
  438. concept_26.htm
  439. concept_27.htm
  440. concept_28.htm
  441. concept_29.htm
  442. concept_3.htm
  443. concept_30.htm
  444. concept_31.htm
  445. concept_32.htm
  446. concept_33.htm
  447. concept_34.htm
  448. concept_35.htm
  449. concept_36.htm
  450. concept_37.htm
  451. concept_38.htm
  452. concept_4.htm
  453. concept_5.htm
  454. concept_6.htm
  455. concept_7.htm
  456. concept_8.htm
  457. concept_9.htm
  458. cs_logo.gif
  459. csadmin.htm
  460. csbullet.gif
  461. csenrol1.gif
  462. csenrol2.gif
  463. csenrol3.gif
  464. csenroll.htm
  465. csprog.htm
  466. cssupp.htm
  467. cstitle.htm
  468. wedge.gif
  469. xenrref.htm
  470. xenrref_1.htm
  471. xenrref_10.htm
  472. xenrref_11.htm
  473. xenrref_12.htm
  474. xenrref_13.htm
  475. xenrref_14.htm
  476. xenrref_15.htm
  477. xenrref_16.htm
  478. xenrref_17.htm
  479. xenrref_18.htm
  480. xenrref_19.htm
  481. xenrref_2.htm
  482. xenrref_20.htm
  483. xenrref_21.htm
  484. xenrref_22.htm
  485. xenrref_23.htm
  486. xenrref_24.htm
  487. xenrref_25.htm
  488. xenrref_26.htm
  489. xenrref_27.htm
  490. xenrref_28.htm
  491. xenrref_29.htm
  492. xenrref_3.htm
  493. xenrref_30.htm
  494. xenrref_31.htm
  495. xenrref_32.htm
  496. xenrref_33.htm
  497. xenrref_4.htm
  498. xenrref_5.htm
  499. xenrref_6.htm
  500. xenrref_7.htm
  501. xenrref_8.htm
  502. xenrref_9.htm
  503. certdoc.htm
  504.  
  505.  
  506. ; ****************************************************************************
  507. ; Source Disks Names and Files Sections
  508. ; ****************************************************************************
  509. [SourceDisksNames]
  510. ; Cabinet file names and associated disks
  511. ; <cab#> = <disk#>,<cabinet filename>, ID (Unused, must be 0)
  512. 1="Microsoft Certificate Server 1.0","certsrv.cab",0
  513. 2="Microsoft Certificate Server 1.0","certdoc.cab",0
  514.  
  515.  
  516. [SourceDisksFiles]
  517. ;<file> = <cabinet number>,<subdir>,<size>,<checksum>
  518. ;Note: File is not in a cabinet if cab# is 0
  519.  
  520. admin.htm=2,,1674,4832eae0
  521. admin_1.htm=2,,2497,e6203935
  522. admin_10.htm=2,,5092,7d78c73e
  523. admin_11.htm=2,,2406,a75d21d9
  524. admin_12.htm=2,,2504,f2fd64e2
  525. admin_13.htm=2,,2580,8e8ddf97
  526. admin_14.htm=2,,1894,958cc7e
  527. admin_15.htm=2,,2429,704763b1
  528. admin_16.htm=2,,2272,8fa54253
  529. admin_17.htm=2,,2272,a2867580
  530. admin_18.htm=2,,3098,d6da1cb9
  531. admin_19.htm=2,,2652,77c7729d
  532. admin_2.htm=2,,1997,f294450a
  533. admin_20.htm=2,,2159,98c5db37
  534. admin_21.htm=2,,3004,7980ae4
  535. admin_22.htm=2,,3981,4086777
  536. admin_23.htm=2,,3884,6d340891
  537. admin_24.htm=2,,3493,4173ae63
  538. admin_25.htm=2,,2474,f6d97eed
  539. admin_26.htm=2,,2503,52fb606d
  540. admin_27.htm=2,,6630,d8020ddf
  541. admin_28.htm=2,,2538,282a1855
  542. admin_29.htm=2,,2248,771aadd7
  543. admin_3.htm=2,,6458,ed665feb
  544. admin_30.htm=2,,2499,3e4c28ce
  545. admin_31.htm=2,,2659,65242ad9
  546. admin_32.htm=2,,2511,b1e5bad3
  547. admin_33.htm=2,,3116,9adc83d3
  548. admin_34.htm=2,,2519,dc74b118
  549. admin_35.htm=2,,2315,5eecea0f
  550. admin_36.htm=2,,2553,8da6a166
  551. admin_37.htm=2,,2150,f8677939
  552. admin_38.htm=2,,2462,1f0bfce
  553. admin_39.htm=2,,3291,77aae921
  554. admin_4.htm=2,,2244,869e2ad5
  555. admin_40.htm=2,,2718,cdd99628
  556. admin_41.htm=2,,2519,81e5317d
  557. admin_42.htm=2,,3740,67437e63
  558. admin_43.htm=2,,2399,4d13d461
  559. admin_44.htm=2,,2496,51d87ded
  560. admin_45.htm=2,,2358,ae9965cf
  561. admin_46.htm=2,,2773,336be02d
  562. admin_47.htm=2,,7335,340d8bb9
  563. admin_48.htm=2,,6640,c4afffa2
  564. admin_49.htm=2,,2894,78e780a
  565. admin_5.htm=2,,1845,ac2f9c8b
  566. admin_50.htm=2,,2636,56127b77
  567. admin_51.htm=2,,1598,82938e3f
  568. admin_52.htm=2,,1584,108ce26c
  569. admin_53.htm=2,,2537,1bb311a7
  570. admin_54.htm=2,,2362,239c3ceb
  571. admin_55.htm=2,,7873,a47629e7
  572. admin_56.htm=2,,1668,a1fb67cc
  573. admin_57.htm=2,,1842,51c288af
  574. admin_58.htm=2,,4821,e376af4
  575. admin_59.htm=2,,2552,87c16c29
  576. admin_6.htm=2,,11420,75c6d38a
  577. admin_60.htm=2,,8822,17725393
  578. admin_61.htm=2,,1418,ff3b0450
  579. admin_7.htm=2,,3108,805b2ff3
  580. admin_8.htm=2,,2979,a2c71a6
  581. admin_9.htm=2,,1831,8fb064e0
  582. appprog.htm=2,,2792,d15bb34f
  583. appprog_1.htm=2,,1986,b659919
  584. appprog_10.htm=2,,4805,75b9571b
  585. appprog_100.htm=2,,1948,8e3792f7
  586. appprog_101.htm=2,,3238,15a48295
  587. appprog_102.htm=2,,5031,86b4ffe1
  588. appprog_103.htm=2,,4093,cff784f6
  589. appprog_104.htm=2,,2169,b5c8c4ef
  590. appprog_105.htm=2,,1802,feeb6208
  591. appprog_106.htm=2,,1929,8f16bcc4
  592. appprog_107.htm=2,,2169,cfeb215d
  593. appprog_108.htm=2,,1802,9634528
  594. appprog_109.htm=2,,1929,4310b70f
  595. appprog_11.htm=2,,4396,5a7164c0
  596. appprog_110.htm=2,,3253,c0ea091f
  597. appprog_111.htm=2,,5541,a20562de
  598. appprog_112.htm=2,,7154,cb8a953e
  599. appprog_113.htm=2,,2089,4787f7a1
  600. appprog_114.htm=2,,8664,ffa02684
  601. appprog_115.htm=2,,2006,329d3330
  602. appprog_116.htm=2,,5730,a8d98d6e
  603. appprog_117.htm=2,,2187,b34a2016
  604. appprog_118.htm=2,,1793,86690a3a
  605. appprog_119.htm=2,,1947,efa778af
  606. appprog_12.htm=2,,3527,602110d4
  607. appprog_120.htm=2,,2187,78da90b3
  608. appprog_121.htm=2,,1793,1666eeda
  609. appprog_122.htm=2,,1947,ab7d8491
  610. appprog_123.htm=2,,3271,5fbf8a9
  611. appprog_124.htm=2,,5499,b340a5e5
  612. appprog_125.htm=2,,7884,13ee6337
  613. appprog_126.htm=2,,2106,67bdd28e
  614. appprog_127.htm=2,,8871,852f49eb
  615. appprog_128.htm=2,,4937,81d8522f
  616. appprog_129.htm=2,,8530,acf5f18e
  617. appprog_13.htm=2,,2146,dd2d4ecb
  618. appprog_130.htm=2,,2020,96306037
  619. appprog_131.htm=2,,3452,dbbb5f80
  620. appprog_132.htm=2,,2554,7c535f18
  621. appprog_133.htm=2,,2163,5c919ae0
  622. appprog_134.htm=2,,2201,31fadafb
  623. appprog_135.htm=2,,3551,d7600da0
  624. appprog_136.htm=2,,2134,98d70b9e
  625. appprog_137.htm=2,,1857,180b695
  626. appprog_138.htm=2,,1853,33f31416
  627. appprog_139.htm=2,,1855,97a37d9
  628. appprog_14.htm=2,,2763,d85aa3e0
  629. appprog_140.htm=2,,2799,3273307c
  630. appprog_141.htm=2,,2856,7343c422
  631. appprog_142.htm=2,,2757,1da3c1d3
  632. appprog_143.htm=2,,2347,17c0c074
  633. appprog_144.htm=2,,1726,80c85997
  634. appprog_145.htm=2,,1523,e63c1ca7
  635. appprog_146.htm=2,,3657,4d3d5b17
  636. appprog_147.htm=2,,3543,be38d5b0
  637. appprog_15.htm=2,,2646,9061d1b0
  638. appprog_16.htm=2,,3513,81914593
  639. appprog_17.htm=2,,2199,7a8ddb85
  640. appprog_18.htm=2,,2554,f136ab44
  641. appprog_19.htm=2,,3827,aa3750a9
  642. appprog_2.htm=2,,1905,36e273a0
  643. appprog_20.htm=2,,5495,47108492
  644. appprog_21.htm=2,,2732,31e07af
  645. appprog_22.htm=2,,2833,fb71eb39
  646. appprog_23.htm=2,,2239,639e77cb
  647. appprog_24.htm=2,,3012,ce883f18
  648. appprog_25.htm=2,,1986,afe17ab7
  649. appprog_26.htm=2,,2239,8f0cba82
  650. appprog_27.htm=2,,3296,609668a3
  651. appprog_28.htm=2,,1847,ec22d164
  652. appprog_29.htm=2,,2028,f74be6d7
  653. appprog_3.htm=2,,1934,6cffc3b8
  654. appprog_30.htm=2,,2063,f4518abd
  655. appprog_31.htm=2,,2901,1d485fd9
  656. appprog_32.htm=2,,1751,987216b9
  657. appprog_33.htm=2,,1846,253c320b
  658. appprog_34.htm=2,,3164,5ed28138
  659. appprog_35.htm=2,,2595,4bc6e2af
  660. appprog_36.htm=2,,1821,c207c71f
  661. appprog_37.htm=2,,2320,85647c2c
  662. appprog_38.htm=2,,1739,2f7a6f7b
  663. appprog_39.htm=2,,1747,6685a51d
  664. appprog_4.htm=2,,2198,80c9929f
  665. appprog_40.htm=2,,3909,5ef3fcc2
  666. appprog_41.htm=2,,1867,24892409
  667. appprog_42.htm=2,,2149,6cc4934a
  668. appprog_43.htm=2,,1849,b796f629
  669. appprog_44.htm=2,,2370,aa9e3441
  670. appprog_45.htm=2,,3208,38b6ca3
  671. appprog_46.htm=2,,2073,91f14da2
  672. appprog_47.htm=2,,1970,ed5bd239
  673. appprog_48.htm=2,,2147,e93d147c
  674. appprog_49.htm=2,,3494,4f022b61
  675. appprog_5.htm=2,,3574,320d2c9c
  676. appprog_50.htm=2,,2969,8a785ae6
  677. appprog_51.htm=2,,1825,1df3f86a
  678. appprog_52.htm=2,,2028,5a771371
  679. appprog_53.htm=2,,1746,bc73fac8
  680. appprog_54.htm=2,,2011,53b9cee2
  681. appprog_55.htm=2,,1833,1575a9ec
  682. appprog_56.htm=2,,2051,cdb714ff
  683. appprog_57.htm=2,,2942,da7c279e
  684. appprog_58.htm=2,,1825,72ad37b1
  685. appprog_59.htm=2,,2028,aa91589f
  686. appprog_6.htm=2,,3901,1d72eeda
  687. appprog_60.htm=2,,1746,7a629c0a
  688. appprog_61.htm=2,,2008,bde1dd3f
  689. appprog_62.htm=2,,1833,b22ef61b
  690. appprog_63.htm=2,,2048,2098430f
  691. appprog_64.htm=2,,3910,eb25b546
  692. appprog_65.htm=2,,1875,4ded63e1
  693. appprog_66.htm=2,,1824,be16547d
  694. appprog_67.htm=2,,1871,bb30b5f7
  695. appprog_68.htm=2,,1819,5dff8f7f
  696. appprog_69.htm=2,,1810,e184f169
  697. appprog_7.htm=2,,7198,ad7581be
  698. appprog_70.htm=2,,1878,4d11ef04
  699. appprog_71.htm=2,,1878,dc80eb9
  700. appprog_72.htm=2,,3396,7d4195a3
  701. appprog_73.htm=2,,1875,75f17ebe
  702. appprog_74.htm=2,,1824,ba02ee7
  703. appprog_75.htm=2,,1819,8e34291c
  704. appprog_76.htm=2,,1810,9627030c
  705. appprog_77.htm=2,,1878,2064e92d
  706. appprog_78.htm=2,,3167,a48cdbef
  707. appprog_79.htm=2,,1831,f2c19e81
  708. appprog_8.htm=2,,1557,abdc8e66
  709. appprog_80.htm=2,,2034,3729bf98
  710. appprog_81.htm=2,,1754,8c3cb76a
  711. appprog_82.htm=2,,3319,a9be1d19
  712. appprog_83.htm=2,,2031,74c88d54
  713. appprog_84.htm=2,,3625,2a0ef1a1
  714. appprog_85.htm=2,,2065,507a373a
  715. appprog_86.htm=2,,2453,e915a2da
  716. appprog_87.htm=2,,1829,5dba4db0
  717. appprog_88.htm=2,,3401,cbaa95bd
  718. appprog_89.htm=2,,3010,c9204d50
  719. appprog_9.htm=2,,4622,8599889
  720. appprog_90.htm=2,,2805,9a65f867
  721. appprog_91.htm=2,,1845,adac74a4
  722. appprog_92.htm=2,,2079,9cfafbf9
  723. appprog_93.htm=2,,1726,cd1e0e85
  724. appprog_94.htm=2,,3876,f2be94bd
  725. appprog_95.htm=2,,3073,cf478231
  726. appprog_96.htm=2,,4118,b431024b
  727. appprog_97.htm=2,,3141,e17b8c4a
  728. appprog_98.htm=2,,2191,6869d362
  729. appprog_99.htm=2,,1954,b16d553c
  730. certadm1.gif=2,,26097,92a0786f
  731. certadm2.gif=2,,28653,a83993d1
  732. certadm3.gif=2,,9070,dd10429d
  733. certadm4.gif=2,,18005,e97cf253
  734. certadm5.gif=2,,12930,109c18e5
  735. certadm6.gif=2,,7865,159c2921
  736. certadm7.gif=2,,5233,b87589d0
  737. certapi.gif=2,,5679,9536dd5
  738. certarch.gif=2,,4455,c2bf7371
  739. certbanr.gif=2,,2245,4531a04a
  740. certflow.gif=2,,4260,5232f7b6
  741. certini0.gif=2,,4128,188844cd
  742. certini9.gif=2,,4815,4dec83bd
  743. certsrv.hhc=2,,73675,61ec403a
  744. certsrv.hhk=2,,46614,c5e17a69
  745. cncpt1.gif=2,,4716,6ed10e96
  746. cncpt2.gif=2,,2898,8b061dc4
  747. cncpt3.gif=2,,3042,e6c5ea87
  748. cncpt4.gif=2,,3570,c2cc9acc
  749. cncpt5.gif=2,,3137,c7b3877
  750. concept.htm=2,,2497,ce9518f3
  751. concept_1.htm=2,,2894,f52c5a3b
  752. concept_10.htm=2,,2070,3ed54dd3
  753. concept_11.htm=2,,1661,58d1ad1c
  754. concept_12.htm=2,,2051,a047e41
  755. concept_13.htm=2,,1909,c82d19a
  756. concept_14.htm=2,,1768,3993399e
  757. concept_15.htm=2,,1974,f06435b6
  758. concept_16.htm=2,,1767,1b37c87f
  759. concept_17.htm=2,,1755,505d2acb
  760. concept_18.htm=2,,2185,7a0f303d
  761. concept_19.htm=2,,1706,d6dd3983
  762. concept_2.htm=2,,2485,657f9a8d
  763. concept_20.htm=2,,2204,967ff0e
  764. concept_21.htm=2,,2401,b386b73c
  765. concept_22.htm=2,,1577,8f73bcb2
  766. concept_23.htm=2,,1764,b53c7d19
  767. concept_24.htm=2,,1633,8d964d23
  768. concept_25.htm=2,,1986,c0f85e0c
  769. concept_26.htm=2,,1418,3c717e5c
  770. concept_27.htm=2,,2908,815b8a52
  771. concept_28.htm=2,,2909,44a994f8
  772. concept_29.htm=2,,4317,13e0b2c4
  773. concept_3.htm=2,,2466,134972bd
  774. concept_30.htm=2,,2574,57a8a82d
  775. concept_31.htm=2,,3537,8092c11e
  776. concept_32.htm=2,,2262,32e38ade
  777. concept_33.htm=2,,1805,36f48920
  778. concept_34.htm=2,,3053,cb3abf36
  779. concept_35.htm=2,,2575,5f3fc855
  780. concept_36.htm=2,,3964,5e23394b
  781. concept_37.htm=2,,3901,5f4a2448
  782. concept_38.htm=2,,2251,58ec2538
  783. concept_4.htm=2,,1901,adf6ede4
  784. concept_5.htm=2,,1584,6df38cff
  785. concept_6.htm=2,,1715,1ab6026c
  786. concept_7.htm=2,,2431,6747e12
  787. concept_8.htm=2,,2071,538c6406
  788. concept_9.htm=2,,1969,55355bbc
  789. cs_logo.gif=2,,4465,a827644d
  790. csadmin.htm=2,,3339,fa57fcba
  791. csbullet.gif=2,,971,a6c1e2ef
  792. csenrol1.gif=2,,24635,fb262e6c
  793. csenrol2.gif=2,,26811,996d016f
  794. csenrol3.gif=2,,27491,b5eba016
  795. csenroll.htm=2,,2256,4c00b907
  796. csprog.htm=2,,2491,e01e1a30
  797. cssupp.htm=2,,3136,a804622b
  798. cstitle.htm=2,,2801,4e780616
  799. wedge.gif=2,,844,d6edc786
  800. xenrref.htm=2,,4310,1e91b773
  801. xenrref_1.htm=2,,3569,a37c8e6d
  802. xenrref_10.htm=2,,2272,c51238e
  803. xenrref_11.htm=2,,2336,829edfd2
  804. xenrref_12.htm=2,,2696,739d7e5
  805. xenrref_13.htm=2,,2947,1c375e0d
  806. xenrref_14.htm=2,,2946,3bc53e8f
  807. xenrref_15.htm=2,,2744,e5fa9b2c
  808. xenrref_16.htm=2,,2331,b39cc10c
  809. xenrref_17.htm=2,,2622,9c7c1ffa
  810. xenrref_18.htm=2,,2353,6f7a3bb2
  811. xenrref_19.htm=2,,2573,91f5a116
  812. xenrref_2.htm=2,,3207,99c60490
  813. xenrref_20.htm=2,,2703,90b76de0
  814. xenrref_21.htm=2,,2373,c57dd37d
  815. xenrref_22.htm=2,,2389,1f5e63d1
  816. xenrref_23.htm=2,,2497,8d3d2976
  817. xenrref_24.htm=2,,4073,928cf0e4
  818. xenrref_25.htm=2,,3058,8607af29
  819. xenrref_26.htm=2,,3160,e950600c
  820. xenrref_27.htm=2,,3419,afc868ae
  821. xenrref_28.htm=2,,2369,3602d726
  822. xenrref_29.htm=2,,2346,b21e8eb6
  823. xenrref_3.htm=2,,3465,956a9c7d
  824. xenrref_30.htm=2,,2719,8ae06420
  825. xenrref_31.htm=2,,2438,f0302aa7
  826. xenrref_32.htm=2,,2208,7142f97f
  827. xenrref_33.htm=2,,2314,59837ec9
  828. xenrref_4.htm=2,,2911,e61260bd
  829. xenrref_5.htm=2,,2412,32c7027e
  830. xenrref_6.htm=2,,2681,cc5fabd7
  831. xenrref_7.htm=2,,2057,146f1d45
  832. xenrref_8.htm=2,,2100,170d6c6f
  833. xenrref_9.htm=2,,7521,12ca76f7
  834. certdoc.htm=2,,29140,3ca7c93c
  835.  
  836. certreq.exe=1,,35088,db6c1234
  837. certutil.exe=1,,82192,dd80cb21
  838. certhier.exe=1,,47376,85bc7088
  839. certsrv.exe=1,,92432,c11bf705
  840. certadm.dll=1,,25360,46da8812
  841. certcli.dll=1,,39184,84ffa763
  842. certcrpt.dll=1,,60176,7ef0efbd
  843. certenc.dll=1,,50448,55e26071
  844. certexit.dll=1,,18704,76b7190f
  845. certxds.dll=1,,18704,e48a3906
  846. certif.dll=1,,22288,3cee8d87
  847. certpdef.dll=1,,27920,3ca69cf2
  848. certpsam.dll=1,,17168,40a95356
  849. policyvb.dll=1,,41472,f8de0541
  850. certmdb.mdb=1,,219136,95c19c81
  851. certsrv.inf=1,,20539,27146cbd
  852. certsrv.htm=1,,1056,f9e20356
  853. csback.gif=1,,10302,93442c06
  854. csbull.gif=1,,971,a6c1e2ef
  855. cslogo.gif=1,,4465,a827644d
  856. wcaacton.asp=1,,23777,c6f858d7
  857. wcaform.asp=1,,28438,6e4e01e6
  858. wcaglob.asa=1,,1456,dc6c706b
  859. wcalist.asp=1,,18697,cd9d29e2
  860. wcqacton.asp=1,,21682,fee7c38e
  861. wcqform.asp=1,,24800,da8195a9
  862. wcqglob.asa=1,,1456,dc6c706b
  863. wcqlist.asp=1,,18074,366569ee
  864. ceaccept.asp=1,,8474,dc06cd69
  865. ceenroll.asp=1,,13543,931218f
  866. certdef.htm=1,,924,bb859843
  867. kgaccept.asp=1,,983,44d69542
  868. krenroll.asp=1,,1109,91548c88
  869. newcert.cer=1,,140,da84c7b4
  870. ceadv.asp=1,,8604,9db220bc
  871. xenroll.cab=1,,116451,c502723c
  872. certenr3.dll=1,,63440,b5b88d46
  873. xenroll.dll=1,,110624,2465769f
  874. xenroll.alpha=1,,273952,ce604bce
  875.