I have two components in install shield setup. Now I am going to remove those two components and new two components but I want to keep those older components when user update my product. Is there any way to keep older components while update ?
Asked
Active
Viewed 35 times
0
-
What is in those older components? This is an MSI installer? Are you using major upgrades? – Stein Åsmul Mar 06 '18 at 22:19
-
In older have some files. Not an MSI installer. Don't know which type of update require for this. – Hkachhia Mar 07 '18 at 04:36
1 Answers
0
As long as you do not perform a Major Upgrade on the target system, the files associated with the deleted components will not be deleted from the system during an update.

Lance Snead
- 36
- 2
-
Okay Thanks But what about if user upgrade the product ? if already installed – Hkachhia Mar 07 '18 at 04:38
-
The files of deleted components will remain on the system during an upgrade, even if already installed. – Lance Snead Mar 07 '18 at 15:23