mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[SYSSETUP.INF] -Move registering comctl32.dll and ole32.dll much earlier in the setup.
svn path=/trunk/; revision=75464
This commit is contained in:
parent
6a67b9ef6b
commit
c54a058138
1 changed files with 10 additions and 2 deletions
|
@ -28,6 +28,16 @@ audio.inf
|
|||
ks.inf
|
||||
c_image.inf
|
||||
|
||||
[Infs.Always]
|
||||
syssetup.inf,EarlyPhaseSetup
|
||||
|
||||
[EarlyPhaseSetup]
|
||||
RegisterDlls = EarlyRegisterDlls
|
||||
|
||||
[EarlyRegisterDlls]
|
||||
11,,comctl32.dll,2
|
||||
11,,ole32.dll,1
|
||||
|
||||
[RegistrationPhase2]
|
||||
RegisterDlls = OleControlDlls
|
||||
AddReg=Classes
|
||||
|
@ -40,7 +50,6 @@ AddReg=Classes
|
|||
11,,avifil32.dll,1
|
||||
11,,browseui.dll,1
|
||||
11,,comcat.dll,1
|
||||
11,,comctl32.dll,2
|
||||
11,,cryptdlg.dll,1
|
||||
11,,cryptnet.dll,1
|
||||
11,,d3dxof.dll,1
|
||||
|
@ -79,7 +88,6 @@ AddReg=Classes
|
|||
11,,netshell.dll,1
|
||||
11,,ntobjshex.dll,1
|
||||
11,,objsel.dll,1
|
||||
11,,ole32.dll,1
|
||||
11,,oleacc.dll,1
|
||||
11,,oleaut32.dll,1
|
||||
11,,olepro32.dll,1
|
||||
|
|
Loading…
Reference in a new issue