how to create a setup in vb.net ? ?

Discussion in 'Visual Basic ( VB )' started by nel, Nov 17, 2010.

  1. nel

    nel New Member

    Joined:
    Nov 1, 2010
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    Occupation:
    no
    Location:
    surat
    Code:
    cn = New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data source=C:\solutionvs10\test\test\bin\Debug\db2.mdb;J[B]et OLEDB:Database Password=secre[/B]t")
    
    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 a moderator: Nov 18, 2010
  2. virxen

    virxen Active Member

    Joined:
    Nov 24, 2009
    Messages:
    387
    Likes Received:
    90
    Trophy Points:
    28
  3. ManzZup

    ManzZup New Member

    Joined:
    May 9, 2009
    Messages:
    278
    Likes Received:
    43
    Trophy Points:
    0
    Occupation:
    Production Manager:Software @ ZONTEK
    Location:
    Sri Lanka
    Home Page:
    http://zontek.zzl.org
    in VS 2010 yu have "setup and Deployment" project
    choose that and other things you can understand
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice