SharePoint Solution Features Tab

This pane contains a list of all features installed by the selected SharePoint Solution.
Solution Features

Add feature

You can add a new feature to your solution by clicking button, selecting “Add...” context menu item or by pressing Ins key. A folder selection dialog is then shown, allowing you to select your feature folder.
Edit feature

You can modify the selected feature options by clicking button, selecting “Edit...” context menu item or by pressing Space key. Editing is performed through "Feature Information" dialog.
Remove features

You can remove the selected features by clicking button, selecting “Remove” context menu item or by pressing Del key.
Feature Information

Information

ID

This field contains the feature ID. You can generate a new one by clicking button or modify the existing ID manually.
Scope

Each feature can have its own scope. SharePoint supports four different scopes:
- Farm - the feature will be available at farm level (it will be a farm feature).
- Site - the feature will be available on all site collections (it will be a site collection feature).
- Web - the feature will be available at a web site level (it will be a site feature).
- WebApplication - the feature will be available on all web applications (it will be a web application feature).
Options

Activate during install

When this option is checked, the feature will always be activated during installation. This option ignores ActivateOnDefault attribute.
Global solutions can be activated by this option only for
Farm scope.
Activate by default

This option sets ActivateOnDefault attribute to TRUE when checked and to FALSE when unchecked. If it's checked, the feature is activated by default during installation or when a Web application is created.
ActivateOnDefault attribute is used only by
Farm and WebApplication scopes.