how to create a setup in vb.net ? ?

nel
Newbie Member
17Nov2010,21:15   #1
nel's Avatar
Code:
cn = New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data source=C:\solutionvs10\test\test\bin\Debug\db2.mdb;Jet OLEDB:Database Password=secret")

cn.Open()
// codes
cn.Close()
I used VS 2010 Above is my code - one can see that it is Ms Access DataBase.

How can I create a setup that can be easy to install on other computer?
I need steps for Creating setup Because I am going to create a setup first time......

Last edited by shabbir; 18Nov2010 at 08:49.. Reason: Code blocks
Pro contributor
19Nov2010,19:42   #2
virxen's Avatar
you can try here
http://www.daniweb.com/forums/thread316621.html
Skilled contributor
15Jan2011,11:40   #3
ManzZup's Avatar
in VS 2010 yu have "setup and Deployment" project
choose that and other things you can understand