user837433
user837433

Reputation: 157

How to create an .exe drivers installer

How could I go about creating an exe that install a driver automatically? So far, my clients would download a zip, extract it, go to device manager, browse for the extracted folder, update the driver, etc. Some of them are pretty computer illiterate and have trouble with the process. An exe would make it much easier for them, and save me a few headaches :)

Thanks!

Upvotes: 3

Views: 5991

Answers (1)

Cosmin
Cosmin

Reputation: 21416

You can try using Driver Package Installer (DPInst) utility or DIFx API. Some setup authoring tools offer direct support for installing drivers, but you can also create your own custom EXE.

Upvotes: 3

Related Questions