| Installing AgilePoint SharePoint Integration / Manual AgileForms SharePoint Integration Installation | |
To install the solution files for AgileForms SharePoint Integration using the PowerShell command line tool, do the following.
SharePoint Integration for AgilePoint:
Add-SPSolution "[AgileForms SharePoint Integration
installation folder]\AgilePoint.AgileForms.WebParts.wsp"
This copies the wsp files from the installation folder (The default location is [AgilePoint installation folder]\AgilePoint Integration for SharePoint.), and adds them to SharePoint's Central Administration repository. You can specify a different path in the command.>
Install-SPSolution -WebApplication "[Site Collection URL]" -GACDeployment
-FullTrustBinDeployment -Identity AgilePoint.AgileForms.WebParts.wsp
-CompatibilityLevel All
Site Collection URL Example: http://mysharepoint:8080/sites/mysite
Install-SPApplicationContent
Enable-SPFeature -Url "[Site Collection URL]" -Identity AgileFormsWebParts
Site Collection URL Example: http://mysharepoint:8080/sites/mysite