How to install a driver if there is no setup.exe file. How to Manually Install a Driver Using an .INF File. A driver package you downloaded doesn’t include an installer application (like setup.exe or install.msi). In these cases, you can use the Setup Information file (.INF) to manually install the driver.
An example package may look something like this:
If you don’t see the file extension (.inf):
- In File Explorer, select View on the menu bar.
- Click to enable File Name Extensions.
How to install the driver.
Right-click the .inf file and select Install
Select Yes on the User Account Control warning.
A window will pop-up saying: The operation completed successfully.
You can select multiple INF files at one time, then right-click any one of them and select Install to proceed.
A .INF file is a plain text file that contains information about how a program should be installed or configured on a computer. It is typically used for software installation on Windows operating systems. The file contains instructions for the installer, such as where files should be copied, registry keys that should be created, and other information needed to properly install the software. The file is usually included with the software package and is run when the user chooses to install the program.
Brief Guide to Install Driver.
- Right-click the .inf file and select Install
- Select Yes on the User Account Control warning.
A window will pop-up saying: The operation completed successfully.
best