Source code of Windows XP (NT5)
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.

39 lines
601 B

  1. ;
  2. ; Master OC INF for CertServer component
  3. ;
  4. [Version]
  5. Signature= "$Windows NT$"
  6. [Components]
  7. certsrv = certocm.dll,CertSrvOCProc,certocm.inf
  8. ;
  9. ; Extra setup files are required.
  10. ;
  11. [certsrv]
  12. ;ExtraSetupFiles = certsrv.cab, certdoc.cab
  13. ;
  14. ; Page specifications.
  15. ;
  16. [PageReplace]
  17. ;mode=
  18. [PageAdd]
  19. early = default
  20. prenet = default
  21. postnet = certsrv
  22. late = default
  23. [Global]
  24. WindowTitle=%certsrvSetupTitle%
  25. ; ****************************** Strings Section ******************************
  26. ; LOCALIZE this section for non-US English releases
  27. [Strings]
  28. certsrvSetupTitle = "Certificate Services Setup"