Jump to content

What am I doing wrong?


Recommended Posts

I'm working on a partial unattended setup for Win2K Pro. I'd like to automatically select and use the entire "C" drive for the install, but when I run my CD, it stops at the select partion screen....What am I doing wrong here????

[Data]

AutoPartition=1

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=DefaultHide ;ReadOnly FullUnattended

OemPreinstall=Yes

OemFilesPath="..\$OEM$"

OEMPnPDriversPath=drivers\IntelINF;drivers\NET\Broadcom;drivers\NET\Wireless;drivers\VIDEO

DriverSigningPolicy=Ignore

OEMSkipEula=Yes

TargetPath=\WINNT

;FileSystem=LeaveAlone ;ConvertNTFS

OverwriteOemFilesOnUpgrade=No

KeyboardLayout="US"

;NTUpgrade=No

;Win9xUpgrade=No

;ExtendOemPartition=1

Link to comment
Share on other sites


All sorts of things.

Need to only choose 1 option for UnattendMode and FileSystem, and you need to remove the semi-colons from the front of your entries in [unattended], and add the following under [unattended]

Repartition=Yes

UnattendSwitch="Yes"

You can remove the following lines:

OverwriteOemFilesOnUpgrade=No

NTUpgrade=No

Win9xUpgrade=No

Since it's not an upgrade, they're not necessary.

Link to comment
Share on other sites

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