I have created an ekyc application in windows form application (c#) in which finger is scanned with one device named as FM220 . What I want to do? I have to create a setup file with Device driver. So when I run setup file , it also install my driver.
The idea is to put the drivers as part of your installation procedure, or even as part of your application startup. You'll have to consider things like permissions, etc. It's quite hard to answer your question with the detail provided at the moment. I think these resources should get you on the right track.
c80f0f1006