Ollie's Way Posted July 26, 2004 Posted July 26, 2004 I'm trying to get this to work, but my drivers just don't seem to instal in time.The installation stops becouse my nic-driver isn't installed so it won't log on to the domain I want and test the rest of my unattend-installation of W-XP. Can anyone tell me what I'm doing wrong? This is what I've put in the Winnt.sif:---------------------------------------------------------------------;SetupMgrTag[Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes"[unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=yes DriverSigningPolicy=Ignore OemPnPDriversPath="Drivers\000_0;Drivers\001_1;Drivers\002_2;Drivers\003_3;Drivers\004_4;Drivers\005_5;Drivers\006_6;Drivers\007_7;Drivers\008_8;Drivers\009_9;Drivers\010_10" UnattendSwitch=yes TargetPath=\WINDOWS[GuiUnattended] AdminPassword="hhhhhh" EncryptedAdminPassword=YES TimeZone=110 OemSkipWelcome=1 AutoLogon=Yes AutoLogonCount=3 OEMSkipRegional=1[userData] ProductKey=hhhhh-hhhhh-hhhhh-hhhhh-hhhhh FullName="hhhhh" OrgName="hhhhhhhhhh" ComputerName=PCxxx[Display] Xresolution=1024 YResolution=768[TapiLocation] CountryCode=31[identification] JoinDomain=hhhh DomainAdmin=hhhhhh DomainAdminPassword=hhhhhh[Networking] InstallDefaultComponents=Yes[branding] BrandIEUsingUnattended=Yes[Proxy] Proxy_Enable=0 Use_Same_Proxy=0[GuiRunOnce] Command1="net use x \\hhhhhh\remoteinstall /PERSISTENT:YES" Command2="X:\Office_2003_NL\setup.exe TRANSFORMS=X:\Office2003\Unattended.MST /qb-"------------------------------------------------------------------------Thanx a lot!
Solid as a rock Posted July 26, 2004 Posted July 26, 2004 I'm trying to get this to work, but my drivers just don't seem to instal in time.The installation stops becouse my nic-driver isn't installed so it won't log on to the domain I want and test the rest of my unattend-installation of W-XP. Can anyone tell me what I'm doing wrong? OemPnPDriversPath="Drivers\000_0;Drivers\001_1;Drivers\002_2;Drivers\003_3;Drivers\004_4;Drivers\005_5;Drivers\006_6;Drivers\007_7;Drivers\008_8;Drivers\009_9;Drivers\010_10" the oempathpnp must be something as if: OemPnPDriversPath="Drivers\000_intel_INF;Drivers\001_GIGABIT_LAN\SOURCE;Drivers\002_Nvidia56.72" no need to _1 _2 and go so on and you must specific the way TO inf files. if the nicdriver inf is in \000_nicdriver\driver\xp\driver\nic.inf then the oempath must be: "drivers\000_nicdriver\driver\xp\driver;drivers\001_videocard and go so on....why? simply because windows cant take look in submaps.... dont point TO the inf file but to the folder where the inf file are....
Ollie's Way Posted July 26, 2004 Author Posted July 26, 2004 Hi SolidasRock,Thankz 4 your fast reply. The folder-names like "000_0" are the folders that point directly to the .inf files. After these folders are no more subfolders, just the drivers themself.Any other suggestions...?
Solid as a rock Posted July 26, 2004 Posted July 26, 2004 Hi SolidasRock,Thankz 4 your fast reply. The folder-names like "000_0" are the folders that point directly to the .inf files. After these folders are no more subfolders, just the drivers themself.Any other suggestions...? remove the _0 _1 there is no need to use that. so 000, 001, 002 is enough
Ollie's Way Posted July 26, 2004 Author Posted July 26, 2004 ok did that......just have to wait so long to have tested it again.
Solid as a rock Posted July 26, 2004 Posted July 26, 2004 ok did that......just have to wait so long to have tested it again. last option is you removed to much subfolders which could be important.... otherwise i dont know...
Alanoll Posted July 26, 2004 Posted July 26, 2004 the 0_1 shouldn't make a difference. I do it with my drivers so if I have multiple chipsets, they're fine.....or two difference radeon drivers versions.....It could be that Setup can't logon to the domain until first logon. As I believe I remember someone saying network access isn't ready at that point yet.As for removing too many subfolders, the hard thing to check is to open up the INF files, and see if it speicifies another folder in there. Most driers however don't have subfolders, where as say....ATI's do, and are required.
Ollie's Way Posted July 27, 2004 Author Posted July 27, 2004 I'm going nuts...still can't get it 2 work!!!
Solid as a rock Posted July 27, 2004 Posted July 27, 2004 I'm going nuts...still can't get it 2 work!!! ok. i dont understand why install 2 versions of radeon, so first the one will install and then the other will install. so i find it needles but ok, ollie? please tell us WHAT are u installing. name of the drivers and go so on. a pic from your tree maybe?also what alanoll is meaning (i think) is this:000_0 intel chipset driver000_1 VIA chipset driver000_2 ali chipset driver001_0 nvidia graphic driver001_1 radeon graphic driver002_0 SB Live driver002_1 soundbuzzy driver003_0 and go so onyou dont, you use 000_0 001_1 002_2 003_3 so i call the _1 and go so on needles too.....
Ollie's Way Posted July 27, 2004 Author Posted July 27, 2004 Here's the tree I need to install. I extracted these of a pc that was perfectly installed and has the same hardware.I have changed my winnt.sif (drivers part) to "drivers\000;drivers\001"and so on
Ollie's Way Posted July 27, 2004 Author Posted July 27, 2004 oh I forgot, the readon versions....Somewhere I picked up the info that W-XP would seek the best driver if there are more than 1.
prathapml Posted July 27, 2004 Posted July 27, 2004 The important question is:Do you have a "$OEM$\$1\Drivers" folder in your CD, and have you checked whether it gets copied over to HD during text-mode setup?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now