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
- :
- updating an "intermediate" version of a file during a patch
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
‎Jul 20, 2011
04:53 PM
updating an "intermediate" version of a file during a patch
I've created an Update.exe for one of my projects that works fine, except I've just learned that a patch of one of its files was sent to some customers between the previous release and the release that is covered by Update.exe.
The upshot of that is my Update file doesn't realize it needs to overwrite that patched app with the latest version (it's looking for the previous release's version, after all), and so all of the latest and greatest are not installed.
Aside from creating another Update.exe configuration that targets this patched app, how can I have my Update file upgrade any file with an older date stamp/version?
Thanks...
The upshot of that is my Update file doesn't realize it needs to overwrite that patched app with the latest version (it's looking for the previous release's version, after all), and so all of the latest and greatest are not installed.
Aside from creating another Update.exe configuration that targets this patched app, how can I have my Update file upgrade any file with an older date stamp/version?
Thanks...
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 25, 2011
01:41 PM
Has anyone run into this situation?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 27, 2011
01:53 AM
If you want the patch to update the file no matter what is installed previously, set always overwrite attribute and that will just do the work.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 27, 2011
01:13 PM
Hi,
That's precisely what I ended up doing. Thanks for your input!
I just need to be kept in the loop when production distributes these patch versions. :rolleyes:
That's precisely what I ended up doing. Thanks for your input!
I just need to be kept in the loop when production distributes these patch versions. :rolleyes:
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 04, 2011
05:00 AM
mano.n.s75 wrote:
If you want the patch to update the file no matter what is installed previously, set always overwrite attribute and that will just do the work.
Hi,
My files are dynamically linked, so there is no "Overwrite" attribute. User has applied manual patch by replacing some files like .aspx, .css etc. Now when we run our latest patch installer, then all the files are getting updated except the manually replaced files.
Please share me if you have any idea about the solution. Thanks in advance.