CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2001
    Posts
    71

    Version Controll help!!!!!!!!!

    How do I do Version Setup in VB.
    e.g.I created a software with 10 forms and then I created a setup and distributed to someone.
    Now I have created 3 more forms .
    What should I do so that setup for only the new 3 forms is made and when this setup is installed these 3 new forms are plugged into my older application.


  2. #2
    Join Date
    Sep 2000
    Location
    Ottawa, Ontario
    Posts
    356

    Re: Version Controll help!!!!!!!!!

    If the 3 new forms do not refer to new OCX or DLL's then just give the new EXE. If these forms have new dependancies then you will need to re-build the app and have the person re-install. I am assuming you are using the Package And Deployment wiz for Visual Studio. If you are using a commercial installer like Installshield professional then you can create a "patch" update installer.

    Jean-Guy


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured