MadBoy Posted July 7, 2005 Share Posted July 7, 2005 (edited) Lets say i have this project. I would like to have a CD with drivers for 10 diffrent computers. I would put all drivers there, each in separate dir etc. Is it possible to force Windows 2000 and/or XP to go thru the dirs and find drivers for all devices that aren't fully installed (for example lan drivers/graphic) without too much intervation of end-user? Automated process just like unattended install of programs goes. I don't want drivers to be included onto Windows CD. I want it to have a separate phase. Hope you guys know what i mean? EDITED:Some sort of a script or something, batch file.. Edited July 7, 2005 by MadBoy Link to comment Share on other sites More sharing options...
tguy Posted July 7, 2005 Share Posted July 7, 2005 Maybe try reading this document from Dell. It talks to accomplishing what your looking for. Link to comment Share on other sites More sharing options...
MadBoy Posted July 7, 2005 Author Share Posted July 7, 2005 I will be happy to read it but you need to gimme link to It or somethign Link to comment Share on other sites More sharing options...
MadBoy Posted July 12, 2005 Author Share Posted July 12, 2005 www.altiris.com/docs/partners/ Single%20Image%20for%20Dell%20PowerEdge%20Servers.pdfYou meant that PDF. And i have read it thru but i haven't found anything that would be usefull for me. Anyone else that could help? Link to comment Share on other sites More sharing options...
MadBoy Posted July 12, 2005 Author Share Posted July 12, 2005 After some reasearch i managed to get to some point:REM Finds cd-romset tagfile=\DRIVER_00for %%i in (c d e f g h i j k l m n o p q r s t u v w x y z) do if exist "%%i:%tagfile%" set CDDRIVE=%%i:REM Drivers Path%CDDRIVE%\BIN\SetDevicePath.exe %CDDRIVE%\DRIVERSREM Enable installation of unsigned drivers start %CDDRIVE%\BIN\WatchDriverSigningPolicy.exeREM Starts Device Managerdevmgmt.mscI want to find a way to make Windows 'refresh' all devices and Update drivers for all devices that doesn't have them (so it would take them from CD). As i noticed doing it by hand (from Device Manager that was started by script) i had to delete not working DEVICE and click REFRESH. It worked but i had to do several steps afterwards (as in many more clicks ;p). I want it to be more automated. Anyone have some idea?I'm sure it can be done with AutoIT or so but that's a lot of code to do, maybe there's a simpler way?PS. Responding to my own posts seems to be a bit boring practice :/ Link to comment Share on other sites More sharing options...
NtegrA Posted July 20, 2005 Share Posted July 20, 2005 You need something like IBM's "Software Installer". I want to integrate that into unattended install. It searches directories that you specify for drivers (will even go to IBM.com to look for updated drivers and download), then you can upgrade/downgrade/remove whichever drivers it finds. Link to comment Share on other sites More sharing options...
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