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

Geez,

I'll bet that will fix the problem. What a dork I am... I had the $1 folder named correctly, but not the $OEM$...

Thanks

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

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

I think it should be:

OemPnPDriversPath="Drivers\Pro100;Drivers\Pro1000"

Posted

YOU GUYS ROCK!!!

Thanks a lot. You fixed not only my driver problem, but also my script problems.

I REALLY appreciate the help!

Tony

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...