Add, Deploy, and Activate the SharePoint Solution Files

Prerequisites

Navigation

  1. Open the stsadm command line tool.

    You can find the stsadm.exe at one of the following locations:

    • SharePoint 2007 - C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN
    • SharePoint 2010 - C:\Program Files\Common Files\Microsoft Shared\web server extensions\14\BIN

Instructions

  1. In the stsadm command line tool, enter the following. This copies the wsp files to the home folder of the installation folder for the stsadm tool. You can specify a different path in the command.
    stsadm –o addsolution –filename Ascentn.SharePoint.SettingsList.wsp
    stsadm –o addsolution –filename Ascentn.SharePoint.WebParts.wsp
    stsadm –o addsolution –filename Ascentn.SharePoint.WFIntegration.wsp
    stsadm –o addsolution –filename Ascentn.SharePoint.ListForm.wsp
  2. Deploy the following solutions to your SharePoint web applications:
    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]"
  3. In the stsadm tool, execute the following command:
    stsadm –o copyappbincontent
  4. In the stsadm tool, activate the AgilePoint 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 agilepoint agilepointwfintegration -url "[Site Collection URL]" -force