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.

59 lines
1.2 KiB

  1. ; APCOMPAT.INF
  2. ;
  3. ; This is the Setup information file for application
  4. ; compatibility fixes for Windows 2000
  5. ;
  6. ; Copyright (c) 1994-2000 Microsoft Corporation
  7. ;
  8. ; This version is for testing purposes.
  9. ;
  10. [version]
  11. signature = "$WINDOWS NT$"
  12. Provider = %Msft%
  13. AdvancedINF = 2.0,%AdvPack%
  14. [BaseWinOptions]
  15. DefaultInstall
  16. [DefaultInstall]
  17. CheckAdminRights = 1
  18. RunPostSetupCommands = PostCopy
  19. CopyFiles = CopyMechanism
  20. DelReg = apcompat.delreg
  21. [DestinationDirs]
  22. CopyMechanism = 25,AppPatch
  23. [CopyMechanism]
  24. apphelp.sd_,,,4
  25. sysmain.sd_,,,4
  26. msimain.sd_,,,4
  27. chktrust.exe,,,4
  28. delta1.cat,,,4
  29. delta1.cdf,,,4
  30. delta2.cat,,,4
  31. delta2.cdf,,,4
  32. delta3.cat,,,4
  33. delta3.cdf,,,4
  34. apps.chm,,,4
  35. certmgr.exe,,,4
  36. testroot.cer,,,4
  37. fcopy.exe,,,4
  38. AcLayers.dl_,,,4
  39. AcLua.dl_,,,4
  40. AcSpecfc.dl_,,,4
  41. AcGenral.dl_,,,4
  42. AcXtrnal.dl_,,,4
  43. AcVerfyr.dl_,,,4
  44. [PostCopy]
  45. PostCopy.cmd %25%\AppPatch
  46. [apcompat.delreg]
  47. ;;Clean AppCompatibility section
  48. HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\AppCompatibility"
  49. HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\AppCompatibility_P2"
  50. HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\CheckBadApps400"
  51. HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\CheckBadApps"