How to force deployment
- 7 Years Ago
- dean
- Installation and Activation
Question:
When using the deployment script or the web installer, I am running into a deployment issue. In my central administration, I am getting the following error message:
A feature with the ID [feature ID] has already been installed in this farm. Use the force attribute to explicitly re-install the feature. This error occurs when looking at the deployment status of a .WSP file in my solution store. What do I do?
Answer:
If you run into this issue, use the following command in PowerShell to manually force deploy the .WSP file in question:
Install-SPSolution -Identity $SolutionName -AllWebApplications -GACDeployment -Force
On a scale of 1-5, please rate the helpfulness of this article
Optionally provide private feedback to help us improve this article...
Thank you for your feedback!
Last Modified: 7 Years Ago
Last Modified By: anthony.pham
Type: HOWTO
Article not rated yet.
Article has been viewed 2.1K times.
Also In This Category