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.

68 lines
1.5 KiB

  1. [Version]
  2. Signature = "$Chicago$"
  3. Provider = %Msft%
  4. AdvancedINF = 2.0,%AdvPack%
  5. [DefaultInstall]
  6. RequiredEngine = setupapi.dll,%SetupAPI%
  7. CheckAdminRights = 1
  8. RunPostSetupCommands = RunPostSetupCmds
  9. CopyFiles=Install.UPDCRL
  10. PerUserInstall=PerUser.Install
  11. [RunPostSetupCmds]
  12. updcrl.exe -e -r verisignpub1.crl
  13. [PerUser.Install]
  14. DisplayName = %COMPName%
  15. ComponentID = %COMPID%
  16. GUID = %GUID%
  17. IsInstalled = 1
  18. Locale = %LANG%
  19. StubPath = "%11%\updcrl.exe -e -u %11%\verisignpub1.crl"
  20. Version = %VERSION%
  21. [SourceDisksNames]
  22. 54 = %COMPName%
  23. [SourceDisksFiles]
  24. updcrl.exe = 54
  25. verisignpub1.crl = 54
  26. [DestinationDirs]
  27. Install.UPDCRL = 11
  28. [Install.UPDCRL]
  29. updcrl.exe,,,32
  30. verisignpub1.crl,,,32
  31. [Strings]
  32. ; !!!!!!!WARNING!!!!!!!!
  33. ; !!!!!!!WARNING!!!!!!!!
  34. ; !!!!!!!WARNING!!!!!!!!
  35. ; !!!!!!!WARNING!!!!!!!!
  36. ; >>>>> VERSION must be updated for each update CRL package <<<<<
  37. ; "Ver" must also match the first field of VERSION.
  38. VERSION="1,0,2195,0"
  39. Ver="001"
  40. ; Don't change this -- this is our unique GUID
  41. GUID={9EF0045A-CDD9-438e-95E6-02B9AFEC8E11}
  42. ; Don't change these either
  43. COMPID=Windows CRL Update
  44. COMPName=CRLUpdate
  45. ; Same set of CRLs for all locales
  46. LANG=*
  47. ;----------------------
  48. ; localizeable Strings
  49. ;----------------------
  50. Msft = "Microsoft"
  51. AdvPack = "The correct version of Advpack.dll was not found, update halted."
  52. SetupAPI = "Required file: SetupAPI.dll, is missing from your system."