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.

55 lines
1.6 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. AddReg=AppCompatSetup.reg
  9. RunPostSetupCommands = RunPostSetupCmds
  10. [RunPostSetupCmds]
  11. updroots.exe authroots.sst
  12. updroots.exe updroots.sst
  13. updroots.exe -l roots.sst
  14. updroots.exe -d delroots.sst
  15. [AppCompatSetup.reg]
  16. HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%",,,"%COMPName%"
  17. HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%","IsInstalled",0x10001,01,00,00,00
  18. HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%","Version",,"%VERSION%"
  19. HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%","Locale",,"%LANG%"
  20. HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%","ComponentID",,"%COMPID%"
  21. [Strings]
  22. ; !!!!!!!WARNING!!!!!!!!
  23. ; !!!!!!!WARNING!!!!!!!!
  24. ; !!!!!!!WARNING!!!!!!!!
  25. ; !!!!!!!WARNING!!!!!!!!
  26. ; >>>>> VERSION must be updated for each update roots package <<<<<
  27. ; "Ver" must also match the first field of VERSION.
  28. VERSION="2,0,2195,0"
  29. Ver="002"
  30. ; Don't change this -- this is our unique GUID
  31. GUID={EF289A85-8E57-408d-BE47-73B55609861A}
  32. ; Don't change these either
  33. COMPID=Windows Roots Update
  34. COMPName=RootsUpdate
  35. ; Same set of roots for all locales
  36. LANG=*
  37. ;----------------------
  38. ; localizeable Strings
  39. ;----------------------
  40. Msft = "Microsoft"
  41. AdvPack = "The correct version of Advpack.dll was not found, update halted."
  42. SetupAPI = "Required file: SetupAPI.dll, is missing from your system."