Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

First time trying to include drivers...

Featured Replies

This is the first time that I have tried to include additional drivers in my unattended install and the first test of it failed.

I double checked everyting in the guide here and nada.

Here is what I have right now:

Unattended section of answer file:

[Unattended]
   UnattendMode=FullUnattended
   UnattendSwitch=yes
   OemSkipEula=Yes
   OemPreinstall=No
   TargetPath=\WINDOWS
   Hibernation=1
   DriverSigningPolicy=ignore
   WaitForReboot=no
   OemPnPDriversPath=\drivers\000_mobo;\drivers\001_network;\drivers\002_audio;\drivers\003_video

Do I NEED quotes around the OemPnPDriversPath= variable?

Here is the dir structure:

$oem$
             $1
                Drivers
                   000_Mobo
                   001_network
                   002_Audio
                   003_Video

Thanks in advance!

Jason.

  • Author

I am assuming that is a yes to the quotation marks...

Also, I am at work right now looking at the corporately built W2K unattended install and the thing that catches my eye with it is that they put the $oem$ folder structure in the i386 folder.

What would be the benefit to this? And how would one reference the directory structure from the answer file?

OR

Is this just something that is unique to W2K?

Anyhow, on a side note, the unattended install build by my higher-ups is SWEET!!!! Been using it for a few years. It even spans across 3 disks. I wish that I could share the secrets of it but most of the automation is actually achieved wiht custom written .exe's. Even the answer file is generated anew each time the process is started. It is made by an interactive EXE that asks for certain pieces of information.

Thanks,

Jason.

...

[Unattended]
OemPnPDriversPath=\drivers\000_mobo;\drivers\001_network;\drivers\002_audio;\drivers\003_video

...

Remove those backslashes (\) :

[Unattended]
OemPnPDriversPath="drivers\000_mobo;drivers\001_network;drivers\002_audio;drivers\003_video"

And indeed add quotations ("...")

  • Author

Ahhhhhhh...........

Thanks!!!!!

I will be retesting tonight.

  • Author

Well I tried it and a few other things and I think that my problem has more to do with the fact that I am trying to get Nforce2 drivers to work.

I have read a ton of threads on the subject, tried some of the suggestions, but so far, no go.

What is the absolute most fool proof way to get the NForce2 drivers integrated into an unattended install?

Thanks,

Jason.

add the driver install exe (with it's silent switches) to the guirunonce section

  • Author

I was hoping that I could get it integrated at the earliest point in the install.

Any suggestions?

I was hoping that I could get it integrated at the earliest point in the install.

Any suggestions?

try xpcreate.... i am not sure if it could slipstream Nforce2 drivers but u can give a look or a try.....

CODE

[unattended]

UnattendMode=FullUnattended

UnattendSwitch=yes

OemSkipEula=Yes

OemPreinstall=No

TargetPath=\WINDOWS

Hibernation=1

DriverSigningPolicy=ignore

WaitForReboot=no

OemPnPDriversPath=\drivers\000_mobo;\drivers\001_network;\drivers\002_audio;\drivers\003_video

I think "OemPreinstall"=No is not good => "OemPreinstall=Yes"

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.