Sysprep 2.0 mini-setup problem

  • Thread starter Thread starter thor.peterson
  • Start date Start date
T

thor.peterson

I am using an OEMpnpdrivers path to install some Dell drivers when the
image is booting for the first time. As the sysprep.inf file scans the
directories it finds the drivers ok, but then comes up with a "confirm
file replace" message each time it needs to copy from the Dell drivers
to windows\system32\drivers. I know that the Dell drivers are older
but that is ok. Is there any way to suppress the multiple prompts I am
getting for the file overwrites? OR a way to automatically choose
"YES" at these prompts?

Thanks very much for any help!!

Thor
 
I am using an OEMpnpdrivers path to install some Dell drivers when the
image is booting for the first time. As the sysprep.inf file scans the
directories it finds the drivers ok, but then comes up with a "confirm
file replace" message each time it needs to copy from the Dell drivers
to windows\system32\drivers. I know that the Dell drivers are older
but that is ok. Is there any way to suppress the multiple prompts I am
getting for the file overwrites? OR a way to automatically choose
"YES" at these prompts?

If you are sure that the drivers you are using won't cause any problems, you
need to add the following line to the [Unattended] section of the
sysprep.inf file:

DriverSigningPolicy = Ignore

This will override the confirmation prompts for the older unsigned drivers.

Glenn Fincher
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top