Sharepoint: how to deploy a wsp
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