I have a windows application written in VB.net which communicates with a custom piece of hardware via USB.
I have created a Setup and Deployment project for the application itself, but a plug and play USB device driver needs to be installed with it. (I have the sys and inf files but currently I’m having the user go through the Windows New Hardware Wizard).
Is there any documentation or tutorials on how to perform this within my Setup project?
Is it advisable to use a commercial installation package (Install Shield, etc.) for this?
I'm not sure where to get started, soany help or suggestions would be appreciated.
Thanks,
Ron