This might be useful information if you're attempting to deploy a .wsp file that installs a GAC-deployed feature on a SharePoint 2010 farm:
Accessing Powershell:
- Click Start -> Microsoft SharePoint 2010 Products -> SharePoint 2010 Management Shell
- Add-spsolution -literalpath \\filepath\wspfilename.wsp
- Install-spsolution -identity wspfilename.wsp -webapplication http://webapplicationname -gacdeploy
- Enable-spfeature featuredirectoryname -Url http://webapplicationname
- Disable-spfeature featurefoldername -Url http://webapplicationname
- Uninstall-spsolution -identity wspfilename.wsp -webapplication http://webapplicationname
- Remove-spsolution -identity wspfilename.wsp
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.