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.

89 lines
2.8 KiB

  1. ;If you change something anywhere in this file, make sure it won't affect the uninstall INF as well
  2. [Version]
  3. Signature="$Windows NT$"
  4. NtBuildToUpdate=2462
  5. NtMajorVersionToUpdate=5
  6. NtMinorVersionToUpdate=1
  7. LanguageType=%LangTypeValue%
  8. NoReboot=0
  9. NoUninstall=0
  10. RunQuietly=0
  11. AdjustACLOnTargetDir=0
  12. UpdateDllCache=1
  13. RequiredFreeSpaceNoUninstall=5
  14. RequiredFreeSpaceWithUninstall=5
  15. [CatalogsToInstall]
  16. sysmain.cat
  17. [Sections]
  18. BackupFiles=Backup.Files.AppPatch
  19. BackupRegistry=Backup.Registry.Keys
  20. DeleteRegistry=Delete.Registry.Keys
  21. CopyFiles=Copy.Files.AppPatch
  22. AddToRegistry=Add.Registry.Keys
  23. [Backup.Files.AppPatch]
  24. sysmain.sdb
  25. apphelp.sdb
  26. AcSpecfc.dll
  27. AcXtrnal.dll
  28. AcGenral.dll
  29. AcLayers.dll
  30. [Backup.Files.Help]
  31. apps.chm
  32. [Backup.Registry.Keys]
  33. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\{933E4E9B-CE3A-43de-B4D8-24EBA3BCED8E}
  34. HKLM,Software\Microsoft\Active Setup\Installed Components\{933E4E9B-CE3A-43de-B4D8-24EBA3BCED8E}
  35. [Delete.Registry.Keys]
  36. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\{933E4E9B-CE3A-43de-B4D8-24EBA3BCED8E}
  37. HKLM,Software\Microsoft\Active Setup\Installed Components\{933E4E9B-CE3A-43de-B4D8-24EBA3BCED8E}
  38. [Copy.Files.AppPatch]
  39. sysmain.sdb
  40. wuinst.exe
  41. AcSpecfc.dll
  42. AcXtrnal.dll
  43. AcGenral.dll
  44. AcLayers.dll
  45. [Add.Registry.Keys]
  46. AddReg=Registry.Data
  47. [Registry.Data]
  48. HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{933E4E9B-CE3A-43de-B4D8-24EBA3BCED8E},,0x00000012
  49. HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{933E4E9B-CE3A-43de-B4D8-24EBA3BCED8E},,,"WXPAppComp"
  50. HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{933E4E9B-CE3A-43de-B4D8-24EBA3BCED8E},"ComponentID",,"Windows XP Application Compatibility Update"
  51. HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{933E4E9B-CE3A-43de-B4D8-24EBA3BCED8E},"IsInstalled",0x00010001,1
  52. HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{933E4E9B-CE3A-43de-B4D8-24EBA3BCED8E},"Locale",,"*"
  53. HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{933E4E9B-CE3A-43de-B4D8-24EBA3BCED8E},"Version",,"1,0,2463,0"
  54. [ProcessesToRun]
  55. ;If you change the strings below, ensure that they get updated in the resource file also.
  56. [Strings]
  57. LangTypeValue=9
  58. MessageBoxTitle="Microsoft Windows Update"
  59. ComponentName="Windows XP Application Compatibility Update"
  60. EventLogSourceName="WUInst"
  61. DestDir="%windir%\apppatch"
  62. GUID="{933E4E9B-CE3A-43de-B4D8-24EBA3BCED8E}"
  63. ActiveSetupKey="Software\Microsoft\Active Setup\Installed Components\{933E4E9B-CE3A-43de-B4D8-24EBA3BCED8E}"
  64. UninstallKey="Software\Microsoft\Windows\CurrentVersion\Uninstall\{933E4E9B-CE3A-43de-B4D8-24EBA3BCED8E}"
  65. UninstallDirName="$Uninstall$"