Jump to content

Recommended Posts

Posted

How can I install an application that only has an .inf installer? I don't even care if it is done silently, I'd just like to install it automatically through my RunOnceEx file.


Posted

rundll32.exe setupapi,InstallHinfSection DefaultInstall 128 .\RunOnceEx.inf

Change .\RunONce.inf to the path to your INF, and change DefaultInstall with the name of the correct section in your INF. You'll have to look for it in your INF file. It's typically the one with all the AddReg, CopyFiles lines

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...