SharePoint - ADD Solution
To add soluiton to your website, do: # ADD Solution - Command Line "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN\stsadm" -o addsolution -filename c:\temp\solution.wsp # ADD Solution - Powershell Add-SPSolution "c:\temp\solution.wsp" Install-SPSolution -Identity solution.wsp -Force -GACDeployment -AllWebApplications