Ak chcete nasadiť balík riešení, ako * .wsp alebo * .cab SharePoint FARM.
Najprv je potrebné pridať súbor riešení balík do obchodu riešenia, potom to môže byť nasadená na úrovni webovej aplikácie, alebo v úrovni poľnohospodárskeho podniku(Global Deployment).
Použite nasledujúci príkaz stsadm pridať riešenie obchodu nasadenie.
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
(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.
Required