How to Deploy Solution Package in MOSS 2007

To deploy the solution package like *.wsp or *.cab in SharePoint FARM.
first we need to add the solution package file to the solution store, then it can be deployed at web application level or in FARM level(Global Deployment).
Use the following stsadm command to add the solution to the deployment store.
stsadm -0 addsolution -filename solutionpackage.wsp

Now the solution is successfully added to solution store, then deploy the solution to web app/global deployment

To deploy the solution execute the following stsadm command

stsadm -o deploysolution -name -immediate
(To Deploy the solution Immediately, if required particular time can be specified to deploy the solution)

Done…..Now the solution file succesfully deployed globally.
If the solution package is specific to web application -url parameter can be specified.

Leave a Reply

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>