Great thanks!!

Thanks for you detailed explanation!!!

"if you remove the entries from winnt.sif then the install may hang asking about unsigned drivers..."

-------is this "hang" just a request(tip) for the drivers which does not through WHQL when you install them? the system will ask you to continue or not.

and I found a nlite.inf file in the I386 folder after integrated drivers with nlite.
like this:
----------------------------------------------------------------------------------------------------------------
[T]
HKLM,"SOFTWARE\Microsoft\Driver Signing","Policy",0x00000001,0
HKCU,"SOFTWARE\Policies\Microsoft\Windows NT\Driver Signing","BehaviorOnFailedVerify",0x00010001,0"
----------------------------------------------------------------------------------------------------------------

Do you konw what's this reg?

I guess it's the reg method for this
[Unattended]
    DriverSigningPolicy=Ignore
    NonDriverSigningPolicy=Ignore

Just guess

smile

Hi,after integrated driver with DriverPacks, there is a folder named OEM, I wonder what's the function of this folder, and how can I move all the files under the OEM folder to the $OEM$ folder? I want to merge the two folders.

Do I need to change some other settings after moved?

----------------------------------------------------------------------------------------------------
and the winnt.sif file

If I need to enable the repair function, have to remove the [Unattended] option,

[Unattended]
    DriverSigningPolicy=Ignore
    NonDriverSigningPolicy=Ignore

this two options will be gone, so is there any bad effect if remove these two options?

if do need these two, how to convert the two into reg or some other method and add it into system when installed.

Thanks!!!