CD - Winnt.sift Unattended installation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear all,

Who can help me in solving my problem???
I created a slipstreamed Windows XP with SP1 and created a WINNT.sif file to install Windows XP from CD, but I get always the message to insert the 1st floppy disk of the setup disks.

[Data]
; Floppyless="1" ;use Winnt.sif from CD-ROM
AutoPartition = 1
MsDosInitiated = 0
UnattendedInstall = Yes


[Unattended]
UnattendMode = FullUnattended
OemSkipEula=Yes
OemPreinstall=No
TargetPath=\WINDOWS
Repartition=Yes
UnattendSwitch="No"
WaitForReboot="No"
OemPnPDriversPath="Drivers\Catalyst3_6\2KXP_INF;Drivers\Catalyst3_6\tv_out\WDM_XP"
DriverSigningPolicy=Ignore
AutoActivate = Yes
ActivateProxy=Proxy

Can anyone tell me how to bypass this ?
 
You need to remove the semi-colon in front of the "Floppyless" line.

The installation will be floppyLESS then.

Regards

Oli


BVN-Design said:
Dear all,

Who can help me in solving my problem???
I created a slipstreamed Windows XP with SP1 and created a WINNT.sif file
to install Windows XP from CD, but I get always the message to insert the
1st floppy disk of the setup disks.
[Data]
; Floppyless="1" ;use Winnt.sif from CD-ROM
AutoPartition = 1
MsDosInitiated = 0
UnattendedInstall = Yes


[Unattended]
UnattendMode = FullUnattended
OemSkipEula=Yes
OemPreinstall=No
TargetPath=\WINDOWS
Repartition=Yes
UnattendSwitch="No"
WaitForReboot="No"
OemPnPDriversPath="Drivers\Catalyst3_6\2KXP_INF;Drivers\Catalyst3_6\tv_out\W
DM_XP"
DriverSigningPolicy=Ignore
AutoActivate = Yes
ActivateProxy=Proxy

Can anyone tell me how to bypass this ?
 
Back
Top