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.
5493 lines
147 KiB
5493 lines
147 KiB
@*:
|
|
@*: This file is processed for platform first and then for
|
|
@*: server vs. workstation. ANY LINE WITH TAGS MUST ACCOUNT
|
|
@*: FOR BOTH STEPS.
|
|
@*:
|
|
|
|
[SetupData]
|
|
;
|
|
; SetupSourceDevice is optional and specifies the nt device path
|
|
; of the device to be used as the setup source. This overrides
|
|
; the CD-ROM or winnt local source.
|
|
;
|
|
;SetupSourceDevice = \device\harddisk0\partition1
|
|
;
|
|
; SetupSourcePath specifies the path relative to the source device
|
|
; where the setup source tree is to be found.
|
|
; All media descriptors are relative to this.
|
|
;
|
|
SetupSourcePath = "\"
|
|
MajorVersion = 5
|
|
MinorVersion = 2
|
|
@@:DefaultPath=\WINDOWS
|
|
@m:EfiUtilPath=\MSUtil
|
|
|
|
@*:
|
|
@*: These entries are for controlling the debug options by pressing F8.
|
|
@*: It should be kept in sync with OsLoadOptions entries.
|
|
@*:
|
|
|
|
@i:SetupDebugOptions = "/debug"
|
|
@a:SetupDebugOptions = "/debug /debugport=com1 /baudrate=115200"
|
|
@m:SetupDebugOptions = "/debug /baudrate=115200 /debugport=com1"
|
|
|
|
#ifdef PRERELEASE
|
|
|
|
@*:
|
|
@*: BUGBUG - PRERELEASE - Comment out the lines below, and uncomment out the
|
|
@*: lines above 2 weeks before any major release
|
|
@*: Debugger should be disabled by default.
|
|
@*: OsLoadOptionsVar and SetupCmdLinePrepend should not
|
|
@*: be visible to the user, and these lines need to be
|
|
@*: commented out.
|
|
@*:
|
|
|
|
@i:OsLoadOptions = "/fastdetect /noguiboot /debug"
|
|
@a:OsLoadOptions = "/fastdetect /noguiboot /debug /debugport=com1 /baudrate=115200"
|
|
@m:OsLoadOptions = "/noguiboot /debug /baudrate=115200 /debugport=com1"
|
|
|
|
#else
|
|
|
|
@*:
|
|
@*: BUGBUG - PRERELEASE - Uncomment out the lines below 2 weeks before any
|
|
@*: major release
|
|
@*: Debugger should be disabled by default
|
|
@*:
|
|
|
|
@i:OsLoadOptions = "/fastdetect /noguiboot /nodebug"
|
|
@a:OsLoadOptions = "/fastdetect /noguiboot /nodebug"
|
|
@m:OsLoadOptions = "/noguiboot /nodebug"
|
|
|
|
#endif
|
|
|
|
|
|
@*: NOTE:
|
|
@*: Do not set OsLoadOptionsVar in txtsetup.inx unless you know what you are
|
|
@*: doing. Odds are you really want to change OsLoadOptionsVarAppend which
|
|
@*: will not overwrite existing boot options
|
|
@*:
|
|
@*:OsLoadOptionsVar = "/debug"
|
|
@*:
|
|
@*:;SetupCmdlinePrepend = "ntsd -d"
|
|
|
|
ForceScsi = 1
|
|
ForceDiskClass = 1
|
|
ForceCDRom = 1
|
|
|
|
@i:Architecture = i386
|
|
@a:Architecture = amd64
|
|
@m:Architecture = ia64
|
|
|
|
DriverCabName=driver.cab
|
|
|
|
@@:@w!p:ProductType = 0
|
|
@@:@s!e!b!l:ProductType = 1
|
|
@@:@e!d:ProductType = 2
|
|
@@:@d:ProductType = 3
|
|
@@:@p:ProductType = 4
|
|
@@:@b:ProductType = 5
|
|
@@:@l:ProductType = 6
|
|
@@:@p:DisableAsr = 1
|
|
@@:@w:LoadIdentifier = %wks_id%
|
|
@@:@w:LoadIdentifierCancel = %cancel_id%
|
|
@@:@w:LoadIdentifierWin9x = %9x_id%
|
|
@@:@w:BaseVideoLoadId = %wks_id_vga%
|
|
@@:@s:LoadIdentifier = %srv_id%
|
|
@@:@s:BaseVideoLoadId = %srv_id_vga%
|
|
|
|
;
|
|
; These numbers are not necessarily exact multiples of 1 meg.
|
|
; Some machines chop space out of the memory map for DMA buffers,
|
|
; firmware permanent storage, etc. Do not change these numbers
|
|
; unless you know what you are doing.
|
|
;
|
|
@i:@w:RequiredMemory = 67108864
|
|
@i:@s:RequiredMemory = 134217728
|
|
@a:@w:RequiredMemory = 67108864
|
|
@a:@s:RequiredMemory = 134217728
|
|
@m:@w:RequiredMemory = 67108864
|
|
@m:@s:RequiredMemory = 134217728
|
|
|
|
@i:@s:Pagefile = 120,250
|
|
@i:@w:Pagefile = 115,250
|
|
@6:@@:Pagefile = 100,250
|
|
|
|
;
|
|
; Upgrade File Sections
|
|
; =====================
|
|
;
|
|
; [Files.DeleteOnUpgrade]
|
|
; file , dir
|
|
;
|
|
; Directories.DeleteOnUpgrade
|
|
; dir, relative path
|
|
|
|
;
|
|
; [Files.BackupOnUpgrade]
|
|
; file , dir , newname
|
|
;
|
|
; [Files.BackupOnOverwrite]
|
|
; file , dir , newname
|
|
;
|
|
; [Files.UpgradeWin31]
|
|
; file , dir
|
|
;
|
|
; Where file: key into master file list section
|
|
; and dir: ordinal specifying which directory the file is in.(WinntDirectories)
|
|
|
|
@*:
|
|
@*:While sorting the below section sort on the 7th column
|
|
@*:Also, keep the protected DLLs section at the bottom
|
|
@*:
|
|
|
|
[Files.DeleteOnUpgrade]
|
|
@@:@@:msilrai.dll , 2
|
|
@@:@@:1394vdbg.inf , 20
|
|
@@:@@:1394vdbg.sys , 4
|
|
@@:@@:15_16wdm.sys , 4
|
|
@@:@w:31users.chm , 21
|
|
@@:@@:31users.hlp , 21
|
|
@i:@@:3CDMINIC.EXE , 180
|
|
@@:@@:3c90xcfg.dll , 2
|
|
@@:@@:3nicdiag.exe , 2
|
|
@@:@@:3nicdiag.hlp , 2
|
|
@@:@@:3varaddr.txt , 2
|
|
@@:@@:4mmsony.sys , 4
|
|
@@:@@:557set.hlp , 2
|
|
@i:@@:ibmraidn.sys , 4
|
|
@i:@@:mga16.dll , 2
|
|
@i:@@:mga24.dll , 2
|
|
@i:@@:mga8.dll , 2
|
|
@i:@@:mgapanel.cpl , 2 ; for 3.51 to 4.0 only, delete the matrox control panel to avoid annoying messages
|
|
@@:@@:_layout.inf , 20 ; renamed to layout.inf
|
|
@@:@@:_printer.inf , 20
|
|
@@:@@:~clbcatq.dll , 2
|
|
@@:@@:a2560set.cpl , 2
|
|
@@:@@:ac500503.ppd , 11
|
|
@@:@@:acc_dis.cnt , 21
|
|
@@:@@:acc_dis.hlp , 21
|
|
@@:@@:aceclcab.exe , 2
|
|
@@:@@:aceclnt.cab , 2
|
|
@@:@@:acs.hlp , 21
|
|
@@:@@:acsetupc.dll , 2
|
|
@@:@s:acsetups.exe , 2
|
|
@@:@@:acsmib.dll , 2
|
|
@@:@@:acs.mib , 2
|
|
@@:@w:acssnap.chm , 21
|
|
@@:@s:acssnap.dll , 2
|
|
@@:@s:acssnap.msc , 2
|
|
@@:@@:actsaver.scr , 2
|
|
@@:@@:addconn.dll , 2
|
|
@@:@s:addgrpw.exe , 2
|
|
@@:@s:addusrw.exe , 2
|
|
@@:@@:adisnd.sys , 4
|
|
@@:@@:adisound.dll , 2
|
|
@@:@@:adptsf50.sys , 4
|
|
@@:@s:adreplpv.dll , 65
|
|
@@:@s:adreplpv.mof , 65
|
|
@@:@s:adreplhm.mof , 65
|
|
@@:@@:adsvw.exe , 2
|
|
@@:@@:agel5sf1.ppd , 11
|
|
@@:@@:agfap400.ppd , 11
|
|
@@:@@:agt0009.hlp , 21
|
|
@@:@@:aic5900.sys , 4
|
|
@i:@@:alert_1.gro , 180
|
|
@@:@@:alijoy.inf , 20
|
|
@@:@@:alidfSet.dat , 4
|
|
@@:@@:alsfm.sys , 4
|
|
@@:@@:alijoy.sys , 4
|
|
@@:@@:alisnd.sys , 4
|
|
@@:@@:alisnd32.dll , 2
|
|
@@:@@:alisynth.dll , 2
|
|
@@:@@:alsnd.sys , 4
|
|
@@:@@:alsnd32.dll , 2
|
|
@@:@@:alswdm.sys , 4
|
|
@i:@@:altnd5.sys , 4
|
|
@i:@@:am1500t.sys , 4
|
|
@i:@@:amb8002.sys , 4
|
|
@i:@@:ambcbl.sys , 4
|
|
@@:@@:amchr518.ppd , 11
|
|
@@:@@:amd751.sys , 4
|
|
@i:@@:amddet.dll , 11
|
|
@@:@@:amddlg.dll , 2
|
|
@i:@@:amdncdet.dll , 2
|
|
@@:@@:amdpcn.sys , 4
|
|
@@:@@:amrtpdmx.ax , 2
|
|
@@:@@:amrtpnet.ax , 2
|
|
@@:@@:amrtpss.ax , 2
|
|
@@:@@:aplwgri.ppd , 11
|
|
@@:@s:apmbatt.sys , 4
|
|
@@:@@:app.inf , 2
|
|
@@:@@:appmgext.dll , 2
|
|
@@:@@:appmgmt.dll , 2
|
|
@@:@@:appmgr.cpl , 2
|
|
@@:@@:appprof.mfl , 35
|
|
@@:@@:appprof.mof , 35
|
|
@@:@@:apps.hlp , 21
|
|
@@:@@:arialb.ttf , 22
|
|
@@:@s:arpa-127.rev , 2
|
|
@i:@@:aspndis3.sys , 4
|
|
@@:@@:asr_fmt.exe , 2
|
|
@@:@@:atdisk.sys , 4
|
|
@@:@@:athenant.inf , 20
|
|
@m:@s:ati2draa.dll , 2 ; ATI Rage128 display driver
|
|
@m:@s:ati2mpaa.sys , 4 ; ATI Rage128 miniport driver
|
|
@m:@s:atiintaa.inf , 20 ; ATI Rage128 driver INF
|
|
@m:@s:atiraged.dll , 2 ; ATI Rage display driver
|
|
@m:@s:atiragem.sys , 4 ; ATI Rage miniport driver
|
|
@m:@s:atidrab.dll , 2 ; ATI Mobile Rage3 display driver
|
|
@m:@s:atimpab.sys , 4 ; ATI Mobile Rage3 miniport driver
|
|
@m:@s:atidrae.dll , 2 ; ATI Rage3 display driver
|
|
@m:@s:atimpae.sys , 4 ; ATI Rage3 miniport driver
|
|
@m:@s:atividin.inf , 20 ; ATI WDM driver INF
|
|
@m:@s:atievxx.exe , 2 ; ATI hot-key polling application (pre-Radeon)
|
|
@m:@s:atipcxxx.exe , 2 ; ATI Specialized PCD VBI Codec (pre-Radeon)
|
|
@m:@s:atirtcap.sys , 4 ; ATI WDM Rage Theater MiniDriver (pre-Radeon)
|
|
@m:@s:atirtsnd.sys , 4 ; ATI WDM Rage Theater Audio Minidriver (pre-Radeon)
|
|
@m:@s:atitunep.sys , 4 ; ATI WDM TVTuner MiniDriver (pre-Radeon)
|
|
@m:@s:ativsnd.sys , 4 ; ATI WDM TV Sound MiniDriver (pre-Radeon)
|
|
@m:@s:ativmdcd.sys , 4 ; ATI Specialized MVD VBI Codec (pre-Radeon)
|
|
@m:@s:ativttxx.sys , 2 ; ATI WDM Teletext Decoder (pre-Radeon)
|
|
@m:@s:ativxbar.sys , 2 ; ATI WDM TVAUDIO_CrossBar MiniDriver (pre-Radeon)
|
|
@m:@s:atixbar.sys , 2 ; ATI WDM CrossBar MiniDriver (pre-Radeon)
|
|
@@:@@:atsvc.exe , 2
|
|
@@:@@:au8820.sys , 4
|
|
@@:@@:au8830.sys , 4
|
|
@@:@@:au88nt.sys , 4
|
|
@@:@@:au88nt30.dll , 2
|
|
@@:@@:au88nt32.dll , 2
|
|
@@:@@:auddrive.dll , 2
|
|
@@:@@:auddrive.sys , 4
|
|
@@:@@:audio.inf , 20 ; BUGBUG: remove this after beta. This file didn't exist on NT 4.0
|
|
@@:@@:audiocdc.hlp , 2
|
|
@@:@@:audpci40.dll , 2
|
|
@@:@@:autosetp.exe , 2
|
|
@i:@@:avmcfg.dll , 2
|
|
@i:@@:avmhard.dll , 2
|
|
@i:@@:avprop.dll , 2
|
|
@i:@@:avprop.hlp , 21
|
|
@@:@@:avvcap.dll , 2
|
|
@@:@@:avxpbios.bin , 4
|
|
@@:@@:avxpfep.bin , 4
|
|
@@:@@:awprt.cnt , 21
|
|
@@:@@:awprt.hlp , 21
|
|
@@:@@:axaa.adm , 20
|
|
@@:@@:aztaud.dll , 2
|
|
@@:@@:aztaud.sys , 4
|
|
@i:@@:b1isawan.inf , 20
|
|
@i:@@:b1pciwan.inf , 20
|
|
@i:@@:b1pcmwan.inf , 20
|
|
@i:@@:b1usbwan.inf , 20
|
|
@@:@@:backgrnd.gif , 33
|
|
@@:@@:backup.cnt , 2
|
|
@@:@@:backup.exe , 2
|
|
@@:@@:backup.fts , 2
|
|
@@:@@:backup.hlp , 2
|
|
@@:@s:banshee.inf , 20
|
|
@@:@@:basicdc.inf , 41
|
|
@@:@@:basicsv.inf , 41
|
|
@@:@@:basicwk.inf , 41
|
|
@@:@s:backupconcepts.chm , 21
|
|
@@:@@:bcai5tdi.inf , 20
|
|
@@:@@:bcaitdi.sys , 4
|
|
@i:@@:BCAITDI.SYS , 180
|
|
@i:@@:BCAMHWAC.DLL , 180
|
|
@i:@@:bcm42u.sys , 4
|
|
@i:@@:bcm42xx5.sys , 4
|
|
@@:@@:bhctrl.cpl , 2
|
|
@@:@@:bhmon.dll , 2
|
|
@@:@@:bhnetb.dll , 2
|
|
@@:@@:bhnt.sys , 4
|
|
@@:@@:bhp013.cnt , 2
|
|
@@:@@:bhsupp.dll , 2
|
|
@@:@@:bios2.rom , 2
|
|
@@:@@:black.scr , 1
|
|
@@:@@:bloom.url , 1
|
|
@i:@@:blutok.sys , 4
|
|
@@:@@:bootok.exe , 2
|
|
@@:@@:bootvrfy.exe , 2
|
|
@i:@@:brzwlan.sys , 4
|
|
@@:@@:br549.dll , 2
|
|
@i:@@:c20n5.sys , 4
|
|
@i:@@:c21n5.sys , 4
|
|
@@:@@:cabr.exe , 28
|
|
@@:@@:calc.cnt , 2
|
|
@@:@@:calc.cnt , 21
|
|
@@:@@:calc.hlp , 2
|
|
@@:@@:callcont.dll , 2
|
|
@@:@@:camera.hlp , 21
|
|
@i:@@:cb325.sys , 4
|
|
@i:@@:cbe.sys , 4
|
|
@i:@@:cben5.sys , 4
|
|
@@:@s:ccfapi.hlp , 21
|
|
@@:@@:cchat21.inf , 20
|
|
@i:@@:ce2n5.sys , 4
|
|
@i:@@:ce3n5.sys , 4
|
|
@i:@@:cem28n5.sys , 4
|
|
@i:@@:cem33n5.sys , 4
|
|
@i:@@:cem56n5.sys , 4
|
|
@@:@@:certdoc.cab , 2
|
|
@@:@@:certenr3.dll , 2
|
|
@@:@@:certmast.inf , 2
|
|
@@:@s:certocm.dll , 2
|
|
@@:@w:certocm.dll , 2
|
|
@@:@s:certocm.inf , 2
|
|
@@:@w:certocm.inf , 2
|
|
@@:@s:certocm.inf ,32
|
|
@@:@@:certsrv.cab , 2
|
|
@@:@@:certsrv.inf , 2
|
|
@@:@w:certtmpl.dll , 2
|
|
@@:@@:certwrap.exe , 2
|
|
@@:@@:cfmcanon.inf , 20
|
|
@@:@@:cfmcanon.pnf , 20
|
|
@@:@@:cfmmustk.inf , 20
|
|
@@:@@:cfmmustk.pnf , 20
|
|
@@:@@:cfmricoh.inf , 20
|
|
@@:@@:cfmricoh.pnf , 20
|
|
@@:@@:cg94_493.ppd , 11
|
|
@@:@@:"Channel Screen Saver.scr", 1
|
|
@@:@@:"Channel Screen Saver.scr", 2
|
|
@@:@@:charmap.cnt , 2
|
|
@@:@@:charmap.cnt , 21
|
|
@@:@@:charmap.hlp , 2
|
|
@@:@@:chat.adm , 20
|
|
@3:@@:chimes.wav , 1
|
|
@@:@@:chips5.inf , 20
|
|
@@:@@:chord.wav , 1
|
|
@@:@@:ciadmin.msc , 2
|
|
@@:@@:cifrmwrk.dll , 2
|
|
@@:@@:cim16net.dll , 35
|
|
@@:@@:cim32net.dll , 35
|
|
@@:@@:cime.cpl , 2
|
|
@@:@@:cimom.exe , 2
|
|
@@:@@:cimommc.dll , 2
|
|
@@:@@:cimw32ex.dll , 35
|
|
@@:@@:cimwin33.dll , 35
|
|
@@:@@:ciperfm.h , 2
|
|
@@:@@:cliconf.cnt , 2
|
|
@@:@@:cliconfg.cpl , 2
|
|
@@:@@:clip01.seq , 2
|
|
@@:@@:clip02.seq , 2
|
|
@@:@@:clip03.seq , 2
|
|
@@:@@:clipbrd.cnt , 2
|
|
@@:@@:clipbrd.cnt , 21
|
|
@@:@@:clipbrd.fts , 2
|
|
@@:@@:clipbrd.hlp , 2
|
|
@i:@@:clrviddd.dll , 1
|
|
@@:@e:cluadmin.cnt , 21
|
|
@@:@e:clusocm.dll , 2
|
|
@@:@e:clusocm.inf , 2
|
|
@@:@e:clusocm.inf ,32
|
|
@@:@@:cmmgr32.exe , 2
|
|
@@:@@:cmos.ram , 2
|
|
@@:@@:cmpci.sys , 4
|
|
@@:@@:cm-pci.dll , 2
|
|
@@:@@:cmnquery.dll , 2
|
|
@@:@@:cnnvs.url , 1
|
|
@@:@@:cnss.sys , 4
|
|
@@:@@:comctlv6.dll , 2
|
|
@@:@@:comm01.seq , 2
|
|
@@:@@:comm02.seq , 2
|
|
@@:@@:commggs.htm , 2
|
|
@@:@@:commgqs.htm , 2
|
|
@@:@@:commgst.htm , 2
|
|
@@:@@:commgts.htm , 2
|
|
@@:@@:common.hlp , 21
|
|
@3:@@:comnt5.inf , 2
|
|
@3:@@:comnt5.inf ,32
|
|
@@:@@:compatws.inf , 41
|
|
@@:@s:compmgmt.chm , 21
|
|
@@:@s:compmgmt.cnt , 21
|
|
@@:@@:compmgmt.hlp , 21
|
|
@@:@@:comreg32.dll , 2
|
|
@3:@@:comsetup.dll , 2
|
|
@6:@@:comsetup.dll , 2
|
|
@6:@@:comsetup.inf , 2
|
|
@6:@@:comsetup.inf ,32
|
|
@@:@@:comsmd.exe , 2
|
|
@@:@@:conn01.seq , 2
|
|
@@:@@:conn02.seq , 2
|
|
@@:@@:console.cpl , 2
|
|
@@:@@:control.chm , 21
|
|
@@:@@:control.cnt , 2
|
|
@@:@@:control.hlp , 2
|
|
@@:@@:control.hlp , 21
|
|
@@:@@:copyadmn.cmd , 2
|
|
@@:@@:corelist.inf , 20
|
|
@@:@@:courb.ttf , 22
|
|
@@:@@:cp100.dll , 2
|
|
@@:@@:cp100dg.dll , 2
|
|
@i:@@:cpq550n5.sys , 4
|
|
@@:@@:cpqdgd.sys , 4
|
|
@i:@@:cpqepc.sys , 4
|
|
@@:@@:cpqkdd.dll , 2
|
|
@@:@@:cpqkdrv.sys , 4
|
|
@i:@@:cpqndis5.sys , 4
|
|
@@:@@:cpqset.cpl , 2
|
|
@@:@@:cpqset.exe , 2
|
|
@@:@@:cpqtrcod.bin , 4
|
|
@i:@@:cpqtrnd4.sys , 4
|
|
@i:@@:cpqtrnd5.sys , 4
|
|
@@:@@:cpqtrpci.sys , 4
|
|
@@:@@:cps_ref.chm , 21
|
|
@@:@@:creat01.seq , 2
|
|
@@:@@:creat02.seq , 2
|
|
@@:@@:createdb.sql , 35
|
|
@@:@@:crlntmpl.mof , 35
|
|
@@:@@:cryptmnu.dll , 2
|
|
@@:@@:cs32ba11.dll , 2
|
|
@@:@@:cs32ba11.sys , 4
|
|
@@:@@:csadm.dll , 2
|
|
@@:@@:csbase.dll , 2
|
|
@@:@@:csbase.sys , 4
|
|
@@:@@:csc.exe , 2
|
|
@@:@@:csprc.dll , 2
|
|
@@:@@:ctape.cpl , 2
|
|
@@:@s:ctlegacy.inf , 20
|
|
@@:@@:ctlface.sys , 4
|
|
@@:@@:ctmm32.dll , 2
|
|
@@:@@:ctmvclas.dll , 2
|
|
@@:@@:ctmvport.inf , 20
|
|
@@:@@:ctsyn.sys , 4
|
|
@@:@@:ctsyn32.dll , 2
|
|
@@:@@:cufat.dll , 2
|
|
@@:@@:cuhpfs.dll , 2
|
|
@@:@@:cursors.cpl , 2
|
|
@@:@@:cwantr0.sys , 4
|
|
@@:@@:cwaudio.bin , 4
|
|
@@:@@:cwbaudio.bin , 4
|
|
@@:@@:cwbaudio.sys , 4
|
|
@@:@@:cwantr3.dll , 2
|
|
@@:@@:cwaaudio.inf , 2
|
|
@@:@@:cwbaudll.dll , 2
|
|
@@:@@:cwcaudio.inf , 2
|
|
@@:@@:cwcecho.sys , 4
|
|
@@:@@:cwcfm.sys , 4
|
|
@@:@@:cwcfm3.dll , 2
|
|
@@:@@:cwcmmsym.sys , 4
|
|
@@:@@:cwrmmsys.dll , 2
|
|
@@:@@:cwcmmsys.dll , 2
|
|
@@:@@:cwcmsg.sys , 4
|
|
@@:@@:cwcspud.sys , 4
|
|
@@:@@:cwcspud3.sys , 4
|
|
@@:@@:cwgmsg.sys , 4
|
|
@@:@@:cwrgal.sys , 4
|
|
@@:@@:cwrgal3.sys , 4
|
|
@@:@@:cxbios.bin , 4
|
|
@@:@@:cxfep.bin , 4
|
|
@@:@@:cyports.cpl , 2
|
|
@@:@@:d100ib5.sys , 4
|
|
@@:@@:d3d8d.dll , 2
|
|
@@:@@:d3dhalf.dll , 2
|
|
@@:@@:d3dim700.dll , 2
|
|
@@:@@:d3drampf.dll , 2
|
|
@@:@@:d3dref.dll , 2
|
|
@@:@@:d3dref8.dll , 2
|
|
@@:@@:d3drg16f.dll , 2
|
|
@@:@@:d3drg24f.dll , 2
|
|
@@:@@:d3drg24x.dll , 2
|
|
@@:@@:d3drg32f.dll , 2
|
|
@@:@@:d3drg32x.dll , 2
|
|
@@:@@:d3drg55x.dll , 2
|
|
@@:@@:d3drg56x.dll , 2
|
|
@@:@@:d3drg8f.dll , 2
|
|
@@:@@:d3drg8x.dll , 2
|
|
@@:@@:d3drgbf.dll , 2
|
|
@@:@@:d3drgbxf.dll , 2
|
|
@@:@@:d3drm16f.dll , 2
|
|
@@:@@:d3drm24f.dll , 2
|
|
@@:@@:d3drm32f.dll , 2
|
|
@@:@@:d3drm8f.dll , 2
|
|
@@:@@:d3dx8d.dll , 2
|
|
@@:@@:dacui.dll , 2
|
|
@i:@@:daas_td.dll , 180
|
|
@@:@@:datap462.ppd , 11
|
|
@w:@@:dbmsshrn.dll , 2
|
|
@@:@@:dc21x4.hlp , 2
|
|
@@:@@:dc21x4.sys , 4
|
|
@@:@@:dcomcnfg.chm , 21
|
|
@@:@@:dcomcnfg.hlp , 21
|
|
@@:@@:dcomext.dll , 2
|
|
@@:@@:dcomsec.dll , 35
|
|
@@:@@:ddeshare.cnt , 2
|
|
@@:@@:ddeshare.cnt , 21
|
|
@@:@@:ddeshare.hlp , 2
|
|
@@:@@:ddeshare.hlp , 21
|
|
@@:@@:ddhelp.exe , 2
|
|
@@:@@:ddmadmin.dll , 2
|
|
@@:@@:ddmprxy.exe , 2
|
|
@i:@@:decdnet.dll , 2
|
|
@@:@@:def_pf.htm , 33
|
|
@@:@@:defddi.hlp , 2
|
|
@@:@@:defea.dll , 2
|
|
@@:@@:defea.sys , 4
|
|
@@:@@:defpa.dll , 2
|
|
@@:@@:defpa.sys , 4
|
|
@@:@s:defrag.chm , 21
|
|
@@:@@:deltacpl.cpl , 2
|
|
@@:@@:deltapnl.exe , 2
|
|
@@:@@:dependcy.chm , 21
|
|
@@:@@:desk.cpl ,32
|
|
@@:@@:deskpan.dll , 2
|
|
@@:@@:devapps.cpl , 2
|
|
@@:@@:devapps.hlp , 21
|
|
@@:@s:devmgr.chm , 21
|
|
@@:@@:devtree.msc , 2
|
|
@@:@@:dfe650.sys , 4
|
|
@@:@@:dfe650d.sys , 4
|
|
@@:@@:dflayout.dll , 2
|
|
@@:@@:dfsadmin.cnt , 2
|
|
@@:@@:dfsadmin.exe , 2
|
|
@@:@@:dfsadmin.hlp , 2
|
|
@@:@@:dgavnstr.sys , 4
|
|
@@:@@:dglpa.sys , 4
|
|
@@:@@:dgprpage.dll , 2
|
|
@@:@@:dgprpage.hlp , 2
|
|
@@:@@:dgnet.mof , 35
|
|
@@:@s:dhcpadmn.exe , 2
|
|
@@:@s:dhcpadmn.hlp , 21
|
|
@@:@@:dialer.cnt , 21
|
|
@@:@@:didiva.inf , 20
|
|
@@:@@:didiva.pnf , 20
|
|
@@:@s:divac.inf , 20
|
|
@@:@s:divac.pnf , 20
|
|
@i:@@:digipri.sys , 4
|
|
@i:@@:digiras.cnt , 2
|
|
@@:@@:dimaint.sys , 19
|
|
@@:@@:dimm.dll , 2
|
|
@3:@@:ding.wav , 1
|
|
@@:@@:dinput8d.dll , 2
|
|
@@:@@:directx.cpl , 2
|
|
@@:@@:discover.exe , 1
|
|
@@:@s:diskmgmt.chm , 21
|
|
@@:@@:diskmgmt.cnt , 21
|
|
@@:@@:diskperf.exe , 2
|
|
@@:@@:diskperf.sys , 4
|
|
@@:@@:display.cpl , 2
|
|
@@:@@:dispoem.inf , 20
|
|
@@:@@:diwan.inf , 20
|
|
@@:@@:diwan.sys , 19
|
|
@i:@@:dlh5xnd5.sys , 4
|
|
@@:@s:dmband.dll , 2
|
|
@@:@@:dmbandd.dll , 2
|
|
@@:@@:dmcompod.dll , 2
|
|
@@:@s:dmcompos.dll , 2
|
|
@@:@s:dmime.dll , 2
|
|
@@:@@:dmimed.dll , 2
|
|
@@:@@:dmloaded.dll , 2
|
|
@@:@s:dmloader.dll , 2
|
|
@@:@@:dmrecovr.dll , 2
|
|
@@:@@:dmrecovr.exe , 2
|
|
@@:@@:dmscripd.dll , 2
|
|
@@:@s:dmscript.dll , 2
|
|
@@:@s:dmstyle.dll , 2
|
|
@@:@@:dmstyled.dll , 2
|
|
@@:@s:dmsynth.dll , 2
|
|
@@:@@:dmsynthd.dll , 2
|
|
@@:@@:dmusic.inf , 20
|
|
@@:@s:dmusic.dll , 2
|
|
@@:@@:dmusicd.dll , 2
|
|
@@:@@:dmwinctl.dll , 2
|
|
@@:@s:dnsadmin.cnt , 21
|
|
@@:@s:dnsadmin.exe , 2
|
|
@@:@s:dnsadmin.hlp , 21
|
|
@@:@s:dnsread.txt , 2
|
|
@@:@s:dnssvc.dll , 2
|
|
@@:@@:docart1.gif , 33
|
|
@@:@@:doclist.gif , 33
|
|
@@:@@:docpgset.gif , 33
|
|
@@:@@:docprop.gif , 33
|
|
@@:@@:document.gif , 33
|
|
@@:@@:dotclear.gif , 2
|
|
@@:@@:dp_us470.ppd , 11
|
|
@@:@@:dpl15601.ppd , 11
|
|
@@:@@:dplz9601.ppd , 11
|
|
@@:@s:dqconcepts.chm , 21
|
|
@@:@m:drmk.sys , 4
|
|
@@:@m:drmkaud.sys , 4
|
|
@@:@@:driver.cab , 39
|
|
@@:@s:drivprop.chm , 21
|
|
@@:@@:drwtsn32.cnt , 2
|
|
@@:@@:drwtsn32.cnt , 21
|
|
@@:@@:drwtsn32.hlp , 2
|
|
@@:@@:ds1.cpl , 2
|
|
@@:@@:ds1.sys , 4
|
|
@@:@@:dsclient.chm , 21
|
|
@@:@@:dsclient.txt , 21
|
|
@@:@@:dscomobx.dll , 112
|
|
@@:@@:dsctl.dll , 2
|
|
@@:@@:dskquoui.cnt , 21
|
|
@@:@w:dskquoui.hlp , 21
|
|
@@:@@:dsmconcepts.chm , 21
|
|
@@:@s:dsmhelp.chm , 21
|
|
@@:@s:dsrole.chm , 21
|
|
@@:@@:dsrole.dll , 2
|
|
@@:@s:dsrole.hlp , 21
|
|
@@:@@:dsrvui32.dll , 2
|
|
@@:@s:dssetdc.exe , 2
|
|
@@:@@:dsfolder.dll , 2
|
|
@@:@@:dssbase.dll , 2
|
|
@@:@@:dssbase.dll , 5
|
|
@m!x:@@:dssbase.dll , 82
|
|
@@:@@:dsssig.exe , 2
|
|
@@:@@:dsssig.exe , 5
|
|
@@:@@:dsui.dll , 2
|
|
@@:@@:dsupgrad.exe , 2
|
|
@@:@s:dswave.dll , 2
|
|
@@:@@:dswaved.dll , 2
|
|
@@:@@:dsxmixer.exe , 2
|
|
@@:@@:dsxaplib.dll , 1
|
|
@3:@@:dtcnt5.inf , 2
|
|
@3:@@:dtcnt5.inf ,32
|
|
@6:@@:dtcsetup.dll , 2
|
|
@6:@@:dtcsetup.inf , 2
|
|
@6:@@:dtcsetup.inf ,32
|
|
@@:@@:dvc323.dll , 2
|
|
@3:@@:dvdplay.exe , 2 ; Replaced by WMP8
|
|
@@:@@:dvc323.ds , 50
|
|
@@:@@:dvc323.inf , 20
|
|
@@:@@:dvc323.ocx , 2
|
|
@@:@@:dvc323.sys , 4
|
|
@i:@@:dx3r.exe , 28
|
|
@i:@@:dxar.exe , 28
|
|
@@:@@:dxdiag.chi , 21
|
|
@@:@@:dxdllreg.exe , 2
|
|
@@:@@:dxtmsft3.dll , 2
|
|
@i:@@:e100.sys , 4
|
|
@i:@@:e1000nt5.sys , 4
|
|
@i:@@:e100bnt.sys , 4
|
|
@i:@@:e100bnt5.sys , 4
|
|
@i:@@:e100isa4.sys , 4
|
|
@@:@@:e100set.hlp , 2
|
|
@@:@@:e100snt5.sys , 4
|
|
@@:@@:e100s960.ima , 4
|
|
@@:@@:e100srv.dll , 2
|
|
@@:@@:e100srv.hlp , 2
|
|
@@:@@:e100srvd.dll , 2
|
|
@@:@@:e100srvd.sys , 4
|
|
@@:@@:e100srvk.sys , 4
|
|
@m:@@:e100w64.sys , 4
|
|
@m:@@:e1000w64.sys , 4
|
|
@i:@@:e22n3.sys , 4
|
|
@@:@@:eapci40.sys , 4
|
|
@@:@@:ee16.sys , 4
|
|
@@:@@:eel.mof , 35
|
|
@@:@@:eelpolic.vbs , 35
|
|
@@:@@:eeltmpl.mof , 35
|
|
@@:@@:efs.sys , 4
|
|
@i:@@:EL515.SYS , 4
|
|
@i:@@:el562nd4.sys , 4
|
|
@i:@@:el574nd4.sys , 4
|
|
@i:@@:el575nd5.sys , 4
|
|
@i:@@:el589nd5.sys , 4
|
|
@i:@@:el59x.sys , 4
|
|
@i:@@:el656nd5.sys , 4
|
|
@@:@@:el90x.sys , 4
|
|
@i:@@:el90xbc5.sys , 4
|
|
@@:@@:el90xnd3.sys , 4
|
|
@@:@@:el90xnd4.sys , 4
|
|
@@:@@:el90xnd5.sys , 4
|
|
@i:@@:el980n5.sys , 4
|
|
@i:@@:el985nd5.sys , 4
|
|
@i:@@:el99xnd5.sys , 4
|
|
@i:@@:elnk16.sys , 4
|
|
@@:@@:elnk3nd4.sys , 4
|
|
@@:@@:elnk3.sys , 4
|
|
@@:@@:elnkii.sys , 4
|
|
@i:@@:elnkmc.sys , 4
|
|
@@:@@:elogcons.mof , 35
|
|
@i:@@:elpc3r.sys , 4
|
|
@@:@s:els.chm , 21
|
|
@i:@@:em556n4.sys , 4
|
|
@@:@@:empci.sys , 4
|
|
@@:@@:emu10k1.sys , 4
|
|
@i:@@:en22265.sys , 4
|
|
@i:@@:enet5.sys , 4
|
|
@@:@@:ep100dg.dll , 2
|
|
@@:@@:ep100dg.sys , 4
|
|
@@:@@:ep500cam.dll , 2
|
|
@@:@@:ep500usd.dll , 2
|
|
@i:@@:epro.sys , 4
|
|
@i:@@:epro4.sys , 4
|
|
@@:@@:epro10.dll , 2
|
|
@@:@@:epro100.dll , 2
|
|
@@:@@:eprodiag.dll , 2
|
|
@@:@@:eprodiag.sys , 4
|
|
@@:@@:eprokdd.sys , 4
|
|
@@:@@:eproset.hlp , 2
|
|
@@:@@:error.gif , 33
|
|
@@:@@:errormsg.htm , 33
|
|
@@:@@:es1371.dll , 2
|
|
@@:@@:es137140.sys , 4
|
|
@i:@@:esnmfal.sys , 4
|
|
@@:@@:essaudio.dll , 2
|
|
@@:@@:essswt.dat , 2
|
|
@@:@@:essswt.dls , 2
|
|
@i:@@:esvfls0.ima , 4
|
|
@i:@@:esvfrm0.ima , 4
|
|
@i:@@:et32nt.sys , 4
|
|
@@:@@:eudcedit.cnt , 21
|
|
@@:@@:eventvwr.bat , 2
|
|
@@:@@:eventvwr.cnt , 2
|
|
@@:@@:eventvwr.fts , 2
|
|
@@:@@:eventvwr.hlp , 2
|
|
@i:@@:ex10.sys , 4
|
|
@@:@s:exchange.chm , 21
|
|
@@:@@:explorer.exe , 2
|
|
@@:@@:extrac32.exe , 1 ; now in system32
|
|
@i:@@:fa312nd5.sys , 4
|
|
@i:@@:dlh5xnd5.sys , 4
|
|
@i:@@:f3ab18xj.sys , 4
|
|
@i:@@:f3ab18xi.sys , 4
|
|
@@:@@:fa410nd5.sys , 4
|
|
@i:@@:fail_1.gro , 180
|
|
@@:@@:favorite.dll , 2
|
|
@@:@@:faxab32.dll , 2
|
|
@@:@@:faxcfg.cpl , 2
|
|
@@:@@:faxcfg.dll , 2
|
|
@@:@@:faxcfg.exe , 2
|
|
@@:@@:faxcfgd.dll , 2
|
|
@@:@@:faxcfgst.exe , 2
|
|
@@:@@:faxclnt.inf , 2
|
|
@@:@@:faxext.ecf , 2
|
|
@@:@s:faxmgmt.chm , 21
|
|
@@:@@:faxocm.dll ,32
|
|
@@:@@:faxsetup.exe , 2
|
|
@@:@@:faxsetup.inf , 2
|
|
@@:@@:faxsetup.inf ,32
|
|
@@:@@:faxstat.exe , 2
|
|
@@:@@:faxwiz.dll , 2
|
|
@i:@@:fcisawan.inf , 20
|
|
@@:@@:fconprov.mfl , 35
|
|
@@:@@:fconprov.mof , 35
|
|
@i:@@:fcpciwan.inf , 20
|
|
@i:@@:fcpcmwan.inf , 20
|
|
@i:@@:fcpnpwan.inf , 20
|
|
@i:@@:fcusbwan.inf , 20
|
|
@i:@@:fem556n5.sys , 4
|
|
@i:@@:fetnd5.sys , 4
|
|
@@:@@:fevprov.mfl , 35
|
|
@@:@@:fevprov.mof , 35
|
|
@@:@s:file_srv.chm , 21
|
|
@@:@@:file_srv.cnt , 21
|
|
@@:@@:file_srv.hlp , 21
|
|
@@:@@:filter.dll , 2
|
|
@@:@@:filtperf.h , 2
|
|
@@:@s:fjtscan.inf , 20
|
|
@@:@s:fjtscan.pnf , 20
|
|
@@:@@:fl32mini.sys , 4
|
|
@@:@@:flag.gif , 1
|
|
@@:@@:flagblk.gif , 1
|
|
@@:@@:floppy.sys , 4
|
|
@@:@@:flourish.mid , 1
|
|
@i:@@:forehe.sys , 4
|
|
@@:@@:forele.sys , 4
|
|
@@:@@:foxnews.url , 1
|
|
@@:@@:fp.inf , 2
|
|
@@:@@:fp.inf ,32
|
|
@@:@@:fp40ext.dll , 2
|
|
@@:@@:fp40ext.inf , 2
|
|
@@:@@:fp40ext.inf ,32
|
|
@@:@@:frahmmo.dll , 35
|
|
@@:@@:frahmmod.dll , 35
|
|
@@:@@:freecell.chm , 2
|
|
@@:@@:freecell.cnt , 2
|
|
@@:@@:freecell.cnt , 21
|
|
@@:@@:freecell.hlp , 2
|
|
@@:@@:friendly.dll , 2
|
|
@@:@@:fsci.dll , 2
|
|
@@:@@:ftpctrs.dll , 2
|
|
@@:@@:ftpmgr.cpl , 2
|
|
@@:@s:ftpsmx.cnt , 2
|
|
@@:@s:ftpsmx.dll , 2
|
|
@@:@s:ftpsmx.hlp , 2
|
|
@@:@@:ftpsvapi.dll , 2
|
|
@@:@@:ftpsvc.dll , 2
|
|
@@:@@:fwdprov.dll , 35
|
|
@@:@@:fx32.chm , 21
|
|
@@:@@:fxbios.bin , 4
|
|
@@:@@:fxfep.bin , 4
|
|
@m:@s:g200d.dll , 2 ; Matrox G200 display driver
|
|
@m:@s:g200m.sys , 4 ; Matrox G200 miniport driver
|
|
@m:@s:g400d.dll , 2 ; Matrox G200 display driver
|
|
@m:@s:g400m.sys , 4 ; Matrox G200 miniport driver
|
|
@m:@s:g400.inf , 20 ; Matrox G400 driver INF
|
|
@@:@@:g723codc.ax , 2
|
|
@@:@@:gchand.dll , 2
|
|
@@:@@:gdiplus.dll , 2
|
|
@6:@@:gdiplus.dll , 82
|
|
@i:@@:gen_1.gro , 180
|
|
@i:@@:genan5.sys , 4
|
|
@i:@@:genbn5.sys , 4
|
|
@@:@@:genctrnm.h , 35
|
|
@@:@@:glint.inf , 20
|
|
@@:@@:glintdd.dll , 2
|
|
@@:@@:glintmp.sys , 4
|
|
@@:@s:glossary.chm , 21
|
|
@@:@@:glossary.cnt , 2
|
|
@@:@@:glossary.fts , 2
|
|
@@:@@:glossary.hlp , 2
|
|
@@:@s:glossary.hlp , 21
|
|
@@:@@:gm8.dls , 2
|
|
@@:@@:Gm10mb.sam , 2
|
|
@@:@@:Gm40mb.sam , 2
|
|
@@:@@:Gm80mb.sam , 2
|
|
@@:@@:GM.DLS , 2
|
|
@@:@@:h245.dll , 2
|
|
@@:@@:h245ws.dll , 2
|
|
@@:@@:h261_32.ax , 2
|
|
@@:@@:h263_32.ax , 2
|
|
@@:@@:halftone.cnt , 2
|
|
@@:@@:halftone.hlp , 2
|
|
@@:@@:hidserv.exe , 2
|
|
@@:@p:hisecdc.inf ,41
|
|
@@:@p:hisecws.inf ,41
|
|
@@:@@:hmmads.dll , 35
|
|
@@:@@:hmmads.tlb , 35
|
|
@@:@@:hmmcli.dll , 35
|
|
@@:@@:hmmdeftr.dll , 35
|
|
@@:@@:hmmsvc.dll , 35
|
|
@@:@@:hmmsvc.tlb , 35
|
|
@@:@@:hmmwin32.dll , 35
|
|
@@:@@:hmmwin32.mof , 35
|
|
@@:@@:hmom.exe , 35
|
|
@@:@@:hmomcore.dll , 35
|
|
@@:@@:hmomess.dll , 35
|
|
@@:@@:hnetsvc.dll , 2
|
|
@6:@@:hnetsvc.dll , 82
|
|
@@:@@:hotplug.cpl , 2
|
|
@@:@@:hours.ocx , 2
|
|
@@:@@:hp100dg.dll , 2
|
|
@@:@@:hp_650c1.ppd , 11
|
|
@@:@@:hp__clj5.ppd , 11
|
|
@i:@@:hpddnd4.sys , 4
|
|
@@:@@:hpeli522.ppd , 11
|
|
@i:@@:hpisa.sys , 4
|
|
@@:@@:hplj_31.ppd , 11
|
|
@@:@@:hplocmon.dll , 2
|
|
@@:@@:hplocmon.hlp , 2
|
|
@@:@@:hpmon.dll , 2
|
|
@@:@@:hpmon.hlp , 2
|
|
@@:@@:hppcl5ms.dll , 11
|
|
@@:@s:hpscan.inf , 20
|
|
@@:@s:hpscan.pnf , 20
|
|
@@:@@:hpscan16.sys , 4
|
|
@@:@@:hpscan32.dll , 2
|
|
@@:@@:hpset.cpl , 2
|
|
@@:@@:hpset.exe , 2
|
|
@@:@@:hptx100.dll , 2
|
|
@@:@@:hptxdg.sys , 4
|
|
@@:@@:hptxkdd.dll , 2
|
|
@i:@@:hptxnt5.sys , 4
|
|
@@:@@:hptxset.hlp , 2
|
|
@@:@@:hqaccess.dll , 2
|
|
@@:@s:hsm.hlp , 21
|
|
@@:@@:htable-sortby.xsl, 35
|
|
@@:@@:Hwaccess.dll , 2
|
|
@@:@@:hydraoc.dll , 2
|
|
@@:@s:hydraoc.dll , 2
|
|
@@:@s:hydraoc.dll ,32
|
|
@@:@@:hydraoc.inf , 2
|
|
@@:@s:hydraoc.inf , 2
|
|
@@:@s:hydraoc.inf ,32
|
|
@@:@@:hypertrm.cnt , 21
|
|
@@:@s:i740nt5.inf , 20
|
|
@@:@s:i81xnt5.inf , 20
|
|
@@:@w:ias.msc , 2
|
|
@@:@@:iaseap.dll , 2
|
|
@@:@@:iasnet.dll , 2
|
|
@@:@@:iasoledb.dll , 2
|
|
@@:@w:iasperf.dll , 2
|
|
@@:@w:iasperf.ini , 2
|
|
@@:@w:iasperf.h , 2
|
|
@@:@@:iaspipe.dll , 2
|
|
@@:@@:iasuserr.dll , 2
|
|
@@:@@:iastrans.dll , 2
|
|
@i:@@:ibmcn5.sys , 4
|
|
@i:@@:ibmexmp.sys , 4
|
|
@i:@@:ibmeimp.sys , 4
|
|
@@:@@:ibmfe100.dll , 2
|
|
@@:@@:ibmfedg.dll , 2
|
|
@@:@@:ibmfekdd.dll , 2
|
|
@@:@@:ibmfekdd.sys , 4
|
|
@i:@@:ibmfent5.sys , 4
|
|
@@:@@:ibmfeset.cpl , 2
|
|
@@:@@:ibmfeset.exe , 2
|
|
@@:@@:ibmfeset.hlp , 2
|
|
@@:@@:ibmgbdd.sys , 4
|
|
@i:@@:ibmgent5.sys , 4
|
|
@@:@@:ibmmon.exe , 2
|
|
@@:@@:ibmset.cpl , 2
|
|
@@:@@:ibmsetpk.cnt , 2
|
|
@@:@@:ibmsetpk.hlp , 2
|
|
@@:@@:ibmtok.sys , 4
|
|
@i:@@:ibmtok.sys , 4
|
|
@@:@@:ibmtok2i.sys , 4
|
|
@@:@@:ibmtrcpl.cpl , 2
|
|
@i:@@:ibmtrp.sys , 4
|
|
@@:@@:iccvid.dll , 2
|
|
@@:@@:icfgnt.dll , 2
|
|
@@:@@:ich2usb.inf , 20
|
|
@@:@@:ich2usb.pnf , 20
|
|
@@:@@:ident.chm , 21
|
|
@@:@@:idisntkm.dll , 1
|
|
@@:@@:ieeula.chm , 21
|
|
@@:@@:ieshwiz.exe , 1
|
|
@@:@@:ieshwiz.exe , 2
|
|
@@:@@:ifadmin.dll , 2
|
|
@@:@@:iis.dll , 2
|
|
@@:@@:iis.inf , 2
|
|
@@:@@:iis.inf ,32
|
|
@@:@@:ilscfg.exe , 2
|
|
@@:@@:imghelp.cnt , 2
|
|
@@:@@:ims.inf , 2
|
|
@@:@@:ims.inf ,32
|
|
@@:@@:imsinsnt.dll , 2
|
|
@@:@@:inetins.exe , 2
|
|
@@:@@:initial.inf , 2
|
|
@@:@@:ins.inf , 2
|
|
@@:@@:ins.inf ,32
|
|
@@:@w:ins.inf , 20
|
|
@@:@@:install.log , 35
|
|
@@:@@:instcm.inf , 2
|
|
@@:@@:intlfxsr.sys , 4
|
|
@@:@@:intro.exe , 2
|
|
@@:@@:intro.ico , 2
|
|
@i:@@:intro.avi ,75
|
|
@@:@@:intro1.seq , 2
|
|
@@:@@:intro2.seq , 2
|
|
@@:@@:ip5515.sys , 4
|
|
@@:@@:ipadmin.dll , 2
|
|
@@:@s:ipadrdll.dll , 2
|
|
@i:@@:ipc08a5.sys , 4
|
|
@@:@@:ipfilter.dll , 2
|
|
@@:@@:ipfilter.hlp , 21
|
|
@@:@@:ipinip.sys , 4
|
|
@@:@@:ipkern.exe , 2
|
|
@@:@@:ipmon.dll , 2
|
|
@@:@@:ipmsp.dll , 2
|
|
@@:@@:ipp_0001.gif , 46
|
|
@@:@@:ipp_0006.gif , 46
|
|
@@:@@:ipp_0007.gif , 46
|
|
@@:@@:ipp_0008.asp , 33
|
|
@@:@@:ipp_0008.gif , 46
|
|
@@:@@:ipp_0009.asp , 33
|
|
@@:@@:ipp_0009.gif , 46
|
|
@@:@@:ipp_0010.gif , 46
|
|
@@:@@:ipp_0011.asp , 33
|
|
@@:@@:ipp_0011.gif , 46
|
|
@@:@@:ipp_0012.asp , 33
|
|
@@:@@:ipp_0013.gif , 46
|
|
@@:@@:ipp_0014.gif , 46
|
|
@@:@@:ipp_0016.asp , 33
|
|
@@:@@:ipp_0016.gif , 46
|
|
@@:@@:ipsec.msc , 2
|
|
@@:@@:ipsecds.msc , 2
|
|
@@:@@:ipsecext.dll , 2
|
|
@@:@@:ipsecext.hlp , 21
|
|
@@:@@:ipsecmon.exe , 2
|
|
@@:@@:ipsecntw.chm , 21
|
|
@@:@@:ipsetup.exe , 2
|
|
@@:@@:ipv6.exe , 2
|
|
@@:@@:ipxadmin.dll , 2
|
|
@@:@@:ipxcfg.dll , 2
|
|
@@:@@:ipxmon.dll , 2
|
|
@@:@@:ipxmontr.dll , 2
|
|
@@:@@:ipxpromn.dll , 2
|
|
@@:@@:ipxrip.dll , 2
|
|
@@:@@:ipxrtmgr.dll , 2
|
|
@m:@@:ipxroute.exe , 2
|
|
@@:@@:ipxping.exe , 2
|
|
@@:@@:ipxsetup.exe , 2
|
|
@m:@@:ipxsap.dll , 2
|
|
@@:@@:ipxsnap.dll , 2
|
|
@@:@@:ipxwan.dll , 2
|
|
@@:@@:ir32_32.dll , 2
|
|
@@:@@:irclass.dll , 2
|
|
@@:@@:irda.sys , 4
|
|
@@:@@:irftp.exe , 2
|
|
@@:@@:irftp.hlp , 21
|
|
@@:@@:irmon.dll , 2
|
|
@@:@@:irprops.cpl , 2
|
|
@@:@@:irprops.hlp , 21
|
|
@@:@@:irsir.sys , 4
|
|
@@:@@:irxfer.dll , 2
|
|
@i:@@:isdnload.exe , 2
|
|
@i:@@:islp2nds.sys , 4
|
|
@@:@@:ismapi.dll , 2
|
|
@@:@@:isotp.sys , 4
|
|
@i:@@:isp.htm , 76
|
|
@i:@@:ispcnfg.ins , 77
|
|
@i:@@:ispsgnup.htm , 70
|
|
@@:@@:itrkadmn.dll , 2
|
|
@i:@@:jdbc.exe , 28
|
|
@@:@@:joy.hlp , 21
|
|
@i:@@:jt1nd5.sys , 4
|
|
@i:@@:ka_1.gro , 180
|
|
@@:@@:kbd.inf , 20
|
|
@@:@@:kbddll.dll , 2
|
|
@@:@@:kbdn106.dll , 2
|
|
@@:@@:kbdsel.exe , 2
|
|
@@:@@:kernrout.exe , 2
|
|
@@:@@:keyb.com , 2
|
|
@@:@@:keyboard.inf , 2
|
|
@@:@@:keylimit.dll , 2
|
|
@@:@@:keymgr.cpl , 2
|
|
@@:@@:keymgr.exe , 2
|
|
@@:@s:kodak.inf , 20
|
|
@@:@s:kodak.pnf , 20
|
|
@@:@@:kppp.dll , 2
|
|
@@:@@:kppp7.dll , 2
|
|
@@:@@:kpw6.dll , 2
|
|
@@:@@:kpword.dll , 2
|
|
@@:@@:kpxl5.dll , 2
|
|
@@:@@:krnl286.exe , 2
|
|
@@:@@:l100.sys , 4
|
|
@@:@@:l200230.ppd , 11
|
|
@@:@@:l200_471.ppd , 11
|
|
@@:@@:l330_523.ppd , 11
|
|
@@:@@:l3330523.ppd , 11
|
|
@@:@@:l530_523.ppd , 11
|
|
@@:@@:l5330523.ppd , 11
|
|
@@:@@:l8042prt.inf , 20
|
|
@@:@@:l_trk.nls , 2
|
|
@@:@@:ladmin2x.dll , 112
|
|
@@:@@:ladminpx.dll , 112
|
|
@@:@@:ladminx.dll , 112
|
|
@@:@@:lance.sys , 4
|
|
@i:@@:lanepic5.sys , 4
|
|
@@:@@:language.inf , 2
|
|
@@:@@:laprxy.dll , 1
|
|
@@:@@:layout.inf , 2
|
|
@@:@@:layout.pnf , 20
|
|
@i:@@:lbrtfdc.sys , 4
|
|
@@:@@:lcdetect.dat , 2
|
|
@@:@@:lcdetect.dll , 2
|
|
@@:@@:ldapaclx.dll , 112
|
|
@@:@@:ldapctrx.dll , 2
|
|
@@:@@:ldapctrx.h , 2
|
|
@@:@@:ldapctrx.ini , 2
|
|
@@:@@:ldapdbx.dll , 112
|
|
@@:@@:ldapsvcx.dll , 112
|
|
@i:@@:le56n5.sys , 4
|
|
@@:@@:lexlmpm.dll , 2
|
|
@@:@@:lexmon.dll , 2
|
|
@@:@@:lh_630_1.ppd , 11
|
|
@@:@s:liccpa.chm , 21
|
|
@@:@@:liccpa.cnt , 2
|
|
@@:@@:liccpa.cnt , 21
|
|
@@:@s:liccpa.fts , 2
|
|
@@:@@:liccpa.hlp , 2
|
|
@@:@s:licecp.chm , 21
|
|
@@:@s:liceman.chm , 21
|
|
@@:@s:licenoc.dll , 2
|
|
@@:@s:licenoc.inf , 2
|
|
@@:@s:licenoc.inf ,32
|
|
@i:@@:license.txt , 180
|
|
@@:@@:lkbd.inf , 20
|
|
@@:@@:lkcldg.sys , 4
|
|
@@:@@:llsmgr.chm , 21
|
|
@@:@@:llsmgr.cnt , 2
|
|
@@:@@:llsmgr.cnt , 21
|
|
@@:@@:llsmgr.hlp , 2
|
|
@@:@@:lmouse.inf , 20
|
|
@@:@@:lmrepl.exe , 2
|
|
@i:@@:lne100tx.sys , 4
|
|
@i:@@:lne100.sys , 4
|
|
@@:@@:localmon.dll , 2
|
|
@@:@s:localsec.chm , 21
|
|
@@:@@:log01.seq , 2
|
|
@@:@@:logagent.exe , 1
|
|
@@:@@:logdrive.dll , 2
|
|
@@:@@:logiscan.inf , 20
|
|
@@:@@:logiscan.pnf , 20
|
|
@@:@s:logview.cnt , 2
|
|
@@:@s:logview.exe , 2
|
|
@@:@s:logview.hlp , 2
|
|
@@:@@:lpkbidi.dll , 2
|
|
@@:@@:lt200.sys , 4
|
|
@@:@@:ltmdmntl.sys , 4
|
|
@@:@@:luxdvd.sys , 4
|
|
@i:@@:m16a5.sys , 4
|
|
@i:@@:m16b5.sys , 4
|
|
@i:@@:m32a5.sys , 4
|
|
@@:@@:ma_delta.dll , 2
|
|
@@:@@:ma_delta.sys , 4
|
|
@@:@@:maestro.dll , 2
|
|
@@:@@:magnify.cnt , 21
|
|
@@:@@:magpage.gif , 33
|
|
@@:@@:marlett.ttf , 2 ; now in fonts dir, not system32
|
|
@i:@@:matmclnt.sys , 4
|
|
@i:@@:matmsrvr.sys , 4
|
|
@i:@@:mba_1.gro , 180
|
|
@@:@@:mbcon.bin , 4
|
|
@@:@@:mbssrvs.dll , 2
|
|
@i:@@:mcbwin.bin , 4
|
|
@i:@@:mcbwin.sys , 4
|
|
@@:@@:mdgmpdlg.dll , 2
|
|
@@:@@:mdgmpdlg.hlp , 2
|
|
@@:@@:mdgmport.bin , 4
|
|
@@:@@:mdgmport.sys , 4
|
|
@@:@@:mdgncdet.dll , 2
|
|
@@:@@:mdgndis5.sys , 4
|
|
@@:@@:mdmadtn.inf , 20
|
|
@@:@@:mdmbcmsm.inf , 20
|
|
@@:@@:mdmcomm1.inf , 20
|
|
@@:@@:mdmcpqpr.inf , 20
|
|
@@:@@:mdmctm1.inf , 20
|
|
@@:@@:mdmcxsft.inf , 20
|
|
@@:@@:mdmdicom.inf , 20
|
|
@@:@@:mdmelpro.inf , 20
|
|
@@:@@:mdmess.inf , 20
|
|
@@:@@:mdmeuro.inf , 20
|
|
@@:@@:mdmgal.inf , 20
|
|
@@:@@:mdmgar.inf , 20
|
|
@@:@@:mdmgvcd.inf , 20
|
|
@@:@@:mdmico.inf , 20
|
|
@@:@@:mdmlight.inf , 20
|
|
@@:@@:mdmltleo.inf , 20
|
|
@@:@@:mdmltleo.pnf , 20
|
|
@@:@@:mdmltsft.inf , 20
|
|
@@:@@:mdmmoton.inf , 20
|
|
@@:@@:mdmniss.inf , 20
|
|
@@:@@:mdmolive.inf , 20
|
|
@@:@@:mdmopt1.inf , 20
|
|
@@:@@:mdmpcsi.inf , 20
|
|
@@:@@:mdmpctel.inf , 20
|
|
@@:@@:mdmquant.inf , 20
|
|
@@:@@:mdmrfi.inf , 20
|
|
@i:@@:mdmrpci.inf , 20
|
|
@@:@@:mdmsgsml.inf , 20
|
|
@@:@@:mdmsgsmu.inf , 20
|
|
@@:@@:mdmsmplt.inf , 20
|
|
@@:@@:mdmtkr.inf , 20
|
|
@@:@@:mdmtorn.inf , 20
|
|
@@:@@:mdmtrust.inf , 20
|
|
@@:@@:mdmvayrs.inf , 20
|
|
@@:@@:mdmzyxln.inf , 20
|
|
@@:@@:mds.hlp , 21
|
|
@@:@@:mfcuix.hlp , 2
|
|
@i:@@:mfc21.inf , 20
|
|
@i:@@:mfc21.pnf , 20
|
|
@i:@@:mfc550.inf , 20
|
|
@i:@@:mfc550.pnf , 20
|
|
@i:@@:mfgenb.inf , 20
|
|
@i:@@:mfgenb.pnf , 20
|
|
@i:@@:mfle56.inf , 20
|
|
@i:@@:mfle56.pnf , 20
|
|
@i:@@:mfm16b.inf , 20
|
|
@i:@@:mfm16b.pnf , 20
|
|
@i:@@:mfoce2m.inf , 20
|
|
@i:@@:mfoce2m.pnf , 20
|
|
@@:@@:mga64.inf , 20
|
|
@@:@@:mib.bin , 2 ; delete from system32, now in root directory
|
|
@@:@@:mib2util.dll , 2
|
|
@@:@@:micross.ttf , 22
|
|
@@:@@:minioc.inf ,32
|
|
@@:@@:minoc.inf , 2
|
|
@@:@@:mll_ntbk.dll , 2
|
|
@@:@@:mll_scr.dll , 2
|
|
@@:@@:mls_trb.hlp , 21
|
|
@@:@@:mmc.chm , 21
|
|
@@:@@:mmc.hlp , 21
|
|
@@:@@:mmc.ini , 2
|
|
@@:@@:mmctask.xsl , 2
|
|
@@:@@:modem.cpl , 2
|
|
@@:@@:modem.inf , 7
|
|
@@:@@:mofcomp.dll , 35
|
|
@@:@@:monitor.inf , 2
|
|
@@:@@:mouse.cnt , 21
|
|
@i:@@:mouse.htm , 71
|
|
@@:@@:mplayer.cnt , 2
|
|
@@:@@:mplayer.cnt , 21
|
|
@@:@@:mplayer.fts , 2
|
|
@@:@@:mplayer.hlp , 2
|
|
@@:@@:mplayer2.exe , 1
|
|
@@:@@:mpradmin.cnt , 2
|
|
@@:@@:mpradmin.exe , 2
|
|
@@:@@:mpradmin.hlp , 2
|
|
@@:@@:mprfiltr.dll , 2
|
|
@@:@@:mprsetup.exe , 2
|
|
@@:@@:mpu401.dll , 2
|
|
@@:@@:mpu401.sys , 4
|
|
@@:@@:mqsysoc.inf , 2
|
|
@@:@@:mqoa.tlb , 2
|
|
@@:@@:mq1sync.exe , 2
|
|
@@:@@:mq1repl.dll , 2
|
|
@@:@@:mqrperf.dll , 2
|
|
@@:@@:mqrperf.h , 2
|
|
@@:@@:mqrperf.ini , 2
|
|
@@:@@:mqsysoc.inf , 32
|
|
@@:@e:mscsadm.cnt , 21
|
|
@@:@@:msctl.dll , 2
|
|
@@:@@:msfs.cnt , 21
|
|
@@:@@:msftcrln.mof , 35
|
|
@@:@@:mshtmdbg.dll , 2
|
|
@@:@@:msident.hlp , 21
|
|
@@:@s:msidlpm.dll , 2
|
|
@@:@@:msimeth.exe , 35
|
|
@@:@s:msinfo32.chm , 21
|
|
@@:@@:msinfo32.exe , 51
|
|
@@:@@:msmail32.fts , 2
|
|
@3:@@:msmqocm.dll , 2
|
|
@3:@@:msmqocm.inf , 2
|
|
@3:@@:msmqocm.inf ,32
|
|
@@:@s:msmscsi.inf , 20
|
|
@@:@s:msmscsi.pnf , 20
|
|
@@:@s:msmusb.inf , 20
|
|
@@:@s:msmusb.pnf , 20
|
|
@@:@@:msn.inf , 20
|
|
@@:@@:msn.isp , 38
|
|
@@:@@:msnbc.url , 1
|
|
@i:@@:msobshel.htm , 63
|
|
@@:@@:msncdet.dll , 2
|
|
@@:@@:msorcl32.cnt , 2
|
|
@@:@@:msorcl32.hlp , 2
|
|
@@:@@:msorcloledbreadme.txt , 2
|
|
@@:@@:msp.dll , 2
|
|
@@:@@:mspaint.cnt , 21
|
|
@@:@@:mspara.inf , 20
|
|
@@:@s:msppcnfg.hlp , 2
|
|
@@:@@:msrlsp.dll , 2
|
|
@i:@@:msrpfs40.dll , 2
|
|
@@:@@:mssb16.inf , 20
|
|
@@:@@:mssb16.sys , 4
|
|
@@:@@:mssip1.dll , 2 ; BUGBUG: remove this line before the beta. The file is now called mssip32.dll
|
|
@@:@@:mssipotf.dll , 2
|
|
@@:@@:mstask.exe , 2
|
|
@i:@@:mstrai40.exe , 2
|
|
@i:@@:mstran40.exe , 2
|
|
@@:@@:mstrust.dll , 2
|
|
@i:@@:mtrmport.sys , 4
|
|
@@:@@:mtsnt5.inf ,32
|
|
@@:@@:mtssp1.chm , 21
|
|
@m:@s:mtxvideo.sys , 4 ; Matrox WDM video driver
|
|
@m:@s:mtxvideo.inf , 20 ; Matrox WDM driver INF
|
|
@@:@@:muart.sys , 4
|
|
@@:@@:multimed.cpl , 2
|
|
@@:@@:musrmgr.cnt , 2
|
|
@@:@@:musrmgr.exe , 2
|
|
@@:@@:musrmgr.hlp , 2
|
|
;@i:@@:mwavmdm.inf , 20
|
|
;@i:@@:mwtpdsp1.inf , 20
|
|
@@:@@:mxfilter.ax , 2
|
|
@i:@@:mxnic.sys , 4
|
|
@@:@@:mx400.dll , 2
|
|
@@:@@:mx400.sys , 4
|
|
@@:@@:mycomp.chm , 21
|
|
@@:@@:mypicts.chm , 21
|
|
@i:@@:n1000nt5.sys , 4
|
|
@@:@@:n100nt5.sys , 4
|
|
@i:@@:n100nt5.sys , 4
|
|
@@:@@:n100set.hlp , 2
|
|
@@:@@:n3bridge.sys , 4
|
|
@m:@s:n9i128.dll , 2 ; Number9 Imagine 128 display driver
|
|
@m:@s:n9i128.sys , 4 ; Number9 Imagine 128 miniport driver
|
|
@m:@s:n9i128v2.dll , 2 ; Number9 Imagine 128 v2 display driver
|
|
@m:@s:n9i128v2.sys , 4 ; Number9 Imagine 128 v2 miniport driver
|
|
@m:@s:n9i3disp.dll , 2 ; Number9 Revolution 3D display driver
|
|
@m:@s:n9i3d.sys , 4 ; Number9 Revolution 3D miniport driver
|
|
@@:@@:nal.dll , 2
|
|
@@:@s:napmmc.chm , 21
|
|
@@:@@:nbf.sys , 4
|
|
@@:@s:ncadmin.cnt , 2
|
|
@@:@s:ncadmin.exe , 2
|
|
@@:@s:ncadmin.hlp , 2
|
|
@@:@@:ncobjapi.dll , 35
|
|
@@:@@:ncpf.sys , 4
|
|
@@:@@:ncrc810.sys , 4
|
|
@@:@@:nddeagnt.exe , 2
|
|
@@:@@:ndis30.dll , 2
|
|
@@:@@:ne1000.sys , 4
|
|
@@:@@:ne100set.cpl , 2
|
|
@@:@@:ne3200.bin , 4
|
|
@@:@@:ne3200.sys , 4
|
|
@@:@@:necirrus.dll , 2
|
|
@@:@s:neo20xx.inf , 20
|
|
@@:@@:net08a.inf , 20
|
|
@@:@@:net08a.pnf , 20
|
|
@@:@@:net10.inf , 20
|
|
@@:@@:net10.pnf , 20
|
|
@@:@@:net21x4.inf , 20
|
|
@@:@@:net21x4.pnf , 20
|
|
@@:@@:net3c359.inf , 20
|
|
@@:@@:net3c359.pnf , 20
|
|
@@:@@:net3c527.inf , 20
|
|
@@:@@:net3c527.pnf , 20
|
|
@@:@@:net3c589.inf , 20
|
|
@@:@@:net3c589.pnf , 20
|
|
@@:@@:net3c985.inf , 20
|
|
@@:@@:net3c985.pnf , 20
|
|
@@:@@:net3com.inf , 20
|
|
@@:@@:net3sr.inf , 20
|
|
@@:@@:net3sr.pnf , 20
|
|
@i:@@:net713.inf , 20
|
|
@i:@@:net713.pnf , 20
|
|
@@:@@:net557.inf , 20
|
|
@@:@@:net557.pnf , 20
|
|
@@:@@:net559ib.inf , 20
|
|
@@:@@:net559ib.pnf , 20
|
|
@@:@@:neta351.inf , 20
|
|
@@:@@:netacc.inf , 20
|
|
@@:@@:netacc.pnf , 20
|
|
@@:@@:netacs.inf , 20
|
|
@@:@@:netafx.exe , 2
|
|
@@:@@:netaic59.inf , 20
|
|
@@:@@:netaic59.pnf , 20
|
|
@@:@@:netalt.inf , 20
|
|
@@:@@:netalt.pnf , 20
|
|
@@:@@:netambi.inf , 20
|
|
@@:@@:netambi.pnf , 20
|
|
@@:@@:netamd.inf , 20
|
|
@@:@@:netamd.pnf , 20
|
|
@@:@@:netamdhl.inf , 20
|
|
@@:@@:netamdhl.pnf , 20
|
|
@@:@@:netambcb.inf , 20
|
|
@@:@@:netambcb.pnf , 20
|
|
@@:@@:netasp2k.inf , 20
|
|
@@:@@:netasp2k.pnf , 20
|
|
@@:@@:netb57.inf , 20
|
|
@@:@@:netb57.pnf , 20
|
|
@@:@@:netbcm4p.inf , 20
|
|
@@:@@:netbcm4p.pnf , 20
|
|
@@:@@:netbcm4u.inf , 20
|
|
@@:@@:netbcm4u.pnf , 20
|
|
@@:@@:netc21.inf , 20
|
|
@@:@@:netc21.pnf , 20
|
|
@@:@@:netcb325.inf , 20
|
|
@@:@@:netcb325.pnf , 20
|
|
@@:@@:netc550.inf , 20
|
|
@@:@@:netc550.pnf , 20
|
|
@i:@@:netcable.inf , 20
|
|
@@:@@:netce2.inf , 20
|
|
@@:@@:netce2.pnf , 20
|
|
@@:@@:netcfg.dll , 2
|
|
@@:@s:netcmak.inf , 20
|
|
@@:@@:netcpqtr.inf , 20
|
|
@@:@@:netcpqtr.pnf , 20
|
|
@@:@@:netcpqg.inf , 20
|
|
@@:@@:netcpqg.pnf , 20
|
|
@@:@s:netcps.inf , 20
|
|
@@:@@:netctmva.inf , 20
|
|
@@:@@:netdec.inf , 20
|
|
@@:@@:netdec.pnf , 20
|
|
@@:@@:netdet.dll , 2
|
|
@@:@@:net650d.inf , 20
|
|
@@:@@:net650d.pnf , 20
|
|
@@:@@:netdf650.inf , 20
|
|
@@:@@:netdf650.pnf , 20
|
|
@@:@@:netdgisa.inf , 20
|
|
@@:@@:netdgisa.pnf , 20
|
|
@i:@@:netdgpri.inf , 20
|
|
@i:@@:netdgpri.pnf , 20
|
|
@@:@@:netdlh5x.inf , 20
|
|
@@:@@:netdlh5x.pnf , 20
|
|
@@:@s:netdsm.inf , 20
|
|
@@:@s:netdsm.pnf , 20
|
|
@@:@@:netdstar.inf , 20
|
|
@@:@@:netdstar.pnf , 20
|
|
@@:@@:netdtect.dll , 2
|
|
@@:@@:netdtect.sys , 4
|
|
@@:@@:nete1000.inf , 20
|
|
@@:@@:nete1000.pnf , 20
|
|
@@:@@:nete100.inf , 20
|
|
@@:@@:nete100.pnf , 20
|
|
@@:@@:nete100i.inf , 20
|
|
@@:@@:nete100i.pnf , 20
|
|
@@:@@:nete100s.inf , 20
|
|
@@:@@:nete100s.pnf , 20
|
|
@@:@@:netec2t.inf , 20
|
|
@@:@@:netec2t.pnf , 20
|
|
@@:@@:netee16.inf , 20
|
|
@@:@@:netee16.pnf , 20
|
|
@@:@@:netel515.inf , 20
|
|
@@:@@:netel515.pnf , 20
|
|
@@:@@:netel574.inf , 20
|
|
@@:@@:netel574.pnf , 20
|
|
@@:@@:netel5x9.inf , 20
|
|
@@:@@:netel5x9.pnf , 20
|
|
@@:@@:netel59x.inf , 20
|
|
@@:@@:netel59x.pnf , 20
|
|
@@:@@:netel90a.inf , 20
|
|
@@:@@:netel90a.pnf , 20
|
|
@@:@@:netel90b.inf , 20
|
|
@@:@@:netel90b.pnf , 20
|
|
@i:@@:netel90x.inf , 20
|
|
@i:@@:netel90x.inf , 20
|
|
@i:@@:netel99x.inf , 20
|
|
@i:@@:netel99x.pnf , 20
|
|
@@:@@:netejet.inf , 20
|
|
@@:@@:netejet.pnf , 20
|
|
@@:@@:netenet.inf , 20
|
|
@@:@@:netenet.pnf , 20
|
|
@@:@@:netejxmp.inf , 20
|
|
@@:@@:netejxmp.pnf , 20
|
|
@@:@@:netepc.inf , 20
|
|
@@:@@:netepc.pnf , 20
|
|
@@:@@:netepicn.inf , 20
|
|
@@:@@:netepicn.pnf , 20
|
|
@@:@@:netepro.inf , 20
|
|
@@:@@:netepro.pnf , 20
|
|
@@:@@:netet32.inf , 20
|
|
@@:@@:netet32.pnf , 20
|
|
@@:@@:netex10.inf , 20
|
|
@@:@@:netex10.pnf , 20
|
|
@@:@@:netfa312.inf , 20
|
|
@@:@@:netfa312.pnf , 20
|
|
@@:@@:netfa410.inf , 20
|
|
@@:@@:netfa410.pnf , 20
|
|
@@:@@:netfa510.inf , 20
|
|
@@:@@:netfa510.pnf , 20
|
|
@@:@@:Netfjvi.inf , 20
|
|
@@:@@:Netfjvi.pnf , 20
|
|
@@:@@:netfjvj.inf , 20
|
|
@@:@@:netfjvj.pnf , 20
|
|
@@:@@:netfl32.inf , 20
|
|
@@:@@:netfl32.pnf , 20
|
|
@@:@@:netflex.inf , 20
|
|
@@:@@:netflex.pnf , 20
|
|
@@:@@:netflx.dll , 2
|
|
@@:@@:netflx.bin , 4
|
|
@@:@@:netflx.sys , 4
|
|
@@:@@:netflx3.cpl , 2
|
|
@i:@@:netflx3.sys , 4
|
|
@@:@@:netgena.inf , 20
|
|
@@:@@:netgena.pnf , 20
|
|
@@:@@:netgenb.inf , 20
|
|
@@:@@:netgenb.pnf , 20
|
|
@@:@@:nethood.chm , 21
|
|
@@:@@:nethp.inf , 20
|
|
@@:@@:nethp.pnf , 20
|
|
@@:@@:netibmge.inf , 20
|
|
@@:@@:netibmge.pnf , 20
|
|
@i:@@:netibms.inf , 20
|
|
@i:@@:netibmtb.inf , 20
|
|
@@:@@:netirda.inf , 20
|
|
@@:@@:netirda.pnf , 20
|
|
@@:@@:netirsir.inf , 20
|
|
@@:@@:netirsir.pnf , 20
|
|
@@:@@:netjat5.inf , 20
|
|
@@:@@:netjat5.pnf , 20
|
|
@@:@@:netktc.inf , 20
|
|
@@:@@:netktc.pnf , 20
|
|
@@:@@:netle56.inf , 20
|
|
@@:@@:netle56.pnf , 20
|
|
@@:@@:netlnev2.inf , 20
|
|
@@:@@:netlnev2.pnf , 20
|
|
@@:@@:netm16a.inf , 20
|
|
@@:@@:netm16a.pnf , 20
|
|
@@:@@:netm16b.inf , 20
|
|
@@:@@:netm16b.pnf , 20
|
|
@i:@@:netmatmc.inf , 20
|
|
@i:@@:netmatms.inf , 20
|
|
@@:@s:netmgmt.dll , 2
|
|
@@:@s:netmgmt.msc , 2
|
|
@@:@@:netmon.hlp , 2
|
|
@@:@@:netnbf.inf , 20
|
|
@@:@@:netnbf.pnf , 20
|
|
@@:@@:netncpf.inf , 20
|
|
@@:@@:netncpf.pnf , 20
|
|
@@:@@:netnf3.inf , 20
|
|
@@:@@:netnf3.pnf , 20
|
|
@@:@@:netngr.inf , 20
|
|
@@:@@:netngr.pnf , 20
|
|
@@:@@:neteni25.inf , 20
|
|
@@:@@:neteni25.pnf , 20
|
|
@i:@@:netniwot.inf , 20
|
|
@i:@@:netniwot.pnf , 20
|
|
@m:@@!p:netnwcli.inf , 20
|
|
@m:@@!p:netnwcli.pnf , 20
|
|
@m:@@:netnwlnk.inf , 20
|
|
@m:@@:netnwlnk.pnf , 20
|
|
@@:@@:netoc.dll , 2
|
|
@@:@@:netoc.inf , 2
|
|
@@:@@:netoc.inf , 20
|
|
@@:@@:netoc.inf , 32
|
|
@i:@@:netoca1p.inf , 20
|
|
@i:@@:netoca1p.pnf , 20
|
|
@i:@@:netoca2p.inf , 20
|
|
@i:@@:netoca2p.pnf , 20
|
|
@i:@@:netoce2m.inf , 20
|
|
@i:@@:netoce2m.pnf , 20
|
|
@i:@@:netoce3m.inf , 20
|
|
@i:@@:netoce3m.pnf , 20
|
|
@i:@@:netoce4m.inf , 20
|
|
@i:@@:netoce4m.pnf , 20
|
|
@i:@@:netoce55.inf , 20
|
|
@i:@@:netoce55.pnf , 20
|
|
@@:@@:netoct2m.inf , 20
|
|
@@:@@:netoct2m.pnf , 20
|
|
@i:@@:netoct35.pnf , 20
|
|
@i:@@:netoct35.inf , 20
|
|
@@:@@:netoemdh.inf , 20
|
|
@@:@@:netoemdh.pnf , 20
|
|
@i:@@:netoli.inf , 20
|
|
@i:@@:netoli.pnf , 20
|
|
@@:@@:netpcm.inf , 20
|
|
@@:@@:netpcm.pnf , 20
|
|
@@:@@:netpeg2.inf , 20
|
|
@@:@@:netpeg2.pnf , 20
|
|
@@:@@:netpei.inf , 20
|
|
@@:@@:netpei.pnf , 20
|
|
@@:@@:netpnic.inf , 20
|
|
@@:@@:netpnic.pnf , 20
|
|
@@:@@:netprism.inf , 20
|
|
@@:@@:netprism.pnf , 20
|
|
@@:@@:netpro10.inf , 20
|
|
@@:@@:netpro10.pnf , 20
|
|
@i:@s:netupnp.inf , 20
|
|
@i:@s:netupnph.inf , 20
|
|
@@:@@:netpwr2.inf , 20
|
|
@@:@@:netpwr2.pnf , 20
|
|
@@:@@:netven56.pnf , 20
|
|
@@:@@:netven56.inf , 20
|
|
@@:@@:netvencb.pnf , 20
|
|
@@:@@:netvencb.inf , 20
|
|
@i:@@:netpton.inf , 20
|
|
@i:@@:netpton.pnf , 20
|
|
@@:@@:netrlw2k.inf , 20
|
|
@@:@@:netrlw2k.pnf , 20
|
|
@i:@@:netrnsf.inf , 20
|
|
@i:@@:netrnsf.pnf , 20
|
|
@i:@@:netrnse.inf , 20
|
|
@i:@@:netrnse.pnf , 20
|
|
@i:@@:netrtxp.inf , 20
|
|
@i:@@:netrtxp.pnf , 20
|
|
@@:@@:netrsvp.inf , 20
|
|
@@:@@:netrsvp.pnf , 20
|
|
@m:@@:netsap.inf , 20
|
|
@m:@@:netsap.pnf , 20
|
|
@@:@@:netsetup.dll , 2
|
|
@@:@@:netsfm.inf , 20
|
|
@@:@@:netshow.url , 1
|
|
@@:@@:netsla30.inf , 20
|
|
@@:@@:netsla30.pnf , 20
|
|
@i:@@:netsnt01.inf , 20
|
|
@i:@@:netsnt01.pnf , 20
|
|
@i:@@:netsmc.inf , 20
|
|
@i:@@:netsmc.pnf , 20
|
|
@@:@@:netsym.inf , 20
|
|
@@:@@:netsym.pnf , 20
|
|
@@:@@:nettpro.inf , 20
|
|
@@:@@:nettpro.pnf , 20
|
|
@@:@@:nettdkb.inf , 20
|
|
@@:@@:nettdkb.pnf , 20
|
|
@@:@@:nettp4.inf , 20
|
|
@@:@@:nettp4.pnf , 20
|
|
@@:@@:netub.inf , 20
|
|
@@:@@:netub.pnf , 20
|
|
@@:@@:netupgrd.inf , 20
|
|
@i:@@:netviper.inf , 20
|
|
@i:@@:netviper.pnf , 20
|
|
@i:@@:netw840.inf , 20
|
|
@i:@@:netw840.pnf , 20
|
|
@i:@@:netw926.inf , 20
|
|
@i:@@:netw926.pnf , 20
|
|
@i:@@:NETW940.inf , 20
|
|
@i:@@:NETW940.pnf , 20
|
|
@i:@@:netwarp2.inf , 20
|
|
@i:@@:netwlan2.inf , 20
|
|
@i:@@:netwlan2.pnf , 20
|
|
@@:@@:network.cnt , 2
|
|
@@:@@:network.hlp , 2
|
|
@@:@@:network.hlp , 21
|
|
@@:@@:network.wri , 1
|
|
@i:@@:netx500.inf , 20
|
|
@i:@@:netx500.pnf , 20
|
|
@@:@@:netxcpq.inf , 20
|
|
@@:@@:netxcpq.pnf , 20
|
|
@@:@@:next.script , 21
|
|
@@:@@:ngpf.bit , 4
|
|
@i:@@:ngrpci.sys , 4
|
|
@@:@e:nhinstal.cmd , 2
|
|
@@:@e:nhloader.exe , 2
|
|
@@:@e:nhloader.ini , 2
|
|
@@:@e:nhoem.ini , 2
|
|
@@:@e:nhras.exe , 2
|
|
@@:@e:nhsetup.cmd , 2
|
|
@@:@e:nhsetup.exe , 2
|
|
@i:@@:NIC-3Com.MIB , 180
|
|
@@:@@:Nicprop.exe , 2
|
|
@i:@@:niweth.sys , 4
|
|
@i:@@:niwras.sys , 4
|
|
@@:@s:nlbmprov.mfl , 35
|
|
@@:@@:nmagent.exe , 2
|
|
@@:@@:nmctrs.ini , 2
|
|
@@:@@:nmctrs.h , 2
|
|
@@:@s:nmgloss.hlp , 2
|
|
@@:@@:nmoss.dll , 2
|
|
@@:@@:nmperf.dll , 2
|
|
@@:@@:nobroad.cf , 2
|
|
@@:@@:nobroad.df , 2
|
|
@@:@@:notepad.cnt , 2
|
|
@@:@@:notepad.hlp , 2
|
|
@i:@@:nousbkbd.htm , 77
|
|
@i:@@:nousbm.htm , 77
|
|
@i:@@:nousbms.htm , 77
|
|
@i:@@:npds.zip , 1
|
|
@i:@@:npdsplay.dll , 1
|
|
@@:@@:npeisa.sys , 4
|
|
@i:@@:npmca.sys , 4
|
|
@@:@@:nsevents.url , 1
|
|
@@:@s:nshownt5.inf , 20
|
|
@@:@@:nsrven32.dll , 2
|
|
@@:@@:nss2doc.exe , 2
|
|
@@:@@:nt.doc , 2
|
|
@@:@s:nt5beta1.chm , 21
|
|
@@:@@:nta.gif , 2
|
|
@@:@s:ntapm.sys , 4
|
|
@@:@@:ntb.gif , 2
|
|
@@:@s:ntbackup.chm , 21
|
|
@@:@@:ntbackup.cnt , 21
|
|
@@:@@:ntbooks.exe , 2
|
|
@@:@@:ntciutil.dll , 2
|
|
@@:@@:ntcmds.cnt , 2
|
|
@@:@@:ntcmds.fts , 2
|
|
@@:@@:ntcmds.hlp , 2
|
|
@@:@@:ntcx.sys , 4
|
|
@@:@@:ntdfault.mdb , 112
|
|
@@:@@:ntdisk.gif , 2
|
|
@@:@w:ntdsa.dll , 2 ; delete (from system32) from workstation & personal
|
|
@@:@w:ntdsatq.dll , 2
|
|
@@:@w:ntdsbcli.dll , 2
|
|
@@:@w:ntdsbsrv.dll , 2
|
|
@@:@w:ntdskcc.dll , 2
|
|
@@:@w:ntdsetup.dll , 2
|
|
@@:@s:ntdsslot.dll , 2
|
|
@@:@s:ntdsx400.dll , 2
|
|
@@:@@:ntdsxds.dll , 2
|
|
@@:@@:ntepc.sys , 4
|
|
@@:@s:ntfrsupg.exe , 2
|
|
@@:@@:ntinst1.ldb , 112
|
|
@@:@@:ntinst1.mdb , 112
|
|
@@:@@:ntlanman.inf , 2
|
|
@@:@@:ntlminst.inf , 2
|
|
@@:@@:ntmenu.seq , 2
|
|
@@:@@:ntms.exe , 2
|
|
@@:@@:ntmssvc.exe , 2
|
|
@@:@@:ntmsui.hlp , 21
|
|
@@:@@:ntoc.dll , 2
|
|
@@:@@:ntperf.dll , 35
|
|
@@:@@:ntperf.tlb , 35
|
|
@@:@s:ntseconcepts.chm , 21
|
|
@@:@@:ntsecui.hlp , 21
|
|
@@:@@:ntxall.sys , 4
|
|
@@:@@:ntxem.sys , 4
|
|
@@:@s:nv3.inf , 20
|
|
@@:@s:nv4.inf , 20
|
|
@@:@s:nwconv.cnt , 2
|
|
@@:@s:nwconv.exe , 2
|
|
@@:@s:nwconv.hlp , 2
|
|
@@:@@:nwdoc.cnt , 21
|
|
@@:@@:nwdoc.hlp , 2
|
|
@@:@@:nwlnkflt.sys , 4
|
|
@@:@@:nwlnkfwd.sys , 4
|
|
@@:@@:nwlnkrip.sys , 4
|
|
@m:@@:nwlnkipx.sys , 4
|
|
@m:@@:nwlnkspx.sys , 4
|
|
@m:@@:nwlnknb.sys , 4
|
|
@@:@@:nwsap.dll , 2
|
|
@@:@@:oakley.dll , 2
|
|
@@:@@:oakmini.sys , 4
|
|
@i:@@:oca1pnd5.sys , 4
|
|
@i:@@:oca2pnd5.sys , 4
|
|
@i:@@:oce2xnd5.sys , 4
|
|
@i:@@:oce3xnd5.sys , 4
|
|
@i:@@:oce4xnd5.sys , 4
|
|
@i:@@:oce5xnd5.sys , 4
|
|
@@:@@:ocfilesw.inf , 41
|
|
@@:@@:ocfiless.inf , 41
|
|
@@:@@:ocgen.dll , 2
|
|
@@:@@:ocmri.inf , 2
|
|
@@:@@:ocmri.inf ,32
|
|
@@:@@:oct2xmp4.sys , 4
|
|
@i:@@:oct3xnd5.sys , 4
|
|
@i:@@:oct4pnd5.sys , 4
|
|
@i:@@:octk32.sys , 4
|
|
@@:@@:odbcinst.cnt , 2
|
|
@@:@@:odbcinst.hlp , 2
|
|
@@:@@:odbcjet.cnt , 2
|
|
@@:@@:odbcjet.hlp , 2
|
|
@@:@@:odbctl32.dll , 2
|
|
@i:@@:odfox32.dll , 2
|
|
@@:@@:oe.adm , 20
|
|
@i:@@:oemadd.htm , 74
|
|
@i:@@:oemcust.htm , 72
|
|
@i:@@:oemhw.htm , 73
|
|
@i:@@:oemlogo.gif , 75
|
|
@i:@@:oempriv.htm , 76
|
|
@@:@@:oemnadam.inf , 2
|
|
@@:@@:oemnadap.inf , 2
|
|
@@:@@:oemnadar.inf , 2
|
|
@@:@@:oemnadd1.inf , 2
|
|
@@:@@:oemnadd2.inf , 2
|
|
@@:@@:oemnadd3.inf , 2
|
|
@@:@@:oemnadd4.inf , 2
|
|
@@:@@:oemnadde.inf , 2
|
|
@@:@@:oemnaddf.inf , 2
|
|
@@:@@:oemnaddi.inf , 2
|
|
@@:@@:oemnadds.inf , 2
|
|
@@:@@:oemnaddt.inf , 2
|
|
@@:@@:oemnade1.inf , 2
|
|
@@:@@:oemnade2.inf , 2
|
|
@@:@@:oemnade3.inf , 2
|
|
@@:@@:oemnadee.inf , 2
|
|
@@:@@:oemnadem.inf , 2
|
|
@@:@@:oemnaden.inf , 2
|
|
@@:@@:oemnadep.inf , 2
|
|
@@:@@:oemnadfd.inf , 2
|
|
@@:@@:oemnadim.inf , 2
|
|
@@:@@:oemnadin.inf , 2
|
|
@@:@@:oemnadlb.inf , 2
|
|
@@:@@:oemnadlm.inf , 2
|
|
@@:@@:oemnadlt.inf , 2
|
|
@@:@@:oemnadma.inf , 2
|
|
@@:@@:oemnadn1.inf , 2
|
|
@@:@@:oemnadn2.inf , 2
|
|
@@:@@:oemnadne.inf , 2
|
|
@@:@@:oemnadnf.inf , 2
|
|
@@:@@:oemnadni.inf , 2
|
|
@@:@@:oemnadnm.inf , 2
|
|
@@:@@:oemnadnp.inf , 2
|
|
@@:@@:oemnadp3.inf , 2
|
|
@@:@@:oemnadp9.inf , 2
|
|
@@:@@:oemnadpm.inf , 2
|
|
@@:@@:oemnadpp.inf , 2
|
|
@@:@@:oemnadt2.inf , 2
|
|
@@:@@:oemnadtk.inf , 2
|
|
@@:@@:oemnadtm.inf , 2
|
|
@@:@@:oemnadub.inf , 2
|
|
@@:@@:oemnadum.inf , 2
|
|
@@:@@:oemnadwd.inf , 2
|
|
@@:@@:oemnadwm.inf , 2
|
|
@@:@@:oemnadzz.inf , 2
|
|
@@:@@:oemnsvbh.inf , 2
|
|
@@:@s:oemnsvbr.inf , 2
|
|
@@:@@:oemnsvcu.inf , 2
|
|
@@:@s:oemnsvdh.inf , 2
|
|
@@:@s:oemnsvdn.inf , 2
|
|
@@:@@:oemnsvft.inf , 2
|
|
@@:@@:oemnsvin.inf , 2
|
|
@@:@s:oemnsvir.inf , 2
|
|
@@:@@:oemnsvnb.inf , 2
|
|
@@:@@:oemnsvnw.inf , 2
|
|
@@:@@:oemnsvra.inf , 2
|
|
@@:@s:oemnsvri.inf , 2
|
|
@@:@@:oemnsvrp.inf , 2
|
|
@@:@@:oemnsvrr.inf , 2
|
|
@@:@@:oemnsvsa.inf , 2
|
|
@@:@s:oemnsvsm.inf , 2
|
|
@@:@@:oemnsvsn.inf , 2
|
|
@@:@@:oemnsvsp.inf , 2
|
|
@@:@@:oemnsvsv.inf , 2
|
|
@@:@@:oemnsvtp.inf , 2
|
|
@@:@s:oemnsvwi.inf , 2
|
|
@@:@@:oemnsvwk.inf , 2
|
|
@@:@@:oemnxpdl.inf , 2
|
|
@@:@@:oemnxpip.inf , 2
|
|
@@:@@:oemnxpnb.inf , 2
|
|
@@:@@:oemnxppp.inf , 2
|
|
@@:@w:oemnxpsm.inf , 2
|
|
@@:@@:oemnxpst.inf , 2
|
|
@@:@@:oemnxptc.inf , 2
|
|
@i:@@:OEMSETUP.INF , 180
|
|
@@:@s:offline_.chm , 21
|
|
@@:@@:omc.chm , 21
|
|
@@:@@:omc.hlp , 21
|
|
@@:@@:onestop.mid , 1
|
|
@i:@@:oobeinfo.ini , 63
|
|
@@:@@:opl3sa.dll , 2
|
|
@@:@@:opl3sa.sys , 4
|
|
@@:@@:opl3sa32.dll , 2
|
|
@@:@@:opl3sax.cpl , 2
|
|
@i:@@:os2.exe , 2
|
|
@i:@@:os2srv.exe , 2
|
|
@i:@@:os2ss.exe , 2
|
|
@@:@@:osirte , 17
|
|
@i:@@:ospmrshl.dll , 2
|
|
@i:@@:otc06x5.sys , 4
|
|
@i:@@:otceth5.sys , 4
|
|
@@:@@:p2nt40.inf , 20
|
|
@@:@@:pacecfg.cpl , 2
|
|
@@:@@:Pacecfg.hlp , 2
|
|
@@:@@:packager.cnt , 2
|
|
@@:@@:packager.cnt , 21
|
|
@@:@@:packager.hlp , 2
|
|
@@:@@:packager.hlp , 21
|
|
@@:@@:packgr32.exe , 2
|
|
@@:@@:panel.seq , 2
|
|
@@:@@:parallel.sys , 4
|
|
@@:@@:partial.inf , 2
|
|
@i:@@:partno , 180
|
|
@@:@@:pause.seq , 2
|
|
@@:@@:pbrush.cnt , 2
|
|
@@:@@:pbrush.exe , 2
|
|
@@:@@:pbrush.hlp , 2
|
|
@3:@s:pbsnetoc.exe , 2
|
|
@i:@@:pc100nds.sys , 4
|
|
@@:@@:pc32.gif , 2
|
|
@@:@@:pcm100nd.sys , 4
|
|
@@:@@:pca200e.sys , 4
|
|
@@:@@:pcl1200.dll , 11
|
|
@@:@@:pcmcia.cpl , 2
|
|
@@:@@:pcnet.hlp , 2
|
|
@@:@@:pcnfgmin.h , 2
|
|
@@:@@:pcnfgmin.ini , 2
|
|
@i:@@:pcntn4m.sys , 4
|
|
@i:@@:pcntn5m.sys , 4
|
|
@i:@@:pcntn5hl.sys , 4
|
|
@@:@@:pcomdrv.sys , 2
|
|
@@:@@:pcomdrv.sys , 4
|
|
@i:@@:pcx500.sys , 4
|
|
@@:@@:pdlcnfig.cnt , 21
|
|
@@:@@:pdlcnfig.exe , 2
|
|
@@:@@:pdlcnfig.hlp , 21
|
|
@@:@@:pdlcnfig.htm , 2
|
|
@@:@@:pdlsvc.exe , 2
|
|
@@:@@:pegnicii.sys , 4
|
|
@@:@@:pei100x.sys , 4
|
|
@@:@@:perfctrs.mfl , 35
|
|
@@:@@:perfctrs.mof , 35
|
|
@@:@@:perfdisk.mfl , 35
|
|
@@:@@:perfdisk.mof , 35
|
|
@@:@@:perfmon.cnt , 2
|
|
@@:@@:perfmon.cnt , 21
|
|
@@:@@:perfmon.fts , 2
|
|
@@:@@:perfmon.hlp , 2
|
|
@@:@@:perfmon.hlp , 21
|
|
@@:@@:perfnet.mfl , 35
|
|
@@:@@:perfnet.mof , 35
|
|
@@:@@:perfos.mfl , 35
|
|
@@:@@:perfos.mof , 35
|
|
@@:@@:perfproc.mfl , 35
|
|
@@:@@:perfproc.mof , 35
|
|
@@:@s:perm2.inf , 20
|
|
@@:@@:perms.inf , 20
|
|
@@:@@:phil1aud.inf , 20
|
|
@@:@@:phil1com.inf , 20
|
|
@@:@@:pid.exe , 2
|
|
@@:@@:pid.hlp , 2
|
|
@@:@@:pinball.cnt , 21
|
|
@@:@@:pinball.sys , 4
|
|
@@:@@:ping6.exe , 2
|
|
@@:@@:pkpmmc.chm , 21
|
|
@@:@@:pkpolicy.chm , 21
|
|
@@:@@:plotui.cnt , 2
|
|
@@:@@:plumbing.exe , 2
|
|
@@:@@:plustab.dll , 2
|
|
@@:@@:pnmsrvsx.dll , 2
|
|
@@:@@:pnpisa.sys , 4
|
|
@@:@@:pnplog.txt , 1
|
|
@i:@@:pnwrap.dll , 2
|
|
@@:@@:pointer.inf , 2
|
|
@@:@@:polagent.dll , 2
|
|
@@:@@:polagent.exe , 2
|
|
@@:@w:poledit.chm , 21
|
|
@@:@@:poledit.cnt , 21
|
|
@@:@@:poledit.hlp , 21
|
|
@@:@p:policman.dll , 35
|
|
@@:@p:policman.mfl , 35
|
|
@@:@p:policman.mof , 35
|
|
@@:@@:ports.cpl , 2 ; now msports.dll
|
|
@@:@@:portuas.exe , 2
|
|
@@:@@:ppm.dll , 2
|
|
@@:@@:prdriver.gif , 33
|
|
@@:@@:previous.script , 21
|
|
@@:@@:prfolder.gif , 33
|
|
@i:@@:pribios.bin , 4
|
|
@i:@@:prifep.bin , 4
|
|
@@:@@:print01.seq , 2
|
|
@@:@s:printconcepts.chm , 21
|
|
@@:@@:printer.inf , 2
|
|
@@:@@:printer.wri , 1
|
|
@@:@@:printing.chm , 21
|
|
@@:@@:printman.cnt , 2
|
|
@@:@@:printman.exe , 2
|
|
@@:@@:printman.fts , 2
|
|
@@:@@:printman.hlp , 2
|
|
@@:@@:printmon.inf , 2
|
|
@@:@@:printwin.chm , 21
|
|
@i:@@:priprop.dll , 2
|
|
@@:@@:prlist.gif , 33
|
|
@@:@@:prnsetup.inf , 2
|
|
@@:@@:prodd.sys , 4
|
|
@i:@@:profastm.dwn , 4
|
|
@@:@@:profdef.dll , 35
|
|
@@:@@:profext.dll , 2
|
|
@@:@@:progbdd.sys , 4
|
|
@@:@@:progman.cnt , 2
|
|
@@:@@:progman.fts , 2
|
|
@@:@@:progman.hlp , 2
|
|
@@:@@:proiores.sys , 4
|
|
@@:@@:prokdd.dll , 2
|
|
@@:@@:prokdd.sys , 4
|
|
@@:@@:prokddp.sys , 4
|
|
@@:@@:pronet16.sys , 4
|
|
@@:@@:propci.dll , 2
|
|
@@:@@:prorapm.dwn , 4
|
|
@@:@@:prpbtn.gif , 33
|
|
@@:@@:prprops.gif , 33
|
|
@@:@@:prsched.gif , 33
|
|
@@:@@:prsepar.gif , 33
|
|
@@:@@:prshare.gif , 33
|
|
@@:@@:prtart.gif , 33
|
|
@@:@@:prtdtail.htm , 33
|
|
@@:@@:prtinst.htm , 33
|
|
@@:@@:prtinsta.htm , 33
|
|
@@:@@:prtinstx.htm , 33
|
|
@@:@@:prtjobd.htm , 33
|
|
@@:@@:prtlist.htm , 33
|
|
@@:@@:prtpage.htm , 33
|
|
@@:@@:prtsched.htm , 33
|
|
@@:@@:prtsep.htm , 33
|
|
@@:@@:prtsetup.htm , 33
|
|
@@:@@:prtshare.htm , 33
|
|
@@:@@:pscript.cnt , 2
|
|
@@:@@:pscript.dll , 11
|
|
@@:@@:pscrptui.dll , 11
|
|
@@:@@:pse36.cpl , 2
|
|
@@:@@:pse36.sys , 4
|
|
@@:@@:pse36ctr.h , 2
|
|
@@:@@:pse36prf.dll , 2
|
|
@@:@@:pse36prf.ini , 2
|
|
@@:@@:pse36un.bat , 2
|
|
@@:@@:pstorerc.dll , 2
|
|
@@:@@:pstores.exe , 2
|
|
@@:@@:pstrip.inf , 20
|
|
@i:@@:ptonmini.sys , 4
|
|
@i:@@:pwrconnt.cpl , 2
|
|
@@:@@:qfctrl.dll , 2
|
|
@i:@@:qic117.sys , 4
|
|
@@:@@:qms1060.ppd , 11
|
|
@@:@@:qms1660.ppd , 11
|
|
@@:@@:qnetshow.dll , 2
|
|
@@:@@:qnspro.dll , 1
|
|
@@:@@:qperf.dll , 2
|
|
@@:@@:question.gif , 2
|
|
@@:@@:radius.hlp , 2
|
|
@@:@@:rnbo3531.sys , 4
|
|
@@:@@:rasadmin.cnt , 2
|
|
@@:@@:rasadmin.exe , 2
|
|
@@:@@:rasadmin.hlp , 2
|
|
@@:@@:rasarap.dll , 2
|
|
@@:@@:rasarp.sys , 4
|
|
@@:@@:rasaudio.dll , 2
|
|
@@:@@:rasauth.dll , 2
|
|
@@:@@:rasbacp.dll , 2
|
|
@@:@@:rascauth.dll , 2
|
|
@@:@@:rascbcp.dll , 2
|
|
@@:@@:rasccp.dll , 2
|
|
@@:@@:rascfg.dll , 2
|
|
@@:@@:raschap.dll , 2
|
|
@@:@@:rascpl.cpl , 2
|
|
@@:@@:rasddui.cnt , 2
|
|
@@:@@:raseap.dll , 2
|
|
@@:@@:rasfil32.dll , 2
|
|
@@:@@:rasgloss.cnt , 2
|
|
@@:@@:rasgloss.hlp , 2
|
|
@@:@@:rasgprxy.dll , 2
|
|
@@:@@:rasgtwy.dll , 2
|
|
@@:@@:rasipcp.dll , 2
|
|
@@:@@:rasiphlp.dll , 2
|
|
@@:@@:rasipxcp.dll , 2
|
|
@@:@@:rasirda.sys , 4
|
|
@@:@@:rasmon.exe , 2
|
|
@@:@@:rasnbfcp.dll , 2
|
|
@@:@@:raspap.dll , 2
|
|
@@:@@:rasphone.cnt , 2
|
|
@@:@@:rasphone.cnt , 21
|
|
@@:@@:rasphone.hlp , 2
|
|
@@:@@:rasppp.dll , 2
|
|
@@:@@:raspppen.dll , 2
|
|
@@:@@:raspptpc.dll , 2
|
|
@@:@@:raspptpe.sys , 4
|
|
@@:@@:raspptpl.dll , 2
|
|
@@:@@:raspptpm.sys , 4
|
|
@@:@@:raspptpu.sys , 4
|
|
@@:@@:rasread.txt , 7
|
|
@@:@@:rasres.dll , 2
|
|
@@:@s:rass_.chm , 21
|
|
@@:@@:rassauth.dll , 2
|
|
@@:@@:rasscrpt.dll , 2
|
|
@@:@@:rassetup.cnt , 2
|
|
@@:@@:rassetup.cnt , 21
|
|
@@:@@:rassetup.hlp , 2
|
|
@@:@@:rassetup.hlp , 21
|
|
@@:@@:rasshell.dll , 2
|
|
@@:@@:rasspap.dll , 2
|
|
@@:@@:rassrv.chm , 21
|
|
@@:@@:rb.chm , 21
|
|
@@:@@:rbconcepts.chm , 21
|
|
@@:@@:rbsetup.exe , 2
|
|
@@:@@:rca.inf , 20
|
|
@@:@@:rca.pnf , 20
|
|
@@:@@:rca.sys , 4
|
|
@@:@@:rcamsp.dll , 2
|
|
@@:@@:rdisk.cnt , 2
|
|
@@:@@:rdisk.exe , 2
|
|
@@:@@:rdisk.hlp , 2
|
|
@@:@@:rdr.sys , 4
|
|
@@:@e:readme.txt , 1
|
|
@@:@@:readme.wri , 2
|
|
@i:@@:readme.txt , 180
|
|
@@:@s:regedit.chm , 21
|
|
@@:@@:regedit.hlp , 1
|
|
@@:@@:regeditv.cnt , 1
|
|
@@:@@:regeditv.hlp , 1
|
|
@@:@@:regedt32.cnt , 2
|
|
@@:@@:regedt32.hlp , 2
|
|
@@:@e:relnotes.doc , 1
|
|
@@:@@:remconn.exe , 2
|
|
@@:@@:reminst.inf , 2
|
|
@@:@@:reminst.inf ,32
|
|
@@:@@:repdrvj.dll , 35
|
|
@@:@@:repdrvr.dll , 35
|
|
@@:@@:restore.exe , 2
|
|
@@:@@:review.seq , 2
|
|
@3:@@:ringin.wav , 1
|
|
@3:@@:ringout.wav , 1
|
|
@@:@@:riptide.sys , 4
|
|
@i:@@:rlnet5.sys , 4
|
|
@@:@@:rnal.dll , 2
|
|
@i:@@:rnsfddi.sys , 4
|
|
@i:@@:rnsfnet.sys , 4
|
|
@@:@p:rootsec.inf ,41
|
|
@@:@@:router.chm , 21
|
|
@@:@@:router.exe , 2
|
|
@@:@@:routing.inf , 20
|
|
@@:@@:rpcdce4.dll , 2
|
|
@@:@@:rpcdgc3.dll , 2
|
|
@@:@@:rpcdgc6.dll , 2
|
|
@@:@@:rpcdgs3.dll , 2
|
|
@@:@@:rpcdgs6.dll , 2
|
|
@@:@@:rpcltc1.dll , 2
|
|
@@:@@:rpcltc3.dll , 2
|
|
@@:@@:rpcltc5.dll , 2
|
|
@@:@@:rpcltc6.dll , 2
|
|
@@:@@:rpcltc7.dll , 2
|
|
@@:@@:rpcltc8.dll , 2
|
|
@@:@@:rpcltccm.dll , 2
|
|
@@:@@:rpclts1.dll , 2
|
|
@@:@@:rpclts3.dll , 2
|
|
@@:@@:rpclts5.dll , 2
|
|
@@:@@:rpclts6.dll , 2
|
|
@@:@@:rpclts7.dll , 2
|
|
@@:@@:rpclts8.dll , 2
|
|
@@:@@:rpcltscm.dll , 2
|
|
@@:@s:rpcproxy.dll , 2
|
|
@@:@@:rpcss.exe , 2
|
|
@@:@@:rpdll32.dll , 2
|
|
@@:@@:rphaud.ax , 2
|
|
@@:@@:rphgena.ax , 2
|
|
@@:@@:rphgenv.ax , 2
|
|
@@:@@:rphh26x.ax , 2
|
|
@@:@s:rplcmd.exe , 2
|
|
@@:@s:rplcnv.exe , 2
|
|
@@:@s:rplmgr.cnt , 2
|
|
@@:@s:rplmgr.exe , 2
|
|
@@:@s:rplmgr.hlp , 2
|
|
@@:@s:rplsvc.exe , 2
|
|
@@:@@:rsaaes.dll , 2
|
|
@6:@@:rsaaes.dll , 82
|
|
@@:@@:rsabase.dll , 2
|
|
@@:@@:rsabase.dll , 5
|
|
@m!x:@@:rsabase.dll , 82
|
|
@@:@@:rsasig.dll , 2
|
|
@@:@@:rshx32_5.dll , 2
|
|
@@:@@:rsm.inf , 20
|
|
@@:@s:rsmll.dll , 2
|
|
@@:@@:rsmmon.exe , 2
|
|
@@:@@:rsoptcom.dll , 2
|
|
@@:@s:rsoptcom.inf , 2
|
|
@@:@@:rsoptcom.inf ,32
|
|
@@:@w:rsoptwks.inf , 2
|
|
@@:@w:rsoptwks.inf ,20
|
|
@@:@w:rsoptwks.inf ,32
|
|
@@:@@:rstorage.inf , 20
|
|
@@:@@:rstorage.pnf , 20
|
|
@@:@@:rsvp.exe , 2
|
|
@@:@@:rsvp.ini , 2
|
|
@@:@@:rsvpcnts.h , 2
|
|
@@:@@:rsvpmsg.dll , 2
|
|
@@:@@:rsvpperf.dll , 2
|
|
@@:@@:rsvpsp.dll , 2
|
|
@@:@@:rtcclnt.chm ,21
|
|
@@:@@:rtcclnt.hlp ,21
|
|
@@:@@:rtcdll.hlp ,21
|
|
@i:@s:rtcsrv.inf , 20
|
|
@i:@s:rtcsrv.pnf , 20
|
|
@@:@@:rtipxmib.dll , 2
|
|
@i:@@:rtl8029.sys , 4
|
|
@i:@@:rtl8139.sys , 4
|
|
@i:@@:rt8169xp.sys , 4
|
|
@@:@@:rtradmin.cnt , 21
|
|
@@:@@:rtradmin.hlp , 21
|
|
@@:@@:rtrcfg.dll , 2
|
|
@@:@@:rtumext.dll , 2
|
|
@i:@@:rwu_1.gro , 180
|
|
@@:@@:s100.dll , 2
|
|
@@:@@:s100.sys , 4
|
|
@@:@@:s3audio.cpl , 2
|
|
@@:@@:s3fmdrv.dll , 2
|
|
@@:@@:s3gmi1.bin , 2
|
|
@@:@@:s3knldrv.sys , 4
|
|
@@:@@:s3knljs.sys , 4
|
|
@@:@@:s3usrdrv.dll , 2
|
|
@@:@@:s3usrjs.dll , 2
|
|
@@:@@:s3color.cpl , 2
|
|
@@:@@:s3ingr.dll , 2
|
|
@@:@@:s3ingr.sys , 4
|
|
@m:@s:s3mtrio.dll , 2 ; S3 Trio display driver
|
|
@m:@s:s3mvirge.dll , 2 ; S3 Virge display driver
|
|
@m:@s:s3m.sys , 4 ; S3 miniport driver
|
|
@@:@s:s3sav3d.inf , 20
|
|
@@:@s:s3sav4.inf , 20
|
|
@@:@s:s3trio3d.inf , 20
|
|
@@:@@:s53c885.sys , 4
|
|
@@:@@:sample.inf , 41
|
|
@@:@s:sampledc.inf , 41
|
|
@@:@@:sapi5.inf , 20
|
|
@@:@@:sb16snd.dll , 2
|
|
@@:@@:sb16snd.sys , 4
|
|
@@:@@:sbawe32.dll , 2
|
|
@@:@@:sbawe32.drv , 2
|
|
@@:@@:sbawe32.sys , 4
|
|
@@:@@:sbpnp.inf , 20 ; BUGBUG: remove this when we get a new sbpnp.inf
|
|
@@:@@:scandisk.exe , 2
|
|
@@:@@:scarddat.dll , 2
|
|
@@:@@:scardmgr.dll , 2
|
|
@@:@@:scardsrv.dll , 2
|
|
@@:@@:sccfa.dll , 2
|
|
@@:@@:sccfi.dll , 2
|
|
@@:@@:sccifilt.dll , 2
|
|
@@:@@:sccrtprp.dll , 2
|
|
@@:@@:sccut.dll , 2
|
|
@@:@@:sce.hlp , 21
|
|
@@:@@:scedll.dll , 2
|
|
@@:@d:scenario.chm , 21
|
|
@@:@@:sceprov.dll , 2
|
|
@@:@@:sceprov.mof , 35
|
|
@@:@p:scersop.mof , 35
|
|
@@:@@:scesmbex.dll , 2
|
|
@@:@@:scesrv.exe , 2
|
|
@@:@@:scg20522.ppd , 11
|
|
@@:@@:schdpl32.fts , 2
|
|
@@:@w:schmmgmt.hlp , 21
|
|
@@:@@:scm.exe , 2
|
|
@@:@@:scm.hlp , 21
|
|
@@:@@:script.doc , 7
|
|
@i:@@:scsi.inf , 2
|
|
@@:@@:scsicdrm.sys , 4
|
|
@@:@@:scsidisk.sys , 4
|
|
@@:@@:scsiflop.sys , 4
|
|
@@:@@:scsiscan.sys , 4
|
|
@@:@s:se.chm , 21
|
|
@@:@p:secedit.chm ,21
|
|
@@:@p:secedit.exe ,2
|
|
@@:@s:secmgr.chm , 21
|
|
@@:@s:secmgr.hlp , 21
|
|
@@:@p:secpol.msc ,2
|
|
@@:@@:secrcw32.dll , 35
|
|
@@:@p:securedc.inf ,41
|
|
@@:@p:securews.inf ,41
|
|
@@:@@:sefilshr.dll , 2
|
|
@@:@@:selfprov.mof , 35
|
|
@@:@s:sendcmsg.chm , 21
|
|
@@:@@:sensapip.dll , 2
|
|
@@:@@:senslogn.dll , 2
|
|
@@:@@:server2.dll , 35
|
|
@@:@@:setacl.exe , 2
|
|
@@:@@:sett01.seq , 2
|
|
@@:@@:sett02.seq , 2
|
|
@@:@@:sett03.seq , 2
|
|
@@:@@:sett04.seq , 2
|
|
@@:@@:setup.inf , 2
|
|
@@:@@:setupie.exe , 2
|
|
@@:@@:setupnt.cnt , 2
|
|
@@:@@:setupnt.hlp , 2
|
|
@@:@@:setupqry.dll , 2
|
|
@@:@@:setupqry.inf , 2
|
|
@@:@@:setupqry.inf ,32
|
|
@@:@@:sfmatcfg.dll , 2
|
|
@@:@@:sfmicons.inf , 2
|
|
@@:@@:sfmmap.inf , 2
|
|
@@:@@:sfmmgr.cnt , 2
|
|
@@:@@:sfmmgr.cnt , 21
|
|
@@:@@:sfmmgr.cpl , 2
|
|
@@:@@:sfmmgr.hlp , 2
|
|
@@:@@:sfmpsprt.dll , 13
|
|
@@:@@:sfmres.dll , 2
|
|
@@:@@:sfmutil.dll , 2
|
|
@@:@w:sfmatalk.sys , 4
|
|
@@:@w:sfmwshat.dll , 2
|
|
@@:@w:sfmatmsg.dll , 2
|
|
@@:@w:sfmmon.dll , 2
|
|
@@:@s:sgiu.inf , 20
|
|
@@:@@:sigres.exe , 5
|
|
@@:@w:netatlk.inf , 20
|
|
@@:@w:netatlk.pnf , 20
|
|
@@:@@:share01.seq , 2
|
|
@@:@@:share02.seq , 2
|
|
@@:@@:shell.adm , 20
|
|
@@:@@:shhndl.dll , 2
|
|
@@:@@:sis300.inf , 20
|
|
@@:@s:sis6306.inf , 20
|
|
@@:@@:sisaudio.dll , 2
|
|
@@:@@:sisaudio.sys , 4
|
|
@@:@s:sisv6326.inf , 20
|
|
@i:@@:sk98win.sys , 4
|
|
@i:@@:skfpwin.sys , 4
|
|
@@:@@:sla30nd5.sys , 4
|
|
@i:@@:slant.sys , 4
|
|
@@:@@:slbcom.dll , 2
|
|
@@:@@:slbkygen.dll , 2
|
|
@@:@@:slbrsrc.dll , 2
|
|
@@:@@:smbsvc.dll , 2
|
|
@@:@@:smbdpmi.exe , 35
|
|
@@:@@:smbdpmi.pif , 35
|
|
@i:@@:smc8000n.sys , 4
|
|
@i:@@:smc9432n.sys , 4
|
|
@i:@@:smcpwr2n.sys , 4
|
|
@@:@@:smidpmi.exe , 35
|
|
@@:@@:smlogcfg.chm , 21
|
|
@@:@@:smlogcfg.hlp , 21
|
|
@@:@@:smlogconcepts.chm , 21
|
|
@@:@@:smnt40.dll , 2
|
|
@@:@@:smnt40.sys , 4
|
|
@@:@@:smonctrl.cnt , 21
|
|
@@:@@:smonctrl.hlp , 21
|
|
@@:@@:smonctrl.oca , 2
|
|
@@:@@:smonctrl.ocx , 2
|
|
@@:@@:sndblst.dll , 2
|
|
@@:@@:sndblst.sys , 4
|
|
@@:@@:sndglxy.dll , 2
|
|
@@:@@:sndglxy.sys , 4
|
|
@@:@@:sndsys.dll , 2
|
|
@@:@@:sndsys.sys , 4
|
|
@@:@@:sndsys32.dll , 2
|
|
@@:@@:sndvol32.cnt , 2
|
|
@@:@@:sndvol32.cnt , 21
|
|
@@:@@:sndvol32.fts , 2
|
|
@@:@@:sndvol32.hlp , 2
|
|
@@:@@:snmpcl.dll , 35
|
|
@@:@@:snmpsfx.dll , 2
|
|
@@:@@:snmpsnap.chm , 21
|
|
@@:@@:snmpthrd.dll , 35
|
|
@@:@@:snyaitmc.sys , 4
|
|
@@:@@:sol.chm , 2
|
|
@@:@@:sol.cnt , 2
|
|
@@:@@:sol.cnt , 21
|
|
@@:@@:sol.hlp , 2
|
|
@@:@@:soundrec.cnt , 2
|
|
@@:@@:soundrec.cnt , 21
|
|
@@:@@:soundrec.fts , 2
|
|
@@:@@:soundrec.hlp , 2
|
|
@@:@@:spcmdcon.sys , 2
|
|
@@:@@:spdo3dg.sys , 4
|
|
@@:@@:sphaud.ax , 2
|
|
@@:@@:sphgena.ax , 2
|
|
@@:@@:sphgenv.ax , 2
|
|
@@:@@:sphh26x.ax , 2
|
|
@@:@@:splprn.gif , 33
|
|
@@:@@:spoolss.exe , 2
|
|
@@:@@:spxcoins.dll , 2
|
|
@i:@@:srwlnd5.sys , 4
|
|
@@:@@:srvmgr.cnt , 2
|
|
@@:@@:srvmgr.cpl , 2
|
|
@@:@@:srvmgr.exe , 2
|
|
@@:@s:srvmgr.fts , 2
|
|
@@:@@:srvmgr.hlp , 2
|
|
@@:@@:srvwiz.dll , 2
|
|
@i:@s:ssdpapi.dll , 2
|
|
@i:@s:ssdpsrv.dll , 2
|
|
@@:@@:sslsspi.dll , 2
|
|
@@:@@:ssmaze.scr , 2
|
|
@@:@@:sspagg.dll , 2
|
|
@@:@@:starter.script , 21
|
|
@@:@@:sticpl.cpl , 2
|
|
@@:@s:stillcam.inf , 20
|
|
@@:@s:stillcam.pnf , 20
|
|
@@:@@:stisvc.exe , 2
|
|
@@:@@:storedbx.dll , 112
|
|
@@:@@:storprov.dll , 2
|
|
@i:@@:streamer.sys , 4
|
|
@@:@s:strmfilt.dll , 112
|
|
@@:@@:stub1.chm , 21
|
|
@@:@@:stub2.chm , 21
|
|
@@:@@:stub3.chm , 21
|
|
@@:@@:stub4.chm , 21
|
|
@@:@@:stub5.chm , 21
|
|
@@:@@:subroutn.inf , 2
|
|
@@:@@:subs.adm , 20
|
|
@i:@@:std_1.gro , 180
|
|
@@:@@:supp_ed.hlp , 21
|
|
@@:@@:svcmgmt.msc , 2
|
|
@@:@@:synthgm.sbk , 2
|
|
@@:@@:synthgs.sbk , 2
|
|
@@:@@:synthmt.sbk , 2
|
|
@@:@s:sys_srv.chm , 21
|
|
@@:@@:sys_srv.cnt , 21
|
|
@@:@@:sys_srv.hlp , 21
|
|
@@:@@:syscpl.cpl , 2
|
|
@@:@@:sysmontypelibrary.twd , 2
|
|
@@:@@:sysoc.inf , 2
|
|
@@:@@:sysoc.inf ,32
|
|
@@:@s:sysprop.chm , 21
|
|
@@:@@:syssetup.pnf , 20
|
|
@i:@@:t1isawan.inf , 20
|
|
@m:@s:t2r4disp.dll , 2 ; Number9 Revolution4 display driver
|
|
@m:@s:t2r4mini.sys , 4 ; Number9 Revolution4 miniport driver
|
|
@@:@@:tada.wav , 1
|
|
@@:@@:tape.inf , 2
|
|
@@:@@:tapi.dll , 1
|
|
@@:@@:tapisrv.exe , 2
|
|
@@:@@:taskmgr.cnt , 21
|
|
@i:@@:tbatm155.sys , 4
|
|
@@:@@:tcaitdi.inf , 20
|
|
@@:@@:tcaicchg.sys , 2
|
|
@@:@@:tcaicchg.sys , 4
|
|
@@:@@:tcaitdi.sys , 4
|
|
@@:@@:tcamhwac.dll , 2
|
|
@@:@@:TCAUDCUS.TXT , 2
|
|
@@:@@:TCAUDEXP.TXT , 2
|
|
@@:@@:TCAUDIAG.HLP , 2
|
|
@@:@@:TCAUDIAG.URL , 2
|
|
@@:@@:tcaudiag.exe , 2
|
|
@@:@@:TCAUM90X.HLP , 2
|
|
@@:@@:tcaum90x.dll , 2
|
|
@@:@@:TCAUPROT.HLP , 2
|
|
@@:@@:tcauprot.dll , 2
|
|
@@:@s:tcmapp.exe , 2
|
|
@@:@@:tcpcfg.dll , 2
|
|
@@:@s:tcpip.chm , 21
|
|
@@:@@:tcpip.cnt , 2
|
|
@@:@@:tcpip.cnt , 21
|
|
@@:@@:tcpip.hlp , 2
|
|
@@:@@:tcpmon.hlp , 2
|
|
@i:@@:tdkcd31.sys , 4
|
|
@@:@@:tdk100b.sys , 4
|
|
@@:@@:telephon.hlp , 21
|
|
@@:@@:telnet.cnt , 2
|
|
@@:@@:telnet.cnt , 21
|
|
@@:@@:telnet.hlp , 2
|
|
@@:@@:telnetc.exe , 2
|
|
@@:@s:termcli.chm , 21
|
|
@@:@@:terminal.cnt , 2
|
|
@@:@@:terminal.exe , 2
|
|
@@:@@:terminal.hlp , 2
|
|
@@:@@:texttablewsys.xsl, 35
|
|
@@:@@:tfscore.dll , 2
|
|
@@:@s:tgiu.inf , 20
|
|
@@:@@:themes.exe , 2
|
|
@@:@@:themes.cpl , 2
|
|
@@:@@:thumbvw.dll , 2
|
|
@@:@@:timesb.ttf , 22
|
|
@@:@@:tk550171.ppd , 11
|
|
@@:@@:tk550391.ppd , 11
|
|
@@:@@:tlnkp.mac , 4
|
|
@@:@@:tlnkp.sys , 4
|
|
@@:@@:tmplprov.dll , 35
|
|
@@:@@:tmplprov.mfl , 35
|
|
@@:@@:tmplprov.mof , 35
|
|
@@:@@:toolbar.dll , 2
|
|
@@:@@:town.mid , 1
|
|
@i:@@:tp4.inf , 20
|
|
@@:@@:tp4cfg50.dll , 2
|
|
@i:@@:tp4setup.inf , 20
|
|
@i:@@:tpro.sys , 4
|
|
@i:@@:tpro4.sys , 4
|
|
@@:@@:tracert6.exe , 2
|
|
@@:@s:trid3d.inf , 20
|
|
@@:@s:tridkb.inf , 20
|
|
@@:@@:trkcom.dll , 2
|
|
@@:@@:trksvr.exe , 2
|
|
@@:@@:trkwks.exe , 2
|
|
@@:@@:trnsprov.dll , 35
|
|
@@:@@:trnsprov.mfl , 35
|
|
@@:@@:trnsprov.mof , 35
|
|
@@:@@:trouble.chm , 21
|
|
@@:@@:ts16bit.dsz , 21
|
|
@@:@@:ts16bit.hti , 21
|
|
@@:@@:ts16bit.htm , 21
|
|
@@:@@:ts16bit.tsc , 21
|
|
@@:@@:ts16bi~1.htm , 21
|
|
@@:@@:tsbluscr.dsz , 21
|
|
@@:@@:tsbluscr.hti , 21
|
|
@@:@@:tsbluscr.htm , 21
|
|
@@:@@:tsbluscr.tsc , 21
|
|
@@:@@:tsblus~1.htm , 21
|
|
@i:@@:tsbmce.sys , 4
|
|
@@:@@:tscsnw.dsz , 21
|
|
@@:@@:tscsnw.hti , 21
|
|
@@:@@:tscsnw.htm , 21
|
|
@@:@@:tscsnw.tsc , 21
|
|
@@:@@:tscsnw~1.htm , 21
|
|
@@:@@:tsctl.htm , 21
|
|
@@:@@:tsdhcp.dsz , 21
|
|
@@:@@:tsdhcp.hti , 21
|
|
@@:@@:tsdhcp.htm , 21
|
|
@@:@@:tsdhcp.tsc , 21
|
|
@@:@@:tsdhcp~1.htm , 21
|
|
@@:@@:tsdisp.dsz , 21
|
|
@@:@@:tsdisp.hti , 21
|
|
@@:@@:tsdisp.htm , 21
|
|
@@:@@:tsdisp.tsc , 21
|
|
@@:@@:tsdisp~1.htm , 21
|
|
@@:@@:tsdns.dsz , 21
|
|
@@:@@:tsdns.hti , 21
|
|
@@:@@:tsdns.htm , 21
|
|
@@:@@:tsdns.tsc , 21
|
|
@@:@@:tsdns_~1.htm , 21
|
|
@@:@@:tsdos.dsz , 21
|
|
@@:@@:tsdos.hti , 21
|
|
@@:@@:tsdos.htm , 21
|
|
@@:@@:tsdos.tsc , 21
|
|
@@:@@:tsdos_~1.htm , 21
|
|
@@:@@:tsds.dsz , 21
|
|
@@:@@:tsds.hti , 21
|
|
@@:@@:tsds.htm , 21
|
|
@@:@@:tsds.tsc , 21
|
|
@@:@@:tsds_r~1.htm , 21
|
|
@@:@w:tsec.dll , 2
|
|
@@:@@:tshardw.dsz , 21
|
|
@@:@@:tshardw.hti , 21
|
|
@@:@@:tshardw.htm , 21
|
|
@@:@@:tshardw.tsc , 21
|
|
@@:@@:tshard~1.htm , 21
|
|
@@:@@:tshoot.css , 21
|
|
@@:@s:tshooter.chm , 21
|
|
@@:@@:tsisp.dsz , 21
|
|
@@:@@:tsisp.hti , 21
|
|
@@:@@:tsisp.htm , 21
|
|
@@:@@:tsisp.tsc , 21
|
|
@@:@@:tsisp_~1.htm , 21
|
|
@@:@s:tslic.chm , 21
|
|
@@:@@:tsmodem.dsz , 21
|
|
@@:@@:tsmodem.hti , 21
|
|
@@:@@:tsmodem.htm , 21
|
|
@@:@@:tsmodem.tsc , 21
|
|
@@:@@:tsmode~1.htm , 21
|
|
@@:@@:tsnetwrk.dsz , 21
|
|
@@:@@:tsnetwrk.hti , 21
|
|
@@:@@:tsnetwrk.htm , 21
|
|
@@:@@:tsnetwrk.tsc , 21
|
|
@@:@@:tsnetw~1.htm , 21
|
|
@@:@s:tsoc.dll , 2
|
|
@@:@s:tsoc.inf , 2
|
|
@@:@s:tsoc.inf ,32
|
|
@@:@@:tsprint.dsz , 21
|
|
@@:@@:tsprint.hti , 21
|
|
@@:@@:tsprint.htm , 21
|
|
@@:@@:tsprint.tsc , 21
|
|
@@:@@:tsprin~1.htm , 21
|
|
@@:@@:tsras.dsz , 21
|
|
@@:@@:tsras.hti , 21
|
|
@@:@@:tsras.htm , 21
|
|
@@:@@:tsras.tsc , 21
|
|
@@:@@:tsras_~1.htm , 21
|
|
@@:@@:tssetup.dsz , 21
|
|
@@:@@:tssetup.hti , 21
|
|
@@:@@:tssetup.htm , 21
|
|
@@:@@:tssetup.tsc , 21
|
|
@@:@@:tssetu~1.htm , 21
|
|
@@:@@:tssound.dsz , 21
|
|
@@:@@:tssound.hti , 21
|
|
@@:@@:tssound.htm , 21
|
|
@@:@@:tssound.tsc , 21
|
|
@@:@@:tssoun~1.htm , 21
|
|
@@:@@:tsstart.dsz , 21
|
|
@@:@@:tsstart.hti , 21
|
|
@@:@@:tsstart.htm , 21
|
|
@@:@@:tsstart.tsc , 21
|
|
@@:@@:tsstar~1.htm , 21
|
|
@@:@@:tstcpip.dsz , 21
|
|
@@:@@:tstcpip.hti , 21
|
|
@@:@@:tstcpip.htm , 21
|
|
@@:@@:tstcpip.tsc , 21
|
|
@@:@@:tstcpi~1.htm , 21
|
|
@@:@@:tswins.dsz , 21
|
|
@@:@@:tswins.hti , 21
|
|
@@:@@:tswins.htm , 21
|
|
@@:@@:tswins.tsc , 21
|
|
@@:@@:tswins~1.htm , 21
|
|
@@:@@:tszaw.dsz , 21
|
|
@@:@@:tszaw.hti , 21
|
|
@@:@@:tszaw.htm , 21
|
|
@@:@@:tszaw.tsc , 21
|
|
@@:@@:tszaw_~1.htm , 21
|
|
@@:@@:tty.hlp , 21
|
|
@@:@@:tuneup.exe , 2
|
|
@@:@@:tuneup.hlp , 21
|
|
@@:@@:txfaux.dll , 2
|
|
@@:@@:ubnei.bin , 4
|
|
@@:@@:ubnei.sys , 4
|
|
@i:@s:udhisapi.dll , 2
|
|
@@:@@:uhpfs.dll , 2
|
|
@@:@@:un3c90x.exe , 2
|
|
@@:@@:un3c90xa.exe , 2
|
|
@i:@@:undo_guimode.txt , 2
|
|
@i:@@:UNDMINT.EXE , 180
|
|
@i:@@:UNDMIW2K.EXE , 180
|
|
@@:@@:unimdm.hlp , 21
|
|
@@:@@:unknown.inf , 20
|
|
@@:@@:unregds.exe , 20
|
|
@@:@@:untcatdi.exe , 2
|
|
@@:@@:unwise32.exe , 35
|
|
@@:@@:updprov.dll , 35
|
|
@@:@@:updprov.mfl , 35
|
|
@@:@@:updprov.mof , 35
|
|
@@:@s:upedit.fts , 2
|
|
@i:@s:upnp.dll , 2
|
|
@i:@s:upnpcont.exe , 2
|
|
@i:@s:upnphost.dll , 2
|
|
@i:@s:upnpui.dll , 2
|
|
@@:@@:upwizun.chm , 21
|
|
@@:@@:upwizun.exe , 1
|
|
@@:@@:ups.cpl , 2
|
|
@@:@@:usb8023.inf , 20
|
|
@@:@@:usb8023.pnf , 20
|
|
@@:@@:userdir.dll , 2
|
|
@@:@@:usermon.dll , 2
|
|
@@:@@:users.cpl , 2
|
|
@i:@@:usrisdn.inf , 20
|
|
@@:@@:usrmgr.cnt , 2
|
|
@@:@@:usrmgr.exe , 2
|
|
@@:@s:usrmgr.fts , 2
|
|
@@:@@:usrmgr.hlp , 2
|
|
@@:@@:vcdex.dll , 2
|
|
@@:@@:viaagp1.sys , 4
|
|
@@:@@:video.inf , 2
|
|
@@:@@:viewtest.mof , 35
|
|
@@:@@:virtual.inf , 2
|
|
@@:@@:vjoy.dll , 2
|
|
@@:@@:voodoo3.inf , 20
|
|
@@:@@:vsaplug.dll , 35
|
|
@@:@@:vsaprov.dll , 35
|
|
@@:@@:vsaprov.mof , 35
|
|
@@:@@:vslinka.bin , 4
|
|
@@:@@:vslinka.sys , 4
|
|
@@:@@:vssetup.cnt , 2
|
|
@@:@@:vssetup.dll , 2
|
|
@@:@@:vssetup.hlp , 2
|
|
@@:@@:vt49901.ppd , 11
|
|
@@:@@:vt4l5001.ppd , 11
|
|
@@:@@:vt4l5301.ppd , 11
|
|
@@:@@:vt600p1.ppd , 11
|
|
@@:@@:vt600w1.ppd , 11
|
|
@@:@@:vt60p480.ppd , 11
|
|
@@:@@:w3prtflt.dll , 2
|
|
@@:@s:w3ssl.dll , 112
|
|
@i:@@:w840nd.sys , 4
|
|
@i:@@:w926nd.sys , 4
|
|
@i:@@:w940nd.sys , 4
|
|
@@:@@:wansetup.exe , 2
|
|
@@:@@:waveart.dll , 2
|
|
@@:@@:waveart.sys , 4
|
|
@@:@@:wbemclean.exe , 35
|
|
@@:@@:wbemcntl.exe , 35
|
|
@@:@@:wbemcpl.exe , 35
|
|
@@:@@:wbemdc.dll , 35
|
|
@@:@@:wbemdiag.exe , 35
|
|
@@:@@:wbemdr32.dll , 2
|
|
@@:@@:wbemint.chm , 21
|
|
@@:@@:wbemmcp.dll , 35
|
|
@@:@@:wbemmsp.dll , 35
|
|
@@:@@:wbemnt5.inf , 20
|
|
@@:@@:wbemperf.mof , 35
|
|
@@:@@:wbemperm.exe , 35
|
|
@@:@@:wbemstop.exe , 35
|
|
@@:@@:wbemsvc.tlb , 35
|
|
@@:@@:wbemuser.cnt , 21
|
|
@@:@@:wbemuser.exe , 35
|
|
@@:@@:wbemuser.hlp , 21
|
|
@@:@@:wbfirdma.sys , 20
|
|
@@:@@:wcdmi.dll , 35
|
|
@@:@@:wcdmidce.dll , 35
|
|
@@:@@:wdma_adi.inf , 20
|
|
@@:@@:wdma_ava.inf , 20
|
|
@@:@@:adm_mult.inf , 20
|
|
@@:@@:adm_mult.pnf , 20
|
|
@@:@@:adm_port.inf , 20
|
|
@@:@@:adm_port.pnf , 20
|
|
@@:@d:wdma10k1.inf , 20
|
|
@@:@d:wdma10k1.PNF , 20
|
|
@@:@@:wdma_aur.inf , 20
|
|
@@:@@:wdma_aur.PNF , 20
|
|
@@:@@:wdma_azt.inf , 20
|
|
@@:@@:wdma_azt.PNF , 20
|
|
@@:@@:wdma_csc.inf , 20
|
|
@@:@@:wdma_csc.PNF , 20
|
|
@@:@d:wdma_csf.inf , 20
|
|
@@:@d:wdma_csf.PNF , 20
|
|
@@:@@:wdma_ctl.inf , 20
|
|
@@:@@:wdma_ctl.PNF , 20
|
|
@@:@@:wdma_ens.inf , 20
|
|
@@:@@:wdma_ens.PNF , 20
|
|
@@:@@:wdma_es2.inf , 20
|
|
@@:@@:wdma_es2.PNF , 20
|
|
@@:@d:wdma_es3.inf , 20
|
|
@@:@d:wdma_es3.PNF , 20
|
|
@@:@@:wdma_ess.inf , 20
|
|
@@:@@:wdma_ess.PNF , 20
|
|
@@:@d:wdma_int.inf , 20
|
|
@@:@d:wdma_int.PNF , 20
|
|
@@:@@:wdma_ne2.inf , 20
|
|
@@:@@:wdma_ne2.PNF , 20
|
|
@@:@@:wdma_neo.inf , 20
|
|
@@:@@:wdma_neo.PNF , 20
|
|
@@:@d:wdma_usb.inf , 20
|
|
@@:@d:wdma_usb.PNF , 20
|
|
@@:@d:wdma_wss.inf , 20
|
|
@@:@d:wdma_wss.PNF , 20
|
|
@@:@@:wdma_ym2.inf , 20
|
|
@@:@@:wdma_ym2.PNF , 20
|
|
@@:@@:wdma_ymh.inf , 20
|
|
@@:@@:wdma_ymh.PNF , 20
|
|
@@:@@:wdmiutil.dll , 35
|
|
@@:webclnt.exe , 2
|
|
@@:@@:welcome.exe , 1
|
|
@@:@@:welcome.ini , 1
|
|
@@:@@:wex_axp.dll , 2
|
|
@@:@@:whatsnew.hlp , 21
|
|
@@:@@:winchat.cnt , 2
|
|
@@:@@:winchat.cnt , 21
|
|
@@:@w:windisk.cnt , 2
|
|
@@:@@:windisk.exe , 2
|
|
@@:@w:windisk.fts , 2
|
|
@@:@w:windisk.hlp , 2
|
|
@@:@s:windiska.cnt , 2
|
|
@@:@s:windiska.fts , 2
|
|
@@:@s:windiska.hlp , 2
|
|
@@:@@:windows.cnt , 2
|
|
@@:@@:windows.hlp , 2
|
|
@@:@@:winfile.fts , 2
|
|
@@:@@:winhlp32.cnt , 2
|
|
@@:@@:winhlp32.hlp , 2
|
|
@@:@@:winhttp.dll , 2 ; now a side-by-side component in WinSxS
|
|
@@:@@:winmine.chm , 2
|
|
@@:@@:winmine.cnt , 2
|
|
@@:@@:winmine.cnt , 21
|
|
@@:@@:winmine.hlp , 2
|
|
@i:@@:winmodem.cpl , 2
|
|
@i:@@:winmodem.sys , 4
|
|
@@:@@:winnt.cnt , 2
|
|
@@:@@:winnt.fts , 2
|
|
@@:@@:winnt.hlp , 2
|
|
@@:@@:winperms.txt , 2
|
|
@@:@@:winprint.dll , 13
|
|
@@:@@:winrep.exe , 1
|
|
@@:@@:winrtp.dll , 2
|
|
@@:@@:wins.exe , 2
|
|
@@:@@:winsadmn.cnt , 2
|
|
@@:@@:winsadmn.exe , 2
|
|
@@:@@:winsadmn.hlp , 2
|
|
@@:@@:winsrpc.dll , 2
|
|
@@:@w:winsmon.dll , 2 ; delete from professional on upgrade
|
|
@i:@@:winver.exe , 1
|
|
@@:@@:wizmgr.exe , 2
|
|
@i:@@:wlandrv2.sys , 4
|
|
@@:@@:wlbs.dll , 2
|
|
@@:@@:wlteula.dat , 21
|
|
@@:@@:wmi_cse.dll , 35
|
|
@@:@@:wmi_rsop.mfl , 35
|
|
@@:@@:wmi_rsop.mof , 35
|
|
@@:@@:wmi2xml.dll , 35
|
|
@@:@@:wmiapsrv.mof , 35
|
|
@@:@@:wmiclimofformat.xsl, 35
|
|
@@:@@:wmiclitableformat.xsl, 35
|
|
@@:@@:wmiclitableformatnosys.xsl, 35
|
|
@@:@@:wmiclivalueformat.xsl, 35
|
|
@@:@@:wmicore.dll , 2
|
|
@@:@@:wmidcad.dll , 35
|
|
@@:@@:wmiexe.exe , 2
|
|
@@:@@:wmifilt.dll , 35
|
|
@@:@@:wmiisapi.dll , 35
|
|
@@:@@:wmimofck.exe , 35
|
|
@@:@@:wmimsg.dll , 35
|
|
@@:@@:wmioledb.dll , 35
|
|
@@:@w:wmipdfs.dll , 35
|
|
@@:@w:wmipdfs.mfl , 35
|
|
@@:@w:wmipdfs.mof , 35
|
|
@@:@@:wmiperf.dll , 2
|
|
@@:@@:wmiperf.ini , 2
|
|
@@:@@:wmixmlop.dll , 35
|
|
@@:@@:wordpad.cnt , 21
|
|
@@:@@:write.exe , 1
|
|
@@:@p:wsecedit.chm ,21
|
|
@@:@p:wsecedit.dll ,2
|
|
@@:@@:wshisotp.dll , 2
|
|
@@:@@:wshirda.dll , 2
|
|
@@:@@:wsock32n.dll , 2
|
|
@m:@@:wshisn.dll , 2
|
|
@@:@@:wuicon1.gif , 31 ;Windows Update files no longer used
|
|
@@:@@:wuicon2.gif , 31 ;Windows Update files no longer used
|
|
@@:@@:wuicon3.gif , 31 ;Windows Update files no longer used
|
|
@@:@@:wulogo.gif , 31 ;Windows Update files no longer used
|
|
@@:@@:wum.htm , 31 ;Windows Update files no longer used
|
|
@@:@@:wvback.gif , 31
|
|
@i:@@:wvlan48.sys , 4
|
|
@@:@@:xabios.bin , 4
|
|
@@:@@:xacook.bin , 4
|
|
@i:@@:xem336n5.sys , 4
|
|
@@:@@:xmlprox.dll , 35
|
|
@@:@@:xmltrnsf.dll , 35
|
|
@@:@@:xmltrnsf.exe , 35
|
|
@@:@@:xmltrnsf.tlb , 35
|
|
@@:@@:xr049151.ppd , 11
|
|
@@:@@:xr049201.ppd , 11
|
|
@@:@@:xr_49001.ppd , 11
|
|
@@:@@:xrdt0851.ppd , 11
|
|
@@:@@:xrdt0901.ppd , 11
|
|
@@:@@:xrdt1351.ppd , 11
|
|
@@:@@:yacxg.sys , 4
|
|
@@:@@:ydsxg.sys , 4
|
|
@@:@@:ydsxgdk.sys , 4
|
|
@@:@@:ydsxg32.dll , 2
|
|
@*:Files below for upgrade case of protected DLLs
|
|
@@:@@:cfgmgr32.dll , 44
|
|
@3:@@:dvdplay.exe , 44 ; Replaced by WMP8
|
|
@@:@@:imagehlp.dll , 44
|
|
@@:@@:msrating.dll , 44
|
|
@@:@@:ocmanage.dll , 44
|
|
@@:@@:setupapi.dll , 44
|
|
@@:@@:shlwapi.dll , 44
|
|
@@:@@:sysocmgr.exe , 44
|
|
@@:@@:twain.dll , 44
|
|
@@:@@:twain_32.dll , 44
|
|
@@:@@:twunk_32.exe , 44
|
|
@@:@@:url.dll , 44
|
|
@@:@@:urlmon.dll , 44
|
|
@@:@@:wininet.dll , 44
|
|
@*:
|
|
@*: Make sure not to consume old shell manifests during setup,
|
|
@*: and to let shell install current ones late in setup.
|
|
@*: The first two are in the \Windows directory, the rest
|
|
@*: are all in \Windows\System32 and \Windows\SysWow64
|
|
@*:
|
|
@@:@@:WindowsShell.manifest,1
|
|
@@:@@:Explorer.exe.manifest,1
|
|
@@:@@:access.cpl.manifest,2
|
|
@@:@@:calc.exe.manifest,2
|
|
@@:@@:desk.cpl.manifest,2
|
|
@@:@@:hdwwiz.cpl.manifest,2
|
|
@@:@@:hotplug.dll.manifest,2
|
|
@@:@@:inetcpl.cpl.manifest,2
|
|
@@:@@:intl.cpl.manifest,2
|
|
@@:@@:joy.cpl.manifest,2
|
|
@@:@@:logonui.exe.manifest,2
|
|
@@:@@:main.cpl.manifest,2
|
|
@@:@@:mmsys.cpl.manifest,2
|
|
@@:@@:mspaint.exe.manifest,2
|
|
@@:@@:ncpa.cpl.manifest,2
|
|
@@:@@:notepad.exe.manifest,2
|
|
@@:@@:notepad_exe_manifest,2
|
|
@@:@@!p:nwc.cpl.manifest,2
|
|
@@:@@:powercfg.cpl.manifest,2
|
|
@@:@@:sapi.cpl.manifest,2
|
|
@@:@@:sndrec32.exe.manifest,2
|
|
@@:@@:sndvol32.exe.manifest,2
|
|
@@:@@:sysdm.cpl.manifest,2
|
|
@@:@@:taskmgr.exe.manifest,2
|
|
@@:@@:telephon.cpl.manifest,2
|
|
@@:@@:timedate.cpl.manifest,2
|
|
@@:@@:winlogon.exe.manifest,2
|
|
@@:@@:wordpad.exe.manifest,2
|
|
@@:@@:wuaucpl.cpl.manifest,2
|
|
@6:@@:access.cpl.manifest,82
|
|
@6:@@:calc.exe.manifest,82
|
|
@6:@@:desk.cpl.manifest,82
|
|
@6:@@:hdwwiz.cpl.manifest,82
|
|
@6:@@:hotplug.dll.manifest,82
|
|
@6:@@:inetcpl.cpl.manifest,82
|
|
@6:@@:intl.cpl.manifest,82
|
|
@6:@@:joy.cpl.manifest,82
|
|
@6:@@:logonui.exe.manifest,82
|
|
@6:@@:main.cpl.manifest,82
|
|
@6:@@:mmsys.cpl.manifest,82
|
|
@6:@@:mspaint.exe.manifest,82
|
|
@6:@@:ncpa.cpl.manifest,82
|
|
@6:@@:notepad.exe.manifest,82
|
|
@6:@@:notepad_exe_manifest,82
|
|
@6:@@:nwc.cpl.manifest,82
|
|
@6:@@:powercfg.cpl.manifest,82
|
|
@6:@@:sapi.cpl.manifest,82
|
|
@6:@@:sndrec32.exe.manifest,82
|
|
@6:@@:sndvol32.exe.manifest,82
|
|
@6:@@:sysdm.cpl.manifest,82
|
|
@6:@@:taskmgr.exe.manifest,82
|
|
@6:@@:telephon.cpl.manifest,82
|
|
@6:@@:timedate.cpl.manifest,82
|
|
@6:@@:winlogon.exe.manifest,82
|
|
@6:@@:wordpad.exe.manifest,82
|
|
@6:@@:wuaucpl.cpl.manifest,82
|
|
@*:
|
|
@*: WinSXS - Remove old poorly-formed assembly names so that the new ones with public keys can be
|
|
@*: installed properly. And remove beta1 assemblies.
|
|
@*:
|
|
@@:@@:x86_Microsoft.Tools.VisualCPlusPlus.Runtime-Libraries_no-public-key_6.0.0.0_x-ww_4d05e542.manifest,125
|
|
@@:@@:x86_Microsoft.Windows.Common-Controls_no-public-key_6.0.0.0_x-ww_cd4c0d12.manifest,125
|
|
@@:@@:x86_Microsoft.Windows.GdiPlus_no-public-key_1.0.0.0_x-ww_fad9507f.manifest,125
|
|
@@:@@:x86_comctl32_6.0.0.0_0000.manifest,125
|
|
@@:@@:x86_GdiPlus_1.0.0.0_0409.Manifest,125
|
|
@@:@@:x86_Microsoft-Visual-CPlusPlus-Runtime-Libraries_6.0.0.0_0000.Manifest, 125
|
|
@@:@@:x86_Microsoft.Windows.SystemCompatible_6595b64144ccf1df_5.1.1.0_x-ww_fcb23a8c.Manifest,125
|
|
@6:@@:ia64_Microsoft.Windows.GdiPlus_no-public-key_1.0.0.0_x-ww_d53ac1df.manifest,125
|
|
@6:@@:ia64_Microsoft.Windows.Common-Controls_no-public-key_6.0.0.0_x-ww_a7ad7e72.manifest,125
|
|
@6:@@:ia64_comctl32_6.0.0.0_0000.manifest,125
|
|
@6:@@:ia64_GdiPlus_1.0.0.0_0409.Manifest,125
|
|
@6:@@:ia64_Microsoft-Visual-CPlusPlus-Runtime-Libraries_6.0.0.0_0000.Manifest, 125
|
|
@6:@@:ia64_Microsoft.Windows.SystemCompatible_6595b64144ccf1df_5.1.1.0_x-ww_2c0d212c.Manifest,125
|
|
|
|
@*:
|
|
@*: WinSXS - remove system default so services.exe/lsass.exe on upgrade installs don't use the old one
|
|
@*:
|
|
@@:@@:x86_microsoft.windows.systemcompatible_6595b64144ccf1df_5.2.0.0_x-ww_40208a0c.manifest,125
|
|
@@:@@:x86_microsoft.windows.systemcompatible_6595b64144ccf1df_5.2.0.0_x-ww_40208a0c.cat,125
|
|
@m:@@:ia64_microsoft.windows.systemcompatible_6595b64144ccf1df_5.2.0.0_x-ww_6f7b70ac.manifest,125
|
|
@m:@@:ia64_microsoft.windows.systemcompatible_6595b64144ccf1df_5.2.0.0_x-ww_6f7b70ac.cat,125
|
|
@a:@@:amd64_microsoft.windows.systemcompatible_6595b64144ccf1df_5.2.0.0_x-ww_722a6fec.manifest,125
|
|
@a:@@:amd64_microsoft.windows.systemcompatible_6595b64144ccf1df_5.2.0.0_x-ww_722a6fec.cat,125
|
|
|
|
@*:
|
|
@*: WinSXS - remove mis-versioned gdiplus on upgrade, including assemblies and policies
|
|
@*:
|
|
@@:@@:x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.1.0_x-ww_8db34e94.Manifest,125
|
|
@@:@@:x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.1.0_x-ww_8db34e94.cat,125
|
|
@@:@@:x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.3000.0_x-ww_4a2ca156.Manifest,125
|
|
@@:@@:x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.3000.0_x-ww_4a2ca156.cat,125
|
|
@@:@@:5.1.0.0.cat,253
|
|
@@:@@:5.1.0.0.Policy,253
|
|
@@:@@:5.1.3000.0.cat,253
|
|
@@:@@:5.1.3000.0.Policy,253
|
|
@m:@@:ia64_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.1.0_x-ww_bd0e3534.Manifest,125
|
|
@m:@@:ia64_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.1.0_x-ww_bd0e3534.cat,125
|
|
@m:@@:ia64_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.3000.0_x-ww_798787F6.Manifest,125
|
|
@m:@@:ia64_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.3000.0_x-ww_798787F6.cat,125
|
|
@m:@@:5.1.0.0.cat,254
|
|
@m:@@:5.1.0.0.Policy,254
|
|
@m:@@:5.1.3000.0.cat,254
|
|
@m:@@:5.1.3000.0.Policy,254
|
|
|
|
@*:
|
|
@*: JPN IMEs - Remove old IME files
|
|
@*:
|
|
@*: JPN IME95
|
|
@@:@@:msime95.ime ,2
|
|
@@:@@:msime95d.dll ,2
|
|
@@:@@:msime95k.dll ,2
|
|
@@:@@:msime95u.dll ,2
|
|
@*: JPN IME97
|
|
@@:@@:msime97.ime ,2
|
|
@@:@@:msime97f.idc ,2
|
|
@@:@@:imeinst.exe ,2
|
|
@@:@@:msime97m.exe ,2
|
|
@@:@@:msimewiz.exe ,2
|
|
@@:@@:olddiccv.exe ,2
|
|
@@:@@:msime97d.dll ,2
|
|
@@:@@:msime97f.dll ,2
|
|
@@:@@:msime97k.dll ,2
|
|
@@:@@:msime97m.dll ,2
|
|
@@:@@:msime97p.dll ,2
|
|
@@:@@:msime97u.dll ,2
|
|
@@:@@:imeinst.inf ,2
|
|
@@:@@:msime97.hlp ,21
|
|
@@:@@:msime97.cnt ,21
|
|
@@:@@:msime97.ini ,2
|
|
@@:@@:msime9~1.dic ,2
|
|
@@:@@:msime9~2.dic ,2
|
|
@@:@@:msime9~3.dic ,2
|
|
@@:@@:msime9~4.dic ,2
|
|
@*: JPN IME98
|
|
@@:@@:imejp98.ime ,2
|
|
@@:@@:imejp98k.dll ,2
|
|
@@:@@:imejp98m.exe ,2
|
|
@@:@@:msimewiz.exe, 137
|
|
@@:@@:msime98d.dll, 137
|
|
@@:@@:msime98u.dll, 137
|
|
@@:@@:msime98c.dll, 137
|
|
@@:@@:msime98u.exe, 137
|
|
@@:@@:imepad.dll, 137
|
|
@@:@@:msime98.hlp, 137
|
|
@@:@@:msime98.cnt, 137
|
|
@*: JPN IME2000
|
|
@@:@@:imejp.ime ,2
|
|
@@:@@:imejpknl.dll ,2
|
|
@@:@@:imejpmig.exe ,2
|
|
@@:@@:imejpmgr.exe ,2
|
|
@@:@@:imepad.dll ,2
|
|
@@:@@:cplexe.exe ,132
|
|
@@:@@:imejpcus.dll ,132
|
|
@@:@@:imejpdct.dll ,132
|
|
@@:@@:imejpuex.exe ,132
|
|
@@:@@:imejputy.dll ,132
|
|
@@:@@:msimewiz.exe ,132
|
|
@@:@@:imeskdic.dll ,138
|
|
@@:@@:imeskf.dll ,138
|
|
@@:@@:multibox.dll ,138
|
|
@@:@@:softkey.dll ,138
|
|
@@:@@:imeskdic.dic ,138
|
|
@@!a:@@:hwxjpn.dll ,138
|
|
|
|
@*:
|
|
@*: KOR IMEs - Remove old IME files
|
|
@*:
|
|
@*: KOR IME95
|
|
@@:@@:msime95k.ime ,2
|
|
@*: KOR IME98
|
|
@@:@@:imekr98u.ime ,2
|
|
@*:
|
|
@*: CHS IMEs - Remove old IME files
|
|
@*:
|
|
@@:@@:PYIME.EXE ,2
|
|
@@:@@:PINTLGNT.IME ,2
|
|
@@:@@:PINTLPAD.HLP ,2
|
|
@@:@@:PINTLPAD.CHM ,21
|
|
@@:@@:PINTLPAE.HLP ,2
|
|
@@:@@:PINTLPAE.CHM ,21
|
|
@@:@@:PINTSETP.EXE ,133
|
|
@@:@@:PINTLGC.IMD ,133
|
|
@@:@@:PINTLGD.IMD ,133
|
|
@@:@@:PINTLGDX.IMD ,133
|
|
@@:@@:PINTLGI.IMD ,133
|
|
@@:@@:PINTLGIX.IMD ,133
|
|
@@:@@:PINTLGL.IMD ,133
|
|
@@:@@:PINTLGNE.CHM ,133
|
|
@@:@@:PINTLGNT.CHM ,133
|
|
@@:@@:PINTLGR.IMD ,133
|
|
@@:@@:PINTLGS.IMD ,133
|
|
@@:@@:PINTLPHR.EXE ,133
|
|
@@:@@:IMSCINST.EXE ,133
|
|
@@:@@:PMIGRATE.DLL ,133
|
|
@*:
|
|
@*: CHT IMEs - Remove old IME files
|
|
@*:
|
|
@*: CHT PHIME
|
|
@@:@@:tintlgnt.ime ,2
|
|
@@:@@:TINTLGC.IMD ,135
|
|
@@:@@:TINTLGL.IMD ,135
|
|
@@:@@:TINTLGS.IMD ,135
|
|
@@:@@:TINTLPHR.EXE ,135
|
|
@@:@@:TINTSETP.EXE ,135
|
|
@@:@@:TMIGRATE.DLL ,135
|
|
@@:@@:PHHLP.CHM ,135
|
|
@@:@@:PHHLP.CNT ,135
|
|
@@:@@:PHHLP.HLP ,135
|
|
@@:@@:PHHLPEN.CHM ,135
|
|
@@:@@:PHHLPEN.CNT ,135
|
|
@@:@@:PHHLPEN.HLP ,135
|
|
@@:@@:CHTAPT.CHM ,136
|
|
@@:@@:CHTAPT.HLP ,136
|
|
@@:@@:CHTAPTEN.HLP ,136
|
|
@@:@@:CHTMBX.DLL ,136
|
|
@@:@@:CHTSKDIC.DIC ,136
|
|
@@:@@:CHTSKDIC.DLL ,136
|
|
@@:@@:CHTSKF.DLL ,136
|
|
@@:@@:HWXCHT.DLL ,136
|
|
@@:@@:IMEPADEN.CHM ,136
|
|
@*: CHT CJIME
|
|
@@:@@:cintlgnt.ime ,2
|
|
@@:@@:CINTLGB.IMD ,134
|
|
@@:@@:CINTLGD.IMD ,134
|
|
@@:@@:CINTLGIE.IMD ,134
|
|
@@:@@:CINTLGL.IMD ,134
|
|
@@:@@:CINTLGS.IMD ,134
|
|
@@:@@:CINTLGSI.IMD ,134
|
|
@@:@@:CINTLGU.IMD ,134
|
|
@@:@@:CINTLGUC.IMD ,134
|
|
@@:@@:CINTIME.DLL ,134
|
|
@@:@@:CIntlgnt.chm ,134
|
|
@@:@@:CINTLGNT.CNT ,134
|
|
@@:@@:CINTLGNT.HLP ,134
|
|
@@:@@:CINTSETP.EXE ,134
|
|
@@:@@:MIGRATE.DLL ,134
|
|
|
|
[Directories.DeleteOnUpgrade]
|
|
1, Prefetch
|
|
2, ReinstallBackups
|
|
2, Dfs
|
|
@i:@@:2, os2
|
|
@6:@@:2, ias
|
|
@i:@@:1,"Driver Cache\i386"
|
|
@a:@@:1,"Driver Cache\amd64"
|
|
@m:@@:1,"Driver Cache\ia64"
|
|
|
|
@*: Remove Service pack files. This should handle w2k upgrades.
|
|
1, $NtServicePackUninstall$
|
|
1, ServicePackFiles
|
|
|
|
@*:
|
|
@*: WinSXS - Remove old poorly-formed assembly names so that the new ones with public keys can be
|
|
@*: installed properly. And remove beta1 assemblies.
|
|
@*:
|
|
@@:@@:124, x86_comctl32_6.0.0.0_0000
|
|
@@:@@:124, x86_GdiPlus_1.0.0.0_0409
|
|
@@:@@:124, x86_Microsoft-Visual-CPlusPlus-Runtime-Libraries_6.0.0.0_0000
|
|
@@:@@:124, x86_Microsoft.Tools.VisualCPlusPlus.Runtime-Libraries_no-public-key_6.0.0.0_x-ww_4d05e542
|
|
@@:@@:124, x86_Microsoft.Windows.Common-Controls_no-public-key_6.0.0.0_x-ww_cd4c0d12
|
|
@@:@@:124, x86_Microsoft.Windows.GdiPlus_no-public-key_1.0.0.0_x-ww_fad9507f
|
|
@6:@@:124, ia64_comctl32_6.0.0.0_0000
|
|
@6:@@:124, ia64_GdiPlus_1.0.0.0_0409
|
|
@6:@@:124, ia64_Microsoft-Visual-CPlusPlus-Runtime-Libraries_6.0.0.0_0000
|
|
@6:@@:124, ia64_Microsoft.Windows.Common-Controls_no-public-key_6.0.0.0_x-ww_a7ad7e72
|
|
@6:@@:124, ia64_Microsoft.Windows.GdiPlus_no-public-key_1.0.0.0_x-ww_d53ac1df
|
|
@*:
|
|
@*: WinSXS - Remove mis_versioned gdiplus 1.0.1.0 and 1.0.3000.0
|
|
@*:
|
|
@@:@@:124, x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.3000.0_x-ww_4a2ca156
|
|
@@:@@:124, x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.1.0_x-ww_8db34e94
|
|
@m:@@:124, ia64_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.3000.0_x-ww_798787F6
|
|
@m:@@:124, ia64_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.1.0_x-ww_bd0e3534
|
|
@*:
|
|
@*: Delete temporary directories in case they got left around.
|
|
@*:
|
|
@@:@@:124, InstallTemp
|
|
@@:@@:124, SetupPolicies
|
|
|
|
@*:
|
|
@*: JPN OLD IMEs (IME98, IME2000)
|
|
@*:
|
|
@@:@@:130,"imejp98\applets"
|
|
@@:@@:130,"imejp98\dicts"
|
|
@@:@@:130,"imejp\dicts"
|
|
|
|
|
|
#ifdef PRERELEASE
|
|
|
|
@*:
|
|
@*: PRERELEASE - @*:Fix for Debuggers so that #BVT dirs are deleted on upgrades
|
|
@*:
|
|
@@:@@:2, pri
|
|
|
|
#endif
|
|
|
|
[Files.BackupOnOverwrite]
|
|
system , 3 , system.bak
|
|
software , 3 , software.bak
|
|
default , 3 , default.bak
|
|
sam , 3 , sam.bak
|
|
security , 3 , security.bak
|
|
|
|
[Files.BackupOnUpgrade]
|
|
|
|
|
|
[Files.UpgradeWin31]
|
|
;
|
|
; These files are copied during NT upgrades
|
|
; if NT is not installed in the win3.1 directory.
|
|
;
|
|
notepad.exe , 1
|
|
@3:@@:winhelp.exe , 1
|
|
@3:@@:COMMDLG.DLL , 5
|
|
@3:@@:MMSYSTEM.DLL , 5
|
|
@3:@@:OLECLI.DLL , 5
|
|
@3:@@:OLESVR.DLL , 5
|
|
@3:@@:SHELL.DLL , 5
|
|
@3:@@:VER.DLL , 5
|
|
@3:@@:MMTASK.TSK , 5
|
|
@3:@@:MCIWAVE.DRV , 5
|
|
@3:@@:MCISEQ.DRV , 5
|
|
@3:@@:MCIAVI.DRV , 5
|
|
@3:@@:MSVIDEO.DLL , 5
|
|
@3:@@:AVIFILE.DLL , 5
|
|
@3:@@:LZEXPAND.DLL , 5
|
|
@3:@@:TAPI.DLL , 5
|
|
|
|
[DiskDrivers.Load]
|
|
@@:dmboot = dmboot.sys
|
|
|
|
[FileSystems.Load]
|
|
@@:ksecdd = ksecdd.sys
|
|
@@:fat = fastfat.sys
|
|
@@:ntfs = ntfs.sys
|
|
|
|
|
|
[HardwareIdsDatabase]
|
|
1394\609E&10483 = "sbp2port"
|
|
STORAGE\Volume = "volsnap",{71A27CDD-812A-11D0-BEC7-08002BE2092F}
|
|
GenDisk = "Disk",{4D36E967-E325-11CE-BFC1-08002BE10318}
|
|
GenOptical = "Disk"
|
|
GenCdRom = "CdRom"
|
|
SCSI\WormSONY____CD-R___CDU920S__ = "CdRom"
|
|
GenFloppyDisk = "flpydisk"
|
|
PCI\VEN_8086&DEV_1230 = "intelide"
|
|
PCI\VEN_8086&DEV_7010 = "intelide"
|
|
PCI\VEN_8086&DEV_7111 = "intelide"
|
|
PCI\VEN_8086&DEV_2411 = "intelide"
|
|
PCI\VEN_8086&DEV_2421 = "intelide"
|
|
PCI\VEN_8086&DEV_7199 = "intelide"
|
|
PCI\VEN_8086&DEV_244A = "intelide"
|
|
PCI\VEN_8086&DEV_244B = "intelide"
|
|
PCI\VEN_8086&DEV_248A = "intelide"
|
|
PCI\VEN_8086&DEV_248B = "intelide"
|
|
PCI\VEN_8086&DEV_7601 = "intelide"
|
|
PCI\VEN_1106&DEV_0571 = "viaide"
|
|
PCI\VEN_1179&DEV_0105 = "toside"
|
|
PCI\VEN_1095&DEV_0648 = "cmdide"
|
|
PCI\VEN_1095&DEV_0649 = "cmdide"
|
|
PCI\VEN_10B9&DEV_5229 = "aliide"
|
|
PCI\VEN_105A&DEV_4D33 = "pciide"
|
|
PCI\VEN_105A&DEV_4D33 = "pciide"
|
|
PCI\CC_0101 = "pciide"
|
|
*PNP0600 = "atapi"
|
|
*PNP0A00 = "isapnp"
|
|
*PNP0A01 = "isapnp"
|
|
*PNP0A04 = "isapnp"
|
|
*PNP0A03 = "pci"
|
|
*PNP0C08 = "acpi"
|
|
*PNP0C09 = "acpiec"
|
|
@i:@@:*PNP0C18 = "wd"
|
|
*PNP0E00 = "pcmcia"
|
|
*PNP0E01 = "pcmcia"
|
|
*PNP0E02 = "pcmcia"
|
|
*PNP0700 = "fdc"
|
|
|
|
*PNP0300 = "i8042prt",{4D36E96B-E325-11CE-BFC1-08002BE10318} ; keyboard class
|
|
*PNP0301 = "i8042prt",{4D36E96B-E325-11CE-BFC1-08002BE10318} ; keyboard class
|
|
*PNP0302 = "i8042prt",{4D36E96B-E325-11CE-BFC1-08002BE10318} ; keyboard class
|
|
*PNP0303 = "i8042prt",{4D36E96B-E325-11CE-BFC1-08002BE10318} ; keyboard class
|
|
*PNP0304 = "i8042prt",{4D36E96B-E325-11CE-BFC1-08002BE10318} ; keyboard class
|
|
*PNP0305 = "i8042prt",{4D36E96B-E325-11CE-BFC1-08002BE10318} ; keyboard class
|
|
*PNP0306 = "i8042prt",{4D36E96B-E325-11CE-BFC1-08002BE10318} ; keyboard class
|
|
*PNP0309 = "i8042prt",{4D36E96B-E325-11CE-BFC1-08002BE10318} ; keyboard class
|
|
*PNP030a = "i8042prt",{4D36E96B-E325-11CE-BFC1-08002BE10318} ; keyboard class
|
|
*PNP030b = "i8042prt",{4D36E96B-E325-11CE-BFC1-08002BE10318} ; keyboard class
|
|
*PNP0320 = "i8042prt",{4D36E96B-E325-11CE-BFC1-08002BE10318} ; keyboard class
|
|
*CPQA0D7 = "i8042prt",{4D36E96B-E325-11CE-BFC1-08002BE10318} ; keyboard class
|
|
PS2_KEYBOARD= "i8042prt",{4D36E96B-E325-11CE-BFC1-08002BE10318} ; keyboard class
|
|
|
|
*PNP0F03 = "i8042prt",{4D36E96F-E325-11CE-BFC1-08002BE10318} ; mouse class
|
|
*PNP0F0B = "i8042prt",{4D36E96F-E325-11CE-BFC1-08002BE10318} ; mouse class
|
|
*PNP0F0E = "i8042prt",{4D36E96F-E325-11CE-BFC1-08002BE10318} ; mouse class
|
|
*PNP0F12 = "i8042prt",{4D36E96F-E325-11CE-BFC1-08002BE10318} ; mouse class
|
|
*PNP0F13 = "i8042prt",{4D36E96F-E325-11CE-BFC1-08002BE10318} ; mouse class
|
|
PS2_MOUSE= "i8042prt",{4D36E96F-E325-11CE-BFC1-08002BE10318} ; mouse class
|
|
|
|
PCI\CC_0604 = "pci"
|
|
PCI\CC_0607 = "pcmcia"
|
|
PCI\CC_0605 = "pcmcia"
|
|
PCI\CC_0601 = "isapnp"
|
|
PCI\CC_0602 = "isapnp"
|
|
PCI\VEN_1013&DEV_1100 = "pcmcia"
|
|
PCI\VEN_1025&DEV_1435 = "isapnp"
|
|
PCI\VEN_10B9&DEV_1445 = "isapnp"
|
|
PCI\VEN_10B9&DEV_1449 = "isapnp"
|
|
PCI\VEN_10B9&DEV_1489 = "isapnp"
|
|
PCI\VEN_10B9&DEV_1523 = "isapnp"
|
|
PCI\VEN_10B9&DEV_1533 = "isapnp"
|
|
PCI\VEN_0E11&DEV_0001 = "isapnp"
|
|
PCI\VEN_0E11&DEV_0002 = "isapnp"
|
|
PCI\VEN_0E11&DEV_AE29 = "isapnp"
|
|
PCI\VEN_0E11&DEV_AE2B = "isapnp"
|
|
PCI\VEN_1080&DEV_0600 = "isapnp"
|
|
PCI\VEN_1014&DEV_000A = "isapnp"
|
|
PCI\VEN_8086&DEV_0482 = "isapnp"
|
|
PCI\VEN_8086&DEV_0484 = "isapnp"
|
|
PCI\VEN_8086&DEV_0486 = "isapnp"
|
|
PCI\VEN_8086&DEV_122E = "isapnp"
|
|
PCI\VEN_8086&DEV_123C = "isapnp"
|
|
PCI\VEN_8086&DEV_7000 = "isapnp"
|
|
PCI\VEN_8086&DEV_7110 = "isapnp"
|
|
PCI\VEN_8086&DEV_7198 = "isapnp"
|
|
PCI\VEN_1066&DEV_8002 = "isapnp"
|
|
PCI\VEN_1066&DEV_0002 = "isapnp"
|
|
PCI\VEN_100B&DEV_0011 = "isapnp"
|
|
PCI\VEN_1045&DEV_C822 = "isapnp"
|
|
PCI\VEN_1045&DEV_C832 = "isapnp"
|
|
PCI\VEN_1045&DEV_C558 = "isapnp"
|
|
PCI\VEN_1045&DEV_C568 = "isapnp"
|
|
PCI\VEN_1045&DEV_C700 = "isapnp"
|
|
PCI\VEN_1039&DEV_0008 = "isapnp"
|
|
PCI\VEN_1039&DEV_0496 = "isapnp"
|
|
PCI\VEN_1179&DEV_0602 = "isapnp"
|
|
PCI\VEN_1060&DEV_8886 = "isapnp"
|
|
PCI\VEN_1060&DEV_886A = "isapnp"
|
|
PCI\VEN_1060&DEV_E886 = "isapnp"
|
|
PCI\VEN_1106&DEV_0505 = "isapnp"
|
|
PCI\VEN_1106&DEV_0576 = "isapnp"
|
|
PCI\VEN_1107&DEV_0576 = "isapnp"
|
|
PCI\VEN_1107&DEV_8576 = "isapnp"
|
|
PCI\VEN_1004&DEV_0006 = "isapnp"
|
|
PCI\VEN_1004&DEV_0103 = "isapnp"
|
|
PCI\VEN_1179&DEV_0601 = "isapnp"
|
|
PCI\VEN_1179&DEV_0618 = "isapnp"
|
|
PCI\VEN_1004&DEV_0101 = "isapnp"
|
|
PCI\VEN_8086&DEV_1234 = "isapnp"
|
|
PCI\VEN_10AA&DEV_0000 = "isapnp"
|
|
@@:@@:PCI\VEN_9005&DEV_00CF = "adpu160m"
|
|
@@:@@:PCI\VEN_9005&DEV_008F = "adpu160m"
|
|
@@:@@:PCI\VEN_9005&DEV_00C0 = "adpu160m"
|
|
@@:@@:PCI\VEN_9005&DEV_0080 = "adpu160m"
|
|
@@:@@:PCI\VEN_9005&DEV_0081 = "adpu160m"
|
|
@@:@@:PCI\VEN_9005&DEV_00C0&SUBSYS_F6209005 = "adpu160m"
|
|
@@:@@:PCI\VEN_9005&DEV_00C0&SUBSYS_F6200E11 = "adpu160m"
|
|
@@:@@:PCI\VEN_9005&DEV_0080&SUBSYS_E2A09005 = "adpu160m"
|
|
@@:@@:PCI\VEN_9005&DEV_0080&SUBSYS_E2A00E11 = "adpu160m"
|
|
@@:@@:PCI\VEN_9005&DEV_0080&SUBSYS_62A09005 = "adpu160m"
|
|
@@:@@:PCI\VEN_9005&DEV_0080&SUBSYS_E2209005 = "adpu160m"
|
|
@@:@@:PCI\VEN_9005&DEV_0081&SUBSYS_62A19005 = "adpu160m"
|
|
@@:@@:PCI\VEN_9005&DEV_0082&SUBSYS_02109005 = "adpu160m"
|
|
@@:@@:PCI\VEN_9005&DEV_8011 = "adpu320"
|
|
@@:@@:PCI\VEN_9005&DEV_801F = "adpu320"
|
|
@@:@@:PCI\VEN_9005&DEV_801E = "adpu320"
|
|
@@:@@:PCI\VEN_9005&DEV_8010 = "adpu320"
|
|
@@:@@:PCI\VEN_9005&DEV_8012 = "adpu320"
|
|
@@:@@:PCI\VEN_1044&DEV_A501&SUBSYS_C0471044 = "dpti2o"
|
|
@@:@@:PCI\VEN_1044&DEV_A501&SUBSYS_C03C1044 = "dpti2o"
|
|
@@:@@:PCI\VEN_1044&DEV_A501&SUBSYS_C05A1044 = "dpti2o"
|
|
@@:@@:PCI\VEN_1044&DEV_A501&SUBSYS_C0661044 = "dpti2o"
|
|
@@:@@:PCI\VEN_1044&DEV_A501&SUBSYS_C0641044 = "dpti2o"
|
|
@@:@@:PCI\VEN_1044&DEV_A501&SUBSYS_C0651044 = "dpti2o"
|
|
@i:@@:PCI\VEN_9005&DEV_005F = "aic78u2"
|
|
@i:@@:PCI\VEN_9005&DEV_001F = "aic78u2"
|
|
@@:@@:PCI\VEN_9005&DEV_0050 = "aic78u2"
|
|
@@:@@:PCI\VEN_9005&DEV_0051 = "aic78u2"
|
|
@@:@@:PCI\VEN_9005&DEV_0010 = "aic78u2"
|
|
@@:@@:PCI\VEN_9005&DEV_0050&SUBSYS_F5009005 = "aic78u2"
|
|
@@:@@:PCI\VEN_9005&DEV_0051&SUBSYS_B5009005 = "aic78u2"
|
|
@@:@@:PCI\VEN_9005&DEV_0010&SUBSYS_A1009005 = "aic78u2"
|
|
@i:@@:PCI\VEN_9005&DEV_0010&SUBSYS_21809005 = "aic78u2"
|
|
@@:@@:PCI\VEN_9005&DEV_0010&SUBSYS_A1809005 = "aic78u2"
|
|
@i:@@:PCI\VEN_9005&DEV_0010&SUBSYS_E1009005 = "aic78u2"
|
|
@i:@@:PCI\VEN_9005&DEV_0011&SUBSYS_01819005 = "aic78u2"
|
|
@i:@@:PCI\VEN_9004&DEV_7895&SUBSYS_78959004 = "aic78xx"
|
|
@i:@@:PCI\VEN_9004&DEV_7895&SUBSYS_78919004 = "aic78xx"
|
|
@i:@@:PCI\VEN_9004&DEV_7895&SUBSYS_78929004 = "aic78xx"
|
|
@i:@@:PCI\VEN_9004&DEV_7895&SUBSYS_78949004 = "aic78xx"
|
|
@i:@@:PCI\VEN_9004&DEV_8078&SUBSYS_78809004 = "aic78xx"
|
|
@i:@@:PCI\VEN_9004&DEV_8178&SUBSYS_78819004 = "aic78xx"
|
|
@i:@@:PCI\VEN_9004&DEV_8778&SUBSYS_78879004 = "aic78xx"
|
|
@i:@@:PCI\VEN_9004&DEV_3860&SUBSYS_38699004 = "aic78xx"
|
|
@i:@@:PCI\VEN_9004&DEV_8078 = "aic78xx"
|
|
@@:@@:PCI\VEN_9004&DEV_8178 = "aic78xx"
|
|
@i:@@:PCI\VEN_9004&DEV_8278 = "aic78xx"
|
|
@@:@@:PCI\VEN_9004&DEV_8478 = "aic78xx"
|
|
@@:@@:PCI\VEN_9004&DEV_8578 = "aic78xx"
|
|
@i:@@:PCI\VEN_9004&DEV_8678 = "aic78xx"
|
|
@i:@@:PCI\VEN_9004&DEV_3B78 = "aic78xx"
|
|
@i:@@:PCI\VEN_9004&DEV_EC78 = "aic78xx"
|
|
@i:@@:PCI\VEN_9004&DEV_7078 = "aic78xx"
|
|
@i:@@:PCI\VEN_9004&DEV_7178 = "aic78xx"
|
|
@i:@@:PCI\VEN_9004&DEV_7278 = "aic78xx"
|
|
@i:@@:PCI\VEN_9004&DEV_7478 = "aic78xx"
|
|
@i:@@:PCI\VEN_9004&DEV_7578 = "aic78xx"
|
|
@i:@@:PCI\VEN_9004&DEV_7678 = "aic78xx"
|
|
@i:@@:PCI\VEN_9004&DEV_7778 = "aic78xx"
|
|
@i:@@:PCI\VEN_9004&DEV_6075 = "aic78xx"
|
|
@i:@@:PCI\VEN_9004&DEV_6778 = "aic78xx"
|
|
@i:@@:PCI\VEN_9004&DEV_6678 = "aic78xx"
|
|
@i:@@:PCI\VEN_9004&DEV_6578 = "aic78xx"
|
|
@i:@@:PCI\VEN_9004&DEV_6478 = "aic78xx"
|
|
@i:@@:PCI\VEN_9004&DEV_6278 = "aic78xx"
|
|
@i:@@:PCI\VEN_9004&DEV_6178 = "aic78xx"
|
|
@i:@@:PCI\VEN_9004&DEV_6078 = "aic78xx"
|
|
@i:@@:PCI\VEN_9004&DEV_7860 = "aic78xx"
|
|
@i:@@:PCI\VEN_9004&DEV_5078 = "aic78xx"
|
|
@i:@@:PCI\VEN_9004&DEV_5075 = "aic78xx"
|
|
@i:@@!s:PCI\VEN_1022&DEV_2020 = "amsint"
|
|
@@:@s:PCI\VEN_103C&DEV_1028&SUBSYS_000715BC = "afcnt"
|
|
@i:@s:PCI\VEN_0E11&DEV_A0EC = "cpqfcalm"
|
|
@@:@s:PCI\VEN_0E11&DEV_A0FC&SUBSYS_A0FC0E11 = "cpqfcalm"
|
|
@i:@@:PCI\VEN_0E11&DEV_AE10 = "cpqarray"
|
|
@i:@@:CPQARRAY_SCSI = "cpqarray"
|
|
@@:@s:PCI\VEN_0E11&DEV_B060 = "cpqcissm"
|
|
@@:@s:PCI\VEN_0E11&DEV_B178&SUBSYS_40820E11 = "cpqcissm"
|
|
@@:@s:PCI\VEN_0E11&DEV_B178&SUBSYS_40830E11 = "cpqcissm"
|
|
@@:@s:PCI\VEN_0E11&DEV_B178&SUBSYS_40800E11 = "cpqcissm"
|
|
@@:@@:PCI\VEN_1000&DEV_0001 = "symc810"
|
|
@i:@@:PCI\VEN_1000&DEV_0002 = "symc8xx"
|
|
@i:@@:PCI\VEN_1000&DEV_0003 = "symc8xx"
|
|
@i:@@:PCI\VEN_1000&DEV_0004 = "symc8xx"
|
|
@i:@@:PCI\VEN_1000&DEV_0005 = "symc8xx"
|
|
@i:@@:PCI\VEN_1000&DEV_0006 = "symc8xx"
|
|
@@:@@:PCI\VEN_1000&DEV_000C = "symc8xx"
|
|
@i:@@:PCI\VEN_1000&DEV_000D = "symc8xx"
|
|
@@:@@:PCI\VEN_1000&DEV_000F = "symc8xx"
|
|
@@:@@:PCI\VEN_1000&DEV_0012 = "sym_hi"
|
|
@@:@@:PCI\VEN_1000&DEV_000A = "sym_hi"
|
|
@@:@@:PCI\VEN_1000&DEV_000B = "sym_hi"
|
|
@i:@@:PCI\VEN_1000&DEV_0012&SUBSYS_001b0e11 = "sym_hi"
|
|
@i:@@:PCI\VEN_1000&DEV_000b&SUBSYS_60040e11 = "sym_hi"
|
|
@@:@@:PCI\VEN_1000&DEV_0020 = "sym_u3"
|
|
@@:@@:PCI\VEN_1000&DEV_0021 = "sym_u3"
|
|
@@:@@:PCI\VEN_1000&DEV_0020&SUBSYS_10201DE1 = "sym_u3"
|
|
@@:@@:PCI\VEN_1000&DEV_0021&SUBSYS_10201DE1 = "sym_u3"
|
|
@@:@@:PCI\VEN_1000&DEV_0020&SUBSYS_10101DE1 = "sym_u3"
|
|
@@:@@:PCI\VEN_1000&DEV_0021&SUBSYS_10101DE1 = "sym_u3"
|
|
@@:@s:PCI\VEN_10DF&DEV_1AE5 = "lp6nds35"
|
|
@@:@s:PCI\VEN_10DF&DEV_f700 = "lp6nds35"
|
|
@@:@s:PCI\VEN_10DF&DEV_f800 = "lp6nds35"
|
|
@@:@s:PCI\VEN_10DF&DEV_f900 = "lp6nds35"
|
|
@@:@s:PCI\VEN_10DF&DEV_f085 = "lp6nds35"
|
|
@@:@s:PCI\VEN_10DF&DEV_f095 = "lp6nds35"
|
|
@@:@s:PCI\VEN_10DF&DEV_f980 = "lp6nds35"
|
|
@@:@s:PCI\VEN_10DF&DEV_f098 = "lp6nds35"
|
|
@@:@@:PCI\VEN_1077&DEV_1240 = "ql1240"
|
|
@@:@s:PCI\VEN_1077&DEV_2100 = "ql2100"
|
|
@@:@s:PCI\VEN_1077&DEV_2100&SUBSYS_00011077 = "ql2100"
|
|
@@:@s:PCI\VEN_1077&DEV_2200 = "ql2200"
|
|
@@:@s:PCI\VEN_1077&DEV_2200&SUBSYS_00021077 = "ql2200"
|
|
@@:@s:PCI\VEN_1077&DEV_2300 = "ql2300"
|
|
@@:@s:PCI\VEN_1077&DEV_2300&SUBSYS_00091077 = "ql2300"
|
|
@i:@@:PCI\VEN_1077&DEV_1020 = "ql10wnt"
|
|
@i:@@!s:PCI\VEN_10CD&DEV_1100 = "asc"
|
|
@i:@@!s:PCI\VEN_10CD&DEV_1200 = "asc"
|
|
@i:@@!s:PCI\VEN_10CD&DEV_1300 = "asc"
|
|
@i:@@!s:PCI\VEN_10CD&DEV_2300 = "asc3550"
|
|
@i:@@!s:PCMCIA\AdvanSys_Inc.-PCMCIA_Ultra_SCSI_ABP460-021B = "asc3350p"
|
|
@i:@@!s:PCMCIA\AdvanSys_-PCMCIA_Ultra_SCSI_ABP460-25c7 = "asc3350p.sys"
|
|
@i:@@!s:PCI\VEN_10CD&DEV_1300&SUBSYS_133010CD = "abp480n5.sys"
|
|
@i:@@:PCI\VEN_101E&DEV_9010 = "mraid35x"
|
|
@i:@@:PCI\VEN_101E&DEV_9060 = "mraid35x"
|
|
@i:@@:PCI\VEN_8086&DEV_1960&SUBSYS_0438101E = "mraid35x"
|
|
@i:@@:PCI\VEN_8086&DEV_1960&SUBSYS_0466101E = "mraid35x"
|
|
@i:@@:PCI\VEN_8086&DEV_1960&SUBSYS_0467101E = "mraid35x"
|
|
@i:@@:PCI\VEN_8086&DEV_1960&SUBSYS_0490101E = "mraid35x"
|
|
@i:@@:PCI\VEN_8086&DEV_1960&SUBSYS_04671028 = "mraid35x"
|
|
@i:@@:PCI\VEN_8086&DEV_1960&SUBSYS_11111028 = "mraid35x"
|
|
@i:@@:PCI\VEN_8086&DEV_1960&SUBSYS_10C6103C = "mraid35x"
|
|
@i:@@:PCI\VEN_8086&DEV_1960&SUBSYS_10C7103C = "mraid35x"
|
|
@i:@@:PCI\VEN_8086&DEV_1960&SUBSYS_10CC103C = "mraid35x"
|
|
@i:@@:PCI\VEN_8086&DEV_1960&SUBSYS_10CD103C = "mraid35x"
|
|
@i:@@:PCI\VEN_8086&DEV_1960&SUBSYS_11111111 = "mraid35x"
|
|
@i:@@:PCI\VEN_8086&DEV_1960&SUBSYS_11121111 = "mraid35x"
|
|
@i:@@:PCI\VEN_8086&DEV_1960&SUBSYS_03A2113C = "mraid35x"
|
|
@@:@@:PCI\VEN_8086&DEV_1960&SUBSYS_0471101E = "mraid35x"
|
|
@@:@@:PCI\VEN_101E&DEV_1960&SUBSYS_0471101E = "mraid35x"
|
|
@@:@@:PCI\VEN_8086&DEV_1960&SUBSYS_0493101E = "mraid35x"
|
|
@@:@@:PCI\VEN_101E&DEV_1960&SUBSYS_0493101E = "mraid35x"
|
|
@@:@@:PCI\VEN_8086&DEV_1960&SUBSYS_0475101E = "mraid35x"
|
|
@@:@@:PCI\VEN_101E&DEV_1960&SUBSYS_0475101E = "mraid35x"
|
|
@@:@@:PCI\VEN_101E&DEV_1960&SUBSYS_04751028 = "mraid35x"
|
|
@@:@@:PCI\VEN_8086&DEV_1960&SUBSYS_04711028 = "mraid35x"
|
|
@@:@@:PCI\VEN_101E&DEV_1960&SUBSYS_04711028 = "mraid35x"
|
|
@@:@@:PCI\VEN_8086&DEV_1960&SUBSYS_04931028 = "mraid35x"
|
|
@@:@@:PCI\VEN_101E&DEV_1960&SUBSYS_04931028 = "mraid35x"
|
|
@@:@@:PCI\VEN_101E&DEV_1960&SUBSYS_60E7103C = "mraid35x"
|
|
@@:@@:PCI\VEN_101E&DEV_1960&SUBSYS_60E8103C = "mraid35x"
|
|
@@:@@:PCI\VEN_101E&DEV_1960&SUBSYS_60E3103C = "mraid35x"
|
|
@@:@@:PCI\VEN_1028&DEV_000E&SUBSYS_01231028 = "mraid35x"
|
|
@@:@@:PCI\VEN_1000&DEV_1960&SUBSYS_05201028 = "mraid35x"
|
|
@@:@@:PCI\VEN_1000&DEV_1960&SUBSYS_05181028 = "mraid35x"
|
|
@i:@@!s:PCI\VEN_1101&DEV_9500 = "ini910u"
|
|
@i:@@!s:PCI\VEN_1101&DEV_9400 = "ini910u"
|
|
@i:@@!s:PCI\VEN_1101&DEV_9401 = "ini910u"
|
|
@i:@@!s:PCI\VEN_1101&DEV_134A = "ini910u"
|
|
@i:@@!s:PCI\VEN_1101&DEV_0002 = "ini910u"
|
|
PCI\CC_0C0010 = "ohci1394"
|
|
@i:@@:PCI\VEN_1069&DEV_0050&SUBSYS_00541069 = "dac2w2k"
|
|
@i:@@:PCI\VEN_1069&DEV_0050&SUBSYS_00521069 = "dac2w2k"
|
|
@i:@@:PCI\VEN_1069&DEV_0050&SUBSYS_00501069 = "dac2w2k"
|
|
@i:@@:PCI\VEN_1069&DEV_BA56&SUBSYS_00401069 = "dac2w2k"
|
|
@i:@@:PCI\VEN_1069&DEV_BA56&SUBSYS_00301069 = "dac2w2k"
|
|
@i:@@:PCI\VEN_1069&DEV_0001 = "dac960nt"
|
|
@i:@@:PCI\VEN_1069&DEV_0002 = "dac960nt"
|
|
@i:@@:PCI\VEN_1069&DEV_0010 = "dac960nt"
|
|
@i:@@:PCI\VEN_1011&DEV_1065&SUBSYS_00201069 = "dac960nt"
|
|
@i:@@:PCI\VEN_101E&DEV_1960&SUBSYS_05111028 = "dellcerc"
|
|
@i:@s:PCI\VEN_1014&DEV_002E&SUBSYS_022E1014 = "ipsraidn"
|
|
@i:@s:PCI\VEN_1014&DEV_002E&SUBSYS_002E1014 = "ipsraidn"
|
|
@i:@s:PCI\VEN_1014&DEV_002E&SUBSYS_00000000&REV_04 = "ipsraidn"
|
|
@i:@s:PCI\VEN_1014&DEV_002E&SUBSYS_00000000&REV_03 = "ipsraidn"
|
|
@i:@s:PCI\VEN_1014&DEV_002E&SUBSYS_00000000&REV_02 = "ipsraidn"
|
|
@i:@s:PCI\VEN_1014&DEV_01BD&SUBSYS_01BE1014&REV_00 = "nfrd960"
|
|
@i:@s:PCI\VEN_1014&DEV_01BD&SUBSYS_01BF1014&REV_00 = "nfrd960"
|
|
@@:@s:PCI\VEN_1014&DEV_01BD&SUBSYS_02081014&REV_00 = "nfrd960"
|
|
@@:@s:PCI\VEN_1014&DEV_01BD&SUBSYS_020E1014&REV_00 = "nfrd960"
|
|
@i:@@!s:*ADP1502 = "sparrow"
|
|
@i:@@!s:*ADP1505 = "sparrow"
|
|
@i:@@!s:*ADP1510 = "sparrow"
|
|
@i:@@!s:*ADP1512 = "sparrow"
|
|
@i:@@!s:*ADP1515 = "sparrow"
|
|
@i:@@!s:*ADP1520 = "sparrow"
|
|
@i:@@!s:*ADP1522 = "sparrow"
|
|
@i:@@!s:*ADP3015 = "sparrow"
|
|
@i:@@!s:*ADP6360 = "sparrow"
|
|
@i:@@!s:*ADP6370 = "sparrow"
|
|
@i:@@!s:PCMCIA\Adaptec__Inc.-APA-1460_SCSI_Host_Adapter-BE89 = "sparrow"
|
|
@i:@@!s:PCMCIA\Adaptec__Inc.-APA-1460_SCSI_Host_Adapter-B67E = "sparrow"
|
|
@i:@@!s:PCMCIA\Adaptec__Inc.-APA-1460_SCSI_Host_Adapter-6F71 = "sparrow"
|
|
@@:@@:PCMCIA\PCMCIA-IDE_CARD-3220 = "cbidf2k"
|
|
@@:@@:PCI\VEN_13E6&DEV_3603&SUBSYS_00461014 = "cbidf2k"
|
|
@@:@@:PCMCIA\PCMCIA-PnPIDE-4522 = "cbidf2k"
|
|
@@:@@:PCMCIA\PCMCIA-PnPIDE-7B72 = "cbidf2k"
|
|
@@:@@:PCMCIA\PCMCIA-PnPIDE-7762 = "cbidf2k"
|
|
@@:@@:PCMCIA\PCMCIA-IDE_DOCK-EEEA = "cbidf2k"
|
|
@@:@@:PCI\VEN_13E6&DEV_3603&SUBSYS_004613E6 = "cbidf2k"
|
|
@@:@@:PCI\VEN_13E6&DEV_3603&SUBSYS_004913E6 = "cbidf2k"
|
|
@@:@@:PCI\VEN_13E6&DEV_3603&SUBSYS_00460900 = "cbidf2k"
|
|
@@:@@:PCI\VEN_13E6&DEV_3603 = "cbidf2k"
|
|
PCMCIA\KME-KXLC005-A99E = "atapi"
|
|
PCMCIA\_-NinjaATA--3768 = "atapi"
|
|
@i:@@!s:*ADP1540 = "aha154x"
|
|
@i:@@!s:*ADP1542 = "aha154x"
|
|
@i:@@!s:*ADP4215 = "aha154x"
|
|
GenSFloppy = "sfloppy"
|
|
SCSI\DiskMATSHITALS-120_COSM___04 = "sfloppy"
|
|
PCI\CC_0C0320 = "usbehci"
|
|
PCI\CC_0C0310 = "usbohci"
|
|
PCI\CC_0C0300 = "usbuhci"
|
|
USB\COMPOSITE = "usbccgp"
|
|
USB\ROOT_HUB = "usbhub"
|
|
USB\ROOT_HUB20 = "usbhub"
|
|
USB\Class_03&SubClass_01&Prot_02 = "hidusb"
|
|
USB\Class_03&SubClass_01 = "hidusb"
|
|
USB\Class_03 = "hidusb"
|
|
HID_DEVICE_SYSTEM_MOUSE = "mouhid",{4D36E96F-E325-11CE-BFC1-08002BE10318}
|
|
HID_DEVICE_SYSTEM_KEYBOARD = "kbdhid",{4D36E96B-E325-11CE-BFC1-08002BE10318}
|
|
*PNP0500 = "serial",{4D36E978-E325-11CE-BFC1-08002BE10318}
|
|
*PNP0501 = "serial",{4D36E978-E325-11CE-BFC1-08002BE10318}
|
|
SERIAL_MOUSE = "sermouse",{4D36E96F-E325-11CE-BFC1-08002BE10318}
|
|
USB\CLASS_09&SUBCLASS_01 = "usbhub"
|
|
USB\CLASS_09 = "usbhub"
|
|
@i:@@!d:PCI\VEN_105A&DEV_4D68&CC_0180 = "ultra"
|
|
@i:@@!d:PCI\VEN_105A&DEV_4D30&CC_0180 = "ultra"
|
|
@i:@@!d:PCI\VEN_105A&DEV_0D30&CC_0180 = "ultra"
|
|
@i:@@!d:PCI\VEN_105A&DEV_4D38&CC_0180 = "ultra"
|
|
@i:@@!d:PCI\VEN_105A&DEV_4D33 = "ultra"
|
|
@i:@@!d:PCI\VEN_105A&DEV_4D69 = "ultra"
|
|
@i:@@:PCI\VEN_1103&DEV_0005 = "hpt3xx"
|
|
@i:@@:PCI\VEN_1103&DEV_0004&REV_03 = "hpt3xx"
|
|
@i:@@:PCI\VEN_1103&DEV_0004&REV_04 = "hpt3xx"
|
|
@i:@@:PCI\VEN_1103&DEV_0004&REV_05 = "hpt3xx"
|
|
@i:@@!d:PCMCIA\IBM-PCMCIA_Portable_CD-ROM_Drive-84E2 = "cd20xrnt"
|
|
@i:@@!d:PCMCIA\IBM-PCMCIA_Portable_CD-ROM_Drive-84E3 = "cd20xrnt"
|
|
@i:@@!d:PCMCIA\IBM-PCMCIA_CD-ROM_DRIVE_CD-400-5AFA = "cd20xrnt"
|
|
USB\VID_03EE&PID_0000 = "usbstor"
|
|
USB\VID_03EE&PID_6901 = "usbstor"
|
|
USB\VID_03F0&PID_0107 = "usbstor"
|
|
USB\VID_04B3&PID_4427 = "usbstor"
|
|
USB\VID_04DA&PID_0B01 = "usbstor"
|
|
USB\VID_04E6&PID_0001 = "usbstor"
|
|
USB\VID_054C&PID_0023 = "usbstor"
|
|
USB\VID_057B&PID_0000 = "usbstor"
|
|
USB\VID_059F&PID_A601 = "usbstor"
|
|
USB\VID_059F&PID_A602 = "usbstor"
|
|
USB\VID_0644&PID_0000 = "usbstor"
|
|
USB\VID_0644&PID_1000 = "usbstor"
|
|
USB\VID_55AA&PID_1234 = "usbstor"
|
|
USB\VID_0409&PID_0040 = "usbstor"
|
|
USB\Class_08&SubClass_02&Prot_50 = "usbstor"
|
|
USB\Class_08&SubClass_05&Prot_50 = "usbstor"
|
|
USB\Class_08&SubClass_06&Prot_50 = "usbstor"
|
|
@@:@@:PCI\VEN_1077&DEV_1080 = "ql1080"
|
|
@@:@@:PCI\VEN_1077&DEV_1280&SUBSYS_00061077 = "ql1280"
|
|
@@:@@:PCI\VEN_1077&DEV_1280&SUBSYS_01068086 = "ql1280"
|
|
@@:@@:PCI\VEN_1077&DEV_1216&SUBSYS_00071077 = "ql12160"
|
|
@@:@@:PCI\VEN_1077&DEV_1016&SUBSYS_00081077 = "ql12160"
|
|
@@:@@:PCI\VEN_1077&DEV_1216&SUBSYS_00078086 = "ql12160"
|
|
@@:@@:PCI\VEN_1077&DEV_1216&SUBSYS_01078086 = "ql12160"
|
|
@@:@s:PCI\VEN_1000&DEV_0010&SUBSYS_40400E11 = "cpqarry2"
|
|
@@:@s:PCI\VEN_1011&DEV_0046&SUBSYS_40500E11 = "cpqarry2"
|
|
@@:@s:PCI\VEN_1011&DEV_0046&SUBSYS_40510E11 = "cpqarry2"
|
|
@@:@s:PCI\VEN_1011&DEV_0046&SUBSYS_40580E11 = "cpqarry2"
|
|
@@:@s:PCI\VEN_1000&DEV_0010&SUBSYS_40480E11 = "cpqarry2"
|
|
@i:@@:PCI\VEN_1011&DEV_0046&SUBSYS_13649005 = "perc2"
|
|
@i:@@:PCI\VEN_1028&DEV_0001&SUBSYS_00011028 = "perc2"
|
|
@i:@@:PCI\VEN_1028&DEV_0002&SUBSYS_00021028 = "perc2"
|
|
@i:@@:PCI\VEN_1028&DEV_0002&SUBSYS_00D11028 = "perc2"
|
|
@i:@@:PCI\VEN_1028&DEV_0002&SUBSYS_00D91028 = "perc2"
|
|
@i:@@:PCI\VEN_1028&DEV_0003&SUBSYS_00031028 = "perc2"
|
|
@i:@@:PCI\VEN_1028&DEV_000A&SUBSYS_01061028 = "perc2"
|
|
@i:@@:PCI\VEN_1028&DEV_000A&SUBSYS_011B1028 = "perc2"
|
|
@i:@@:PCI\VEN_1028&DEV_000A&SUBSYS_01211028 = "perc2"
|
|
@i:@@:PCI\VEN_9005&DEV_00C5&SUBSYS_00C51028 = "perc2"
|
|
@@:@@:PCI\VEN_1011&DEV_0046&SUBSYS_10C2103C = "hpn"
|
|
@@:@@:PCI\VEN_1000&DEV_0621 = "symmpi"
|
|
@@:@@:PCI\VEN_1000&DEV_0622 = "symmpi"
|
|
@@:@@:PCI\VEN_1000&DEV_0624 = "symmpi"
|
|
@@:@@:PCI\VEN_1000&DEV_0030 = "symmpi"
|
|
@i:@@:PCI\VEN_8086&DEV_9621&SUBSYS_00018086 = "i2omp"
|
|
@i:@@:PCI\VEN_8086&DEV_9622&SUBSYS_00018086 = "i2omp"
|
|
@i:@@:PCI\VEN_8086&DEV_9641&SUBSYS_00018086 = "i2omp"
|
|
@i:@@:PCI\VEN_8086&DEV_96A1&SUBSYS_00018086 = "i2omp"
|
|
@i:@@:PCI\VEN_8086&DEV_3092&SUBSYS_00018086 = "i2omp"
|
|
@i:@@:PCI\VEN_8086&DEV_0600 = "iirsp"
|
|
@i:@@:PCI\VEN_8086&DEV_0601 = "iirsp"
|
|
@i:@@:PCI\VEN_1119&DEV_0300 = "iirsp"
|
|
|
|
[Map.Computer]
|
|
@i:sgiborg_mp = "*SGI-3"
|
|
@i:sgiborg_mp = "*SGI-4"
|
|
@i:sgiborg_mp = "*SGI-5"
|
|
@i:sgiborg_mp = "*SGI-6"
|
|
|
|
@m:acpipic_up = "SIMDB"
|
|
@m:acpipic_mp = "SIMDB"
|
|
|
|
[bootvid]
|
|
|
|
|
|
[hal]
|
|
;
|
|
; Hals to be installed based on machine type.
|
|
;
|
|
@i:acpipic_up = halacpi.dll ,2,hal.dll
|
|
@i:e_isa_up = hal.dll ,2,hal.dll
|
|
@i:mps_up = halapic.dll ,2,hal.dll
|
|
@i:mps_mp = halmps.dll ,2,hal.dll
|
|
@i:acpiapic_up = halaacpi.dll,2,hal.dll
|
|
@i:acpiapic_mp = halmacpi.dll,2,hal.dll
|
|
@a:acpiapic_up = hal.dll ,2,hal.dll
|
|
@a:acpiapic_mp = hal.dll ,2,hal.dll
|
|
|
|
@m:acpipic_up = hal.dll ,2,hal.dll
|
|
@m:acpipic_mp = hal.dll ,2,hal.dll
|
|
|
|
[Hal.Load]
|
|
;
|
|
; HALs to be used during Setup for the various machine types.
|
|
;
|
|
@i:acpipic_up = halacpi.dll
|
|
@i:e_isa_up = hal.dll
|
|
@i:mps_up = halapic.dll
|
|
@i:mps_mp = halapic.dll
|
|
@i:acpiapic_mp = halaacpi.dll
|
|
@i:acpiapic_up = halaacpi.dll
|
|
@a:acpiapic_mp = hal.dll
|
|
@a:acpiapic_up = hal.dll
|
|
|
|
@m:acpipic_up = hal.dll
|
|
@m:acpipic_mp = hal.dll
|
|
|
|
@i:[ntdetect]
|
|
@a:[ntdetect]
|
|
@i:acpipic_up = NTDETECT.COM,"\"
|
|
@i:e_isa_up = NTDETECT.COM,"\"
|
|
@i:mps_up = NTDETECT.COM,"\"
|
|
@i:mps_mp = NTDETECT.COM,"\"
|
|
@i:standard = NTDETECT.COM,"\"
|
|
@i:acpiapic_mp = NTDETECT.COM,"\"
|
|
@i:acpiapic_up = NTDETECT.COM,"\"
|
|
@a:acpiapic_mp = NTDETECT.COM,"\"
|
|
@a:acpiapic_up = NTDETECT.COM,"\"
|
|
|
|
[Map.Display]
|
|
@i:vga = VGA
|
|
@@:vga = "VGA"
|
|
|
|
[Display.Load]
|
|
vga = vga.sys
|
|
|
|
[Map.Mouse]
|
|
@i:msps2 = "*MICROSOFT PS2 MOUSE"
|
|
@i:lgps2 = "LOGITECH PS2 MOUSE"
|
|
@i:msbpser = "MICROSOFT BALLPOINT SERIAL MOUSE"
|
|
@i:lgser = "LOGITECH SERIAL MOUSE"
|
|
@i:USB = "USB PS2 MOUSE"
|
|
@@:none = "NO MOUSE"
|
|
@@:msser = "*MICROSOFT SERIAL MOUSE"
|
|
@m:ps2 = "PS2 MOUSE"
|
|
@m:ps2 = "MICROSOFT PS2 MOUSE"
|
|
@m:sermouse = "SERIAL MOUSE"
|
|
|
|
[Map.Keyboard]
|
|
@i:STANDARD = OLI_83KEY
|
|
@i:STANDARD = OLI_102KEY
|
|
@i:STANDARD = OLI_86KEY
|
|
@i:STANDARD = OLI_A101_102KEY
|
|
@i:STANDARD = XT_83KEY
|
|
@i:STANDARD = XT_84KEY
|
|
@i:STANDARD = ATT_301
|
|
@i:STANDARD = ATT_302
|
|
@i:STANDARD = PCAT_ENHANCED
|
|
@i:STANDARD = PCAT_86KEY
|
|
@i:STANDARD = PCXT_84KEY
|
|
@i:STANDARD = VECTRA_DIN
|
|
@i:USB = "USB KEYBOARD"
|
|
@m:STANDARD = PCAT_ENHANCED
|
|
@@:STANDARD = "101-KEY"
|
|
@m:none = "NO KEYBOARD"
|
|
|
|
[Map.PROM]
|
|
sgiborg_mp = "ARC PROM"
|
|
|
|
[PROM.Version]
|
|
sgiborg_mp = "1000"
|
|
|
|
[Map.SCSI]
|
|
symc8xx = "*NCRC8"
|
|
@i:dac960nt = "SWXCR"
|
|
ql10wnt = "QLISP1020"
|
|
aic78xx = "AIC78XX"
|
|
@i:@@!s:amsint = "AM53C974"
|
|
atapi = ATAPI
|
|
atapi = "ISA"
|
|
atapi = "IDE"
|
|
ql1080 = "QL1080"
|
|
ql1280 = "QL1280"
|
|
@i:@@:i2omp = "I2OMP"
|
|
@i:@@:iirsp = "IIRSP"
|
|
|
|
;
|
|
; List of scsi miniport drivers we are to load and where
|
|
; they get copied to if installed. Note that the shortname
|
|
; must be the same as the service name in the driver load list.
|
|
;
|
|
; <shortname> = <miniport_filename>,<directory>
|
|
;
|
|
[SCSI.Load]
|
|
@i:cpqarray = cpqarray.sys,4
|
|
@@:atapi = atapi.sys,4
|
|
@i:@@!s:aha154x = aha154x.sys,4
|
|
@@!m:@@!s:sparrow = sparrow.sys,4
|
|
@@!m:symc810 = symc810.sys,4
|
|
@@:aic78xx = aic78xx.sys,4
|
|
@i:@@:i2omp = i2omp.sys,4
|
|
@i:@@:iirsp = iirsp.sys,4
|
|
@i:dac960nt = dac960nt.sys,4
|
|
@@:ql10wnt = ql10wnt.sys,4
|
|
@i:@@!s:amsint = amsint.sys,4
|
|
@@:@s:lp6nds35 = lp6nds35.sys,4
|
|
@@:@s:ql2100 = ql2100.sys,4
|
|
@@:@s:ql2200 = ql2200.sys,4
|
|
@@:@s:ql2300 = ql2300.sys,4
|
|
@i:@@!s:asc = asc.sys,4
|
|
@i:@@!s:asc3550 = asc3550.sys,4
|
|
@@:mraid35x = mraid35x.sys,4
|
|
@@!a:@s:cpqfcalm = cpqfcalm.sys,4
|
|
@i:@@!s:ini910u = ini910u.sys,4
|
|
@@:ql1240 = ql1240.sys,4
|
|
@@:aic78u2 = aic78u2.sys,4
|
|
@i:@s:ipsraidn = ipsraidn.sys,4
|
|
@@:@s:nfrd960 = nfrd960.sys,4
|
|
@@:symc8xx = symc8xx.sys,4
|
|
@@:sym_hi = sym_hi.sys,4
|
|
@@:sym_u3 = sym_u3.sys,4
|
|
@i:@@!s:asc3350p = asc3350p.sys,4
|
|
@i:@@!s:abp480n5 = abp480n5.sys,4
|
|
@i:@@!d:cd20xrnt = cd20xrnt.sys,4
|
|
@i:@@!d:ultra = ultra.sys,4
|
|
@@:adpu160m = adpu160m.sys,4
|
|
@@:adpu320 = adpu320.sys,4
|
|
@@:dpti2o = dpti2o.sys,4
|
|
@@:ql1080 = ql1080.sys,4
|
|
@@:ql1280 = ql1280.sys,4
|
|
@@:ql12160 = ql12160.sys,4
|
|
@@:@s:cpqarry2 = cpqarry2.sys,4
|
|
@@:@@:symmpi = symmpi.sys,4
|
|
@i:@@:perc2 = perc2.sys,4
|
|
@@:hpn = hpn.sys,4
|
|
@@:@@:cbidf2k = cbidf2k.sys,4
|
|
@i:@@:dac2w2k = dac2w2k.sys,4
|
|
@i:@@:dellcerc = dellcerc.sys,4
|
|
@i:@@:hpt3xx = hpt3xx.sys,4
|
|
@@:@s:cpqcissm = cpqcissm.sys,4
|
|
@@:@s:afcnt = afcnt.sys,4
|
|
|
|
;
|
|
; Extenders
|
|
;
|
|
[BootBusExtenders.Load]
|
|
pci = pci.sys
|
|
acpi = acpi.sys
|
|
isapnp = isapnp.sys
|
|
acpiec = acpiec.sys
|
|
ohci1394 = ohci1394.sys
|
|
|
|
[BusExtenders.Load]
|
|
pcmcia = pcmcia.sys
|
|
pciide = pciide.sys
|
|
intelide = intelide.sys
|
|
viaide = viaide.sys
|
|
cmdide = cmdide.sys
|
|
toside = toside.sys
|
|
aliide = aliide.sys
|
|
mountmgr = mountmgr.sys
|
|
ftdisk = ftdisk.sys
|
|
partmgr = partmgr.sys
|
|
volsnap = volsnap.sys
|
|
fdc = fdc.sys
|
|
dmload = dmload.sys
|
|
dmio = dmio.sys
|
|
sbp2port = sbp2port.sys
|
|
@s:storport = storport.sys
|
|
|
|
|
|
;
|
|
; Input devices support
|
|
;
|
|
[InputDevicesSupport.Load]
|
|
usbohci = usbohci.sys
|
|
usbuhci = usbuhci.sys
|
|
usbehci = usbehci.sys
|
|
usbhub = usbhub.sys
|
|
usbccgp = usbccgp.sys
|
|
hidusb = hidusb.sys
|
|
serial = serial.sys
|
|
serenum = serenum.sys
|
|
usbstor = usbstor.sys
|
|
|
|
@*:
|
|
@*: Microsoft Watchdog Device Driver
|
|
@*:
|
|
|
|
@i:@@:wd = wd.sys
|
|
|
|
;
|
|
; Keyboard drivers
|
|
;
|
|
[Keyboard.Load]
|
|
STANDARD = i8042prt.sys
|
|
kbdhid = kbdhid.sys
|
|
|
|
[files.pcmcia]
|
|
pcmcia.sys,4
|
|
|
|
[files.pci]
|
|
pci.sys,4
|
|
|
|
[files.pciide]
|
|
pciide.sys,4
|
|
pciidex.sys,4
|
|
|
|
[files.intelide]
|
|
intelide.sys,4
|
|
pciidex.sys,4
|
|
|
|
[files.viaide]
|
|
viaide.sys,4
|
|
pciidex.sys,4
|
|
|
|
[files.cmdide]
|
|
cmdide.sys,4
|
|
pciidex.sys,4
|
|
|
|
[files.toside]
|
|
toside.sys,4
|
|
pciidex.sys,4
|
|
|
|
[files.aliide]
|
|
aliide.sys,4
|
|
pciidex.sys,4
|
|
|
|
[files.acpi]
|
|
acpi.sys,4
|
|
acpiec.sys,4
|
|
oprghdlr.sys,4
|
|
|
|
[files.isapnp]
|
|
isapnp.sys,4
|
|
|
|
[files.ohci1394]
|
|
ohci1394.sys,4
|
|
1394bus.sys,4
|
|
|
|
[files.sbp2port]
|
|
sbp2port.sys,4
|
|
|
|
[files.wd]
|
|
@i:@@:wd.sys,4
|
|
|
|
;
|
|
; this must match the section in display.inx
|
|
;
|
|
|
|
[files.video]
|
|
|
|
;
|
|
; These are always copied.
|
|
;
|
|
[files.vga]
|
|
vga.sys,4
|
|
@@:framebuf.dll,2
|
|
@@:vga.dll,2
|
|
@i:vga256.dll,2
|
|
@i:vga64k.dll,2
|
|
|
|
;
|
|
; Keyboard/mouse
|
|
;
|
|
[files.i8042]
|
|
i8042prt.sys,4
|
|
|
|
[files.sermouse]
|
|
sermouse.sys,4
|
|
|
|
|
|
[files.hidusb]
|
|
hidusb.sys,4
|
|
|
|
[files.mouhid]
|
|
mouhid.sys,4
|
|
|
|
[files.usbohci]
|
|
hid.dll,2
|
|
hidclass.sys,4
|
|
hidparse.sys,4
|
|
usbd.sys,4
|
|
usbport.sys,4
|
|
usbohci.sys,4
|
|
|
|
|
|
[files.usbuhci]
|
|
hid.dll,2
|
|
hidclass.sys,4
|
|
hidparse.sys,4
|
|
usbd.sys,4
|
|
usbport.sys,4
|
|
usbuhci.sys,4
|
|
|
|
[files.usbehci]
|
|
hid.dll,2
|
|
hccoin.dll,2
|
|
hidclass.sys,4
|
|
hidparse.sys,4
|
|
usbd.sys,4
|
|
usbport.sys,4
|
|
usbehci.sys,4
|
|
|
|
[files.usbhub]
|
|
usbhub.sys,4
|
|
|
|
[files.usbccgp]
|
|
usbccgp.sys,4
|
|
|
|
[files.kbdhid]
|
|
kbdhid.sys,4
|
|
|
|
[files.usbstor]
|
|
usbstor.sys,4
|
|
|
|
;
|
|
; SystemPartitionFiles
|
|
;
|
|
[SystemPartitionFiles]
|
|
@i:ntldr,"\"
|
|
@a:ntldr,"\"
|
|
@m:ia64ldr.efi,""
|
|
@m:fpswa.efi,""
|
|
|
|
|
|
@m:;
|
|
@m:; SystemPartitionRoot
|
|
@m:;
|
|
@m:[SystemPartitionRoot]
|
|
|
|
|
|
@m:;
|
|
@m:; SystemPartitionUtilities
|
|
@m:;
|
|
@m:[SystemPartitionUtilities]
|
|
@m:nvrboot.efi,"",,,,,,,,,,,,AR
|
|
|
|
;
|
|
; File flags. Bit field.
|
|
; 1 = smash locks (target filename)
|
|
; 2 = force no comp (target filename)
|
|
; 4 = overwrite oem file when upgrading (target filename)
|
|
; 8 = ignore version (source filename)
|
|
; 16 = don't delete source
|
|
;
|
|
|
|
[FileFlags]
|
|
@*:;
|
|
@*:; BUGBUG--need to make sure that these fonts aren't deleted from the local
|
|
@*:; source directory in textmode setup, because there's presently a problem with
|
|
@*:; digital signature verification for .fon files and we won't be able to tell
|
|
@*:; that the file existing in the destination location is the proper file (thus
|
|
@*:; we'll try to recopy the source file, so it'd better be where we expect it).
|
|
@*:;
|
|
|
|
@i:halmps.dll = 8
|
|
@i:kernel32.dll = 1
|
|
@i:ntdll.dll = 1
|
|
@i:win32k.sys = 1
|
|
@i:ntldr = 2
|
|
@a:ntldr = 2
|
|
@m:ia64ldr.efi = 2
|
|
cfgmgr32.dll = 8
|
|
setupapi.dll = 8
|
|
umpnpmgr.dll = 8
|
|
hal.dll = 12
|
|
kbdclass.sys = 16
|
|
mouclass.sys = 16
|
|
driver.cab = 16
|
|
; the following files are copied by both textmode setup and gui-mode
|
|
; setup, so they cannot be moved. If you add files in syssetup.inf,
|
|
; you must also add them here
|
|
;
|
|
; files in Files.NoWin31.System32ToSysroot section
|
|
NOTEPAD.EXE = 16
|
|
|
|
;
|
|
; files in Files.NoWin31.System32ToSystem section
|
|
AVICAP.DLL = 16
|
|
AVIFILE.DLL = 16
|
|
COMMDLG.DLL = 16
|
|
LZEXPAND.DLL = 16
|
|
KEYBOARD.DRV = 16
|
|
MCIAVI.DRV = 16
|
|
MCISEQ.DRV = 16
|
|
MCIWAVE.DRV = 16
|
|
MMSYSTEM.DLL = 16
|
|
MMTASK.TSK = 16
|
|
MOUSE.DRV = 16
|
|
MSVIDEO.DLL = 16
|
|
OLECLI.DLL = 16
|
|
OLESVR.DLL = 16
|
|
SHELL.DLL = 16
|
|
SOUND.DRV = 16
|
|
SYSTEM.DRV = 16
|
|
TAPI.DLL = 16
|
|
TIMER.DRV = 16
|
|
VER.DLL = 16
|
|
VGA.DRV = 16
|
|
WFWNET.DRV = 16
|
|
WINSPOOL.DRV = 16
|
|
; files in Files.System section
|
|
SPOOLSV.EXE = 16
|
|
SPOOLSS.DLL = 16
|
|
|
|
; files shared with fax down level clients, do not delete.
|
|
mfc42.dll = 16
|
|
mfc42u.dll = 16
|
|
msvcp60.dll = 16
|
|
fxsclnt.hlp = 16
|
|
|
|
|
|
[ScsiClass.Load]
|
|
cdrom = cdrom.sys
|
|
disk = disk.sys
|
|
@@:floppy = sfloppy.sys
|
|
ramdisk = ramdisk.sys
|
|
|
|
|
|
[FloppyDrivers.Load]
|
|
flpydisk = flpydisk.sys
|
|
fat = fastfat.sys
|
|
|
|
[CdRomDrivers.Load]
|
|
cdfs = cdfs.sys
|
|
|
|
[MouseDrivers.Load]
|
|
mouclass = mouclass.sys
|
|
mouhid = mouhid.sys
|
|
|
|
|
|
[SpecialFiles]
|
|
Multiprocessor = ntkrnlmp.exe,2,ntoskrnl.exe
|
|
@m:Uniprocessor = ntkrnlmp.exe,2,ntoskrnl.exe
|
|
@@!m:Uniprocessor = ntoskrnl.exe,2
|
|
@i:MPKrnlPa = ntkrpamp.exe,2,ntkrnlpa.exe
|
|
@i:UPKrnlPa = ntkrnlpa.exe,2
|
|
mouseclass = mouclass.sys,4
|
|
keyboardclass = kbdclass.sys,4
|
|
|
|
[files.none]
|
|
|
|
@*:
|
|
@*: If you add a keyboard layout dll here make sure that you also
|
|
@*: add the file name to [CmdConsFiles] section in dosnet.inf.
|
|
@*: This is to make sure that when command console is installed
|
|
@*: on the harddisk that particular layout file can be copied
|
|
@*:
|
|
[Files.KeyboardLayout]
|
|
00000402 = KBDBU.DLL,2
|
|
00000405 = KBDCZ.DLL,2
|
|
00000406 = KBDDA.DLL,2
|
|
00000407 = KBDGR.DLL,2
|
|
00000408 = KBDHE.DLL,2
|
|
00000409 = KBDUS.DLL,2
|
|
0000040A = KBDSP.DLL,2
|
|
0000040B = KBDFI.DLL,2
|
|
0000040C = KBDFR.DLL,2
|
|
0000040E = KBDHU.DLL,2
|
|
0000040F = KBDIC.DLL,2
|
|
00000410 = KBDIT.DLL,2
|
|
00000413 = KBDNE.DLL,2
|
|
00000414 = KBDNO.DLL,2
|
|
00000415 = KBDPL1.DLL,2
|
|
00010415 = KBDPL.DLL,2
|
|
00000416 = KBDBR.DLL,2
|
|
00000418 = KBDRO.DLL,2
|
|
00000419 = KBDRU.DLL,2
|
|
0000041A = KBDCR.DLL,2
|
|
0000041B = KBDSL.DLL,2
|
|
0000041C = KBDAL.DLL,2
|
|
0000041D = KBDSW.DLL,2
|
|
0000041F = KBDTUQ.DLL,2
|
|
0001041F = KBDTUF.DLL,2
|
|
00000422 = KBDUR.DLL,2
|
|
00000423 = KBDBLR.DLL,2
|
|
00000424 = KBDCR.DLL,2
|
|
00000425 = KBDEST.DLL,2
|
|
00000426 = KBDLV.DLL,2
|
|
00000427 = KBDLT.DLL,2
|
|
00000807 = KBDSG.DLL,2
|
|
00000809 = KBDUK.DLL,2
|
|
00001809 = KBDIR.DLL,2
|
|
0000080A = KBDLA.DLL,2
|
|
0000080C = KBDBE.DLL,2
|
|
00000813 = KBDBE.DLL,2
|
|
00000816 = KBDPO.DLL,2
|
|
00000C0C = KBDFC.DLL,2
|
|
00000C1A = KBDYCC.DLL,2
|
|
00001009 = KBDCA.DLL,2
|
|
0000100C = KBDSF.DLL,2
|
|
00010402 = KBDUS.DLL,2
|
|
00010405 = KBDCZ1.DLL,2
|
|
00010407 = KBDGR1.DLL,2
|
|
00010409 = KBDDV.DLL,2
|
|
0001040A = KBDES.DLL,2
|
|
00010419 = KBDRU1.DLL,2
|
|
0001041B = KBDSL1.DLL,2
|
|
00010426 = KBDLV1.DLL,2
|
|
00010C0C = KBDCA.DLL,2
|
|
00010C1A = KBDYCL.DLL,2
|
|
00020409 = KBDUSX.DLL,2
|
|
00010408 = KBDHE220.DLL,2
|
|
00020408 = KBDHE319.DLL,2
|
|
00030408 = KBDHELA2.DLL,2
|
|
00040408 = KBDHELA3.DLL,2
|
|
00050408 = KBDGKL.DLL,2
|
|
00010410 = KBDIT142.DLL,2
|
|
00030409 = KBDUSL.DLL,2
|
|
00040409 = KBDUSR.DLL,2
|
|
0001040E = KBDHU1.DLL,2
|
|
|
|
[KeyboardLayoutId]
|
|
00010415 = 0007
|
|
0001041F = 0014
|
|
00010402 = 0004
|
|
00010405 = 0005
|
|
00010407 = 0012
|
|
0001040A = 0086
|
|
00010419 = 0008
|
|
0001041B = 0013
|
|
00010426 = 0015
|
|
00010C0C = 0085
|
|
00010408 = 0016
|
|
00020408 = 0018
|
|
00030408 = 0017
|
|
00040408 = 0011
|
|
00050408 = 0019
|
|
00010410 = 0003
|
|
0001040E = 0006
|
|
|
|
[HiveInfs.Fresh]
|
|
AddReg = hivedef.inf,AddReg
|
|
AddReg = hivesys.inf,AddReg
|
|
AddReg = hivesft.inf,AddReg
|
|
AddReg = hivecls.inf,AddReg
|
|
AddReg = hiveusd.inf,AddReg
|
|
AddReg = hivesxs.inf,AddReg
|
|
AddReg = dmreg.inf,DM.AddReg
|
|
@6:@@:AddReg = hivsft32.inf,AddReg
|
|
@6:@@:AddReg = hivcls32.inf,AddReg
|
|
|
|
[HiveInfs.Fresh.RemoteBoot]
|
|
AddReg = hivesys.inf,AddReg.RemoteBoot
|
|
|
|
[HiveInfs.Upgrade]
|
|
DelReg = hivesft.inf,DelRegFirst
|
|
DelReg = hivedef.inf,DelReg
|
|
AddReg = hivedef.inf,AddReg
|
|
DelReg = hivesys.inf,DelReg
|
|
AddReg = hivesys.inf,AddReg
|
|
AddReg = hivesys.inf,AddReg.Upgrade
|
|
DelReg = hivesft.inf,DelReg
|
|
AddReg = hivesft.inf,AddReg
|
|
AddReg = hivesft.inf,AddReg.Upgrade
|
|
DelReg = hivecls.inf,DelReg
|
|
AddReg = hivecls.inf,AddReg
|
|
AddReg = hiveusd.inf,AddReg
|
|
AddReg = hivesxs.inf,AddReg
|
|
DelReg = dmreg.inf,DM.DelReg
|
|
AddReg = dmreg.inf,DM.AddReg
|
|
@6:@@:AddReg = hivsft32.inf,AddReg
|
|
@6:@@:AddReg = hivcls32.inf,AddReg
|
|
|
|
[NetServicesToDisable]
|
|
Messenger
|
|
Netlogon
|
|
Alerter
|
|
Afd
|
|
Telnet
|
|
DHCP
|
|
NetDDE
|
|
NetDDEdsdm
|
|
ntcx
|
|
ntxem
|
|
ntxall
|
|
ntepc
|
|
DigiFEP5
|
|
Pcimac
|
|
CiFilter
|
|
LicenseService
|
|
RasAcd
|
|
RasArp
|
|
NdisTapi
|
|
w3svc
|
|
ftpsvc
|
|
msftpsvc
|
|
gophersvc
|
|
raspptpf
|
|
wuser32
|
|
|
|
|
|
@*:
|
|
@*: [SetupKeysToMigrate]
|
|
@*: This section lists the keys on the setup hive, under \Registry\Machine\SYSTEM\CurrentControlSet,
|
|
@*: that need to be migrated to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet on the target system.
|
|
@*:
|
|
@*: Items in this section have the following format:
|
|
@*:
|
|
@*: <Key path> = <volatile keys>, <install type>, <overwrite>
|
|
@*:
|
|
@*: where:
|
|
@*:
|
|
@*: <Key path>.... Path to the key to be migrated, relative to \Registry\Machine\SYSTEM\CurrentControlSet.
|
|
@*:
|
|
@*: <volatile keys>.... Indicates whether or not volatile keys need to be migrated.
|
|
@*: If this value is not present, 1 will be assumed.
|
|
@*:
|
|
@*: 0 - Don't migrate volatile keys (only non-volatile keys are migrated)
|
|
@*: 1 - Migrate both volatile and non-volatile keys
|
|
@*:
|
|
@*:
|
|
@*: <install type>..... Indicates the install type where migration needs to occur
|
|
@*: If this value is not present, 2 will be assumed.
|
|
@*:
|
|
@*: 0 - Migrate on clean install only
|
|
@*: 1 - Migrate on upgrade only
|
|
@*: 2 - Migrate on both clean install and upgrade only
|
|
@*:
|
|
@*: <Overwrite>........ Indicates whether or not value entries are to be overwritten
|
|
@*: if they are present on the target hive.
|
|
@*: If this value is not present, 1 will be assumed.
|
|
@*:
|
|
@*: 0 - Don't overwrite value entries
|
|
@*: 1 - Overwrite value entries
|
|
@*:
|
|
@*: <ACL Overwrite>.... Indicates whether or not ACLs are to be overwritten
|
|
@*: if they are present on the target hive.
|
|
@*: If this value is not present, 0 will be assumed.
|
|
@*:
|
|
@*: 0 - Don't overwrite ACLs
|
|
@*: 1 - Overwrite ACLs
|
|
@*:
|
|
@*:
|
|
[SetupKeysToMigrate]
|
|
"Enum" = 0,2,1,1
|
|
"Services\ACPI\Parameters" = 1,2,1,0
|
|
"Services\atapi\Parameters" = 1,2,1,0
|
|
@i:"Services\P3\Parameters" = 1,2,1,0
|
|
"Services\Pci\Parameters" = 1,2,1,0
|
|
"Services\isapnp\Parameters" = 1,2,1,0
|
|
"Control\Arbiters" = 0,2,1,0
|
|
"Control\Class" = 0,2,0,0
|
|
"Control\COM Name Arbiter" = 0,2,1,1
|
|
"Control\HAL" = 1,2,1,0
|
|
"Control\IDConfigDB" = 0,2,0,1
|
|
"Control\PnP\Pci" = 0,2,1,0
|
|
@i:"Control\PnP\PciIrqRouting" = 0,2,0,0
|
|
"Control\Processor" = 1,2,1,0
|
|
"Control\UsbFlags" = 1,2,1,0
|
|
"Hardware Profiles" = 0,2,0,1
|
|
|
|
@*:
|
|
@*: [RootDevicesToDelete.clean]
|
|
@*: This section lists the keys under \Registry\Machine\SYSTEM\CurrentControlSet\Enum\Root
|
|
@*: that need to be deleted on clean install.
|
|
@*:
|
|
@*:
|
|
[RootDevicesToDelete.clean]
|
|
ramdisk
|
|
|
|
|
|
@*:
|
|
@*: [RootDevicesToDelete]
|
|
@*: This section lists the keys under \Registry\Machine\SYSTEM\CurrentControlSet\Enum\Root
|
|
@*: that need to be deleted during an upgrade.
|
|
@*:
|
|
@*:
|
|
[RootDevicesToDelete]
|
|
ACPI_HAL
|
|
ISA_HAL
|
|
PCI_HAL
|
|
MCA_HAL
|
|
ISAPNP
|
|
PCI
|
|
LEGACY_MGA_MIL
|
|
WDMAUD
|
|
LEGACY_BEEP
|
|
PARALLELCLASS
|
|
LEGACY_PARPORT
|
|
LEGACY_PARALLEL
|
|
*PNP0800
|
|
IntelATA
|
|
viadsk
|
|
pcmcia
|
|
MS_IRMODEMMINIPORT
|
|
@@!6:@e:MS_IRDAMINIPORT
|
|
@6:MS_IRDAMINIPORT
|
|
|
|
@*:
|
|
@*: [RootDeviceClassesToDelete]
|
|
@*: This section lists the device class GUIDs whose root-enumerated members need to be
|
|
@*: deleted during an upgrade.
|
|
@*:
|
|
@*: Currently listed are Unknown, Tape class GUIDs.
|
|
@*:
|
|
@*:
|
|
[RootDeviceClassesToDelete]
|
|
{456D63F1-3F38-11d1-93C9-0040333C1C05}
|
|
{4D36E97E-E325-11CE-BFC1-08002BE10318}
|
|
{6D807884-7D21-11CF-801C-08002BE10318}
|
|
|
|
@*:
|
|
@*: [RootDeviceClassesToDelete.nt4]
|
|
@*: This section lists the device class GUIDs whose root-enumerated members need to be
|
|
@*: deleted during an upgrade from nt4 (but not for upgrade over Win2k+)
|
|
@*:
|
|
@*: Currently listed are SCSI, Keyboard, and Mouse class GUIDs.
|
|
@*:
|
|
@*:
|
|
[RootDeviceClassesToDelete.nt4]
|
|
{4D36E97B-E325-11CE-BFC1-08002BE10318}
|
|
{4D36E96F-E325-11CE-BFC1-08002BE10318}
|
|
{4D36E96B-E325-11CE-BFC1-08002BE10318}
|
|
|
|
;
|
|
; [ACPIOptions]
|
|
; This section lists options that affect the installation of ACPI on x86
|
|
;
|
|
; ACPIEnable
|
|
; 0 - ACPI will be disabled at install time regardless of the BIOS
|
|
; 1 - ACPI will be enabled at install time if an ACPI BIOS is present
|
|
; 2 - ACPI will be enabled based on the GoodACPIBios list, the NWACL
|
|
; and ACPIBiosDate
|
|
;
|
|
; ACPIBiosDate = mm,dd,yyyy
|
|
; Supplies the date that a BIOS must have to be considered good if it is
|
|
; not in the GoodACPIBios list. If a BIOS has a date greater than this and
|
|
; is not in the NWACL list, then it will be used unless ACPIEnable = 0
|
|
;
|
|
[ACPIOptions]
|
|
ACPIEnable = 2
|
|
ACPIBiosDate = 01,01,1999
|
|
|
|
@*:
|
|
@*: [NWACL]
|
|
@*: Machines which are Not Windows ACPI Compliant
|
|
@*:
|
|
[NWACL]
|
|
ABitBP6=ABitBP6
|
|
AMIINT01/18/00=AMIINT01/18/00
|
|
ASUSP2B-D=ASUSP2B-D
|
|
ASUSP2B-F=ASUSP2B-F
|
|
ASUSP2B-DS02/03/99=ASUSP2B-DS02/03/99
|
|
ASUSP2B-DS10/21/99=ASUSP2B-DS10/21/99
|
|
ASUSP2L97-DS02/02/99=ASUSP2L97-DS02/02/99
|
|
ASUSP5A-B=ASUSP5A-B
|
|
ASUSP5A03/12/99=ASUSP5A03/12/99
|
|
CompaqArmada3500=CompaqArmada3500
|
|
CompaqArmada6500=CompaqArmada6500
|
|
CompaqM500=CompaqM500
|
|
CompaqPanther=CompaqPanther
|
|
CompaqPresario1692=CompaqPresario1692
|
|
CompaqPresario1925=CompaqPresario1925
|
|
COMPAQTHUNDER05/18/99=COMPAQTHUNDER05/18/99
|
|
COMPAQRACEBAIT12/06/99=COMPAQRACEBAIT12/06/99
|
|
DellCP???01/27/99=DellCP???01/27/99
|
|
DELLCPt=DELLCPt
|
|
DellCPtA02=DellCPtA02
|
|
DellLatitudeLT=DellLatitudeLT
|
|
DellInspiron3500=DellInspiron3500
|
|
DellPE1300=DellPE1300
|
|
DellPersonalWorkation1300=DellPersonalWorkation1300
|
|
FICPA2013=FICPA2013
|
|
FICVB601=FICVB601
|
|
FujitsuCAPRICOR=FujitsuCAPRICOR
|
|
FujitsuM63E=FujitsuM63E
|
|
FujitsuM65=FujitsuM65
|
|
FujitsuSPRINT=FujitsuSPRINT
|
|
FujitsuTANDEM=FujitsuTANDEM
|
|
FujitsuElm=FujitsuElm
|
|
FujitsuMaple=FujitsuMaple
|
|
FujitsuSycamore=FujitsuSycamore
|
|
FujitsuV66NAS=FujitsuV66NAS
|
|
GatewayE1200=GatewayE1200
|
|
GatewayE1400=GatewayE1400
|
|
GatewayProfile=GatewayProfile
|
|
GatewaySolo=GatewaySolo
|
|
Gigabyte=Gigabyte
|
|
HitachiFlora220CX=HitachiFlora220CX
|
|
HitachiFlora220MP=HitachiFlora220MP
|
|
HitachiFlora270EX=HitachiFlora270EX
|
|
HitachiFlora270VX-NH7=HitachiFlora270VX-NH7
|
|
HPAshaki02/24/99=HPAshaki02/24/99
|
|
HPHPBDD=HPHPBDD
|
|
HPHPCCD=HPHPCCD
|
|
HPKayakXUMP=HPKayakXUMP
|
|
HPLH4=HPLH4
|
|
HPPuma02/12/99=HPPuma02/12/99
|
|
HPScimitar=HPScimitar
|
|
IBMAPTIVA145=IBMAPTIVA145
|
|
IBMTP240SandShark=IBMTP240SandShark
|
|
IntelKauai=IntelKauai
|
|
IntelL440GX=IntelL440GX
|
|
IntelOR84009/14/99=IntelOR84009/14/99
|
|
IntelSea2=IntelSea2
|
|
IwillDBS100=IwillDBS100
|
|
MicronAtlanta=MicronAtlanta
|
|
MicronTrek2U375=MicronTrek2U375
|
|
NCRS20GX=NCRS20GX
|
|
NECPowerMate8100=NECPowerMate8100
|
|
NECVersaNote=NECVersaNote
|
|
NECVersaNoteC2=NECVersaNoteC2
|
|
NECVersaLXAGP+=NECVersaLXAGP+
|
|
NECZ1=NECZ1
|
|
QDIGRP010599=QDIGRP010599
|
|
SiemensMobile750=SiemensMobile750
|
|
SonyF290=SonyF290
|
|
SonyN505=SonyN505
|
|
Sonypcg777=Sonypcg777
|
|
Sonypcg888=Sonypcg888
|
|
Sonypcgf16=Sonypcgf16
|
|
SonyPCVL300=SonyPCVL300
|
|
Sonypcvs520=Sonypcvs520
|
|
Sonypcvs720=Sonypcvs720
|
|
Sonyz505dx=Sonyz505dx
|
|
SuperMicro = SuperMicro
|
|
ToshibaPortege3300=ToshibaPortege3300
|
|
ToshibaSatellite4030XCDT=ToshibaSatellite4030XCDT
|
|
Tyan=Tyan
|
|
ViaVP3A=ViaVP3A
|
|
|
|
[ABitBP6]
|
|
AcpiOemId="FACP","AWARD "
|
|
AcpiOemTableId="FACP","AWRDACPI"
|
|
AcpiOemRevision="<=","FACP",30302e31
|
|
|
|
[AMIINT01/18/00]
|
|
AcpiOemId="FACP","AMIINT"
|
|
AcpiOemTableId="FACP",""
|
|
AcpiOemRevision="<=","FACP",10
|
|
|
|
[ASUSP2B-D]
|
|
AcpiOemId="FACP","ASUS "
|
|
AcpiOemTableId="FACP","P2B-D "
|
|
AcpiOemRevision="<=","FACP",58582e32
|
|
|
|
[ASUSP2B-F]
|
|
AcpiOemId="FACP","ASUS "
|
|
AcpiOemTableId="FACP","P2B-F "
|
|
AcpiOemRevision="<=","FACP",58582e31
|
|
|
|
[ASUSP2B-DS02/03/99]
|
|
AcpiOemId="FACP","ASUS "
|
|
AcpiOemTableId="FACP","P2B-DS "
|
|
AcpiOemRevision="<=","FACP",58582e31
|
|
AcpiCreatorRevision="<=","FACP",31303030
|
|
|
|
[ASUSP2B-DS10/21/99]
|
|
AcpiOemId="FACP","ASUS "
|
|
AcpiOemTableId="FACP","P2B-DS "
|
|
AcpiOemRevision="<=","FACP",58582e32
|
|
AcpiCreatorRevision="<=","FACP",31303030
|
|
|
|
[ASUSP2L97-DS02/02/99]
|
|
AcpiOemId="FACP","ASUS "
|
|
AcpiOemTableId="FACP","P2L97-DS"
|
|
AcpiOemRevision="<=","FACP",58582e31
|
|
AcpiCreatorRevision="<=","FACP",31303030
|
|
|
|
[ASUSP5A-B]
|
|
AcpiOemId="FACP","ASUS "
|
|
AcpiOemTableId="FACP","P5A-B "
|
|
AcpiOemRevision="<=","FACP",58582e31
|
|
|
|
[ASUSP5A03/12/99]
|
|
AcpiOemId="FACP","ASUS "
|
|
AcpiOemTableId="FACP","P5A "
|
|
AcpiOemRevision="<=","FACP",58582e31
|
|
|
|
[CompaqArmada3500]
|
|
AcpiOemId="FACP","COMPAQ"
|
|
AcpiOemTableId="FACP","CPQB05E "
|
|
AcpiOemRevision="<=","FACP",00000001
|
|
|
|
[CompaqArmada6500]
|
|
AcpiOemId="FACP", "PTLTD "
|
|
AcpiOemTableId="FACP", " FACP "
|
|
AcpiOemRevision="=", "FACP", 0
|
|
|
|
[CompaqM500]
|
|
AcpiOemId="FACP","COMPAQ"
|
|
AcpiOemTableId="FACP","CPQB151 "
|
|
AcpiOemRevision="<=","FACP",19990722
|
|
|
|
[CompaqPanther]
|
|
AcpiOemId="FACP","COMPAQ"
|
|
AcpiOemTableId="FACP","PANTHER "
|
|
AcpiOemRevision="<=","FACP",1
|
|
AcpiCreatorRevision="=","FACP",0
|
|
|
|
[CompaqPresario1692]
|
|
AcpiOemId="FACP","COMPAQ"
|
|
AcpiOemTableId="FACP","VIPER II"
|
|
AcpiOemRevision="<=","FACP",06040000
|
|
AcpiCreatorId="FACP","PTL "
|
|
AcpiCreatorRevision="<=","FACP",000F4240
|
|
|
|
[CompaqPresario1925]
|
|
AcpiOemId="FACP","PTLTD "
|
|
AcpiOemTableId="FACP"," FACP "
|
|
AcpiOemRevision="<=","FACP",06040000
|
|
|
|
[COMPAQTHUNDER05/18/99]
|
|
AcpiOemId="FACP","COMPAQ"
|
|
AcpiOemTableId="FACP","THUNDER "
|
|
AcpiOemRevision="<=","FACP",1
|
|
AcpiCreatorRevision="<=","FACP",0
|
|
|
|
[COMPAQRACEBAIT12/06/99]
|
|
AcpiOemId="FACP","COMPAQ"
|
|
AcpiOemTableId="FACP","RACEBAIT"
|
|
AcpiOemRevision="<=","FACP",2
|
|
|
|
[DellCP???01/27/99]
|
|
AcpiOemId="FACP","Dell "
|
|
AcpiOemTableId="FACP","CP??? "
|
|
AcpiOemRevision="<=","FACP",27cf011b
|
|
|
|
[DELLCPt]
|
|
AcpiOemId="FACP","DELL "
|
|
AcpiOemTableId="FACP","CPt C "
|
|
AcpiOemRevision=">=","FACP",27cf090e
|
|
|
|
[DELLCPtA02]
|
|
AcpiOemId="FACP","DELL "
|
|
AcpiOemTableId="FACP","CPt C "
|
|
AcpiOemRevision=">=","FACP",27cf090f
|
|
|
|
[DellLatitudeLT]
|
|
AcpiOemId="FACP","SHARP "
|
|
AcpiOemTableId="FACP"," "
|
|
|
|
[DellInspiron3500]
|
|
AcpiOemId="FACP","Dell "
|
|
AcpiOemTableId="FACP","I 3500 "
|
|
|
|
[DellPE1300]
|
|
AcpiOemId="FACP","Dell "
|
|
AcpiOemTableId="FACP","PE1300 "
|
|
AcpiOemRevision="<=","FACP",00000001
|
|
|
|
[DellPersonalWorkation1300]
|
|
AcpiOemId="FACP","DELL "
|
|
AcpiOemTableId="FACP","PE1300 "
|
|
AcpiOemRevision="<=","FACP",00000001
|
|
|
|
[FICPA2013]
|
|
AcpiOemId="FACP","FIC "
|
|
AcpiOemTableId="FACP","PA2013 "
|
|
AcpiOemRevision="<=","FACP",30302e31
|
|
|
|
[FICVB601]
|
|
AcpiOemId="FACP","FIC "
|
|
AcpiOemTableId="FACP","VB601 "
|
|
AcpiOemRevision="<=","FACP",30302e31
|
|
|
|
[FujitsuCAPRICOR]
|
|
AcpiOemId="FACP","FUJ "
|
|
AcpiOemTableId="FACP","CAPRICOR"
|
|
|
|
[FujitsuM63E]
|
|
AcpiOemId="FACP","FUJ000"
|
|
AcpiOemTableId="FACP","M63E "
|
|
|
|
[FujitsuM65]
|
|
AcpiOemId="FACP","FUJ "
|
|
AcpiOemTableId="FACP","M65 "
|
|
|
|
[FujitsuSPRINT]
|
|
AcpiOemId="RSDT","FUJ "
|
|
AcpiOemTableId="RSDT","SPRINT "
|
|
|
|
[FujitsuTANDEM]
|
|
AcpiOemId="FACP","FUJ "
|
|
AcpiOemTableId="FACP","TANDEM "
|
|
|
|
[FujitsuElm]
|
|
AcpiOemId="FACP","FUJ "
|
|
AcpiOemTableId="FACP","M19A/XA "
|
|
AcpiOemRevision="=","FACP",00000001
|
|
AcpiCreatorId="FACP","ACER"
|
|
AcpiCreatorRevision="=","FACP",00000000
|
|
|
|
[FujitsuMaple]
|
|
AcpiOemId="FACP","FUJ "
|
|
AcpiOemTableId="FACP","M9D "
|
|
AcpiOemRevision="=","FACP",00000001
|
|
AcpiCreatorId="FACP","ACER"
|
|
AcpiCreatorRevision="=","FACP",00000000
|
|
|
|
[FujitsuSycamore]
|
|
AcpiOemId="FACP","Fuj "
|
|
AcpiOemTableId="FACP","M11EJ "
|
|
AcpiOemRevision="=","FACP",00000001
|
|
AcpiCreatorId="FACP","Acer"
|
|
AcpiCreatorRevision="=","FACP",00000000
|
|
|
|
[FujitsuV66NAS]
|
|
AcpiOemId="FACP","FUJ "
|
|
AcpiOemTableId="FACP","V66NAS "
|
|
|
|
[GatewayE1200]
|
|
AcpiOemId="FACP","INTEL "
|
|
AcpiOemTableId="FACP","MAUI "
|
|
AcpiOemRevision="<=","FACP",1
|
|
|
|
[GatewayE1400]
|
|
AcpiOemId="FACP","SUMATR"
|
|
AcpiOemTableId="FACP","SU81010A"
|
|
AcpiOemRevision="<=","FACP",1999072
|
|
|
|
[GatewayProfile]
|
|
AcpiOemId="FACP","GATEWA"
|
|
AcpiOemTableId="FACP","PROFILE "
|
|
AcpiOemRevision="<=","FACP",1
|
|
|
|
[GatewaySolo]
|
|
AcpiOemId="FACP","GATEWA"
|
|
AcpiOemTableId="FACP","SOLO9300"
|
|
AcpiOemRevision="<=","FACP",06040000
|
|
|
|
[Gigabyte]
|
|
ACPIOEMID="FACP","GBT"
|
|
ACPIOEMTABLEID="FACP","AWRDACPI"
|
|
ACPIOEMREVISION="=","FACP",00000000
|
|
|
|
[HitachiFlora220CX]
|
|
AcpiOemId="FACP","HTCLTD"
|
|
AcpiOemTableId="FACP","HTC2041 "
|
|
AcpiOemRevision="<=","FACP",1
|
|
|
|
[HitachiFlora220MP]
|
|
AcpiOemId="FACP","HTCLTD"
|
|
AcpiOemTableId="FACP"," "
|
|
|
|
[HitachiFlora270EX]
|
|
AcpiOemId="FACP","HTCLTD"
|
|
AcpiOemTableId="FACP","270-EX "
|
|
AcpiOemRevision="<=","FACP",1
|
|
|
|
[HitachiFlora270VX-NH7]
|
|
AcpiOemId="FACP","HTCLTD"
|
|
AcpiOemTableId="FACP","HTC2051 "
|
|
AcpiOemRevision="<=","FACP",1
|
|
|
|
[HPAshaki02/24/99]
|
|
AcpiOemId="FACP","HP "
|
|
AcpiOemTableId="FACP","ASHAKI "
|
|
AcpiOemRevision="=","FACP",00000000
|
|
|
|
[HPHPBDD]
|
|
AcpiOemId="FACP","HP "
|
|
AcpiOemTableId="FACP","HPBDD_IO"
|
|
AcpiOemRevision="<=","FACP",1006
|
|
|
|
[HPHPCCD]
|
|
AcpiOemId="FACP","HP "
|
|
AcpiOemTableId="FACP","HPCCD HX"
|
|
AcpiOemRevision="<=","FACP",10000
|
|
|
|
[HPKayakXUMP]
|
|
AcpiOemId="FACP","HP "
|
|
AcpiOemTableId="FACP","COGNAC "
|
|
AcpiOemRevision="=","FACP",0
|
|
|
|
[HPLH4]
|
|
AcpiOemId="FACP","HP "
|
|
AcpiOemTableId="FACP","LH 4 "
|
|
AcpiOemRevision="<=","FACP",1
|
|
|
|
[HPPuma02/12/99]
|
|
AcpiOemId="FACP","HP "
|
|
AcpiOemTableId="FACP","Puma "
|
|
AcpiOemRevision="=","FACP",00000000
|
|
|
|
[HPScimitar]
|
|
AcpiOemId="FACP","HP "
|
|
AcpiOemTableId="FACP","HWPC203 "
|
|
AcpiOemRevision="<=","FACP",00000001
|
|
|
|
[IBMAPTIVA145]
|
|
AcpiOemId="FACP","XXXXXX"
|
|
AcpiOemTableId="FACP","AWRDACPI"
|
|
AcpiOemRevision="<=","FACP",1
|
|
|
|
[IBMTP240SandShark]
|
|
AcpiOemId="FACP","IBM "
|
|
AcpiOemTableId="FACP","SShark-1"
|
|
AcpiOemRevision="<=","FACP",1
|
|
|
|
[IntelKauai]
|
|
AcpiOemId="FACP","INTEL "
|
|
AcpiOemTableId="FACP","KAUAI "
|
|
|
|
[IntelL440GX]
|
|
AcpiOemId="FACP","Intel "
|
|
AcpiOemTableId="FACP","L440GX "
|
|
AcpiOemRevision="<=","FACP",1
|
|
|
|
[IntelOR84009/14/99]
|
|
AcpiOemId="FACP","Intel "
|
|
AcpiOemTableId="FACP","OR840 "
|
|
AcpiOemRevision="<=","FACP",1
|
|
|
|
[IntelSea2]
|
|
AcpiOemId="FACP","INTEL "
|
|
AcpiOemTableId="FACP","SEATTLE2"
|
|
AcpiOemRevision="<=","FACP",19990216
|
|
|
|
[IwillDBS100]
|
|
AcpiOemId="FACP","AWARD "
|
|
AcpiOemTableId="FACP","AWRDACPI"
|
|
AcpiOemRevision="=","FACP",00000000
|
|
|
|
[MicronAtlanta]
|
|
AcpiOemId="FACP","MICRON"
|
|
AcpiOemTableId="FACP","ATLANTA "
|
|
AcpiOemRevision="=","FACP",0
|
|
|
|
[MicronTrek2U375]
|
|
AcpiOemId="FACP","MICRON"
|
|
AcpiOemTableId="FACP","Trek2AGP"
|
|
AcpiOemRevision="=","FACP",00000001
|
|
|
|
[NCRS20GX]
|
|
AcpiOemId="FACP","Intel "
|
|
AcpiOemTableId="FACP","L440GX "
|
|
AcpiOemRevision="=","FACP",0
|
|
|
|
[NECPowerMate8100]
|
|
AcpiOemId="FACP","INTEL "
|
|
AcpiOemTableId="FACP","JN440BX1"
|
|
AcpiOemRevision=">=","FACP",19990203
|
|
AcpiOemRevision="<=","FACP",19990810
|
|
AcpiCreatorRevision="=","FACP",f4240
|
|
|
|
[NECVersaNote]
|
|
AcpiOemId="FACP","INTEL "
|
|
AcpiOemTableId="FACP","440BX "
|
|
AcpiOemRevision="=","FACP",00000000
|
|
AcpiCreatorId="FACP","PTL "
|
|
AcpiCreatorRevision="=","FACP",000f4240
|
|
|
|
[NECVersaNoteC2]
|
|
AcpiOemId="FACP","NEC "
|
|
AcpiOemTableId="FACP","ND000011"
|
|
AcpiOemRevision="<=","FACP",00000001
|
|
|
|
[NECVersaLXAGP]
|
|
AcpiOemId="FACP","NEC "
|
|
AcpiOemTableId="FACP","ND000010"
|
|
AcpiOemRevision="<=","FACP",00000097
|
|
|
|
[NECZ1]
|
|
AcpiOemId="FACP","AMIINT"
|
|
AcpiOemTableId="FACP",""
|
|
AcpiOemRevision="=","FACP",0
|
|
|
|
[QDIGRP010599]
|
|
AcpiOemId="FACP","QDIGRP"
|
|
AcpiOemTableId="FACP","AWRDACPI"
|
|
AcpiOemRevision="<=","FACP",00000000
|
|
|
|
[SiemensMobile750]
|
|
AcpiOemId="FACP","TSANYO"
|
|
AcpiOemTableId="FACP"," "
|
|
AcpiOemRevision="=","FACP",0
|
|
|
|
[SonyF290]
|
|
AcpiOemId="FACP","SONY "
|
|
AcpiOemTableId="FACP","K0 "
|
|
AcpiOemRevision="<=","FACP",13108b4
|
|
|
|
[SonyN505]
|
|
AcpiOemId="FACP","SONY "
|
|
AcpiOemTableId="FACP","H0 "
|
|
AcpiOemRevision="<=","FACP",06040000
|
|
|
|
[Sonypcg777]
|
|
AcpiOemId="FACP","SONY "
|
|
AcpiOemTableId="FACP"," "
|
|
|
|
[Sonypcg888]
|
|
AcpiOemId="FACP","SONY "
|
|
AcpiOemTableId="FACP"," "
|
|
|
|
[Sonypcgf16]
|
|
AcpiOemId="FACP","SONY "
|
|
AcpiOemTableId="FACP"," "
|
|
|
|
[SonyPCVL300]
|
|
AcpiOemId="FACP","ASUS "
|
|
AcpiOemTableId="FACP","SHACHI "
|
|
AcpiOemRevision="<=","FACP",1
|
|
|
|
[Sonypcvs520]
|
|
AcpiOemId="FACP","SONY "
|
|
AcpiOemTableId="FACP","440BX CR"
|
|
AcpiOemRevision="<=","FACP",1
|
|
|
|
[Sonypcvs720]
|
|
AcpiOemId="FACP","SONY "
|
|
AcpiOemTableId="FACP","440BX CR"
|
|
AcpiOemRevision="<=","FACP",1
|
|
|
|
[Sonyz505dx]
|
|
AcpiOemId="FACP","SONY "
|
|
AcpiOemTableId="FACP"," "
|
|
|
|
[SuperMicro]
|
|
AcpiOemId="FACP","SUPERM"
|
|
AcpiOemTableId="FACP","SUPERMTB"
|
|
AcpiOemRevision="<=","FACP",2
|
|
|
|
[ToshibaPortege3300]
|
|
AcpiOemId="FACP","TOSHIB"
|
|
AcpiOemTableId="FACP","750 "
|
|
AcpiOemRevision="<=","FACP",1
|
|
|
|
[ToshibaSatellite4030XCDT]
|
|
AcpiOemId="FACP","TOSHIB"
|
|
AcpiOemTableId="FACP","750 "
|
|
AcpiOemRevision="<=","FACP",1
|
|
|
|
[Tyan]
|
|
AcpiOemID= "FACP", "TYANCP"
|
|
AcpiOemTableId= "FACP", "TYANTBLE"
|
|
AcpiOemRevision= "<=","FACP", 00000009
|
|
|
|
[ViaVP3A]
|
|
AcpiOemId="FACP","VIAVP3"
|
|
AcpiOemTableId="FACP","AWRDACPI"
|
|
AcpiOemRevision="=","FACP",0
|
|
|
|
@*:
|
|
@*: [GoodACPIBios]
|
|
@*: ACPI BIOSes compatible with Windows NT
|
|
@*:
|
|
[GoodACPIBios]
|
|
AcerAspire3040 = AcerAspire3040
|
|
AcerAspire3100=AcerAspire3100
|
|
AcerAspire4100=AcerAspire4100
|
|
AcerPower6200=AcerPower6200
|
|
AcerPower6100 = AcerPower6100
|
|
AMISeries774=AMISeries774
|
|
AsusP2B=AsusP2B
|
|
AsusP2B-E=AsusP2B-E
|
|
AsusP2BOem=AsusP2BOem
|
|
AwardGA-6BXC=AwardGA-6BXC
|
|
CompalN30I3=CompalN30I3
|
|
CompalN30T3=CompalN30T3
|
|
CompaqArmada7800 = CompaqArmada7800
|
|
CompaqArmada7400 = CompaqArmada7400
|
|
CompaqDeskpro4000_5xxx = CompaqDeskpro4000_5xxx
|
|
CompaqArmada4220 = CompaqArmada4220
|
|
CompaqDeskpro4000_6xxx = CompaqDeskpro4000_6xxx
|
|
CompaqDeskpro6000EN = CompaqDeskpro6000EN
|
|
CompaqDeskpro6000EP = CompaqDeskpro6000EP
|
|
CompaqDeskpro6000EP/SB = CompaqDeskpro6000EP/SB
|
|
CompaqDeskpro6400 = CompaqDeskpro6400
|
|
DellDimensionR400=DellDimensionR400
|
|
DellDimensionR450=DellDimensionR450
|
|
DellDimensionV350=DellDimensionV350
|
|
DellLatitudeCP = DellLatitudeCP
|
|
DellLatitudeCPi = DellLatitudeCPi
|
|
DellOptiplexE1 = DellOptiplexE1
|
|
DellOptiplexG1 = DellOptiplexG1
|
|
DellOptiplexGn = DellOptiplexGn
|
|
DellOptiplexGX1 = DellOptiplexGX1
|
|
DellOptiplexGXa = DellOptiplexGXa
|
|
DellPowerEdge6300=DellPowerEdge6300
|
|
DellPowerEdge6350=DellPowerEdge6350
|
|
FICVB601-V=FICVB601-V
|
|
FujitsuFMV-Pro8400T1=FujitsuFMV-Pro8400T1
|
|
FujitsuLifebook690Tx = FujitsuLifebook690Tx
|
|
FujitsuM63 = FujitsuM63
|
|
FZPC=FZPC
|
|
GatewayE3200=GatewayE3200
|
|
GatewayE5250=GatewayE5250
|
|
GatewayG6-350=GatewayG6-350
|
|
GatewayG6-400=GatewayG6-400
|
|
GatewayG6-400MP=GatewayG6-400MP
|
|
GBT=GBT
|
|
HitachiFlora270NH4=HitachiFlora270NH4
|
|
HPOmnibook2100=HPOmnibook2100
|
|
HPOmnibook2100TX=HPOmnibook2100TX
|
|
HPOmnibook4100BX=HPOmnibook4100BX
|
|
HPOmnibook4100TX=HPOmnibook4100TX
|
|
HPOmnibook4150=HPOmnibook4150
|
|
HPOmnibook7100=HPOmnibook7100
|
|
HPOmnibook7150=HPOmnibook7150
|
|
HPNetServerLXR-8000=HPNetServerLXR-8000
|
|
HPOmnibook900=HPOmnibook900
|
|
HPVectraVL8=HPVectraVL8
|
|
HPVectraVL8i=HPVectraVL8i
|
|
IBMIntellistationMPro6898=IBMIntellistationMPro6898
|
|
IBMIntellistationMPro = IBMIntellistationMPro
|
|
IBMIntelliStationZPro6865=IBMIntelliStationZPro6865
|
|
IBMIntelliStationEPro6893=IBMIntelliStationEPro6893
|
|
IBMNetfinity3000=IBMNetfinity3000
|
|
IBMNetfinity5500=IBMNetfinity5500
|
|
IBMNetfinity7000=IBMNetfinity7000
|
|
IBMPC300GL6265/6275/6285=IBMPC300GL6265/6275/6285
|
|
IBMPC300GL6277/6287=IBMPC300GL6277/6287
|
|
IBMPC300GL6561/6591=IBMPC300GL6561/6591
|
|
IBMPC300PL6862/6892=IBMPC300PL6862/6892
|
|
IBMPC710=IBMPC710
|
|
IBMThinkPad380Z = IBMThinkPad380Z
|
|
IBMThinkPad560Z = IBMThinkPad560Z
|
|
IBMThinkPad600 = IBMThinkPad600
|
|
IBMThinkpad600E = IBMThinkpad600E
|
|
IBMThinkpad600R = IBMThinkpad600R
|
|
IBMThinkPad770E = IBMThinkPad770E
|
|
IBMThinkpad770X = IBMThinkpad770X
|
|
IBMThinkpad770Z = IBMThinkpad770Z
|
|
IntelAC450NX = IntelAC450NX
|
|
IntelAN440LX = IntelAN440LX
|
|
IntelAN450NX = IntelAN450NX
|
|
IntelIA440GX+ = IntelIA440GX+
|
|
IntelMS440GX = IntelMS440GX
|
|
IntelN440BX = IntelN440BX
|
|
IntelNL440BX = IntelNL440BX
|
|
IntelOcprf100 = IntelOcprf100
|
|
IntelS450NX = IntelS450NX
|
|
IntelSE440BX = IntelSE440BX
|
|
MicronClientProCS = MicronClientProCS
|
|
MicronClientProCS2 = MicronClientProCS2
|
|
MicronGoBook2 = MicronGoBook2
|
|
MSI6131W = MSI6131W
|
|
MSI6147W = MSI6147W
|
|
MSI6151W = MSI6151W
|
|
NECMateNXMA23C = NECMateNXMA23C
|
|
NECMateNXMA26D=NECMateNXMA26D
|
|
NECMateNXMA40D = NECMateNXMA40D
|
|
NECMateNXVS30D=NECMateNXVS30D
|
|
NECVersaProNXVA23C = NECVersaProNXVA23C
|
|
NECVersaSX = NECVersaSX
|
|
NECVersaLX = NECVersaLX
|
|
PackardBell-NECPowerMate5000E = PackardBell-NECPowerMate5000E
|
|
PackardBell-NECPowerMateDT = PackardBell-NECPowerMateDT
|
|
SamsungM6100 = SamsungM6100
|
|
SamsungSens730 = SamsungSens730
|
|
ToshibaLibretto100=ToshibaLibretto100
|
|
ToshibaLibretto1000=ToshibaLibretto1000
|
|
ToshibaPortege3xx = ToshibaPortege3xx
|
|
ToshibaPortege3010 = ToshibaPortege3010
|
|
ToshibaPortege3020 = ToshibaPortege3020
|
|
ToshibaPortege7000 = ToshibaPortege7000
|
|
ToshibaSatellite40X0 = ToshibaSatellite40X0
|
|
ToshibaSatellitePro490 = ToshibaSatellitePro490
|
|
ToshibaTecra750CDT = ToshibaTecra750CDT
|
|
ToshibaTecra750DVD = ToshibaTecra750DVD
|
|
ToshibaTecra780DVD = ToshibaTecra780DVD
|
|
ToshibaTecra8000 = ToshibaTecra8000
|
|
TrigemDelhi3 = TrigemDelhi3
|
|
VobisHighscreen = VobisHighscreen
|
|
|
|
[AcerAspire3100]
|
|
AcpiOemId="FACP","Acer "
|
|
AcpiOemTableId="FACP","V72MA "
|
|
AcpiOemRevision=">=","FACP",1
|
|
|
|
[AcerAspire4100]
|
|
AcpiOemId="FACP","Acer "
|
|
AcpiOemTableId="FACP","V66LA "
|
|
AcpiOemRevision=">=","FACP",1
|
|
|
|
[AcerAspire3040]
|
|
AcpiOemId="FACP","Acer "
|
|
AcpiOemTableId="FACP","V70MA "
|
|
AcpiOemRevision=">=","FACP",1
|
|
|
|
[AcerPower6200]
|
|
AcpiOemId="FACP","Acer "
|
|
AcpiOemTableId="FACP","V66MA "
|
|
AcpiOemRevision=">=","FACP",1
|
|
|
|
[AcerPower6100]
|
|
AcpiOemId="FACP","Acer "
|
|
AcpiOemTableId="FACP","V66M "
|
|
AcpiOemRevision=">=","FACP",1
|
|
|
|
[AMISeries774]
|
|
AcpiOemId="FACP","AMI "
|
|
AcpiOemTableId="FACP","SER774 "
|
|
AcpiOemRevision=">=","FACP",19981209
|
|
|
|
[AsusP2B]
|
|
AcpiOemId="FACP","ASUS "
|
|
AcpiOemTableId="FACP","P2B "
|
|
AcpiOemRevision=">=","FACP",1
|
|
|
|
[AsusP2B-E]
|
|
AcpiOemId="FACP","ASUS "
|
|
AcpiOemTableId="FACP","P2B_E "
|
|
AcpiOemRevision=">=","FACP",1
|
|
|
|
[AsusP2BOem]
|
|
AcpiOemId="FACP","ASUS "
|
|
AcpiOemTableId="FACP","P2B98 "
|
|
AcpiOemRevision=">=","FACP",1
|
|
|
|
[AwardGA-6BXC]
|
|
AcpiOemId="FACP","VMP202"
|
|
AcpiOemTableId="FACP","AWRDACPI"
|
|
AcpiOemRevision=">=","FACP",1
|
|
|
|
[CompalN30I3]
|
|
AcpiOemId="FACP","Compal"
|
|
AcpiOemTableId="FACP","TS30I3 "
|
|
AcpiOemRevision=">=","FACP",07ce0c06
|
|
|
|
[CompalN30T3]
|
|
AcpiOemId="FACP","Compal"
|
|
AcpiOemTableId="FACP","N30T3 "
|
|
AcpiOemRevision=">=","FACP",07ce0c04
|
|
|
|
[CompaqArmada4220]
|
|
AcpiOemId="FACP","COMPAQ"
|
|
AcpiOemTableId="FACP","CPQB033 "
|
|
AcpiOemRevision=">=","FACP",1
|
|
AcpiCreatorRevision=">=","FACP",1
|
|
|
|
[CompaqArmada7400]
|
|
AcpiOemId="RSDT","COMPAQ"
|
|
AcpiOemTableId="RSDT","CPQB0B9 "
|
|
AcpiOemRevision=">=","FACP",06109819
|
|
|
|
[CompaqArmada7800]
|
|
AcpiOemId="FACP","COMPAQ"
|
|
AcpiOemTableId="FACP","FACPTBL "
|
|
AcpiOemRevision=">=","FACP",1
|
|
AcpiCreatorRevision=">=","FACP",1
|
|
AcpiOemTableId="RSDT","CPQB01B "
|
|
|
|
[CompaqDeskpro4000_5xxx]
|
|
AcpiOemId="RSDT","COMPAQ"
|
|
AcpiOemTableId="FACP","CAPONE "
|
|
AcpiOemRevision=">=","RSDT",2
|
|
|
|
[CompaqDeskpro4000_6xxx]
|
|
AcpiOemId="RSDT","COMPAQ"
|
|
AcpiOemTableId="FACP","HOFFA "
|
|
AcpiOemRevision=">=","RSDT",2
|
|
|
|
[CompaqDeskpro6000EN]
|
|
AcpiOemId="RSDT","COMPAQ"
|
|
AcpiOemTableId="FACP","INDY "
|
|
AcpiOemRevision=">=","RSDT",2
|
|
|
|
[CompaqDeskpro6000EP]
|
|
AcpiOemId="RSDT","COMPAQ"
|
|
AcpiOemTableId="FACP","CONTACT "
|
|
AcpiOemRevision=">=","RSDT",2
|
|
|
|
[CompaqDeskpro6000EP/SB]
|
|
AcpiOemId="RSDT","COMPAQ"
|
|
AcpiOemTableId="FACP","GANDHI "
|
|
AcpiOemRevision=">=","RSDT",2
|
|
|
|
[CompaqDeskpro6400]
|
|
AcpiOemId="RSDT","COMPAQ"
|
|
AcpiOemTableId="FACP","SCARAB "
|
|
AcpiOemRevision=">=","RSDT",2
|
|
|
|
[DellDimensionR400]
|
|
AcpiOemId="FACP","DELL "
|
|
AcpiOemTableId="FACP","KHAN "
|
|
AcpiOemRevision=">=","FACP",1
|
|
|
|
[DellDimensionR450]
|
|
AcpiOemId="FACP","DELL "
|
|
AcpiOemTableId="FACP","KHAN "
|
|
AcpiOemRevision=">=","FACP",1
|
|
|
|
[DellDimensionV350]
|
|
AcpiOemId="FACP","DELL "
|
|
AcpiOemTableId="FACP","WILLIAM "
|
|
AcpiOemRevision=">=","FACP",19981113
|
|
|
|
[DellLatitudeCP]
|
|
AcpiOemId="FACP","Dell "
|
|
AcpiOemTableId="FACP","CP "
|
|
AcpiOemRevision=">=","FACP",E0A07CE
|
|
|
|
[DellLatitudeCPi]
|
|
AcpiOemId="FACP","Dell "
|
|
AcpiOemTableId="FACP","CPi "
|
|
AcpiOemRevision=">=","FACP",E0A07CE
|
|
|
|
[DellOptiplexE1]
|
|
AcpiOemId="FACP","Dell "
|
|
AcpiOemTableId="FACP","E1 "
|
|
AcpiOemRevision=">=","FACP",2
|
|
AcpiCreatorRevision=">=","FACP",61
|
|
|
|
[DellOptiplexG1]
|
|
AcpiOemId="FACP","Dell "
|
|
AcpiOemTableId="FACP","G1 "
|
|
AcpiOemRevision=">=","FACP",2
|
|
|
|
[DellOptiplexGn]
|
|
AcpiOemId="FACP","Dell "
|
|
AcpiOemTableId="FACP","Gn "
|
|
AcpiOemRevision=">=","FACP",2
|
|
|
|
[DellOptiplexGX1]
|
|
AcpiOemId="FACP","Dell "
|
|
AcpiOemTableId="FACP","GX1 "
|
|
AcpiOemRevision=">=","FACP",2
|
|
AcpiCreatorRevision=">=","FACP",61
|
|
|
|
[DellOptiplexGXa]
|
|
AcpiOemId="FACP","Dell "
|
|
AcpiOemTableId="FACP","GXa "
|
|
AcpiOemRevision=">=","FACP",2
|
|
AcpiCreatorRevision=">=","FACP",61
|
|
|
|
[DellPowerEdge6300]
|
|
AcpiOemId="FACP","Dell "
|
|
AcpiOemTableId="FACP","PE6300 "
|
|
AcpiOemRevision=">=","FACP",3
|
|
|
|
[DellPowerEdge6350]
|
|
AcpiOemId="FACP","DELL "
|
|
AcpiOemTableId="FACP","PE6350 "
|
|
AcpiOemRevision=">=","FACP",3
|
|
|
|
[FICVB601-V]
|
|
AcpiOemId="FACP","FIC "
|
|
AcpiOemTableId="FACP","VB601-V "
|
|
AcpiOemRevision=">=","FACP",1
|
|
|
|
[FujitsuFMV-Pro8400T1]
|
|
AcpiOemId="FACP","INTEL "
|
|
AcpiOemTableId="FACP","MS440GX "
|
|
AcpiOemRevision=">=","FACP",1
|
|
|
|
[FujitsuLifebook690Tx]
|
|
AcpiOemId="FACP","FUJ "
|
|
AcpiOemTableId="FACP","UVA "
|
|
AcpiOemRevision=">=","FACP",1158
|
|
|
|
[FujitsuM63]
|
|
AcpiOemId="FACP","FUJ "
|
|
AcpiOemTableId="FACP","M63 "
|
|
AcpiOemRevision=">=","FACP","109"
|
|
|
|
[FZPC]
|
|
AcpiOemId="FACP","FZPC "
|
|
AcpiOemTableId="FACP","FOUNDER "
|
|
AcpiOemRevision=">=","FACP",39303231
|
|
|
|
[GatewayE3200]
|
|
AcpiOemId="FACP","INTEL "
|
|
AcpiOemTableId="FACP","JN440BX1"
|
|
AcpiOemRevision=">=","FACP",1
|
|
AcpiOemRevision="<","FACP",19990203
|
|
|
|
[GatewayE5250]
|
|
AcpiOemId="FACP","GATEWA"
|
|
AcpiOemTableId="FACP","7DT-111 "
|
|
AcpiOemRevision=">=","FACP",0000d000
|
|
|
|
[GatewayG6-350]
|
|
AcpiOemId="FACP","GATEWA"
|
|
AcpiOemTableId="FACP","RC440BXA"
|
|
AcpiOemRevision=">=","FACP",19981210
|
|
|
|
[GatewayG6-400]
|
|
AcpiOemId="FACP","GATEWA"
|
|
AcpiOemTableId="FACP","WS440BX "
|
|
AcpiOemRevision=">=","FACP",19981210
|
|
|
|
[GatewayG6-400MP]
|
|
AcpiOemId="FACP","GATEWA"
|
|
AcpiOemTableId="FACP","MP440BX "
|
|
AcpiOemRevision=">=","FACP",19981102
|
|
|
|
[GBT]
|
|
AcpiOemId="FACP","GBT "
|
|
AcpiOemTableId="FACP","AWRDACPI"
|
|
AcpiOemRevision=">=","FACP",39303231
|
|
|
|
[HitachiFlora270NH4]
|
|
AcpiOemId="FACP","HTCLTD"
|
|
AcpiOemTableId="FACP","HTC2011 "
|
|
AcpiOemRevision=">=","FACP",64
|
|
|
|
[HPOmnibook2100]
|
|
AcpiOemId="FACP","HP-MCD"
|
|
AcpiOemTableId="FACP","CG FACP "
|
|
AcpiOemRevision=">=","FACP",02110571
|
|
|
|
[HPOmnibook2100TX]
|
|
AcpiOemId="FACP","HP-MCD"
|
|
AcpiOemTableId="FACP","CF FACP "
|
|
AcpiOemRevision=">=","FACP",02110571
|
|
|
|
[HPOmnibook4100BX]
|
|
AcpiOemId="FACP","HP-MCD"
|
|
AcpiOemTableId="FACP","CE FACP "
|
|
AcpiOemRevision=">=","FACP",02000165
|
|
|
|
[HPOmnibook4100TX]
|
|
AcpiOemId="FACP","HP-MCD"
|
|
AcpiOemTableId="FACP","CD FACP "
|
|
AcpiOemRevision=">=","FACP",02110571
|
|
|
|
[HPOmnibook4150]
|
|
AcpiOemId="FACP","HP-MCD"
|
|
AcpiOemTableId="FACP","CI FACP "
|
|
AcpiOemRevision=">=","FACP",02110171
|
|
|
|
[HPOmnibook7100]
|
|
AcpiOemId="FACP","HP-MCD"
|
|
AcpiOemTableId="FACP","CC FACP "
|
|
AcpiOemRevision=">=","FACP",02110571
|
|
|
|
[HPOmnibook7150]
|
|
AcpiOemId="FACP","HP-MCD"
|
|
AcpiOemTableId="FACP","CH FACP "
|
|
AcpiOemRevision=">=","FACP",02110071
|
|
|
|
[HPNetServerLXR-8000]
|
|
AcpiOemId="FACP","HP "
|
|
AcpiOemTableId="FACP","HWPC200 "
|
|
AcpiOemRevision=">=","FACP",1
|
|
|
|
[HPOmnibook900]
|
|
AcpiOemId="FACP","HP-MCD"
|
|
AcpiOemTableId="FACP","CJ FACP "
|
|
AcpiOemRevision=">=","FACP",02110571
|
|
|
|
[HPVectraVL8]
|
|
AcpiOemId="FACP","HP "
|
|
AcpiOemTableId="FACP","VL8 "
|
|
AcpiOemRevision=">=","FACP",1
|
|
|
|
[HPVectraVL8i]
|
|
AcpiOemId="FACP","HP "
|
|
AcpiOemTableId="FACP","HolmesHZ"
|
|
AcpiOemRevision=">=","FACP",1
|
|
|
|
[IBMIntellistationMPro6898]
|
|
AcpiOemId="FACP","IBM "
|
|
AcpiOemTableId="FACP","CDTPWSNG"
|
|
AcpiOemRevision=">=","FACP",1000
|
|
|
|
[IBMIntelliStationEPro6893]
|
|
AcpiOemId="FACP","IBM "
|
|
AcpiOemTableId="FACP","CDTPWSNV"
|
|
AcpiOemRevision=">=","FACP",1000
|
|
|
|
[IBMIntellistationMPro]
|
|
AcpiOemId="FACP","IBM "
|
|
AcpiOemTableId="FACP","CDTPWSNU"
|
|
AcpiOemRevision=">=","FACP",1000
|
|
|
|
[IBMIntelliStationZPro6865]
|
|
AcpiOemId="FACP","IBM "
|
|
AcpiOemTableId="FACP","CDTPWSNY"
|
|
AcpiOemRevision=">=","FACP",1000
|
|
|
|
[IBMNetfinity3000]
|
|
AcpiOemId="FACP","IBM "
|
|
AcpiOemTableId="FACP","CDTPWSNT"
|
|
AcpiOemRevision=">=","FACP",1000
|
|
|
|
[IBMNetfinity5500]
|
|
AcpiOemId="FACP","IBM "
|
|
AcpiOemTableId="FACP","SERKIOWA"
|
|
AcpiOemRevision=">=","FACP",1000
|
|
|
|
[IBMNetfinity7000]
|
|
AcpiOemId="FACP","IBM "
|
|
AcpiOemTableId="FACP","SEROSCEO"
|
|
AcpiOemRevision=">=","FACP",1000
|
|
|
|
[IBMPC300GL6265/6275/6285]
|
|
AcpiOemId="FACP","IBM "
|
|
AcpiOemTableId="FACP","CDTPWSPD"
|
|
AcpiOemRevision=">=","FACP",1000
|
|
|
|
[IBMPC300GL6277/6287]
|
|
AcpiOemId="FACP","IBM "
|
|
AcpiOemTableId="FACP","CDTPWSNH"
|
|
AcpiOemRevision=">=","FACP",1000
|
|
|
|
[IBMPC300GL6561/6591]
|
|
AcpiOemId="FACP","IBM "
|
|
AcpiOemTableId="FACP","CDTPWSNZ"
|
|
AcpiOemRevision=">=","FACP",1000
|
|
|
|
[IBMPC300PL6862/6892]
|
|
AcpiOemId="FACP","IBM "
|
|
AcpiOemTableId="FACP","CDTPWSNV"
|
|
AcpiOemRevision=">=","FACP",1000
|
|
|
|
[IBMPC710]
|
|
AcpiOemId="FACP","IBM "
|
|
AcpiOemTableId="FACP","CDTPWSKD"
|
|
AcpiOemRevision=">=","FACP",00001000
|
|
|
|
[IBMThinkpad380Z]
|
|
AcpiOemId="FACP","IBM "
|
|
AcpiOemTableId="FACP","TP380Z "
|
|
AcpiOemRevision=">=","DSDT",4
|
|
|
|
[IBMThinkpad560Z]
|
|
AcpiOemId="FACP","IBM "
|
|
AcpiOemTableId="FACP","TP560Z "
|
|
AcpiOemRevision=">=","DSDT",5
|
|
|
|
[IBMThinkpad600]
|
|
AcpiOemId="FACP","IBM "
|
|
AcpiOemTableId="FACP","TP600 "
|
|
AcpiOemRevision=">=","FACP","1"
|
|
|
|
[IBMThinkpad600R]
|
|
AcpiOemId="FACP","IBM "
|
|
AcpiOemTableId="FACP","TP600R "
|
|
AcpiOemRevision=">=","FACP",1
|
|
|
|
[IBMThinkpad600E]
|
|
AcpiOemId="FACP","IBM "
|
|
AcpiOemTableId="FACP","TP600E "
|
|
AcpiOemRevision=">=","DSDT",B
|
|
|
|
[IBMThinkPad770E]
|
|
AcpiOemId="FACP","IBM "
|
|
AcpiOemTableId="FACP","TP770E "
|
|
AcpiOemRevision=">=","DSDT",9
|
|
|
|
[IBMThinkPad770X]
|
|
AcpiOemId="FACP","IBM "
|
|
AcpiOemTableId="FACP","TP770X "
|
|
AcpiOemRevision=">=","FACP",1
|
|
|
|
[IBMThinkpad770Z]
|
|
AcpiOemId="FACP","IBM "
|
|
AcpiOemTableId="FACP","TP770Z "
|
|
AcpiOemRevision=">=","FACP",1
|
|
|
|
[IntelAC450NX]
|
|
AcpiOemId="FACP","Intel "
|
|
AcpiOemTableId="FACP","AC450NX "
|
|
AcpiOemRevision=">=","FACP",1
|
|
|
|
[IntelAN440LX]
|
|
AcpiOemId="FACP","INTEL "
|
|
AcpiOemTableId="FACP","ATLANTA "
|
|
AcpiOemRevision=">=","FACP",1
|
|
AcpiCreatorRevision=">=","FACP",F4240
|
|
AcpiCreatorRevision=">=","RSDT",1000000
|
|
|
|
[IntelAN450NX]
|
|
AcpiOemId="FACP","Intel "
|
|
AcpiOemTableId="FACP","Aspen "
|
|
OEMRevision=">=","FACP","0"
|
|
|
|
[IntelIA440GX+]
|
|
AcpiOemId="FACP","Intel "
|
|
AcpiOemTableId="FACP","L440GX "
|
|
AcpiOemRevision=">=","FACP",1
|
|
|
|
[IntelMS440GX]
|
|
AcpiOemId="FACP","INTEL "
|
|
AcpiOemTableId="FACP","MS440GX "
|
|
AcpiOemRevision=">=","FACP",1
|
|
|
|
[IntelN440BX]
|
|
AcpiOemId="FACP","Intel "
|
|
AcpiOemTableId="FACP","N440BX "
|
|
AcpiOemRevision=">=","FACP",1
|
|
|
|
[IntelNL440BX]
|
|
AcpiOemId="FACP","Intel "
|
|
AcpiOemTableId="FACP","NL440BX "
|
|
AcpiOemRevision=">=","FACP",1
|
|
|
|
[IntelOcprf100]
|
|
AcpiOemId="FACP","INTEL "
|
|
AcpiOemTableId="FACP","OCPRF100"
|
|
AcpiOemRevision=">=","FACP",1
|
|
|
|
[IntelS450NX]
|
|
AcpiOemId="FACP","INTEL "
|
|
AcpiOemTableId="FACP","S450NX "
|
|
AcpiOemRevision=">=","FACP",1
|
|
|
|
[IntelSE440BX]
|
|
AcpiOemId="FACP","INTEL "
|
|
AcpiOemTableId="FACP","SEATTLE "
|
|
AcpiOemRevision=">=","FACP",19981012
|
|
AcpiCreatorRevision=">=","FACP",F4240
|
|
|
|
[MicronClientProCS]
|
|
AcpiOemId="FACP","MICRON"
|
|
AcpiOemTableId="FACP","SEATTLE "
|
|
AcpiOemRevision=">=","FACP",19981209
|
|
|
|
[MicronClientProCS2]
|
|
AcpiOemId="FACP","MICRON"
|
|
AcpiOemTableId="FACP","SEATTLE2"
|
|
AcpiOemRevision=">=","FACP",19981209
|
|
|
|
[MicronGoBook2]
|
|
AcpiOemId="FACP","MICRON"
|
|
AcpiOemTableId="FACP","GoBook2 "
|
|
AcpiOemRevision=">=","FACP",1
|
|
|
|
[MSI6131W]
|
|
AcpiOemId="FACP","MSISYS"
|
|
AcpiOemTableId="FACP","MS-6131W"
|
|
AcpiOemRevision=">=","FACP",30302e31
|
|
|
|
[MSI6147W]
|
|
AcpiOemId="FACP","MSISYS"
|
|
AcpiOemTableId="FACP","MS-6147W"
|
|
AcpiOemRevision=">=","FACP",30302e31
|
|
|
|
[MSI6151W]
|
|
AcpiOemId="FACP","MSISYS"
|
|
AcpiOemTableId="FACP","MS-6151W"
|
|
AcpiOemRevision=">=","FACP",30302e31
|
|
|
|
[NECMateNXMA23C]
|
|
AcpiOemId="FACP","NEC "
|
|
AcpiOemTableId="FACP","D_MMX_TX"
|
|
AcpiOemRevision=">=","FACP",1
|
|
|
|
[NECMateNXMA26D]
|
|
AcpiOemId="FACP","NEC "
|
|
AcpiOemTableId="FACP","D_SLM_LX"
|
|
AcpiOemRevision=">=","FACP",1
|
|
|
|
[NECMateNXMA40D]
|
|
AcpiOemId="FACP","NEC "
|
|
AcpiOemTableId="FACP","D_NLX_BX"
|
|
AcpiOemRevision=">=","FACP",1
|
|
|
|
[NECMateNXVS30D]
|
|
AcpiOemId="FACP","NEC "
|
|
AcpiOemTableId="FACP","D_NLX_LX"
|
|
AcpiOemRevision=">=","FACP",1
|
|
|
|
[NECVersaProNXVA23C]
|
|
AcpiOemId="FACP","NEC "
|
|
AcpiOemTableId="FACP","ND000007"
|
|
AcpiOemRevision=">=","FACP",1
|
|
|
|
[NECVersaSX]
|
|
AcpiOemId="FACP","NEC "
|
|
AcpiOemTableId="FACP","ND000008"
|
|
AcpiOemRevision=">=","FACP",1
|
|
|
|
[NECVersaLX]
|
|
AcpiOemId="FACP","NEC "
|
|
AcpiOemTableId="FACP","ND000006"
|
|
AcpiOemRevision=">=","FACP",1
|
|
|
|
[PackardBell-NECPowerMate5000E]
|
|
AcpiOemId="FACP","PB-NEC"
|
|
AcpiOemTableId="FACP","PWM5000E"
|
|
AcpiOemRevision=">=","FACP",30302e31
|
|
|
|
[PackardBell-NECPowerMateDT]
|
|
AcpiOemId="FACP","PB-NEC"
|
|
AcpiOemTableId="FACP","PWMDT/MM"
|
|
AcpiOemRevision=">=","FACP",30302e31
|
|
|
|
[SamsungM6100]
|
|
AcpiOemId="FACP","SEC "
|
|
AcpiOemTableId="FACP","MAGIC "
|
|
AcpiOemRevision=">=","FACP",1
|
|
|
|
[SamsungSens730]
|
|
AcpiOemId="FACP","SEC "
|
|
AcpiOemTableId="FACP","440BX "
|
|
AcpiOemRevision=">=","FACP",1
|
|
|
|
[ToshibaLibretto100]
|
|
AcpiOemId="FACP","TOSHIB"
|
|
AcpiOemTableId="DSDT","Lib-100 "
|
|
AcpiOemRevision=">=","DSDT",19981112
|
|
|
|
[ToshibaLibretto1000]
|
|
AcpiOemId="FACP","TOSHIB"
|
|
AcpiOemTableId="DSDT","SS1000CT"
|
|
AcpiOemRevision=">=","DSDT",19981112
|
|
|
|
[ToshibaPortege3xx]
|
|
AcpiOemId="DSDT","TOSHIB"
|
|
AcpiOemTableId="DSDT","310 "
|
|
AcpiOemRevision=">=","DSDT",19980622
|
|
|
|
[ToshibaPortege3010]
|
|
AcpiOemId="FACP","TOSHIB"
|
|
AcpiOemTableId="DSDT","3000CT "
|
|
AcpiOemRevision=">=","DSDT",19980619
|
|
|
|
[ToshibaPortege3020]
|
|
AcpiOemId="FACP","TOSHIB"
|
|
AcpiOemTableId="DSDT","3020CT "
|
|
AcpiOemRevision=">=","DSDT",19981127
|
|
|
|
[ToshibaPortege7000]
|
|
AcpiOemId="FACP","TOSHIB"
|
|
AcpiOemTableId="DSDT","7000CT "
|
|
AcpiOemRevision=">=","DSDT",19981126
|
|
|
|
[ToshibaSatellite40X0]
|
|
AcpiOemId="FACP","TOSHIB"
|
|
AcpiOemTableId="DSDT","4000CDT "
|
|
AcpiOemRevision=">=","DSDT",19980802
|
|
|
|
[ToshibaSatellitePro490]
|
|
AcpiOemId="FACP","TOSHIB"
|
|
AcpiOemTableId="DSDT","490CDT "
|
|
AcpiOemRevision=">=","DSDT",19980805
|
|
|
|
[ToshibaTecra750CDT]
|
|
AcpiOemId="FACP","TOSHIB"
|
|
AcpiOemTableId="DSDT","750CDT "
|
|
AcpiOemRevision=">=","DSDT",19980622
|
|
|
|
[ToshibaTecra750DVD]
|
|
AcpiOemId="FACP","TOSHIB"
|
|
AcpiOemTableId="DSDT","750DVD "
|
|
AcpiOemRevision=">=","DSDT",09980723
|
|
|
|
[ToshibaTecra780DVD]
|
|
AcpiOemId="FACP","TOSHIB"
|
|
AcpiOemTableId="DSDT","780DVD "
|
|
AcpiOemRevision=">=","DSDT",19980810
|
|
|
|
[ToshibaTecra8000]
|
|
AcpiOemId="FACP","TOSHIB"
|
|
AcpiOemTableId="DSDT","8000 "
|
|
AcpiOemRevision=">=","DSDT",19981125
|
|
|
|
[TrigemDelhi3]
|
|
AcpiOemId="FACP","TRIGEM"
|
|
AcpiOemTableId="FACP","DELHI-3 "
|
|
AcpiOemRevision=">=","FACP",1
|
|
|
|
[VobisHighscreen]
|
|
AcpiOemId="FACP","VOBIS "
|
|
AcpiOemTableId="FACP","VBS ACPI"
|
|
AcpiOemRevision=">=","FACP",30302e31
|
|
|
|
[BiosInfo]
|
|
@@:InfName=biosinfo.inf
|
|
|
|
[asmcabs]
|
|
asms01.cab = 1,124
|