home *** CD-ROM | disk | FTP | other *** search
/ ftp.ac-grenoble.fr / 2015.02.ftp.ac-grenoble.fr.tar / ftp.ac-grenoble.fr / assistance.logicielle / rootsupd.exe / RCDATA / CABINET / rootsupd.inf < prev    next >
INI File  |  2005-01-26  |  2KB  |  56 lines

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