Jump to content

Recommended Posts

Posted

I am working on an unattended installation of w2k from a bootable cd and cannot get the %OEM% directory to work. I want to load additional drivers, and copy some file to the hard drive. I cannot get it to work at all.

My directory structure is as follows:

\%OEM%\Drivers\Pro100

I also had a directory directly below the \%OEM%\ named C so that it would copy those files to the C drive. does this not work on a bootable cd?

In my winnt.sif file I have the following:

OemPnPDriversPath="\Drivers\Pro100

It doesnt seem to be working. Any assistance would be appreciated.

Tony


Posted

I changed the name of my directory to $OEM$ and it still does not work.

Here is what I have in my winnt.sif:

[unattended]

UnattendMode=FullUnattended

OemFilesPath="\$OEM$"

OemPnPDriversPath="\Drivers\Pro100;\Drivers\Pro1000"

OemSkipEula=Yes

OemPreinstall=No

Repartition=Yes

FileSystem=ConvertNTFS

Any Help would be greatly appreciated...

Tony

Posted
OemPreinstall=No

This should be

OemPreinstall=Yes

I would also remove the OEMFilesPath. Since you are putting it in the default location there is no need to reference where it is.

Good luck

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...