views:

209

answers:

0

Is there any way how to perform automatic driver installation during my C# app is being installed? I am using standard Setup project in VS2008 (MSI file). My application is communicating with a custom USB device, so the user must install the .NET app first and then manually connect the device to his PC and let Windows install the driver. I would like to make it in one step, without connecting the device to the USB port.

Thanks, Petr

related questions