I need to upgrade from VB5 to VB6 and at the same time need to supply an updated version of my application to about 250 users WITHOUT requiring them to uninstall. If I did not need to upgrade IDE I could just check for the location of the previous install and replace the single executable. But since I need to replace VB5 DAO and runtime files this seems like it will require updating the uninstall info on the target machine. Does anyone have any ideas about how to do this? I'm wondering if it would cause problems to have no uninstall for the update and leave the previous uninstall intact.
[This message has been edited by Peder (edited 02-06-2000).]
[This message has been edited by Peder (edited 02-06-2000).]
Comment