mirror of
https://github.com/reactos/reactos.git
synced 2025-04-06 05:34:22 +00:00
[MEDIA] Add netcfgx.dll to the EarlyRegisterDll list so that we can use it in the 2nd install phase.
This commit is contained in:
parent
9bf78b6a95
commit
76224b711b
1 changed files with 1 additions and 1 deletions
|
@ -37,6 +37,7 @@ RegisterDlls = EarlyRegisterDlls
|
|||
[EarlyRegisterDlls]
|
||||
11,,comctl32.dll,2
|
||||
11,,ole32.dll,1
|
||||
11,,netcfgx.dll,1
|
||||
|
||||
[RegistrationPhase2]
|
||||
RegisterDlls = OleControlDlls
|
||||
|
@ -84,7 +85,6 @@ AddReg=Classes
|
|||
11,,msxml3.dll,1
|
||||
11,,msxml4.dll,1
|
||||
11,,msxml6.dll,1
|
||||
11,,netcfgx.dll,1
|
||||
11,,netshell.dll,1
|
||||
11,,ntobjshex.dll,1
|
||||
11,,objsel.dll,1
|
||||
|
|
Loading…
Reference in a new issue