cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ritulranjan
Level 5

How to install a feature that was not previosuly installed in Maintenance mode?

Hi,

Is there a way to:
1. Install a feature that was previously not-installed from Maintenance mode, without 'Modify' option? Basically, to select features from InstallScript and then install it.
2. Un-Install a feature completely and then Install it back from Maintenance mode? I guess, 'Repair' just re-installs all the previously selected features and does NOT un-install any feature.


regards,
RR.
Labels (1)
0 Kudos
(1) Reply
ritulranjan
Level 5

Project Type: InstallScript MSI

The problem:
During maintenance mode we need to completely un-install a feature and then re-install it.

However, when I call the following in OnMaintUIBefore():
FeatureSelectItem(MEDIA, SOME_FEATURE, FALSE);
FetureTransferData(MEDIA);

followed by:
FeatureSelectItem(MEDIA, SOME_FEATURE, TRUE);
FeatureTrandferData(MEDIA);

The feature get removed, however, it doesn't get installed back!

regards,
RR
0 Kudos