To install the solution files for AgilePoint BPMS using the SharePoint STSADM command line tool, do the following.
SharePoint Integration for AgilePoint:
stsadm –o addsolution –filename
"[AgilePoint SharePoint Integration installation]\
Ascentn.SharePoint.SettingsList.wsp"
stsadm –o addsolution –filename
"[AgilePoint SharePoint Integration installation]\
Ascentn.SharePoint.WebParts.wsp"
stsadm –o addsolution –filename
"[AgilePoint SharePoint Integration installation]\
Ascentn.SharePoint.WFIntegration.wsp"
stsadm –o addsolution –filename
"[AgilePoint SharePoint Integration installation]\
Ascentn.SharePoint.ListForm.wsp"
SharePoint Integration for AgileXRM only:
stsadm -o addsolution -filename
"[AgilePoint SharePoint Integration installation]\
Ascentn.SharePoint.WebParts_XRM.wsp"
This copies the wsp files from the installation folder (The default location is [AgilePoint installation]\AgilePoint Integration for SharePoint.) to the home folder of the stsadm tool. You can specify a different path in the command.
SharePoint Integration for AgilePoint:
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]"
SharePoint Integration for AgileXRM only:
stsadm -o deploysolution -name
Ascentn.SharePoint.WebParts_XRM.wsp -immediate
–allowgacdeployment
stsadm –o copyappbincontent
SharePoint Integration for AgilePoint:
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