sgufa Posted November 26, 2007 Posted November 26, 2007 I'm trying to make a script that can detect unknown devices and install drivers from a folder that contains all derivers i need. suggestions?
Bert Posted November 26, 2007 Posted November 26, 2007 Its simpler to have the ini files and drivers already loaded. That way it wouldn't be a issue. You may be able to find a script ready made that will do what you need here:http://www.microsoft.com/technet/scriptcen...?wt.svl=leftnav The Vollatran project My blog: http://www.vollysinterestingshit.com/
sgufa Posted November 26, 2007 Author Posted November 26, 2007 Its simpler to have the ini files and drivers already loaded. That way it wouldn't be a issue. You may be able to find a script ready made that will do what you need here:http://www.microsoft.com/technet/scriptcen...?wt.svl=leftnavtnx but nothing there...
weaponx Posted November 26, 2007 Posted November 26, 2007 (edited) With the help of Devcon http://support.microsoft.com/kb/311272 you could manually install each inf like this:devcon install drivername.infYou can also scan for new hardware using:devcon rescan Edited November 26, 2007 by weaponx
sgufa Posted November 28, 2007 Author Posted November 28, 2007 yeah but i heard that it can be done with a dllcall to a windows dll...
ChrisL Posted November 28, 2007 Posted November 28, 2007 Paths for device drivers can be added in to the registry key HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\DevicePath All entries are separated with a semicolon eg c:\drivers\network\onboard;c:\drivers\audio;c:\drivers\audio\onboard [u]Scripts[/u]Minimize gui to systray _ Fail safe source recoveryMsgbox UDF _ _procwatch() Stop your app from being closedLicensed/Trial software system _ Buffering Hotkeys_SQL.au3 ADODB.Connection _ Search 2d Arrays_SplashTextWithGraphicOn() _ Adjust Screen GammaTransparent Controls _ Eventlogs without the crap_GuiCtrlCreateFlash() _ Simple Interscript communication[u]Websites[/u]Curious Campers VW Hightops Lambert Plant Hire
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