Installfeature: Stsadm operation (Office SharePoint Server)
Updated: April 26, 2007
Applies To: Office SharePoint Server 2007
Updated: 2007-04-26
Operation name: Installfeature
Installs a feature.
Note:
|
|---|
|
Farm-scoped features are also automatically activated during this stage. Other features might still need to be activated. |
Syntax
stsadm -o installfeature
-filename <relative>
-name <feature folder>
[-force]
Parameters
|
Parameter |
Value |
Required? |
Description |
||
|
filename |
A valid file path, such as "MyFeature\Feature.xml" |
Yes |
Path to feature must be a relative path to the 12\Template\Features directory. Can be any standard character that the Windows system supports for a file name.
|
||
|
name |
Name of the feature directory, such as “MyFeature” |
Yes |
Name of the feature folder located in the 12\Template\Features directory |
||
|
force |
<none> |
No |
Forces an installation of a feature that is already installed. |

Note: