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.

126 lines
4.3 KiB

  1. ; Windows Update INF
  2. ; Installation of AutoUpdate Service
  3. ; Copyright (c) Microsoft Corporation. All rights reserved.
  4. [Version]
  5. Signature="$Windows NT$"
  6. ClassGUID={00000000-0000-0000-0000-000000000000}
  7. LayoutFile=layout.inf
  8. [DestinationDirs]
  9. AUCopyFilesSys = 11
  10. AUCopyHelpFiles = 18 ;help directory
  11. AUCopyAdmFiles = 17 ;inf directory
  12. AUDelSysFiles = 11 ; system directory
  13. AUDelRootFiles = 25 ; windows directory
  14. AUDelInfFiles = 17
  15. CUNDelSysFiles = 11 ; LDID_SYS
  16. CUNDelInfFiles = 17 ; LDID_INF
  17. CUNDelTaskFile = 10, Tasks ;LDID_WIN
  18. [Optional Components]
  19. AutoUpdate ; Automatic Updates
  20. [AutoUpdate]
  21. OptionDesc = %AU_DESC%
  22. Tip = %AU_TIP%
  23. IconIndex = 0
  24. Modes = 0, 1, 2, 3
  25. SizeApproximation = 280000
  26. DelFiles = AUDelSysFiles, AUDelRootFiles, AUDelInfFiles, CUNDelSysFiles, CUNDelInfFiles, CUNDelTaskFile
  27. DelReg = DelAUKeys, DelCUNKeys, DelOtherKeys
  28. CopyFiles = AUCopyFilesSys, AUCopyAdmFiles
  29. RegisterDLLs = AU_dlls
  30. [AUCopyFilesSys]
  31. wuauserv.dll
  32. wuaueng.dll
  33. wuauclt.exe
  34. [AUCopyAdmFiles]
  35. wuau.adm
  36. [AU_dlls]
  37. 11,,wuaueng.dll, 1
  38. [AUDelSysFiles]
  39. wuaucpl.cpl
  40. auhook.dll
  41. wuaupd98.dll
  42. wuaucpl.cpl.disabled
  43. wuv3is.dll
  44. wupdinfo.dll
  45. [AUDelRootFiles]
  46. wuauclt.exe
  47. wuaures.dll
  48. wuauboot.exe
  49. [AUDelInfFiles]
  50. noau.inf
  51. [CUNDelSysFiles]
  52. wucrtupd.exe
  53. wuloader.exe
  54. wuslflib.dll
  55. [CUNDelInfFiles]
  56. wucrtupd.inf
  57. wucrtupd.pnf
  58. [CUNDelTaskFile]
  59. %WUCUN_TS_JOBFILE%
  60. [DelAUKeys]
  61. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\HiddenItems"
  62. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update","SelfUpdateTime"
  63. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{92D1915F-BAF9-4928-BB8E-967AEEC13527}"
  64. ;wuv3is
  65. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{CEBC955E-58AF-11D2-A30A-00A0C903492B}"
  66. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\Flags","wuaucpl.cpl"
  67. HKLM,"SOFTWARE\Classes\CLSID\{BCBCD383-3E06-11D3-91A9-00C04F68105C}"
  68. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\ShellServiceObjectDelayLoad","AUHook"
  69. ;wuauboot
  70. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{2FD2FACA-4071-11d3-8CD1-00C04F8ED9EB}"
  71. ;wuauclt
  72. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{48B5862A-4071-11d3-8CD1-00C04F8ED9EB}"
  73. ;wuaucpl
  74. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{11566B38-955B-4549-930F-7B7482668782}"
  75. ;auhook
  76. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{BCBCD383-3E06-11D3-91A9-00C04F68105C}"
  77. ;wuaures
  78. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{DF893A39-485B-457F-8366-965C316A143E}"
  79. ;wuaupd
  80. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{0B9C698E-3029-11D3-91A5-00C04F68105C}"
  81. HKLM,"SOFTWARE\CLASSES\CLSID\{0B9C698E-3029-11D3-91A5-00C04F68105C}"
  82. HKLM,"SOFTWARE\CLASSES\CLSID\{C3CCEDF8-2412-11D3-919B-00C04F68105C}"
  83. HKLM,"SOFTWARE\CLASSES\TypeLib\{BFF80E2A-3028-11D3-91A5-00C04F68105C}"
  84. HKLM,"SOFTWARE\CLASSES\Wuaupd.WUProgressiveDL"
  85. HKLM,"SOFTWARE\CLASSES\Wuaupd.WUProgressiveDL.1"
  86. HKLM,"SOFTWARE\CLASSES\Wuaupd.WUQueueManager"
  87. HKLM,"SOFTWARE\CLASSES\Wuaupd.WUQueueManager.1"
  88. [DelCUNKeys]
  89. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Run","CriticalUpdate"
  90. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Windows Critical Update Notification"
  91. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{73a41784-3241-11d2-aa16-00c04fb16f9e}"
  92. HKLM,"Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Critical Update"
  93. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{7FD58812-D1B2-11d2-94A5-00C04F797DF4}"
  94. [DelOtherKeys]
  95. ;wuv3is
  96. HKLM,"SOFTWARE\CLASSES\CLSID\{CEBC955E-58AF-11D2-A30A-00A0C903492B}"
  97. HKLM,"SOFTWARE\CLASSES\TypeLib\{CEBC954F-58AF-11D2-A30A-00A0C903492B}"
  98. HKLM,"SOFTWARE\CLASSES\CV3.CV3"
  99. HKLM,"SOFTWARE\CLASSES\CV3.CV3.1"
  100. HKLM,"SOFTWARE\CLASSES\Interface\{CEBC955D-58AF-11D2-A30A-00A0C903492B}"
  101. ;wupdinfo
  102. HKLM,"SOFTWARE\CLASSES\CLSID\{A3863C2E-86EB-11D1-A9DB-00C04FB16F9E}"
  103. HKLM,"SOFTWARE\CLASSES\TypeLib\{A3863C1C-86EB-11D1-A9DB-00C04FB16F9E}"
  104. HKLM,"SOFTWARE\CLASSES\CWUpdInfo.CWUpdInfo.1"
  105. HKLM,"SOFTWARE\CLASSES\CWUpdInfo.CWUpdInfo"
  106. HKLM,"SOFTWARE\CLASSES\Interface\{A3863C2D-86EB-11D1-A9DB-00C04FB16F9E}"
  107. ;old wuaueng.dll IUpdates
  108. HKLM,"SOFTWARE\CLASSES\Interface\{C350CAC8-7BEB-494A-A846-FE42C392E054}"