Query related to setup project
I have created .net windows project. For which I have installed MyODBC 3.51 Driver on my machine.
Now
I want to create a setup of this project, and I want this setup should
automatically install MyODBC 3.51 with project (no need to externally
install MyODBC).
So to do this, how I can add MyODBC 3.51 to my setup project?
one more question is I want to install my .net application(whcih uses webbrower control) on vista.. will I need any patch for that?