Anyone having problem with driver installation in RIS
I'm ecperiencing problem with driver installation in my RIS images.
I'm doiing the $oem$ procedure but whitout success...
any hints ?
thanks
Francis
I'm doiing the $oem$ procedure but whitout success...
any hints ?
thanks
Francis
0 Comments
[ + ] Show comments
Answers (6)
Please log in to answer
Posted by:
bkelly
21 years ago
This has always worked for me, one good source of "how to" on this can be found here:
http://support.microsoft.com/support/kb/articles/q254/0/78.asp
If you are still having problems, post as much specific information as possible including a copy of your inf file and perhaps someone can locate an error. The inf file is very unforgiving if any mistakes are included.
Good luck!
http://support.microsoft.com/support/kb/articles/q254/0/78.asp
If you are still having problems, post as much specific information as possible including a copy of your inf file and perhaps someone can locate an error. The inf file is very unforgiving if any mistakes are included.
Good luck!
Posted by:
Francoisracine
21 years ago
Posted by:
francisg
19 years ago
Hi bob,
Here's my inf created with setupe manager:
;SetupMgrTag
[Unattended]
OemSkipEula=Yes
OemPnPDriversPath=C:\drivers\modem;C:\drivers\audio;C:\drivers\video;C:\drivers\network;
InstallFilesPath=C:\sysprep\i386
[GuiUnattended]
AdminPassword=
OEMSkipRegional=1
TimeZone=35
OemSkipWelcome=1
[UserData]
FullName="Agence Spatiale Canadienne"
OrgName="Canadian Space Agency"
ComputerName=
[Display]
BitsPerPel=16
Xresolution=1024
YResolution=768
Vrefresh=60
[TapiLocation]
CountryCode=107
Dialing=Tone
AreaCode=450
[RegionalSettings]
LanguageGroup=1
SystemLocale=00001009
UserLocale=00001009
InputLocale=1009:00000409
[SetupMgr]
DistFolder=C:\sysprep\i386
DistShare=win2000dist
[Identification]
JoinDomain=csa
[Networking]
InstallDefaultComponents=Yes
thanks
Frank
Here's my inf created with setupe manager:
;SetupMgrTag
[Unattended]
OemSkipEula=Yes
OemPnPDriversPath=C:\drivers\modem;C:\drivers\audio;C:\drivers\video;C:\drivers\network;
InstallFilesPath=C:\sysprep\i386
[GuiUnattended]
AdminPassword=
OEMSkipRegional=1
TimeZone=35
OemSkipWelcome=1
[UserData]
FullName="Agence Spatiale Canadienne"
OrgName="Canadian Space Agency"
ComputerName=
[Display]
BitsPerPel=16
Xresolution=1024
YResolution=768
Vrefresh=60
[TapiLocation]
CountryCode=107
Dialing=Tone
AreaCode=450
[RegionalSettings]
LanguageGroup=1
SystemLocale=00001009
UserLocale=00001009
InputLocale=1009:00000409
[SetupMgr]
DistFolder=C:\sysprep\i386
DistShare=win2000dist
[Identification]
JoinDomain=csa
[Networking]
InstallDefaultComponents=Yes
thanks
Frank
Posted by:
ST170SP1
19 years ago
Hi Francisg,
You problem is most likly to do with the driver path string for the OemPnPDriversPath. The %SystemDrive% environment variable string is automatically inserted before each of the listed search paths.
The entry should be something like:
[Unattended]
OemPnPDriversPath = "Drivers\network adapter;Drivers\Modem;Drivers\Video"
JamesT
You problem is most likly to do with the driver path string for the OemPnPDriversPath. The %SystemDrive% environment variable string is automatically inserted before each of the listed search paths.
The entry should be something like:
[Unattended]
OemPnPDriversPath = "Drivers\network adapter;Drivers\Modem;Drivers\Video"
JamesT
Posted by:
violin
19 years ago
Posted by:
shepherdblake
19 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.