Deploy sharepoint 2010 wsp commands

Uninstall-SPSolution -Identity helloworld.wsp -WebApplication http://abc

Remove-SPSolution -Identity  helloworld .wsp

Add-SPSolution "E:\helloworld.wsp"

Install-SPSolution –Identity helloworld.wsp -WebApplication http://abc -GACDeployment

你可能感兴趣的:(SharePoint)