Tiboi Posted June 28, 2010 Posted June 28, 2010 Hi everyone i want to know if autoit can read drivers from inf files and auto install it. i want to be able to read some extracted drivers from a folder and install missing drivers from my system using drivers that i have extracted to a folder. can anyone point me to how this can be done please? i have gone through the autoit help file but found nothing about installing drivers. any help will be very much appreciated. thank you.
BugFix Posted June 28, 2010 Posted June 28, 2010 If u've *.inf files so you can use this from command line: C:\> rundll32 syssetup,SetupInfObjectInstallAction DefaultInstall 128 .\<file>.inf In AutoIt use Run('command') with this. Best Regards BugFix
Tiboi Posted June 28, 2010 Author Posted June 28, 2010 If u've *.inf files so you can use this from command line:C:\> rundll32 syssetup,SetupInfObjectInstallAction DefaultInstall 128 .\<file>.infIn AutoIt use Run('command') with this.thank you very much i will try it out.
Tiboi Posted June 28, 2010 Author Posted June 28, 2010 can anyone point me to some help on how to make autoit detect unknown devices on your system.
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