The IT Lady Posted December 8, 2005 Posted December 8, 2005 Hi all!I have a headache of getting a drivers to be installed on clients throw my RIS installationI think that I have done every single configuration but still nothing.It's drive me crazy.OK!My RIS server is Windows Server 2003 with SP1 with CD created image on it.Folders have a following structure\i386\$OEM$\$1\Drivers\X200\Chipset\Video etc.....RISTNDRD.sif[setupData]OsLoadOptions = "/noguiboot /fastdetect"SetupSourceDevice = "\Device\LanmanRedirector\%SERVERNAME%\RemInst\%INSTALLPATH%"[unattended]OemPreinstall = YesOemPnpDriverPath ="Drivers\X200\Chipset;Drivers\X200\modem;Drivers\X200\video;Drivers\X200\audio;Drivers\D400\NIC;Drivers\D400\PCMCIA;Drivers\D400\Video;Drivers\D400\Audio;Drivers\D400\Modem;Drivers\D410\system;Drivers\D410\texas;Drivers\D410\Chipset;Drivers\D410\video;Drivers\D410\audio"DriverSigningPolicy = IgnoreWaitForReboot = NoAutoActivate = YesFileSystem = LeaveAloneExtendOEMPartition = 0TargetPath = \WINDOWSOemSkipEula = yesInstallFilesPath = "\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE%"LegacyNIC = 1[userData]FullName = "Company name"OrgName = "Company name"ComputerName = MyPCProductKey="XXXX-XXXX-XXXX-XXXX"[TapiLocation]CountryCode = 46Dialing = ToneAreaCode = 0418[GuiUnattended]OemSkipWelcome = 1OemSkipRegional = 1TimeZone = 110AdminPassword = "*"[Display]BitsPerPel = 32XResolution = 1024YResolution = 768VRefresh = 60[RegionalSettings]Language = 1053LanguageGroup=1SystemLocale=1053UserLocale=1053UserLocale_DefaultUser = 1053InputLocale=1053:41DInputLocale_DefaultUser=1053:41d[NetServices]MS_Server=params.MS_PSched[identification]JoinWorkgroup = WORKGROUP[RemoteInstall]Repartition = YesUseWholeDisk = Yes[GuiRunOnce]%systemdrive%\install\batch_file.cmd[OSChooser]Description ="Microsoft Windows XP Professional CD based"Help ="Automatically installs Microsoft Windows XP Professional without prompting the user for input."LaunchFile = "%INSTALLPATH%\%MACHINETYPE%\templates\startrom.com"ImageType =FlatVersion="5.1 (2600)"Please help!BRThe IT Lady
cluberti Posted December 8, 2005 Posted December 8, 2005 Have all of your drivers been extracted? If you can install devices by pointing them at the correct folder when using device manager, they should install properly during Windows setup. If you point the device at the folder and the driver doesn't install, you've got some work to do. It's the best way to test if you've gotten the drivers extracted properly or not for Windows installation - if it works by manually using the device manager to install the devices by pointing the update wizard at the proper folder, it'll work during Windows setup.
DXK Posted December 8, 2005 Posted December 8, 2005 You can also try to put them directly in the I386 folder and after that restart the Remote Installation Service. That did the job for me.
The IT Lady Posted December 9, 2005 Author Posted December 9, 2005 Thanks!But I have tried to put drivers directly into the i386 folder. Nothing helps./The IT Lady
The IT Lady Posted December 12, 2005 Author Posted December 12, 2005 Yes!I'm even tried to install drivers from Device manager and it works if I do on that way. Somebody else who can help me....BR/The IT Lady
Jopster Posted December 12, 2005 Posted December 12, 2005 "Drivers\X200\Chipset;Drivers\X200\modem;Drivers\X200\video;Drivers\X200\audio;Drivers\D400\NIC;Drivers\D400\PCMCIA;Drivers\D400\Video;Drivers\D400\Audio;Drivers\D400\Modem;Drivers\D410\system;Drivers\D410\texas;Drivers\D410\Chipset;Drivers\D410\video;Drivers\D410\audio"Try it without the "". They don't belong there.So OemPnpDriversPath=drivers\blablaFurthermore, watch the spelling. It's OemPnpDriversPath, not OemPnpDriverPath
cluberti Posted December 12, 2005 Posted December 12, 2005 Wow - good catch. I'd wager that's what's causing it right there - improper spelling .
The IT Lady Posted December 14, 2005 Author Posted December 14, 2005 Thanks for your suggestions but nothing helps.Is there anything else I need to know or? I have tried with several computer models but any of drivers want to install.What I doing wrong?
Shamwari Posted December 14, 2005 Posted December 14, 2005 Is the registry being populated by the OEMPnPDriversPath section? Is the driver directory being copied down? Don't you need a OemFilesPath=\\server_name\distribution_share under the [unattended] section in order to see the OEM section? I know you do with XP.BTW we use "" in the OEMPnPDriversPath statement and it works fine.Regards
Fencer128 Posted December 14, 2005 Posted December 14, 2005 (edited) Hi,I would move the "Drivers" folder into $OEM$. That will work.Make sure $OEM$ is at the same level as i386 - not inside it. MS documentation is wrong in this account as it tells you to place $OEM$ inside i386. This is incorrect. $OEM$ should be alongside i386.Good luck,Andy Edited December 14, 2005 by Fencer128
Shamwari Posted December 14, 2005 Posted December 14, 2005 Make sure $OEM$ is at the same level as i386 - not inside it. MS documentation is wrong in this account as it tells you to place $OEM$ inside i386. This is incorrect. $OEM$ should be alongside i386.For a CD install this is correct, but for a network install the $oem$ dir should be inside the i386 dir. The OemFilesPath statement should point to the root of the i386 dir in your distribution share. Without this statement, the $oem$ dir and all subdirs will be ignored. The driver dir should in fact be in the \$oem$\$1 dir.Regards
Fencer128 Posted December 14, 2005 Posted December 14, 2005 (edited) Make sure $OEM$ is at the same level as i386 - not inside it. MS documentation is wrong in this account as it tells you to place $OEM$ inside i386. This is incorrect. $OEM$ should be alongside i386.For a CD install this is correct, but for a network install the $oem$ dir should be inside the i386 dir. The OemFilesPath statement should point to the root of the i386 dir in your distribution share. Without this statement, the $oem$ dir and all subdirs will be ignored. The driver dir should in fact be in the \$oem$\$1 dir.RegardsYep - I forgot. $1 it is.However, for a RIS install the $OEM$ folder should be alongside the i386 folder NOT inside it.Check out http://www.windowsitpro.com/Windows/Articl...0280/20280.html for verification of this.For a network (non-RIS) install - whatever that is - then the $OEM$ should be placed within i386, apparently. Never had a chance to try this so don't know if it's correct.I haven't created any special path entries in any sif file so I don't think I'm doing anything out of the ordinary.Andy Edited December 14, 2005 by Fencer128
The IT Lady Posted December 14, 2005 Author Posted December 14, 2005 Is the registry being populated by the OEMPnPDriversPath section? Is the driver directory being copied down? Don't you need a OemFilesPath=\\server_name\distribution_share under the [unattended] section in order to see the OEM section? I know you do with XP.BTW we use "" in the OEMPnPDriversPath statement and it works fine.RegardsHi1What do you mean by " Is the registry being populated by the OEMPnPDriversPath section?" /The IT Lady
The IT Lady Posted December 15, 2005 Author Posted December 15, 2005 Yesssssssssssssssssssssss!I get it to work!Yesssssssssssssssssssssss!I have my $OEm$ folder at a same level as i386 and OemFilesPath specified./The IT Lady
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