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
- :
- Versioning Problem
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
Sep 19, 2008
04:49 PM
Versioning Problem
Hello Everyone,
I'm kind of new to the packaging realm, so I'm hoping you guys may be able to help me out with this.
I have two packaged applications, I'll call them VW 1.0.18 and VW 2.0.5.
I have been presented with an upgrade to VW 2.0.5 that need to be upgraded to VW 2.0.6. The problem is that VW 2.0.6 changes files that are part of the VW 1.0.18 package. So, after installing VW 2.0.6 - when I run VW 1.0.18, the application repairs itself, and copies down the original files, thus replacing the "updates."
What is the best way to get around this problem? Would I have to create two installations - one that patches 1.0.18 and another that upgrades 2.0.6? I'm at a loss and under pressure to get this thing packaged and shipped out.
Is it possible to disable the auto-healing process on 1.0.18 during the install of 2.0.6?
Thanks in advance!!!
Sean
I'm kind of new to the packaging realm, so I'm hoping you guys may be able to help me out with this.
I have two packaged applications, I'll call them VW 1.0.18 and VW 2.0.5.
I have been presented with an upgrade to VW 2.0.5 that need to be upgraded to VW 2.0.6. The problem is that VW 2.0.6 changes files that are part of the VW 1.0.18 package. So, after installing VW 2.0.6 - when I run VW 1.0.18, the application repairs itself, and copies down the original files, thus replacing the "updates."
What is the best way to get around this problem? Would I have to create two installations - one that patches 1.0.18 and another that upgrades 2.0.6? I'm at a loss and under pressure to get this thing packaged and shipped out.
Is it possible to disable the auto-healing process on 1.0.18 during the install of 2.0.6?
Thanks in advance!!!
Sean
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 19, 2008
05:07 PM
Thinking out loud...
Would it be possible for me to separate the files that are getting installed by application? By that, I would create an upgrade for 2.0.6 and then a patch for 1.0.18. So, I would run the upgrade of 2.0.6, which will completely uninstall 2.0.5 and then install 2.0.6.
Then, after that apply a patch to 1.0.18 which will update the 1.0.18 files with all the updates that 2.0.6 requires to run in conjunction with 1.0.18. Does that make sense?
The only question then would be if I could possibly initiate a second MSI file after the first MSI file is complete.
Would it be possible for me to separate the files that are getting installed by application? By that, I would create an upgrade for 2.0.6 and then a patch for 1.0.18. So, I would run the upgrade of 2.0.6, which will completely uninstall 2.0.5 and then install 2.0.6.
Then, after that apply a patch to 1.0.18 which will update the 1.0.18 files with all the updates that 2.0.6 requires to run in conjunction with 1.0.18. Does that make sense?
The only question then would be if I could possibly initiate a second MSI file after the first MSI file is complete.