Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Wednesday, February 22, 2012

How to deploy wsp file using cmd command?

SharePoint :How to deploy wsp file using cmd command?



Add Solutions :

stsadm -o addsolution -filename [Full WSP Path]

eg:
stsadm -o addsolution -filename "C:\Development\devenvexe\bin\Release\jsanswere.WSP"

stsadm -o addsolution -filename [Full WSP Path]
Deploy Solutions

stsadm -o deploysolution -name  [only wspname]  -url [URL with Port] -allowgacdeployment -immediate -force

eg:

stsadm -o deploysolution -name  jsanswere.WSP  -url http://devenvexe.com:01 -allowgacdeployment -immediate -force

No comments:

Post a Comment