TheWave Posted October 6, 2004 Posted October 6, 2004 How can i make windows install driver .inf file as if i had the hardware fo it (thru a batch file)?(it supposed to be "forcing" on the topic)fixed title ~ Alanoll
prathapml Posted October 7, 2004 Posted October 7, 2004 1. This can make your system unstable.2. If you DO want to go ahead with it anyway, here's a pointer:RunDll32.exe SETUPAPI.DLL,InstallHinfSection DefaultInstall.ntx86 132 %systemdrive%\drivers\nF\AudioUtl\nvautils.infThat command used to work with the nForce audio driver INF.Of course, no guarantees it will work, and if it messes up your install - you might have only the re-install option left to call on.
TheWave Posted October 7, 2004 Author Posted October 7, 2004 Tried that.It doesn't work with every .inf file. Thanks anyway.Edit: I found the problem. Not every .inf file has default section most of the device drivers i've seen has different sections for different hwids so i just had to change the word DefaultSection to the section name.
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