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
- :
- How To Update An Existing Installation
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
Mar 06, 2013
11:22 AM
How To Update An Existing Installation
I'm completely new to InstallShield. I've downloaded the Professional version for evalution. I've figured out how to set up an initial setup program with the installation of files, that was rather easy. The more daunting aspect for me, is how do I update and existing installation?
I’d like an update package that will perform the following tasks.
I’ve read about updating, but it’s just all rather overwhelming, to me at any rate. I don’t know where to begin.
I’d like an update package that will perform the following tasks.
- I don’t want to remove the files that are already there. In other words, remove all files and just install new files. For example, the target file structure has configuration files with specific configuration information that is set AFTER installation to deal with the target host system. I don’t want to repeatedly have to modify that configuration file. In other words, install it once and leave it.
- Add new files if there are any to be added.
- Overwrite files at the target location if the same file name is present in the new installation package.
- Modify the version number of the Installer so it’s obvious the installation has changed since the previous.
I’ve read about updating, but it’s just all rather overwhelming, to me at any rate. I don’t know where to begin.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 08, 2013
08:07 AM
you can refer Major upgrade and Minor upgrade documentation to begin with.