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
- :
- Re: Can I repair a patched application?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Feb 12, 2008
12:55 PM
Can I repair a patched application?
Is it possible to run a repair on the base application after a patch has already been installed?
For example, I have a base version 1.0. I also have a small update packaged as a patch (v1.1) that will update only 10 files or so, original is around 2K files.
Can a client who is on version 1.1 (1.0 + 1.1 Patch) run a repair from the 1.0 media to fix a corrupted file that was not included in the patch? What sort of ramifications can this cause for future updates?
For example, I have a base version 1.0. I also have a small update packaged as a patch (v1.1) that will update only 10 files or so, original is around 2K files.
Can a client who is on version 1.1 (1.0 + 1.1 Patch) run a repair from the 1.0 media to fix a corrupted file that was not included in the patch? What sort of ramifications can this cause for future updates?
(4) Replies
‎Feb 14, 2008
04:55 PM
Help anyone? A workaround even.
Thanks...
Thanks...
‎Feb 14, 2008
05:11 PM
You should be able to run a repair either from the Repair button from the application's Add/Remove Programs entry, with msiexec /f, or by re-running the original setup.exe. One thing to note is the repair will run with the patch applied to the base MSI package. Any files not touched by the patch should be repaired from the original media. This shouldn't cause any adverse behavior for any possible updates in the future. (On a side note, a patch installation actually runs a repair of the product with the patch applied to the base cached MSI and any existing patches.)
‎Feb 14, 2008
05:25 PM
Thank you!
‎Feb 14, 2008
06:07 PM
Just to clairfy, is this only the case when using Windows Installer 3.0 and above or is this vaild for installs using WI 2.0 as well?