agass4u Posted June 28, 2005 Posted June 28, 2005 I am just wondering if you can use multiple lines in the OemPnPDriversPath in the Winnt.sif file.Example:Current:OemPnPDriversPath="Drivers\GX400\000_NIC;Drivers\GX400\001_video;Drivers\GX400\002_audio;Drivers\DM_2350\000_chipset;Drivers\DM_2350\001_NIC;Drivers\DM_2350\002_video_3;Drivers\DM_2350\003_video_1;Drivers\DM_2350\004_video_2;Drivers\DM_2350\005_audio"Desired:OemPnPDriversPath="Drivers\GX400\000_NIC;Drivers\GX400\001_video; Drivers\GX400\002_audio;Drivers\DM_2350\000_chipset; Drivers\DM_2350\001_NIC;Drivers\DM_2350\002_video_3; Drivers\DM_2350\003_video_1;Drivers\DM_2350\004_video_2; Drivers\DM_2350\005_audio"The second way is a lot easier to read when I am trying to troubleshoot or modify the Path. Let me know if anyone has any info. Thanks
raskren Posted June 28, 2005 Posted June 28, 2005 No.The carriage returns are not understood by setup.exe. Most likely, the first line will probably be the only one it sees.
illinipsycho Posted July 1, 2005 Posted July 1, 2005 What about if you used multiple lines in this fashion:OemPnpDriversPath = \Drivers\NIC\PRO100\WS03XP32OemPnpDriversPath = \Drivers\NIC\E100B;\Drivers\NIC\B57OemPnpDriversPath = \Drivers\CHIPSET\INTELetc......It seems to be working for me.
Bâshrat the Sneaky Posted July 3, 2005 Posted July 3, 2005 I'd think the second entry overwrites the first one and so on. Or isn't that the case?
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