To install the SharePoint solution you can use this stsadm commands:
stsadm -o addsolution -filename name_of_your_solution_file.wsp
stsadm -o execadmsvcjobs
stsadm -o deploysolution -name name_of_your_solution_file.wsp -immediate -allcontenturls -allowGacDeployment -allowCasPolicies
stsadm -o execadmsvcjobs
Then activate the site feature:
Site Actions->Site Settings->"Site collection features "Under ("Site Collection Administration ")->scroll to "name_of_your_solution_file" and click "Activate" button.
No comments:
Post a Comment