Jump to content

Recommended Posts

Posted

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 off

rem

rem 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.

rem

set AnswerFile=z:\unattend.txt

set SetupFiles=Z:\I386

Z:\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=Yes

I have map the network drive to z:\ drive.inside the z drive contain the

Z:\i386 folder

Z:\unattend.bat

Z:\unattend.txt

please help.thanks.


Posted

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
Posted

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 ?

Posted

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!

Posted

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

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...