Wednesday, September 29, 2010

09/29: Add a Event Manager To SP Document Library

 

  • Download wsp file from :http://speventsmanager.codeplex.com/
  • In SP Server : 
    • stsadm -o addsolution -filename GatWeb.SharePoint.EventsManager.wsp
    • Extract wsp file to a folder , should see  two folders named “GatWebEventsManager” and “Template”
    • Copy the whole folder “GatWebEventsManager” to “c:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\FEATURES\”
    • Copy the whole folder “Template” to  “c:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\”
    • stsadm -o installfeature -name GatWebEventsManager
    • stsadm -o activatefeature -url <fill-in-yours> -name GatWebEventsManager .eg:  stsadm -o activatefeature -url http://win-bsrsp6ohs7r/ -name GatWebEventsManager

 

Uninstall :

 

stsadm.exe -o deletesolution -name MeetingTemplate.wsp

0 Comments:

Post a Comment

<< Home