Select Individual Component to Uninstall in script
Posted: Wed Jan 14, 2015 2:32 am
by ramu2020
How can I Select Individual Component to Uninstall in the MSI script?
Re: Select Individual Component to Uninstall in script
Posted: Thu Jan 15, 2015 12:53 pm
by FrancescoT
Dear Ramu2020,
it's not possible to selectively select which file have to be removed at un-install time ... unless you define a set of features with your project. In this case and at maintenance time, it's possible to select the feature to remove or to add.
At this purpose, please have a look at the Feature sample available from the link below.
http://www.installaware.com/forum/viewtopic.php?f=2&t=6772Regards