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 safely reorganize files in an InstallShield project
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
‎Jan 25, 2021
04:36 AM
How to safely reorganize files in an InstallShield project
We need to re-organize files in features and features in components for a product that is already used by many customers. Is it possible to do it so that the update does not stop working?
Thank you very much.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 25, 2021
04:56 AM
A Minor Upgrade would not support a reorganization like that as it it doesn't support the removal of components from features or the removal of Features themselves.
You would need to create a Major Upgrade which would be able to handle this type of change:
https://community.flexera.com/t5/InstallShield-Knowledge-Base/Create-a-Major-Upgrade/ta-p/3879
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 25, 2021
05:21 AM
Thank you very much for your quick replay!
It says " ... create a major upgrade for ... InstallScript MSI project". Does it work for InstallScript project, too?
Thanks again.