also @ TechSpot: IBM's Watson conquers Jeopardy, cancer and now customer service

Fully automated windows xp installition

Discussion in 'Windows OS' started by ericp, Jul 19, 2005.

  1. ericp Newcomer, in training

    1.you need a computer that has windows xp
    2.extract the depoly folder from the windows xp cd (support\tools ) to c:\
    3.run setupmgr.exe to create an unattedned answer file
    4.windows installition form dos -
    a. boot up the computer with a win 98 startup disk (www.bootdisk.com)
    b. copy i386 folder to c: or any other partition on the drive
    c. execute this command :
    x:\i386\winnt /u:x:\unattend.txt /s:x:\i386
    d. windows installition from windows for duel boot -
    a.copy i386 folder to c: or any other partition on the drive
    b.open the run box (start- run)
    c. x:\i386\winnt32 /unattend:x:\unattend.txt /s:x:\i386 /tempdrive:y:
    x = partition where the installition file and unattend file are located
    y = the partition where you want to install the other windows os (ex. d:\ )