xref: /reactos/media/inf/syssetup.inf (revision b09b5584)
1[Version]
2Signature = $Windows NT$
3ClassGUID = {00000000-0000-0000-0000-000000000000}
4
5[DeviceInfsToInstall]
6battery.inf
7bth.inf
8cdrom.inf
9cpu.inf
10disk.inf
11display.inf
12fdc.inf
13flpydisk.inf
14hal.inf
15hdc.inf
16input.inf
17keyboard.inf
18legcydrv.inf
19machine.inf
20monitor.inf
21msmouse.inf
22NET_NIC.inf
23nettcpip.inf
24ports.inf
25scsi.inf
26unknown.inf
27usbport.inf
28volume.inf
29audio.inf
30ks.inf
31c_image.inf
32
33[Infs.Always]
34syssetup.inf,EarlyPhaseSetup
35
36[EarlyPhaseSetup]
37RegisterDlls = EarlyRegisterDlls
38
39[EarlyRegisterDlls]
4011,,comctl32.dll,2
4111,,ole32.dll,1
4211,,netcfgx.dll,1
43
44[RegistrationPhase2]
45RegisterDlls = OleControlDlls
46AddReg=Classes
47
48[OleControlDlls]
4911,,atl.dll,1
5011,,actxprxy.dll,1
5111,,acppage.dll,1
5211,,amstream.dll,1
5311,,avifil32.dll,1
5411,,browseui.dll,1
5511,,cabview.dll,1
5611,,comcat.dll,1
5711,,cryptdlg.dll,1
5811,,cryptnet.dll,1
5911,,d3dxof.dll,1
6011,,ddraw.dll,1
6111,,devenum.dll,1
6211,,dinput.dll,1
6311,,dinput8.dll,1
6411,,dmusic.dll,1
6511,,dplayx.dll,1
6611,,dsound.dll,1
6711,,dxdiagn.dll,1
6811,,fontext.dll,1
6911,,hhctrl.ocx,1
7011,,hlink.dll,1
7111,,hnetcfg.dll,1
7211,,ieframe.dll,1
7311,,inetcomm.dll,1
7411,,inseng.dll,1
7511,,itss.dll,1
7611,,jscript.dll,1
77;11,,ksproxy.ax,1
7811,,mlang.dll,1
79;11,,mmdevapi.dll,1
8011,,mscat32.dll,1
8111,,msctf.dll,1
8211,,mshtml.dll,3
8311,,msi.dll,1
8411,,msimtf.dll,1
8511,,msisip.dll,1
8611,,mstask.dll,1
8711,,msxml.dll,1
8811,,msxml2.dll,1
8911,,msxml3.dll,1
9011,,msxml4.dll,1
9111,,msxml6.dll,1
9211,,mydocs.dll,1
9311,,netshell.dll,1
9411,,ntobjshex.dll,1
9511,,objsel.dll,1
9611,,oleacc.dll,1
9711,,oleaut32.dll,1
9811,,olepro32.dll,1
9911,,propsys.dll,1
10011,,pstorec.dll,1
10111,,qedit.dll,1
10211,,qmgr.dll,1
10311,,qmgrprxy.dll,1
10411,,quartz.dll,1
10511,,rpcrt4.dll,1
10611,,rsabase.dll,1
10711,,rsaenh.dll,1
10811,,scrrun.dll,1
10911,,sendmail.dll,1
11011,,shdocvw.dll,3
11111,,shell32.dll,3
11211,,softpub.dll,1
11311,,sti.dll,1
11411,,stobject.dll,1
11511,,urlmon.dll,3
11611,,vbscript.dll,1
11711,,w32time.dll,1
11811,,windowscodecs.dll,1
11911,,winhttp.dll,1
12011,,wininet.dll,2
12111,,wintrust.dll,1
12211,wbem,wmiutils.dll,1
12311,,wshom.ocx,1
12411,,wuapi.dll,1
12511,wbem,wbemdisp.dll,1
12611,wbem,wbemprox.dll,1
12711,,shellbtrfs.dll,1
12811,,zipfldr.dll,1
129
130[TypeLibraries]
131riched20.dll
132stdole2.tlb
133stdole32.tlb
134mshtml.tlb
135
136[Strings]
137MciExtStr="Software\Microsoft\Windows NT\CurrentVersion\MCI Extensions"
138Mci32Str="Software\Microsoft\Windows NT\CurrentVersion\MCI32"
139Desktop="Control Panel\Desktop"
140Metrics="Control Panel\Desktop\WindowMetrics"
141CurrentVersion="Software\Microsoft\Windows\CurrentVersion"
142CurrentVersionNT="Software\Microsoft\Windows NT\CurrentVersion"
143FontSubStr="Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes"
144Control="System\CurrentControlSet\Control"
145
146[Classes]
147HKLM,%CurrentVersion%\Installer,"InstallerLocation",,"%11%"
148HKLM,Software\Microsoft\.NETFramework,InstallRoot,,"%10%\Microsoft.NET\Framework\"
149
150[DestinationDirs]
151IECopy=16422,Internet Explorer
152
153[Finalize] ; Executed by RunOnceEx on first normal boot
154; FIXME: This should be moved to ie.inf,DefaultInstall and executed by [Infs.Always]
155CopyFiles=IECopy
156RegisterDlls=IEReg
157
158[IECopy]
159iexplore.exe,..\iexplore.exe,,0x00002000
160
161[IEReg]
16216422,Internet Explorer,iexplore.exe
16311,,rundll32.exe,,,"advpack.dll,DelNodeRunDLL32 ""%10%\iexplore.exe"""
164