Re: Unattended XP Install format/fdisk all in one

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance




"sdlomi2" <daniels_sam@xxxxxxxxxxxxx> wrote in message
news:t7q5j.21161$mb.4716@xxxxxxxxxxxxxxxxxxxxxxxxx

<mattverve@xxxxxxxxx> wrote in message
news:a08c61d4-cd1b-4930-a948-5e24770111d3@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I'm working on a project in school. I have to perform an unattended
XP installation on an unpartitioned hard drive. My choices are
limited because 1) no 3rd party tools are allowed, 2) WinPE is not
allowed, and 3)we must use winnt.exe and NOT winnt32.exe.
4)installation cd cannot be bootable.

I've modified the autoexec.bat of a win98se boot disk, so that it
creates the partition, reboots, formats and starts the installation:

IF EXIST a:\file2.txt goto GUI
IF EXIST a:\file1.txt GOTO DUN
IF EXIST a:\file.txt GOTO FRMT

:FDSK
FDISK 1 /pri:2048
REM>A:\file.txt
CALL reboot.com
:FRMT
FORMAT c: /s/autotest
REM>A:\file1.txt
:DUN
smartdrv.exe
REM>a:\file2.txt
CALL e:\i386\winnt.exe /u:winnt.sif /s:E:\i386
:GUI

Yeah, the GUI part is empty, because I'm stumped.
The installation proceeds, copies the files to the hard drive, then
reboots to get ready to start the GUI phase. This is where the
problem begins, because I'm not allowed to eject the floppy. If I
eject the floppy, everything else is perfect and automated.

Boot order is CD, Hard Drive, Floppy.

(CD is not bootable, again, by rules of the assignment)

Obviously there's nothing on the hard drive that wants to resume the
install, so I'm stuck back at the floppy.
Is there anything i can put in the :GUI section to get this corrected?

Any ideas of what i can do to get the setup to continue? I realize
this is 16-bit mode, and from everything I've researched, it doesn't
seem possible, but my instructor insists it is. I'm guessing some
scripting is involved, but I'm first quarter and at a loss. I'm not
looking for an answer, just a hint or two...maybe even three.
Thanks, Matt.

Since I know NOTHING about what you are saying, writing/modding bats of
a boot disk. et al, these links below make about as much sense to me as
what I learned from your presentation of your dilemna--due to my
comprehension, not to your presentation! If it happens to be relevant,
good luck; if it happens to not relate & you try something from it anyway,
better luck.:) Lemme know if this was even in your ballpark! First,
you'll see 2 links to get started, which you (Definitely not me) appear
adept enough to comprehend and create. Looks to me you need to create an
"Answer File" and add it to your floppy??? sdlomi2

Hytek Computer
MS Support KB


Link to Hytek Computer =
http://www.hytekcomputer.com/Articles/XPInstall/1.shtml
Link to MS Support KB =
http://support.microsoft.com/default.aspx?scid=kb;EN-US;155197


.



Relevant Pages

  • X server problems
    ... I have recently installed 5.1B3 and am trying to get a GUI. ... no problem with the installation itself running in console text mode ... low resolution but first to try and use the ECU to properly disable the ... No lights on floppy drive. ...
    (comp.unix.tru64)
  • Unattended XP Install format/fdisk all in one
    ... XP installation on an unpartitioned hard drive. ... IF EXIST a:\file2.txt goto GUI ... because I'm not allowed to eject the floppy. ...
    (microsoft.public.windowsxp.setup_deployment)
  • Re: Unattended XP Install format/fdisk all in one
    ... XP installation on an unpartitioned hard drive. ... IF EXIST a:\file2.txt goto GUI ... because I'm not allowed to eject the floppy. ...
    (microsoft.public.windowsxp.setup_deployment)
  • Re: Unattended XP Install format/fdisk all in one
    ... I don't want to be too critical but if I were grading your project you would lose 50% of your points for using a Windows 98/MS-DOS setup disk and you would lose the other 50% for ending up with Windows XP installed on a FAT32 drive! ... You need to create an "Answer File" and place it on the floppy diskette, the information in the answer file will instruct the Windows XP setup program as to what you want done. ... How To Perform an Unattended Installation of Windows from a CD-ROM ... IF EXIST a:\file2.txt goto GUI ...
    (microsoft.public.windowsxp.setup_deployment)
  • Re: Unattended XP Install format/fdisk all in one
    ... Chapter 10 - Windows NT 4.0 Automated Installation Framework ... You need to create an "Answer File" and place it on the floppy diskette, the information in the answer file will instruct the Windows XP setup program as to what you want done. ... Unattended Setup from CD-ROM Prompts for Installation Partition ... IF EXIST a:\file2.txt goto GUI ...
    (microsoft.public.windowsxp.setup_deployment)