Per implementar el paquet de solucions com * .wsp o * .cab en SharePoint GRANJA.
primer hem d'afegir l'arxiu del paquet de solució al magatzem de solucions, llavors es pot implementar a nivell d'aplicació web o al nivell de GRANJA(Implementació Global).
Utilitza la següent comanda stsadm afegir la solució a la botiga de desplegament.
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.
Deixa una resposta