Unattended installation

G

Grace

Hi,

I plan to implement unattended installation for 2K pro. I
created the winnt.sif file and save it to the floppy. I
insert 2K CD to CD ROM. Then I boot my PC from Win 98
start up disk. In the MS commend promt, I type:
winnt /s:D:\I386 /uA:\winnt.sif
I got message that "The script file specified with the /u
command line switch could not be accessed. Unattended
operation cannot continue."

Can someone help me? Thank you very much.

Here is my winnt.sif file, please let me if there are
anything wrong.

[Unattended]
UnattendMode = FullUnattended
OEMSkipEula = Yes
OEMPreinstall = No
Repartition = Yes
PartitionSize = 10000
FileSystem = ConvertNTFS
TargetPath = \WINNT

[GuiUnattended]
AdminPassword = tutncn
TimeZone = 004

[UserData]
ComputerName = *
FullName = User
OrgName = jjfjfdigd
ProductID = bddd-dddd-dddd-dddd

[Display]
BitsPerPel = 32
Vrefresh = 85
Xresolution = 800
Yresolution = 600

[Networking]

[Identification]
DomainAdmin = administrator
DomainAdminPassword = 11111111
JoinDomain = jfgf

[Data]
AutoPartition = 1
MsDosInitiated = 0
UnattendedInstall = Yes
 
J

Jonathan Maltz [MS-MVP]

Hi,

Boot off of the Windows 2000 CD with the floppy that has winnt.sif on it in
the floppy drive

--
--Jonathan Maltz [Microsoft MVP - Windows Server]
http://www.visualwin.com - A Windows Server 2003 visual, step-by-step
tutorial site :)
Only reply by newsgroup. Any emails I have not authorized are deleted
before I see them.
 
E

Ed Peluffo

Probably because the drive is NTFS formated drive and Win98 cannot access
it. maybe?
 

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

Top