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
- :
- Update only exe and config files
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
Apr 03, 2011
10:25 AM
Update only exe and config files
Is there a way to create a simple installation package that will simply overwrite existing exe and config files without requiring the entire application to be uninstalled? I am using the free version of installshield that comes with VS 2010. I created an initial installation project within my solution. I then created a second installation project for exe updates hoping to include only the VS project outputs and none of the many files, prerequisites, etc included in my initial installation. Is there some way I can cause my update project to simply overwrite the exe and config files that may exist?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 05, 2011
08:14 AM
Hello ,
You may perform the following steps to create an upgrade.
In an upgrade ensure that the Product version is higher than the base version and the Product code is different.
In the upgrades paths view, create a new upgrade path.
Refer the setup.exe or an msi file of the base version.
If you do not have the setup file of the older version, then ensure that the upgrade code of the new version of the installer is same as that of the older version. Specify appropriate values in the Min version and Max version field for the new upgrade path created.
You may also refer the following thread.
http://community.flexerasoftware.com...d.php?t=194062
Thanks,
Madusree
You may perform the following steps to create an upgrade.
In an upgrade ensure that the Product version is higher than the base version and the Product code is different.
In the upgrades paths view, create a new upgrade path.
Refer the setup.exe or an msi file of the base version.
If you do not have the setup file of the older version, then ensure that the upgrade code of the new version of the installer is same as that of the older version. Specify appropriate values in the Min version and Max version field for the new upgrade path created.
You may also refer the following thread.
http://community.flexerasoftware.com...d.php?t=194062
Thanks,
Madusree