home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-08-25 | 19.6 KB | 816 lines |
- ; *****************************************************************************
- ;
- ; Per-component INF for CertServer component
- ;
- ; *****************************************************************************
-
-
- ; **************************** Version Section ********************************
- [Version]
- Signature= "$Windows NT$"
-
-
- ; ********************* Components and Descriptions ***************************
- [Optional Components]
- certsrv
- certsrv_server
- certsrv_client
- certsrv_doc
-
- [certsrv]
- OptionDesc = %certsrvDesc%
- Tip = %certsrvTip%
- IconIndex = *
- bitmap=bitmap1.bmp
-
- [certsrv_server]
- OptionDesc = %certserverDesc%
- Parent = certsrv
- Tip = %certserverTip%
- IconIndex = *
- ; SETUPMODE_MINIMAL = 0, SETUPMODE_TYPICAL = 1, SETUPMODE_LAPTOP = 2,
- ; SETUPMODE_CUSTOM = 3, SETUPMODE_CUSTOM(but not checked) = 4
- Modes = 4
- Needs = certsrv_client, iis_www
- _Uninstall = Server_Uninstall
- _Install = Server_Install
-
- [certsrv_client]
- OptionDesc = %certclientDesc%
- Parent = certsrv
- Tip = %certclientTip%
- IconIndex = *
- ; SETUPMODE_MINIMAL = 0, SETUPMODE_TYPICAL = 1, SETUPMODE_LAPTOP = 2,
- ; SETUPMODE_CUSTOM = 3, SETUPMODE_CUSTOM(but not checked) = 4
- Modes = 4
- Needs=iis_www
- _Uninstall = Client_Uninstall
- _Install = Client_Install
-
- [certsrv_doc]
- OptionDesc = %certdocDesc%
- Parent = certsrv
- Tip = %certdocTip%
- IconIndex = *
- ; SETUPMODE_MINIMAL = 0, SETUPMODE_TYPICAL = 1, SETUPMODE_LAPTOP = 2,
- ; SETUPMODE_CUSTOM = 3, SETUPMODE_CUSTOM(but not checked) = 4
- Modes = 4
- ; iis_doc already depends on iis_www
- Needs=iis_doc
- _Uninstall = Doc_Uninstall
- _Install = Doc_Install
-
-
-
- ; *********************** Target Directories **********************************
- [DestinationDirs]
- client_exe_files=11 ; To System32
- client_dll_files=11 ; To System32
- client_inf_files=17 ; To INF
- client_root_html=11,CertSrv ; To System32\CertSrv
- client_adm_html=11,CertSrv\CertAdm ; To System32\CertSrv\CertAdm
- client_que_html=11,CertSrv\CertQue ; To System32\CertSrv\CertQue
- client_enroll_html=11,CertSrv\CertEnroll ; To System32\CertSrv\CertEnroll
- client_control_x86=11,CertSrv\CertControl\x86 ; To ...\CertControl\x86
- client_control_alpha=11,CertSrv\CertControl\alpha ; To ...\CertControl\alpha
-
- server_exe_files=11 ; To System32
- server_dll_files=11 ; To System32
- server_mdb_files=11 ; To System32
-
- doc_files=10,Help\CertSrv ; To %systemroot%\Help\CertSrv
-
-
-
- ; ****************** Default Installation Copy Files Section ******************
- [Server_Install]
- CopyFiles = server_exe_files, server_dll_files, server_mdb_files
-
- [Server_Uninstall]
- DelFiles = server_exe_files, server_dll_files, server_mdb_files
-
- [Client_Install]
- 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_Uninstall]
- 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
-
- [Doc_Install]
- CopyFiles = doc_files
-
- [Doc_Uninstall]
- DelFiles = doc_files
-
-
-
- ; ****************************** Strings Section ******************************
- ; LOCALIZE this section for non-US English releases
- [Strings]
- certsrvDesc = "Certificate Server"
- certsrvTip = "Allows you to create and/or request X509 digital certificates for authentication."
-
- certclientDesc = "Certificate Server Web Client"
- certclientTip = "Allows you to publish web pages on your server to submit requests and retrieve certificates from a Certificate Authority."
-
- certserverDesc = "Certificate Server Certificate Authority"
- certserverTip = "Allows you to create a Certificate Authority on your server for issuing digital certificates."
-
- certdocDesc = "Certificate Server Documentation"
- certdocTip = "Documentation for installing and using a Certificate Authority."
-
-
-
- ; ***************************** File List Sections *****************************
- ;CERTSRV FILES: file list extracted from here on -- don't change this comment!
-
- [client_exe_files]
- certreq.exe
- certutil.exe
-
- [server_exe_files]
- certhier.exe
- certsrv.exe
-
- [client_dll_files]
- certadm.dll
- certcli.dll
- certcrpt.dll
- certenc.dll
- msrevoke.dll
- nsrevoke.dll
-
- [server_dll_files]
- certexit.dll
- certxds.dll
- certif.dll
- certpdef.dll
- certpsam.dll
- policyvb.dll
-
- [server_mdb_files]
- certmdb.mdb
-
- [client_inf_files]
- certsrv.inf
-
- [client_root_html]
- certsrv.htm
- csback.gif
- csbull.gif
- cslogo.gif
-
- [client_adm_html]
- wcaacton.asp
- wcaform.asp
- wcaglob.asa
- wcalist.asp
-
- [client_que_html]
- wcqacton.asp
- wcqform.asp
- wcqglob.asa
- wcqlist.asp
-
- [client_enroll_html]
- ceaccept.asp
- ceenroll.asp
- certdef.htm
- kgaccept.asp
- krenroll.asp
- newcert.cer
-
- [client_control_x86]
- certenr3.dll
- xenroll.dll
-
- [client_control_alpha]
- xenroll.alpha
-
- [doc_files]
- admin.htm
- admin_1.htm
- admin_10.htm
- admin_11.htm
- admin_12.htm
- admin_13.htm
- admin_14.htm
- admin_15.htm
- admin_16.htm
- admin_17.htm
- admin_18.htm
- admin_19.htm
- admin_2.htm
- admin_20.htm
- admin_21.htm
- admin_22.htm
- admin_23.htm
- admin_24.htm
- admin_25.htm
- admin_26.htm
- admin_27.htm
- admin_28.htm
- admin_29.htm
- admin_3.htm
- admin_30.htm
- admin_31.htm
- admin_32.htm
- admin_33.htm
- admin_34.htm
- admin_35.htm
- admin_36.htm
- admin_37.htm
- admin_38.htm
- admin_39.htm
- admin_4.htm
- admin_40.htm
- admin_41.htm
- admin_42.htm
- admin_43.htm
- admin_44.htm
- admin_45.htm
- admin_46.htm
- admin_47.htm
- admin_48.htm
- admin_49.htm
- admin_5.htm
- admin_50.htm
- admin_51.htm
- admin_52.htm
- admin_53.htm
- admin_54.htm
- admin_55.htm
- admin_56.htm
- admin_57.htm
- admin_58.htm
- admin_59.htm
- admin_6.htm
- admin_60.htm
- admin_61.htm
- admin_62.htm
- admin_63.htm
- admin_64.htm
- admin_7.htm
- admin_8.htm
- admin_9.htm
- appprog.htm
- appprog_1.htm
- appprog_10.htm
- appprog_11.htm
- appprog_12.htm
- appprog_13.htm
- appprog_14.htm
- appprog_15.htm
- appprog_16.htm
- appprog_17.htm
- appprog_18.htm
- appprog_19.htm
- appprog_2.htm
- appprog_20.htm
- appprog_21.htm
- appprog_22.htm
- appprog_23.htm
- appprog_24.htm
- appprog_25.htm
- appprog_26.htm
- appprog_27.htm
- appprog_28.htm
- appprog_29.htm
- appprog_3.htm
- appprog_30.htm
- appprog_31.htm
- appprog_32.htm
- appprog_33.htm
- appprog_34.htm
- appprog_35.htm
- appprog_36.htm
- appprog_37.htm
- appprog_38.htm
- appprog_39.htm
- appprog_4.htm
- appprog_40.htm
- appprog_41.htm
- appprog_42.htm
- appprog_43.htm
- appprog_44.htm
- appprog_45.htm
- appprog_46.htm
- appprog_47.htm
- appprog_48.htm
- appprog_49.htm
- appprog_5.htm
- appprog_50.htm
- appprog_51.htm
- appprog_52.htm
- appprog_53.htm
- appprog_54.htm
- appprog_55.htm
- appprog_56.htm
- appprog_57.htm
- appprog_58.htm
- appprog_59.htm
- appprog_6.htm
- appprog_60.htm
- appprog_61.htm
- appprog_62.htm
- appprog_63.htm
- appprog_64.htm
- appprog_65.htm
- appprog_66.htm
- appprog_67.htm
- appprog_68.htm
- appprog_69.htm
- appprog_7.htm
- appprog_70.htm
- appprog_71.htm
- appprog_72.htm
- appprog_73.htm
- appprog_74.htm
- appprog_75.htm
- appprog_76.htm
- appprog_77.htm
- appprog_78.htm
- appprog_79.htm
- appprog_8.htm
- appprog_80.htm
- appprog_81.htm
- appprog_82.htm
- appprog_83.htm
- appprog_84.htm
- appprog_85.htm
- appprog_86.htm
- appprog_87.htm
- appprog_88.htm
- appprog_89.htm
- appprog_9.htm
- appprog_90.htm
- appprog_91.htm
- appprog_92.htm
- certadm1.gif
- certadm2.gif
- certadm3.gif
- certadm4.gif
- certadm5.gif
- certadm6.gif
- certadm7.gif
- certapi.gif
- certarch.gif
- certbanr.gif
- certflow.gif
- certini0.gif
- certini1.gif
- certini2.gif
- certini3.gif
- certini4.gif
- certini5.gif
- certini6.gif
- certini7.gif
- certini8.gif
- certini9.gif
- certprop.gif
- certsrv.gif
- certsrv.hhc
- certsrv.hhk
- cncpt1.gif
- cncpt2.gif
- cncpt3.gif
- cncpt4.gif
- cncpt5.gif
- concept.htm
- concept_1.htm
- concept_10.htm
- concept_11.htm
- concept_12.htm
- concept_13.htm
- concept_14.htm
- concept_15.htm
- concept_16.htm
- concept_17.htm
- concept_18.htm
- concept_19.htm
- concept_2.htm
- concept_20.htm
- concept_21.htm
- concept_22.htm
- concept_23.htm
- concept_24.htm
- concept_25.htm
- concept_26.htm
- concept_27.htm
- concept_28.htm
- concept_29.htm
- concept_3.htm
- concept_30.htm
- concept_31.htm
- concept_32.htm
- concept_33.htm
- concept_34.htm
- concept_35.htm
- concept_36.htm
- concept_37.htm
- concept_38.htm
- concept_4.htm
- concept_5.htm
- concept_6.htm
- concept_7.htm
- concept_8.htm
- concept_9.htm
- cs_logo.gif
- csadmin.htm
- csbullet.gif
- csenrol1.gif
- csenrol2.gif
- csenrol3.gif
- csenrol4.gif
- csenrol5.gif
- csenrol6.gif
- csenrol7.gif
- csenroll.htm
- csprog.htm
- cssetup1.gif
- cssupp.htm
- cstitle.htm
- eventlg1.gif
- eventlg2.gif
- newsite.gif
- service.gif
- services.gif
- wedge.gif
- wizard1.gif
- wizard2.gif
- xenrref.htm
- xenrref_1.htm
- xenrref_10.htm
- xenrref_11.htm
- xenrref_12.htm
- xenrref_13.htm
- xenrref_14.htm
- xenrref_15.htm
- xenrref_16.htm
- xenrref_17.htm
- xenrref_18.htm
- xenrref_19.htm
- xenrref_2.htm
- xenrref_20.htm
- xenrref_21.htm
- xenrref_22.htm
- xenrref_23.htm
- xenrref_24.htm
- xenrref_25.htm
- xenrref_26.htm
- xenrref_27.htm
- xenrref_28.htm
- xenrref_29.htm
- xenrref_3.htm
- xenrref_30.htm
- xenrref_31.htm
- xenrref_32.htm
- xenrref_33.htm
- xenrref_4.htm
- xenrref_5.htm
- xenrref_6.htm
- xenrref_7.htm
- xenrref_8.htm
- xenrref_9.htm
- certdoc.htm
-
-
- ; ****************************************************************************
- ; Source Disks Names and Files Sections
- ; ****************************************************************************
- [SourceDisksNames]
- ; Cabinet file names and associated disks
- ; <cab#> = <disk#>,<cabinet filename>, ID (Unused, must be 0)
- 1="Microsoft Certificate Server 1.0","certsrv.cab",0
- 2="Microsoft Certificate Server 1.0","certdoc.cab",0
-
-
- [SourceDisksFiles]
- ;<file> = <cabinet number>,<subdir>,<size>,<checksum>
- ;Note: File is not in a cabinet if cab# is 0
-
- admin.htm=2,,1674,4832eae0
- admin_1.htm=2,,2497,e052e6ca
- admin_10.htm=2,,5076,5b213bfe
- admin_11.htm=2,,2406,511af895
- admin_12.htm=2,,2504,f2fd64e2
- admin_13.htm=2,,2580,8e8ddf97
- admin_14.htm=2,,1915,623d2b56
- admin_15.htm=2,,2429,704763b1
- admin_16.htm=2,,2272,8fa54253
- admin_17.htm=2,,2304,cd02e403
- admin_18.htm=2,,3107,aff2e5db
- admin_19.htm=2,,2637,18d712b9
- admin_2.htm=2,,1997,f294450a
- admin_20.htm=2,,2159,98c5db37
- admin_21.htm=2,,3004,7980ae4
- admin_22.htm=2,,3981,ba1bdd7f
- admin_23.htm=2,,4291,4988ca8a
- admin_24.htm=2,,3495,ffa6f199
- admin_25.htm=2,,2490,ef5cf837
- admin_26.htm=2,,2503,52fb606d
- admin_27.htm=2,,6708,298e795b
- admin_28.htm=2,,2535,b6e5148e
- admin_29.htm=2,,2245,d16ee377
- admin_3.htm=2,,1685,37d8ddf4
- admin_30.htm=2,,2332,10ed6bab
- admin_31.htm=2,,2869,4a715f0e
- admin_32.htm=2,,2569,1b7d4c7c
- admin_33.htm=2,,3419,14651117
- admin_34.htm=2,,2589,6361c01f
- admin_35.htm=2,,2315,5eecea0f
- admin_36.htm=2,,2553,8da6a166
- admin_37.htm=2,,2150,f8677939
- admin_38.htm=2,,2459,21a67206
- admin_39.htm=2,,3428,944ea1c2
- admin_4.htm=2,,2318,93da81c7
- admin_40.htm=2,,2718,cdd99628
- admin_41.htm=2,,2519,81e5317d
- admin_42.htm=2,,3740,d1ec076b
- admin_43.htm=2,,2399,4d13d461
- admin_44.htm=2,,2496,51d87ded
- admin_45.htm=2,,2420,fd2bebc6
- admin_46.htm=2,,2725,ea19325f
- admin_47.htm=2,,7230,eb119bfb
- admin_48.htm=2,,6550,7752e5c0
- admin_49.htm=2,,3016,3463a67e
- admin_5.htm=2,,1845,ac2f9c8b
- admin_50.htm=2,,2639,65b44ce0
- admin_51.htm=2,,1379,98bcf13c
- admin_52.htm=2,,1409,ad280691
- admin_53.htm=2,,1759,7ede79ff
- admin_54.htm=2,,2560,71d834dd
- admin_55.htm=2,,2385,8490b65f
- admin_56.htm=2,,1394,f61b1257
- admin_57.htm=2,,1409,96d405d
- admin_58.htm=2,,7107,5de661d1
- admin_59.htm=2,,1668,62d2847c
- admin_6.htm=2,,11176,f4487241
- admin_60.htm=2,,1728,50207ee9
- admin_61.htm=2,,4820,9b4083b3
- admin_62.htm=2,,2552,87c16c29
- admin_63.htm=2,,8601,59358776
- admin_64.htm=2,,1427,ba2c3f3e
- admin_7.htm=2,,2970,c205742e
- admin_8.htm=2,,3097,f3c0a782
- admin_9.htm=2,,1831,8fb064e0
- appprog.htm=2,,2839,9fe3b74b
- appprog_1.htm=2,,1986,b659919
- appprog_10.htm=2,,2349,af27815c
- appprog_11.htm=2,,1833,2871fd28
- appprog_12.htm=2,,3570,2fd1e290
- appprog_13.htm=2,,4393,116c84d0
- appprog_14.htm=2,,3527,fe00c641
- appprog_15.htm=2,,2100,a3a515ad
- appprog_16.htm=2,,2710,106f59e3
- appprog_17.htm=2,,2646,d1d16f29
- appprog_18.htm=2,,3467,1ad18e59
- appprog_19.htm=2,,2134,42627fd5
- appprog_2.htm=2,,1905,36e273a0
- appprog_20.htm=2,,2460,a35400c8
- appprog_21.htm=2,,3704,1732a6b2
- appprog_22.htm=2,,5449,7ca3d57a
- appprog_23.htm=2,,2686,7661ae38
- appprog_24.htm=2,,2833,f7348039
- appprog_25.htm=2,,2239,639e77cb
- appprog_26.htm=2,,2995,5f8e5ff3
- appprog_27.htm=2,,1986,afe17ab7
- appprog_28.htm=2,,2239,8f0cba82
- appprog_29.htm=2,,2453,6c12e9a8
- appprog_3.htm=2,,1934,6cffc3b8
- appprog_30.htm=2,,1829,5dba4db0
- appprog_31.htm=2,,3355,a5659e0d
- appprog_32.htm=2,,2962,2e3cf27c
- appprog_33.htm=2,,2805,a5f857f6
- appprog_34.htm=2,,1845,adac74a4
- appprog_35.htm=2,,2033,3d2f1638
- appprog_36.htm=2,,1726,cd1e0e85
- appprog_37.htm=2,,3830,646fb46c
- appprog_38.htm=2,,3070,3ee8eab6
- appprog_39.htm=2,,4072,d768055f
- appprog_4.htm=2,,2051,3ba91711
- appprog_40.htm=2,,3141,e17b8c4a
- appprog_41.htm=2,,2191,6869d362
- appprog_42.htm=2,,1907,4ccc452
- appprog_43.htm=2,,1948,8e3792f7
- appprog_44.htm=2,,3192,c2354ebe
- appprog_45.htm=2,,4984,cee2280c
- appprog_46.htm=2,,4034,7eb80465
- appprog_47.htm=2,,2169,b5c8c4ef
- appprog_48.htm=2,,1802,feeb6208
- appprog_49.htm=2,,1929,8f16bcc4
- appprog_5.htm=2,,3572,4cf447d
- appprog_50.htm=2,,2131,c1460deb
- appprog_51.htm=2,,1802,9634528
- appprog_52.htm=2,,1929,4310b70f
- appprog_53.htm=2,,3247,abdda73a
- appprog_54.htm=2,,5494,ba585aa4
- appprog_55.htm=2,,7046,b0d15523
- appprog_56.htm=2,,2086,2818f6d9
- appprog_57.htm=2,,8568,f6584ee5
- appprog_58.htm=2,,2006,19ab05ce
- appprog_59.htm=2,,5668,672396b2
- appprog_6.htm=2,,3901,1d72eeda
- appprog_60.htm=2,,2187,b34a2016
- appprog_61.htm=2,,1793,86690a3a
- appprog_62.htm=2,,1947,efa778af
- appprog_63.htm=2,,2187,78da90b3
- appprog_64.htm=2,,1793,1666eeda
- appprog_65.htm=2,,1947,ab7d8491
- appprog_66.htm=2,,3265,915a48f3
- appprog_67.htm=2,,5452,ac172d94
- appprog_68.htm=2,,7777,30086bc6
- appprog_69.htm=2,,2106,67bdd28e
- appprog_7.htm=2,,7198,8ab99840
- appprog_70.htm=2,,8773,9c50fd1e
- appprog_71.htm=2,,4824,5d7f9e0d
- appprog_72.htm=2,,8415,ba631095
- appprog_73.htm=2,,2020,fcd73125
- appprog_74.htm=2,,3827,ffd30d0a
- appprog_75.htm=2,,2552,d192874d
- appprog_76.htm=2,,2095,da869356
- appprog_77.htm=2,,2209,ea789ea3
- appprog_78.htm=2,,3551,a0fe60be
- appprog_79.htm=2,,2134,98d70b9e
- appprog_8.htm=2,,1557,abdc8e66
- appprog_80.htm=2,,1388,81608885
- appprog_81.htm=2,,1388,66968c85
- appprog_82.htm=2,,1385,18d34e69
- appprog_83.htm=2,,1385,76cf3eec
- appprog_84.htm=2,,1857,180b695
- appprog_85.htm=2,,1358,eb316b2f
- appprog_86.htm=2,,1835,58ad3409
- appprog_87.htm=2,,2937,eac300e2
- appprog_88.htm=2,,1726,80c85997
- appprog_89.htm=2,,1403,48929007
- appprog_9.htm=2,,2587,d66f4ed0
- appprog_90.htm=2,,1521,da85104f
- appprog_91.htm=2,,3615,f1f0c3a4
- appprog_92.htm=2,,3552,c5dd3233
- certadm1.gif=2,,48926,4af29347
- certadm2.gif=2,,28653,a83993d1
- certadm3.gif=2,,9070,dd10429d
- certadm4.gif=2,,18005,e97cf253
- certadm5.gif=2,,12930,109c18e5
- certadm6.gif=2,,7865,159c2921
- certadm7.gif=2,,5233,b87589d0
- certapi.gif=2,,5716,b91ca6e8
- certarch.gif=2,,4455,c2bf7371
- certbanr.gif=2,,5510,69207d3a
- certflow.gif=2,,6420,fac540db
- certini0.gif=2,,4128,188844cd
- certini1.gif=2,,5761,9cd8666c
- certini2.gif=2,,6465,c9054f3b
- certini3.gif=2,,6035,5e0e5bd3
- certini4.gif=2,,6663,3104eb7f
- certini5.gif=2,,4948,bb89a02a
- certini6.gif=2,,6175,a08080e0
- certini7.gif=2,,5710,2c104cbe
- certini8.gif=2,,4412,1d9d47c8
- certini9.gif=2,,4815,4dec83bd
- certprop.gif=2,,5373,faa269ef
- certsrv.gif=2,,5519,1ea33c9f
- certsrv.hhc=2,,61355,ded8390d
- certsrv.hhk=2,,39461,49940b20
- cncpt1.gif=2,,4716,6ed10e96
- cncpt2.gif=2,,2898,8b061dc4
- cncpt3.gif=2,,3042,e6c5ea87
- cncpt4.gif=2,,3570,c2cc9acc
- cncpt5.gif=2,,3137,c7b3877
- concept.htm=2,,2497,ce9518f3
- concept_1.htm=2,,3048,6858659
- concept_10.htm=2,,2070,3ed54dd3
- concept_11.htm=2,,1661,58d1ad1c
- concept_12.htm=2,,2051,a047e41
- concept_13.htm=2,,1909,c82d19a
- concept_14.htm=2,,1768,3993399e
- concept_15.htm=2,,1974,f06435b6
- concept_16.htm=2,,1767,1b37c87f
- concept_17.htm=2,,1755,505d2acb
- concept_18.htm=2,,2185,7a0f303d
- concept_19.htm=2,,1706,d6dd3983
- concept_2.htm=2,,2485,657f9a8d
- concept_20.htm=2,,2204,967ff0e
- concept_21.htm=2,,2401,b386b73c
- concept_22.htm=2,,1577,8f73bcb2
- concept_23.htm=2,,1789,eefc985b
- concept_24.htm=2,,1633,8d964d23
- concept_25.htm=2,,2033,3cfb10fb
- concept_26.htm=2,,1418,3c717e5c
- concept_27.htm=2,,2544,6ada5faf
- concept_28.htm=2,,2909,44a994f8
- concept_29.htm=2,,4317,13e0b2c4
- concept_3.htm=2,,2466,134972bd
- concept_30.htm=2,,2574,57a8a82d
- concept_31.htm=2,,3537,8092c11e
- concept_32.htm=2,,2262,32e38ade
- concept_33.htm=2,,1805,36f48920
- concept_34.htm=2,,3053,cb3abf36
- concept_35.htm=2,,2575,5f3fc855
- concept_36.htm=2,,3964,5e23394b
- concept_37.htm=2,,3901,5f4a2448
- concept_38.htm=2,,2260,23662d7
- concept_4.htm=2,,1901,adf6ede4
- concept_5.htm=2,,1584,6df38cff
- concept_6.htm=2,,1715,1ab6026c
- concept_7.htm=2,,2431,6747e12
- concept_8.htm=2,,2071,538c6406
- concept_9.htm=2,,1969,55355bbc
- cs_logo.gif=2,,4465,a827644d
- csadmin.htm=2,,3357,dcf3c65e
- csbullet.gif=2,,971,a6c1e2ef
- csenrol1.gif=2,,26024,e11a8e38
- csenrol2.gif=2,,26811,996d016f
- csenrol3.gif=2,,22854,c2f89739
- csenrol4.gif=2,,28715,7517e9d6
- csenrol5.gif=2,,60726,a8f819ae
- csenrol6.gif=2,,25066,d646df42
- csenrol7.gif=2,,2124,df655c8c
- csenroll.htm=2,,2274,75690dcd
- csprog.htm=2,,2509,34191f5
- cssetup1.gif=2,,9701,a74d8942
- cssupp.htm=2,,3154,2ce46df3
- cstitle.htm=2,,2793,623d4181
- eventlg1.gif=2,,10452,eff1121b
- eventlg2.gif=2,,6144,7a8c9458
- newsite.gif=2,,4126,918b54e9
- service.gif=2,,5020,59d45915
- services.gif=2,,7495,6a3d178
- wedge.gif=2,,844,d6edc786
- wizard1.gif=2,,7912,efc2d694
- wizard2.gif=2,,7140,4f860590
- xenrref.htm=2,,4310,1e91b773
- xenrref_1.htm=2,,3569,a37c8e6d
- xenrref_10.htm=2,,2281,a3a53a5d
- xenrref_11.htm=2,,2336,829edfd2
- xenrref_12.htm=2,,2696,739d7e5
- xenrref_13.htm=2,,2947,1c375e0d
- xenrref_14.htm=2,,2946,3bc53e8f
- xenrref_15.htm=2,,2709,de8039f5
- xenrref_16.htm=2,,2331,b39cc10c
- xenrref_17.htm=2,,2460,b1474dbc
- xenrref_18.htm=2,,2353,6f7a3bb2
- xenrref_19.htm=2,,2573,91f5a116
- xenrref_2.htm=2,,3207,99c60490
- xenrref_20.htm=2,,2703,90b76de0
- xenrref_21.htm=2,,2373,c57dd37d
- xenrref_22.htm=2,,2389,1f5e63d1
- xenrref_23.htm=2,,2497,8d3d2976
- xenrref_24.htm=2,,4073,928cf0e4
- xenrref_25.htm=2,,3058,8607af29
- xenrref_26.htm=2,,3160,e950600c
- xenrref_27.htm=2,,3419,afc868ae
- xenrref_28.htm=2,,2369,3602d726
- xenrref_29.htm=2,,2346,b21e8eb6
- xenrref_3.htm=2,,3465,956a9c7d
- xenrref_30.htm=2,,2719,8ae06420
- xenrref_31.htm=2,,2438,f0302aa7
- xenrref_32.htm=2,,2208,7142f97f
- xenrref_33.htm=2,,2323,3d55b537
- xenrref_4.htm=2,,2911,e61260bd
- xenrref_5.htm=2,,2412,32c7027e
- xenrref_6.htm=2,,2681,cc5fabd7
- xenrref_7.htm=2,,2057,146f1d45
- xenrref_8.htm=2,,2100,170d6c6f
- xenrref_9.htm=2,,7521,12ca76f7
- certdoc.htm=2,,53331,5631a1ba
-
- certreq.exe=1,,19728,7f3d31c2
- certutil.exe=1,,40720,b7278724
- certhier.exe=1,,31504,2c72725
- certsrv.exe=1,,70928,cdf4d7d7
- certadm.dll=1,,22288,e08de941
- certcli.dll=1,,29456,7bb539ed
- certcrpt.dll=1,,55056,c9efb805
- certenc.dll=1,,47888,e5ab5864
- msrevoke.dll=1,,14608,500dff07
- nsrevoke.dll=1,,8976,6df2edb1
- certexit.dll=1,,17168,f9d5f33a
- certxds.dll=1,,22800,9df140a2
- certif.dll=1,,20240,e13aa70
- certpdef.dll=1,,22288,dccaf745
- certpsam.dll=1,,15632,be3ffd75
- policyvb.dll=1,,19968,652a8401
- certmdb.mdb=1,,219136,723b4eef
- certsrv.inf=1,,18834,f37aa26b
- certsrv.htm=1,,1056,f9e20356
- csback.gif=1,,10302,93442c06
- csbull.gif=1,,971,a6c1e2ef
- cslogo.gif=1,,4465,a827644d
- wcaacton.asp=1,,23777,c6f858d7
- wcaform.asp=1,,27717,8606aa9f
- wcaglob.asa=1,,1456,dc6c706b
- wcalist.asp=1,,18172,cfc51730
- wcqacton.asp=1,,21682,fee7c38e
- wcqform.asp=1,,24887,e03c87b4
- wcqglob.asa=1,,1456,dc6c706b
- wcqlist.asp=1,,17557,696753c4
- ceaccept.asp=1,,5267,e0f27ea2
- ceenroll.asp=1,,9366,62e4a676
- certdef.htm=1,,924,bb859843
- kgaccept.asp=1,,983,53bc1324
- krenroll.asp=1,,1109,a17bca0c
- newcert.cer=1,,140,da84c7b4
- certenr3.dll=1,,63440,b5b88d46
- xenroll.dll=1,,65736,d82f7e3
- xenroll.alpha=1,,121544,c4b22a6e
-