Nasıl MOSS Çözüm Paketi dağıtma için 2007

SharePoint ÇİFTLİK içinde * .wsp veya * .cab gibi çözüm paketi dağıtmak için.
İlk biz çözüm saklamak için çözüm paketi dosyasını eklemeniz gerekir, o zaman web uygulama düzeyinde veya ÇİFTLİK düzeyinde dağıtılabilir(Küresel Dağıtım).
Dağıtım deposuna çözüm eklemek için aşağıdaki Stsadm komutunu kullanın.
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.

Bir Yanıt bırak

Kullanabileceğiniz Bu HTML etiketleri

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