April 27, 200422 yr I have try to do the unattended network installation for winXP.But it hang when copy the file to harddisk in the first step.unattend.bat========@rem SetupMgrTag@echo offremrem This is a SAMPLE batch script generated by the Setup Manager Wizard.rem If this script is moved from the location where it was generated, it may have to be modified.remset AnswerFile=z:\unattend.txtset SetupFiles=Z:\I386Z:\I386\winnt /s:%SetupFiles% /unattend:%AnswerFile%unattend.txt========;SetupMgrTag[Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes"[unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS[GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=215 OemSkipWelcome=1[userData] ProductID=AAAA-BBBBB-CCCCC-4GDMH-FPJ7T FullName="cslee" OrgName="cslee" ComputerName=*[setupMgr] DistFolder=\\PGS-DITPC-1\XPSETUP DistShare=XPSETUP[TapiLocation] CountryCode=60[RegionalSettings] LanguageGroup=7,8,10,11,9[branding] BrandIEUsingUnattended=Yes Home_Page=http://www.abc.com[Proxy] Proxy_Enable=0 Use_Same_Proxy=1[identification] JoinWorkgroup=STPGS[Networking] InstallDefaultComponents=YesI have map the network drive to z:\ drive.inside the z drive contain the Z:\i386 folderZ:\unattend.batZ:\unattend.txtplease help.thanks.
April 27, 200422 yr did you want it to automatically format the hdd, partition, choose NTFS, and then install?
April 27, 200422 yr Heres part of mine, hope it helps. You probably need it to fdisk before the setup starts.;SetupMgrTag[Data] MsDosInitiated="0" UnattendedInstall="Yes" [unattended] Repartition=Yes UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes UnattendSwitch="Yes" WaitForReboot="No" TargetPath=\WINDOWS [GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=85 OemSkipWelcome=1
April 27, 200422 yr Author so the code you provide is able to fdisk it self or i need to manual do the fdisk?How do i can automatically do the fdisk in unattend windows installation ?
April 27, 200422 yr my apologies for b4 i must have had you mistaken for someone else who was on here today maybe? or your using a different nick, one of the two hehheheanywayload SMARTDRV.exe before you run unattend.batthese threads should help a little:http://www.msfn.org/board/index.php?showtopic=18255hland this one:http://www.msfn.org/board/index.php?showtopic=18349&hl
April 27, 200422 yr Author Do I need any special syntax to increase windows installation speed in smartdrv.exe ? How to configure the smartdrv so that it can install windows faster!
April 28, 200422 yr cslee. correct. the code i posted will format the drive, partition it, it will choose ntfs, and it will begin installation all automatically.Q: What does a blond and a beer bottle have in common?A: They're both empty from the neck up.
Create an account or sign in to comment