I have posted one topic yesterday, but didnot recieved any help. I tried to do unattended installation over a network. So I created distribution folfder on one computer . The structure of it is -
-I386
- $OEM$
- unattend.bat
- unattend.txt
I was able to start the other computer with win-95 network boot dik and was able to connect to this folder and given a command to run the batch file unattend.bat .
My batch file is like this-
@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=.\unattend.txt
set SetupFiles=x:\I386
x:\I386\winnt /s:%SetupFiles% /unattend:%AnswerFile%
x is the drive that I mapped to the shared folder.
And my answer file is
;SetupMgrTag
[Data]
AutoPartition=1
MsDosInitiated="0"
UnattendedInstall="Yes"
[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=No
TargetPath=\WINDOWS
Repartition=yes
UnattendSwitch="Yes"
WaitForReboot="No"
[GuiUnattended]
AdminPassword=b39830a76499f0b78cb7766162afc4f39843cc2ea4e32dd53443f37c1c424d3e
EncryptedAdminPassword=Yes
AutoLogon=Yes
AutoLogonCount=1
OEMSkipRegional=1
TimeZone=85
OemSkipWelcome=1
[UserData]
ProductID=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
FullName="CERI"
OrgName="uom"
ComputerName=coputer1
[SetupMgr]
DistFolder=C:\whistlerdist1
DistShare=whistlerdist1
[Identification]
JoinWorkgroup=WORKGROUP
[Networking]
InstallDefaultComponents=Yes
Kindly give me any suggestions.
This post has been edited by sswapna: 15 June 2005 - 10:10 AM



Help
Back to top









