Sharepoint: how to deploy a wsp

This entry was posted by on Thursday, 16 August, 2012 at

Assuming your wsp is in c:\tmp and is called DemoWebService.wsp

cd C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN>

stsadm.exe -o addsolution -filename c:\tmp\DemoWebService.wsp
stsadm -o deploysolution -name DemoWebService.wsp -immediate -allowGacDeployment

-allowGacDeployment deploys it in the Global Assembly Cache - that is Full Controll

Leave a Reply