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