Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
; ; Master OC INF for CertServer component ;
[Version] Signature= "$Windows NT$"
[Components] certsrv = certocm.dll,CertSrvOCPostProc,certocm.inf
; ; Extra setup files are required. ; [certsrv] ;ExtraSetupFiles = certsrv.cab, certdoc.cab
; ; Page specifications. ; [PageReplace] ;mode=
[PageAdd] early = default prenet = default postnet = certsrv late = default
[Global] WindowTitle=%certsrvSetupTitle%
; ****************************** Strings Section ****************************** ; LOCALIZE this section for non-US English releases [Strings] certsrvSetupTitle = "Certificate Services Setup"
|