This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Another version is installed...
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 25, 2016
08:41 AM
Another version is installed...
Dear friends,
I want my setup will update an old version of my product.
Though I put in Major Upgrade Style "Complete Uninstall then Reinstall" and change version from 1.2 to 2.0
if I run setup on computer with old version (1.2) I get "Another version is installed...".
What I do wrong ?
I want my setup will update an old version of my product.
Though I put in Major Upgrade Style "Complete Uninstall then Reinstall" and change version from 1.2 to 2.0
if I run setup on computer with old version (1.2) I get "Another version is installed...".
What I do wrong ?
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 03, 2016
11:44 AM
read help on Major Upgrades
generate new PackageCode & ProductCode GUIDs
generate new PackageCode & ProductCode GUIDs
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 11, 2016
07:21 AM
Cygnusx1 wrote:
read help on Major Upgrades
generate new PackageCode & ProductCode GUIDs
Hi,
we have the same problem with InstallShield 2015 LE from within Visual Studio.
We also changed the Product code and provided an upgrad path.
On contrast to online help, there is no possibility to change the package code, so we didn't.
When we don't change Product Code, we get the message as mention by the guy in the thread before.
No automatic uninstall.
When we change the code, we get a parallel installation an the old version stays on disk.
Is it possible to do an full upgrade installation with Inst-Shield 2015 LE ?
How can we change the package code?
Help file ist NOT consitent with Intall Shield UI.
Thanks and best regards
RB
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 15, 2016
11:06 AM
Hi,
I handle it in that way, X means Change
Update | Package Code | Product Version | Product Code | Upgrade Code
Small Update | X | |
Minor Upgrade | X | X |
Major Upgrade | X | X | X
So for a Major upgrade you have to Change PackageCode (InstallShield Regenerates this code automatically on a new build), ProductVersion and ProductCode.
Edit: my table sucks :mad:
I handle it in that way, X means Change
Update | Package Code | Product Version | Product Code | Upgrade Code
Small Update | X | |
Minor Upgrade | X | X |
Major Upgrade | X | X | X
So for a Major upgrade you have to Change PackageCode (InstallShield Regenerates this code automatically on a new build), ProductVersion and ProductCode.
Edit: my table sucks :mad:
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 15, 2016
04:58 PM
MrTree wrote:
Hi,
So for a Major upgrade you have to Change PackageCode (InstallShield Regenerates this code automatically on a new build), ProductVersion and ProductCode.
Edit: my table sucks :mad:
Thanks for the answer.
As I already wrote,, we did it with no consequences for the Installation.
See thread above.