Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. How can I distribute a VB.NET application

How can I distribute a VB.NET application

Scheduled Pinned Locked Moved Visual Basic
questioncsharphelpannouncement
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    jlizardo
    wrote on last edited by
    #1

    Hi everyone; Right now I'm develop a application using VB.NET, nice. But i have to go all the machine to install this application, one by one. How i can create a page (I think using ASP) when the user click to the link, download my application and install?. If the application already exists into the user machine, the installation must be unistall first anf then install the new version. Please help me on that. Johnny Lizardo

    C H 2 Replies Last reply
    0
    • J jlizardo

      Hi everyone; Right now I'm develop a application using VB.NET, nice. But i have to go all the machine to install this application, one by one. How i can create a page (I think using ASP) when the user click to the link, download my application and install?. If the application already exists into the user machine, the installation must be unistall first anf then install the new version. Please help me on that. Johnny Lizardo

      C Offline
      C Offline
      Colin Angus Mackay
      wrote on last edited by
      #2

      In Visual Studio, select File-->New-->Project... or File-->Add Project-->New Project... (if you want to add the deployment project to an existing solution - which is useful because the setup project can take the output of another project in the solution which keeps everything nice and up-to-date) In the list of project types select "Setup and Deployment Projects" In the list of project templates select "Setup Project" Then give it an appropriate name and location. After this, it all really depends on what is in your project and how you want the installer to run.


      EuroCPian Spring 2004 Get Together[^] "You can have everything in life you want if you will just help enough other people get what they want." --Zig Ziglar

      1 Reply Last reply
      0
      • J jlizardo

        Hi everyone; Right now I'm develop a application using VB.NET, nice. But i have to go all the machine to install this application, one by one. How i can create a page (I think using ASP) when the user click to the link, download my application and install?. If the application already exists into the user machine, the installation must be unistall first anf then install the new version. Please help me on that. Johnny Lizardo

        H Offline
        H Offline
        hxxbin
        wrote on last edited by
        #3

        You can get trouble if your users don't have .NET support. ---- hxxbin

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups