Како да се распоредат решение пакет во Мос 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.
Ако растворот пакет е специфична за веб апликација -url параметар може да се одреди.

Оставете Одговор

Можете да ги користите овие HTML таговите

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