Click to See Complete Forum and Search --> : Version Controll help!!!!!!!!!


vivek_29
March 29th, 2001, 06:23 AM
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.

Jean-Guy2000
March 29th, 2001, 09:08 AM
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