//flex table opened by JP

Click to See Complete Forum and Search --> : Nice "Unattended XP install Guide"


Sun
03-27-2004, 12:23 PM
i just downloaded all the updates/hotfixes and other apps like IE6sp1 and dx9b, hope this works out fine.

http://unattended.msfn.org/

i am trying it on 2k pro and hopefully the steps are similar to XP.

sm8000
03-27-2004, 01:22 PM
Looks neat! Let us know how it goes with 2000, and if SP4 can be worked in, etc.

Sun
03-27-2004, 09:39 PM
it looks great sm8000. No need for any human intervention...

The unattended txt file looks like this :

;SetupMgrTag

[Unattended]
UnattendMode= FullUnattended
DriverSigningPolicy = Ignore
FileSystem = LeaveAlone
NtUpgrade = No
OemSkipEula = Yes
TargetPath = WINNT
OemPreinstall = Yes
OemPnPDriversPath = "drivers\IntelINF;drivers\modem;drivers\monitor;dri vers\vga;drivers\tvtuner"
Repartition = No
Win9xUpgrade = No

[MassStorageDrivers]
"Intel(R) 82801BA Ultra ATA Controller" = OEM
"IDE CD-ROM (ATAPI 1.2)/PCI IDE Controller" = "RETAIL"
"Primary IDE Channel" = OEM
"Secondary IDE Channel" = OEM

[OEMBootFiles]
IdeBusDr.sys
IdeChnDr.sys
IPrtCnst.dll
idechndr.inf
IATA3000.CAT
Txtsetup.oem

[GuiUnattended]
AdminPassword = admin
AutoLogon = Yes
AutoLogonCount = 1
OEMSkipRegional = 1
OEMSkipWelcome = 1
TimeZone = 190
OemSkipWelcome = 1

[UserData]
FullName = "Suraj"
OrgName = "Nasa"
ComputerName = "Spawn"
ProductID = XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

[TapiLocation]
CountryCode = 870
Dialing = Tone
AreaCode = 022

[RegionalSettings]
LanguageGroup = 1
Language=00000409

[Display]
BitsPerPel = 16
Xresolution = 1024
YResolution = 768
Vrefresh = 85

[Identification]
JoinWorkgroup = WORKGROUP

[Networking]
InstallDefaultComponents = Yes

--------------------------------------------

In i386 folder, the hotfix "svcpack.inf" file

[Version]
Signature="$Windows NT$"
MajorVersion=5
MinorVersion=0
BuildNumber=2195

[SetupData]
CatalogSubDir="\i386\svcpack"

[ProductCatalogsToInstall]
kb329115.cat
kb823182.cat
kb823559.cat
kb824105.cat
kb824141.cat
kb824146.cat
kb825119.cat
kb828028.cat
kb828035.cat
kb828749.cat

[SetupHotfixesToRun]
KB329115.exe /Q /N /Z
KB823182.exe /Q /N /Z
KB823559.exe /Q /N /Z
KB824105.exe /Q /N /Z
KB824141.exe /Q /N /Z
KB824146.exe /Q /N /Z
KB825119.exe /Q /N /Z
KB828028.exe /Q /N /Z
KB828035.exe /Q /N /Z
KB828749.exe /Q /N /Z

It works except i haven't tried using cmdlines.txt to install Ie6sp1 and dx9b.

I am looking for the application setup switches.

Got some easy reference from Microsoft's Site.

http://www.microsoft.com/windows2000/downloads/servicepacks/SP4/HFDeploy.htm#installing_windows_2000_with_hotfixes _ykot

I forgot about the [Files] section of Dosnet.inf (it resides in i386 folder) , the new entries have been highlighted in bold all other entries need not be edited out.

[Files]
d1,_default.pif
:
:
:
d1,0401.csv
d1,arp.exe
d1,arrow_i.cur
d1,arrow_il.cur
d1,arrow_im.cur
d1,arrow_l.cur
d1,arrow_m.cur
d1,arrow_r.cur
d1,arrow_rl.cur
d1,wkstamig.inf
d1,mdmrpci.inf
:
:
:
d1,uniproc\kernel32.dll
d1,uniproc\win32k.sys
d1,_sfx_.dll
d1,_sfx_0000._p
d1,_sfx_0000._p
d1,_sfx_0001._p
d1,_sfx_0002._p
d1,_sfx_0003._p
d1,_sfx_0004._p
d1,_sfx_0005._p
d1,_sfx_0006._p
d1,_sfx_0007._p
d1,_sfx_0008._p
d1,winsrv.dll
d1,rdpwd.sys

Some useful links:

http://www.tech-hints.com/oem.html

http://www.generation-nt.com/index.php?cat=dossiers32

Happy Reading:t

AdamST
03-27-2004, 10:29 PM
:x