Jump to content

Recommended Posts

Posted

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.

Posted

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  

Posted

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.

thank you very much i will try it out.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...