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

what is the difference between Repair and Modify?

Hi,

Can anybody tell me 'what is the difference between Repair and Modify?'

for example:
If feature-A and feature-B is installed and in modify if we unselect feature-B then feature-B components, files needs to be removed? or not?
Labels (1)
0 Kudos
(2) Replies
ChandanOmkar
Level 8

Repair will re-copy those files only which are required by the features those are installed. It will not copy the files of those features which are not installed.

However modify will give you an option to change the feature selection. The modify window will appear with all the features available, installed were selected and not installed were un selected. Here if you select any feature that feature will install, and if you deselect any feature, then that feature will remove by the setup.

If feature-A and feature-B is installed and in modify if we unselect feature-B then feature-B components, files needs to be removed? or not?
- YES, Feature B should be removed.
0 Kudos
anilkumar_mca
Level 8

ChandanOmkar,

Thanks for your replay, unselected feature's component will uninstall.... but we need to take care about script created changes right? how can we accomplish this...
shall we have to write a code like:
if(feature-B selected) then
installcomponents();
else
uninstallcomponents();
endif;

or anyother way...
0 Kudos