Monthly Archives: July 2012

You are browsing the site archives by month.

Power Shell

Self explanatory:

Add-SPSolution c:\code\SharePointProject2\bin\debug\SharePointProject2.wsp

Install-SPSolution –Identity SharePointProject2.wsp –WebApplication http://sp2010 -GACDeployment

Update-SPSolution –Identity SharePointProject2.wsp –LiteralPath c:\code\SharePointProject2\bin\debug\SharePointProject2.wsp –GACDeployment

Remove-SPSolution –Identity SharePointProject2.wsp

Uninstall-SPSolution –Identity SharePointProject2.wsp –WebApplication http://sp2010