Mar 06, 2013
11:22 AM
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 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.
... View more
Labels
- Labels:
-
InstallShield 2012
Mar 01, 2013
10:47 AM
Using the SpringEdition 2012 LE. Created a project in Visual Studio 2012 that installs folders and files. Works fine. However, when I uninstall the program ( after running the msi again), all files that were installed get removed. Okay...that's not so surprizing. However, that's not what I want. How do I prevent that? In other words, remove the "Installed program" from Windows, the registry and so forth, but leave the files. So the next time the installation program is run, the files are just updated, or new files are added to the current file structure that was set up originally.
... View more
Labels
Latest posts by beachdog
Subject | Views | Posted |
---|---|---|
1116 | Mar 06, 2013 11:22 AM | |
465 | Mar 01, 2013 10:47 AM |
Activity Feed
- Posted How To Update An Existing Installation on InstallShield Forum. Mar 06, 2013 11:22 AM
- Posted How to Uninstall Without Removing Previous Files on InstallShield Forum. Mar 01, 2013 10:47 AM