Source code of Windows XP (NT5)
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.

62 lines
2.9 KiB

  1. [Version]
  2. signature="$CHICAGO$"
  3. [WorkStationDefaultInstall]
  4. AddReg=InstallAddKeys, InstallServiceNetsvcs
  5. [ServerDefaultInstall]
  6. AddReg=InstallAddKeys, InstallServiceNetsvcs
  7. [Win2KWorkStationDefaultInstall]
  8. AddReg=InstallAddKeys, InstallServiceStandalone
  9. [Win2KServerDefaultInstall]
  10. AddReg=InstallAddKeys, InstallServiceStandalone
  11. [DefaultUninstall]
  12. DelReg=UninstallDelKeys
  13. [InstallAddKeys]
  14. HKCR,AppID\%APPID_AutoUpdateService%,,,"Automatic Updates"
  15. HKCR,AppID\%APPID_AutoUpdateService%,LocalService,,"wuauserv"
  16. HKCR,AppID\wuauserv,AppId,,%APPID_AutoUpdateService%
  17. ; Administrator and local system has launch permission
  18. HKCR,APPID\%APPID_AutoUpdateService%,"LaunchPermission",1, \
  19. 01,00,04,80,48,00,00,00,64,00,00,00,00,00,00,00,14,00,\
  20. 00,00,02,00,34,00,02,00,00,00,00,00,18,00,01,00,00,00,01,02,00,00,00,00,00,\
  21. 05,20,00,00,00,20,02,00,00,00,00,14,00,01,00,00,00,01,01,00,00,00,00,00,05,\
  22. 12,00,00,00,01,05,00,00,00,00,00,05,15,00,00,00,a0,5f,84,1f,5e,2e,6b,49,ce,\
  23. 12,03,03,f4,01,00,00,01,05,00,00,00,00,00,05,15,00,00,00,a0,5f,84,1f,5e,2e,\
  24. 6b,49,ce,12,03,03,f4,01,00,00
  25. HKCR,CLSID\%CLSID_AutoUpdateService%,AppId,,%APPID_AutoUpdateService%
  26. HKCR,CLSID\%CLSID_AutoUpdatePropSheet%,,,%PRSHTEXT%
  27. HKCR,CLSID\%CLSID_AutoUpdatePropSheet%\InProcServer32,,,%11%\wuaueng.dll
  28. HKCR,CLSID\%CLSID_AutoUpdatePropSheet%\InProcServer32,"ThreadingModel",,Apartment
  29. HKLM,Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved,%CLSID_AutoUpdatePropSheet%,,%PRSHTEXT%
  30. HKLM,Software\Microsoft\Windows\CurrentVersion\Controls Folder\System\shellex\PropertySheetHandlers\%PRSHTEXT%,,,%CLSID_AutoUpdatePropSheet%
  31. HKLM,"SYSTEM\CurrentControlSet\Services\wuauserv\Parameters","ServiceDll",0x00020000,"%11%\wuauserv.dll"
  32. HKCR,"CLSID\{E9376CC6-121A-447e-81CF-D8BCC200007C}",,,"Updates Class"
  33. HKCR,"CLSID\{E9376CC6-121A-447e-81CF-D8BCC200007C}\InProcHandler32",,,"Ole32.dll"
  34. HKCR,"CLSID\{E9376CC6-121A-447e-81CF-D8BCC200007C}\LocalServer32",,,"%11%\svchost.exe"
  35. HKLM,"Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update","AUOptions",0x00010003,0
  36. [InstallServiceNetsvcs]
  37. HKLM,"Software\Microsoft\Windows NT\CurrentVersion\SvcHost","netsvcs",0x00010008,"wuauserv"
  38. [InstallServiceStandalone]
  39. HKLM,"Software\Microsoft\Windows NT\CurrentVersion\SvcHost","wugroup",0x00010008,"wuauserv"
  40. HKLM,"Software\Microsoft\Windows NT\CurrentVersion\SvcHost\wugroup","CoInitializeSecurityParam",0x10001,1
  41. [UninstallDelKeys]
  42. HKCR,CLSID\%CLSID_AutoUpdatePropSheet%
  43. HKLM,Software\Microsoft\Windows\CurrentVersion\Controls Folder\System\shellex\PropertySheetHandlers\%PRSHTEXT%
  44. HKLM,Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved,%CLSID_AutoUpdatePropSheet%
  45. [Strings]
  46. ; do NOT localize following strings
  47. APPID_AutoUpdateService={653C5148-4DCE-4905-9CFD-1B23662D3D9E}
  48. CLSID_AutoUpdateService={E9376CC6-121A-447e-81CF-D8BCC200007C}
  49. CLSID_AutoUpdatePropSheet={5F327514-6C5E-4d60-8F16-D07FA08A78ED}
  50. PRSHTEXT=Auto Update Property Sheet Extension