home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 December (Special) / PCWorld_2002-12_Special_cd.bin / Software / Ostatni / win2ksp3cs / W2Ksp3.exe / i386 / new / au.inf < prev    next >
Encoding:
Text (UTF-16)  |  2000-08-08  |  10.8 KB  |  146 lines

  1. ; Windows Update INF
  2. ; Installation of AutoUpdate Service
  3. ; Copyright Microsoft (R) 2001
  4.  
  5. [Version]
  6. Signature="$Windows NT$"
  7. ClassGUID={00000000-0000-0000-0000-000000000000}
  8. LayoutFile=layout.inf
  9. DriverVer=08/23/2002,5.00.2195.5438
  10.  
  11.  
  12. [DestinationDirs]
  13. AU_Win9x_files_delFromSystem_rule   = 11        ; system directory
  14. AU_Win9x_files_delFromRoot_rule     = 25        ; shared directory
  15. AU_CUN_files_delFromSystem_rule     = 11        ; system32 directory
  16. AU_CUN_files_delFromInf_rule        = 17        ; inf directory
  17. AU_CUN_files_delFromTasks_rule      = 10, Tasks ; windows directory
  18. AU_files_copyToSystem32_rule        = 11        ; system32 directory
  19. AU_files_copyToHelp_rule        = 18        ; %windir%\Help directory
  20. AU_files_copyToInf_rule             = 17        ; inf dierectory
  21.  
  22. [Optional Components]
  23. AutoUpdate      ; install Automatic Updates, see section definition below
  24.  
  25. [AutoUpdate]
  26. ; General setup information, but setup will never show this as the item is marked as a hidden component
  27. OptionDesc         = %AU_DESC%
  28. Tip            = %AU_TIP%
  29. IconIndex              = 0
  30. Modes                  = 0, 1, 2, 3
  31. SizeApproximation      = 280000             ; our guess for the size of the components to be installed
  32. BlankLine              = yes
  33.  
  34. ; Take care of upgrade scenarios: remove old versions of AU and CUN
  35. DelFiles           = AU_Win9x_files_delFromSystem_rule, AU_Win9x_files_delFromRoot_rule, AU_CUN_files_delFromSystem_rule, AU_CUN_files_delFromInf_rule, AU_CUN_files_delFromTasks_rule
  36. DelReg             = AU_Win9x_regkeys_del_rule, AU_CUN_regkeys_del_rule, OUTDATED_AU_regkeys_del_rule
  37. AddReg             = AU_regkeys_add_rule
  38.  
  39.  
  40. ; Copy the files required for AU on win2k
  41. ; It is important to register the DLL here and not earlier on win2k setup because some
  42. ; of the upgrade actions for CUN may remove files/reg keys needed for this version of AU.
  43. ;
  44. CopyFiles              = AU_files_copyToSystem32_rule, AU_files_copyToHelp_rule, AU_files_copyToInf_rule
  45. RegisterDLLs           = AU_regsvr_rule
  46.  
  47. [AU_files_copyToSystem32_rule]
  48. wuauserv.dll
  49. wuaueng.dll
  50. wuauclt.exe
  51. wuaucpl.cpl
  52.  
  53. [AU_files_copyToHelp_rule]
  54. wuauhelp.chm
  55.  
  56. [AU_files_copyToInf_rule]
  57. wuau.adm
  58.  
  59. [AU_regsvr_rule]
  60. 11,,wuaueng.dll, 1       ; 1 means call DLLRegisterServer
  61.  
  62. [AU_Win9x_files_delFromSystem_rule]
  63. wuaucpl.cpl
  64. auhook.dll
  65. wuaupd98.dll
  66. wuaucpl.cpl.disabled
  67.  
  68. [AU_Win9x_files_delFromRoot_rule]
  69. wuauclt.exe
  70. wuaures.dll
  71. wuauboot.exe
  72.  
  73. [AU_CUN_files_delFromSystem_rule]
  74. wucrtupd.exe
  75. wuloader.exe
  76. wuslflib.dll
  77.  
  78. [AU_CUN_files_delFromInf_rule]
  79. wucrtupd.inf
  80. wucrtupd.pnf
  81.  
  82. [AU_CUN_files_delFromTasks_rule]
  83. %WUCUN_TS_JOBFILE%
  84.  
  85. [AU_Win9x_regkeys_del_rule]
  86. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\HiddenItems"
  87. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{92D1915F-BAF9-4928-BB8E-967AEEC13527}"
  88.  
  89. ;wuv3is
  90. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{CEBC955E-58AF-11D2-A30A-00A0C903492B}"
  91. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\Flags","wuaucpl.cpl",,1
  92. HKLM,"SOFTWARE\Classes\CLSID\{BCBCD383-3E06-11D3-91A9-00C04F68105C}"
  93. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\ShellServiceObjectDelayLoad","AUHook"
  94.  
  95. ;wuauboot
  96. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{2FD2FACA-4071-11d3-8CD1-00C04F8ED9EB}"
  97.  
  98. ;wuauclt
  99. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{48B5862A-4071-11d3-8CD1-00C04F8ED9EB}"
  100.  
  101. ;wuaucpl
  102. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{11566B38-955B-4549-930F-7B7482668782}"
  103.  
  104. ;auhook
  105. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{BCBCD383-3E06-11D3-91A9-00C04F68105C}"
  106.  
  107. ;wuaures
  108. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{DF893A39-485B-457F-8366-965C316A143E}"
  109.  
  110. ;wuaupd
  111. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{0B9C698E-3029-11D3-91A5-00C04F68105C}"
  112. HKLM,"SOFTWARE\CLASSES\CLSID\{0B9C698E-3029-11D3-91A5-00C04F68105C}"
  113. HKLM,"SOFTWARE\CLASSES\CLSID\{C3CCEDF8-2412-11D3-919B-00C04F68105C}"
  114. HKLM,"SOFTWARE\CLASSES\TypeLib\{BFF80E2A-3028-11D3-91A5-00C04F68105C}"
  115. HKLM,"SOFTWARE\CLASSES\Wuaupd.WUProgressiveDL"
  116. HKLM,"SOFTWARE\CLASSES\Wuaupd.WUProgressiveDL.1"
  117. HKLM,"SOFTWARE\CLASSES\Wuaupd.WUQueueManager"
  118. HKLM,"SOFTWARE\CLASSES\Wuaupd.WUQueueManager.1"
  119.  
  120. [AU_CUN_regkeys_del_rule]
  121. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Run","CriticalUpdate"
  122. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Windows Critical Update Notification"
  123. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{73a41784-3241-11d2-aa16-00c04fb16f9e}"
  124. HKLM,"Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Critical Update"
  125. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{7FD58812-D1B2-11d2-94A5-00C04F797DF4}"
  126.  
  127. [OUTDATED_AU_regkeys_del_rule]
  128. ;old wuaueng.dll IUpdates
  129. HKLM,"SOFTWARE\CLASSES\Interface\{C350CAC8-7BEB-494A-A846-FE42C392E054}"
  130.  
  131. [AU_regkeys_add_rule]
  132. ; Mark that AU was installed by a service pack
  133. HKLM,"Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update","ResetAU",0x00010001,0x1
  134.  
  135. [Strings]
  136. ;Non-Localizable
  137.  
  138. ;Localizable
  139. AU_DESC         = "Automatické aktualizace systému Windows"
  140. AU_TIP         = "Pomocí funkce automatických aktualizací můžete vyhledat aktualizace a automaticky je stáhnout na pozadí."
  141.  
  142. ;needs to be localized exactly as the task scheduler job created by CUN
  143. WUCUN_TS_JOBFILE = "upozornění na důležitou aktualizaci systému windows.job"
  144.  
  145.  
  146.