Is there a way to install an automatic driver installation during my C # application? I am using a standard installation project in VS2008 (MSI file). My application interacts with a custom USB device, so the user must first install the .NET application, and then manually connect the device to his PC and let Windows install the driver. I would like to do this in one step without connecting the device to the USB port.
Thanks Petr
source
share