disable a feature on commandline
I want to disable installation of a particular feature at commandline. Any one aware of how to do this?
0 Comments
[ + ] Show comments
Answers (7)
Please log in to answer
Posted by:
jonasm
18 years ago
Posted by:
Novice_123
18 years ago
Posted by:
jojo moto
18 years ago
Posted by:
jonasm
18 years ago
Posted by:
jojo moto
18 years ago
jonasm's method is good to,
And is not very complicated :
But I think it's the opposite,
An installed feature will be set from 1 and greater (ex.100)
If you want to uninstall that feature, pass the value to 0 for the "Display" and "Level" columns,
The display concerns the features that you can see and choose from during the basic install, 0 hides it.
The level corresponds to the actual feature being installed, 0 does not install the feature, if I am not mistaking.
The exact table is the feature table, and not the property table.
Once your features set to zero, or dropping the feature's row, you can generate your mst.
And is not very complicated :
But I think it's the opposite,
An installed feature will be set from 1 and greater (ex.100)
If you want to uninstall that feature, pass the value to 0 for the "Display" and "Level" columns,
The display concerns the features that you can see and choose from during the basic install, 0 hides it.
The level corresponds to the actual feature being installed, 0 does not install the feature, if I am not mistaking.
The exact table is the feature table, and not the property table.
Once your features set to zero, or dropping the feature's row, you can generate your mst.
Posted by:
jonasm
18 years ago
Posted by:
rpfenninger
18 years ago
To clarify things:
Jonas is absolutely right.
If you don't want to install one specific feature, check the value from the INSTALLLEVEL property from within the PROPERTY table and set the value LEVEL in the FEATURE table of the appropriate row (that feature) to one higher than the INSTALLLEVEL property value.
Good luck
Roland
Jonas is absolutely right.
If you don't want to install one specific feature, check the value from the INSTALLLEVEL property from within the PROPERTY table and set the value LEVEL in the FEATURE table of the appropriate row (that feature) to one higher than the INSTALLLEVEL property value.
Good luck
Roland
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.