Jump to content

Unattended Network Installation


Recommended Posts

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.

Link to comment
Share on other sites


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
Link to comment
Share on other sites

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 hehhehe

anyway

load SMARTDRV.exe before you run unattend.bat

these threads should help a little:

http://www.msfn.org/board/index.php?showtopic=18255hl

and this one:

http://www.msfn.org/board/index.php?showtopic=18349&hl

:rolleyes:

Link to comment
Share on other sites

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