cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ChandanOmkar
Level 8

Do not want to remove feature if its deselected during modify

I have created a project in IS 2008 Professional edition. It has 4 features. During maintenance mode if i select modify then
if i deselect any feature which was already installed, then the setup removes the deselected feature. I do not want to remove the deselected feature. I want to implement the condition for only one feature.

Is there any way to prevent remove in modify.:confused:

Thanks In advance.
Labels (1)
0 Kudos
(2) Replies
ChandanOmkar
Level 8

no one...?
0 Kudos
MichaelU
Level 12 Flexeran
Level 12 Flexeran

There's no great way to do this. You could add some control events that detect the case where such a feature was previously installed and is set for removal, and add it back, e.g. with the AddLocal Control Event, or block forward movement in the dialog sequence. But neither prevents silent execute-sequence only cases called with REMOVE=ThatFeature, so you'd have to do something similar in the execute sequence...if that case is important enough to override the expert user.
0 Kudos