54 lines
1.1 KiB
Plaintext
54 lines
1.1 KiB
Plaintext
|
; APCOMPAT.INF
|
||
|
;
|
||
|
; This is the Setup information file for application
|
||
|
; compatibility fixes for Windows 2000
|
||
|
;
|
||
|
; Copyright (c) 1994-2000 Microsoft Corporation
|
||
|
;
|
||
|
; This version is for testing purposes.
|
||
|
;
|
||
|
|
||
|
[version]
|
||
|
signature = "$WINDOWS NT$"
|
||
|
Provider = %Msft%
|
||
|
AdvancedINF = 2.0,%AdvPack%
|
||
|
|
||
|
[BaseWinOptions]
|
||
|
DefaultInstall
|
||
|
|
||
|
[DefaultInstall]
|
||
|
CheckAdminRights = 1
|
||
|
RunPostSetupCommands = PostCopy
|
||
|
CopyFiles = CopyMechanism
|
||
|
DelReg = apcompat.delreg
|
||
|
|
||
|
[DestinationDirs]
|
||
|
CopyMechanism = 25,AppPatch
|
||
|
|
||
|
[CopyMechanism]
|
||
|
sysmain.sd_,,,4
|
||
|
w2kmain.reg,,,4
|
||
|
shim.dl_,,,4
|
||
|
apps.chm,,,4
|
||
|
slayerui.dl_,,,4
|
||
|
certmgr.exe,,,4
|
||
|
kill.exe,,,4
|
||
|
sleep.exe,,,4
|
||
|
testroot.cer,,,4
|
||
|
fcopy.exe,,,4
|
||
|
AcLayers.dl_,,,4
|
||
|
AcSpecfc.dl_,,,4
|
||
|
AcGenral.dl_,,,4
|
||
|
AcXtrnal.dl_,,,4
|
||
|
|
||
|
[PostCopy]
|
||
|
PostCopy.cmd %25%\AppPatch
|
||
|
|
||
|
[apcompat.delreg]
|
||
|
;;Clean AppCompatibility section
|
||
|
HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\AppCompatibility"
|
||
|
HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\AppCompatibility_P2"
|
||
|
HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\CheckBadApps400"
|
||
|
HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\CheckBadApps"
|
||
|
|