How can I distribute a VB.NET application
-
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
-
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
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
-
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