- 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]"
- In the stsadm tool, execute the following command:
stsadm –o copyappbincontent
- 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