Indigo Rose Software

Go Back   Indigo Rose Software Forums > Old Versions > Setup Factory 5.0

 
 
Thread Tools Display Modes
  #1  
Old 02-06-2000
Peder Peder is offline
Forum Member
 
Join Date: Feb 2000
Location: Sonoma, Ca, USA
Posts: 5
VB5 to VB 6 and uninstall questions

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).]
  #2  
Old 02-07-2000
Colin's Avatar
Colin Colin is offline
President
 
Join Date: Jan 2000
Location: Indigo Rose Software
Posts: 126
Re: VB5 to VB 6 and uninstall questions

Peder,
The easiest thing would be to instruct your users to uninstall the old version first. However, to get things going the way you want, try this:

Option 1:
Set up your project to install the new VB6 runtimes, DAO etc as usual. As I understand it, only your executable file already exists. Go to the Properties for this file and click on the Advanced tab. In the Uninstall section, check the box labeled "Never Remove" - we'll let the previous version's uninstall remove this file. Now go to Settings > Uninstall. Make sure you give this release a unique description, registry key and configuration file name. This will create an uninstall that only removes the new files that have been added.

Option 2:
Set up your project as if this is a completely stand alone installation. Add all of your files that make up this release (You will need to add everything except the outdated VB5 files). Set the Uninstall to use the same registry key as the old release. This will leave your users with only one uninstall option for your product in the control panel. When they uninstall, the only side effect is that the VB5 runtime files will still be left on their system. This isn't the worst thing to happen, as many apps need them anyhow.

Hope this helps!
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is On



All times are GMT -6. The time now is 01:19 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright © 2000 - 2009 Indigo Rose Corporation. All rights reserved.
Indigo Rose Software