cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
palanisamy
Level 7

Minor upgrade problem

Hi,

My project type i s BasicMSI project.

My application version is 1.0.25, it conatins 15 dll and 5 exe file components,

During minor upgrade from 1.0.25 to 1.0.26, i need to delete one dll and one exe file, If i delete the component minor upgrade not working fine and remaing files are not updated,

Please help how to remove files during minor upgrade?
Labels (1)
0 Kudos
(2) Replies
Reureu
Level 10

That's a classic!
A minor upgrade is not supposed to remove files.

  • In theory, you would need to use a major upgrade for such a scenario.
  • In practice, you might be able to handle that by adding one entry in the RemoveFile table.
0 Kudos
RobertDickau
Flexera Alumni

Quite right: please see the topic "Changing the Product Code" for changes that require a major upgrade.

InstallShield's update validation (described in help topic "Validating Upgrades, Patches, and QuickPatch Packages") will automate some of this: Val0006 catches the removed-component case, for example. The corrective measures described at the bottom of the Val0006 topic describe other options, such as using the RemoveFile table.
0 Kudos