Skip Navigation Links      
Register | Search | Add To Favorites
 
User Name  
Password  
 
Register | Forgot Password   


   
 Total Users Online: 14
 Expired sessions: 12
 Total Registered Users:  641
 Newest User: inttim

 
MyCodeKB : store, share and find code!

Installing Web Part -Sharepoint Portal Server 2003
Paul Zanbaka

 

Please Register with this site
 

cd <<drive:>>\Program Files\Common Files\Microsoft Shared\web server extensions\60\BIN
 

example if on Sharepoint is on C:
cd C:\Program Files\Common Files\Microsoft Shared\web server extensions\60\BIN

 

Adding a web part
stsadm.exe -o addwppack -filename <path to Web Part Package> -force -url <URL> -globalinstall

example:
stsadm.exe -o addwppack -filename C:\Webpart.cab -force -url http://portal  -globalinstall

To get help on stsadm for the add web part operation

 

 



   


Advanced Search

   


Resources
Become A Partner
View Columnists
Recommended Books

Copyright © 2004  MyCodeKB.COM (<Paul Zanbaka />) All rights reserved.

This site is best viewed at 1024x768 screen resolution.
Add To Favorites | Back to Top