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.

53 lines
1.1 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. sysmain.sd_,,,4
  25. w2kmain.reg,,,4
  26. shim.dl_,,,4
  27. apps.chm,,,4
  28. slayerui.dl_,,,4
  29. certmgr.exe,,,4
  30. kill.exe,,,4
  31. sleep.exe,,,4
  32. testroot.cer,,,4
  33. fcopy.exe,,,4
  34. AcLayers.dl_,,,4
  35. AcSpecfc.dl_,,,4
  36. AcGenral.dl_,,,4
  37. AcXtrnal.dl_,,,4
  38. [PostCopy]
  39. PostCopy.cmd %25%\AppPatch
  40. [apcompat.delreg]
  41. ;;Clean AppCompatibility section
  42. HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\AppCompatibility"
  43. HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\AppCompatibility_P2"
  44. HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\CheckBadApps400"
  45. HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\CheckBadApps"