Thursday 20 October 2011


WINDOWS XP UNATTENDED INSTALLATION

To prepare your computer for an unattended installation from a CD-ROM, follow these steps:
  1. Create an unattended answer file by using the Setup Manager utility included with the Microsoft Windows XP CD. To install Setup Manager, follow these steps:
    1. Open My Computer, and then open the Support\Tools folder on the Windows XP CD-ROM.
    2. Double-click the DEPLOY.CAB file to open it.
    3. On the Edit menu, click Select All.
    4. On the Edit menu, click Copy To Folder.
    5. Click Make New Folder. Type the name that you want for the Setup Manager folder, and then press ENTER. For example, type setup manager, and then press ENTER.
    6. Click Copy.
    7. Open the new folder that you created, and then double-click the setupmgr.exe file. The Windows Setup Manager Wizard starts. Follow the instructions in the wizard to create an answer file. For additional information about how to create an answer file, click the article number below to view the article in the Microsoft Knowledge Base:
        Use Setup Manager to Create an Answer File
  2. If you want Windows Setup to delete all partitions on the hard disk and to create a new partition, you must include the Repartition command in the Winnt.sif file. Under [Unattended] , insert a new line, and then type the following:
    Repartition=Yes
    If you omit this line, you are prompted for the installation partition.
  3. Add a [Data] section with the following entries to the unattended answer file:

    • UnattendedInstall=Yes - Value must be set to "yes"
    • MSDosInitiated=No - Value must be set to "no" or Setup stops during the graphical portion of Setup
    • AutoPartition=1 - If the value is set to 1, the installation partition is automatically selected. If the value is set to 0 (zero), you are prompted for the installation partition during the text portion of Setup.
  4. Save the unattended answer file as Winnt.sif on a floppy disk.
  5. Insert the Windows CD-ROM into the CD-ROM drive, and then insert the floppy disk into the floppy disk drive.
  6. Change the boot order in the CMOS so that the CD-ROM is first in the list. For information about how to do this, refer to the documentation included with your computer, or contact the manufacturer. 
  7. Restart your computer. When Setup is started from the CD-ROM, the Winnt.sif file located on the floppy disk will be used to complete the unattended installation.

1 comment:

Note: only a member of this blog may post a comment.