Add, Deploy, and Activate the SharePoint Solution Files

Prerequisites

Navigation

  1. Open the stsadm command line tool.
    • SharePoint 2010 - C:\Program Files\Common Files\Microsoft Shared\web server extensions\14\BIN\stsadm.exe

Instructions

  1. In the stsadm tool, deploy the solution files to SharePoint:
    stsadm -o deploysolution -name ascentn.sharepoint.settingslist.wsp 
                 -immediate -allowgacdeployment -url "[Site Collection URL]"
    stsadm -o deploysolution -name Ascentn.SharePoint.ListForm.wsp 
         -immediate -allowgacdeployment -url "[Site Collection URL]" 
    stsadm -o deploysolution -name Ascentn.SharePoint.WebParts.wsp 
         -immediate -allowgacdeployment -url "[Site Collection URL]"
    stsadm -o deploysolution -name Ascentn.SharePoint.WFIntegration.wsp 
         -immediate -allowgacdeployment -url "[Site Collection URL]"
  2. In the stsadm tool, execute the following command:
    stsadm –o copyappbincontent
  3. In the stsadm tool, activate the features:
    stsadm -o activatefeature -name Agilepointsettingslistfeature 
         -url "[Site Collection URL]" –force
    stsadm -o activatefeature -name agilepointlistform 
         -url "[Site Collection URL]" -force
    stsadm -o activatefeature -name agilepointwebparts 
         -url "[Site Collection URL]" -force
    stsadm -o activatefeature -name agilepointwfintegration 
         -url "[Site Collection URL]" -force