Unattend Installation Problems

  • Thread starter Sandro Guimaraes de Brito
  • Start date
S

Sandro Guimaraes de Brito

Hi all,

I tried Unnatend Installation of WinXP Pro, but I have
some doubts:

NOTE: I slipstremed SP1 and Rollup 1.

1) Is it possible to force the installation on a specific drive ?
At first time, WinXP was installed in drive D:, second time
installed in drive F:....

2) In the very end of installation, it's asked to register the
product. Is it possible to perform this part unattended as well ?

Thanks in advance, any help will be great

Sandro G. Brito

Configuration:
AMD Athlon XP 2200
ASUS A7N8X Deluxe
256 Mb RAM
HD1 60 Gb (C: - 10 Gb, E: - 50 Gb)
HD2 40 Gb (D: - 10 Gb, F: - 40 Gb)
 
J

joe avelar

Hello Sandro.

Yes. In your unattend.bat or unattend.cmd file, try the following

/syspart:drive_letter - tells what system you'd like to use this drive as
active bootable drive - you also need to use /tempdrive with the syspart
directive.

cheers,
joe

==begin unattend.cmd
@echo off

if "%1" == "" goto E1

set AnswerFile=\\server\os\wxpdist\%1.txt
set SetupFiles=\\server\os\wxpdist\i386

start \\server\os\wxpdist\i386\winnt32 /syspart:c: /tempdrive:c:
/makelocalsource /s:%SetupFiles% /unattend:%AnswerFile% /dudisable

echo Executing unattended setup with unattend:%1
goto END

:E1
echo.
echo.
echo Command syntax
echo UNATTEND [unattend filename]
echo.
echo.

:END
==end unattend.cmd
 

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