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.

28 lines
833 B

  1. ; ROOTAU.INF
  2. ;
  3. ; This is the Setup information file to install the
  4. ; Root Certificates Auto Update as an Optional Component.
  5. ;
  6. ; Copyright (c) Microsoft Corporation. All rights reserved.
  7. ;
  8. ;
  9. [version]
  10. signature="$Windows NT$"
  11. ClassGUID={00000000-0000-0000-0000-000000000000}
  12. LayoutFile=layout.inf
  13. [Optional Components]
  14. RootAutoUpdate
  15. [RootAutoUpdate]
  16. OptionDesc = %ROOTAUTOUPDATE_DESC%
  17. Tip = %ROOTAUTOUPDATE_TIP%
  18. IconIndex = *,ocgen.dll,1001
  19. Modes = 0,1,2,3
  20. Uninstall = RootAutoUpdate.Uninstall
  21. [RootAutoUpdate.Uninstall]
  22. [Strings]
  23. ROOTAUTOUPDATE_DESC = "Update Root Certificates"
  24. ROOTAUTOUPDATE_TIP = "Automatically downloads the most current root certificates for secure email, WEB browsing, and software delivery."