VB.Net
  Home arrow VB.Net arrow Deploying Applications in VB.NET: Part 1/2
Dev Articles Forums 
ADO.NET  
Apache  
ASP  
ASP.NET  
C#  
C++  
ColdFusion  
COM/COM+  
Delphi-Kylix  
Design Usability  
Development Cycles  
DHTML  
Embedded Tools  
Flash  
Graphic Design  
HTML  
IIS  
Interviews  
Java  
JavaScript  
MySQL  
Oracle  
Photoshop  
PHP  
Reviews  
Ruby-on-Rails  
SQL  
SQL Server  
Style Sheets  
VB.Net  
Visual Basic  
Web Authoring  
Web Services  
Web Standards  
XML  
Mobile Linux 
App Generation ROI 
IBM® developerWorks 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
VB.NET

Deploying Applications in VB.NET: Part 1/2
By: Jayesh Jain
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 256
    2002-11-03

    Table of Contents:
  • Deploying Applications in VB.NET: Part 1/2
  • What is Microsoft Windows Installer?
  • Modifying Properties (contd.)
  • Conclusion

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    Deploying Applications in VB.NET: Part 1/2


    (Page 1 of 4 )

    Ever wondered how to deploy your own VB.NET applications? In this 2 part article, Jayesh runs you through everything you need to know to get started ASAP!Remember back in the good old DOS days when application were small and just copying those file(s) to the clients machine was all it needed to run? Unfortunately, that wont work today.

    Applications are getting more sophisticated and complicated everyday, and they need to be installed on the client's machine with utter care and in the right folders so as to make sure that every file on the client's computer is accounted and installed properly and that it does not break any existing application.

    When an application is uninstalled, it should not break any existing applications and it should return the computer to its original state. Overall, this whole process should be transparent and simple for the end user.

    If you're having problems deploying your Visual Basic.NET applications then fret no more! In this article I will go through the process of creating a deployment for our application in Visual Basic.NET, which will be a simple one executable file application, which requires us to install databases, sample files, help files, etc (in short, complicated!).

    For all you VB6 or earlier programmers, there is no Package & Deployment Wizard in VB.NET as the deployment in now a project type.

    Unlike the old VB6 deployment kit, which created script-based setup files, VB.NET creates an installer (.msi) file, which is more advanced and smarter than the old setup files.

    All application develop under VB.NET require the .NET framework to be installed on the clients machine. Even the installer built with VB.NET needs the .NET framework, and hence you need to install the .NET framework before installing your application.

    More VB.Net Articles
    More By Jayesh Jain


       · Nice intro, where's Part 2 ?
       · What a great article! Although i haven't tried it yet (but i will, maybe...
       · nice explanation and complete with satisfaction....
       · Firstly thanks for the explanation.I recently downloaded VB2008 Express Edition...
       · Thanks man, this is a great article for beginners. I have tested the procedures and...
       · Nice Explanation by the author of deploying the vb.net application but till I have...
       · I recently struggled with this.The answer is simple but very difficult to find. ...
       · Thanks for this article, Iwish u knew the great favour it did.Well done
       · i want mini application with gui example with connection Ado to VB.Net.
       · Hi this was a satisfaction guaranteed kinda article....i was searching for the same...
       · Very helpful article I must say. Thank you.
       · I too have the VB 2008 Express version.I have found that, by right-clicking on the...
     

    VB.NET ARTICLES

    - MyClass - Implementing Polymorphism in VB.Net
    - Building a News Ticker Using VB.Net
    - Everything You Wanted to Know About Forms In...
    - Building Assemblies with VB.Net
    - Simple VB.NET Notify Icon with Panel Applica...
    - Regular Expressions in .NET
    - String Encryption With Visual Basic .NET
    - Deploying Applications in VB.NET: Part 1/2
    - Watching Folder Activity in VB.NET
    - Creating A Windows Service in VB.NET
    - Implementing The Google Web Service In VB.NET
    - Migrating to Visual Basic.NET from Visual Ba...







    © 2003-2009 by Developer Shed. All rights reserved. DS Cluster 2 Hosted by Hostway
    For more Enterprise Application Development news, visit eWeek