Upgrade Guide / Upgrading from AgilePoint BPMS v5.0 (SPx) to BPMS v5.0 R2 |
If you meet the prerequisites in this topic, you must manually upgrade AglePoint SharePoint Integration. This topic describes the manual upgrade procedure using PowerShell commands.
For SharePoint 2013, the default location is Start > Microsoft SharePoint 2013 Products > SharePoint 2013 Management Shell.
Update-SPSolution -Identity Ascentn.SharePoint.SettingsList.wsp
-LiteralPath "[path]\Ascentn.SharePoint.SettingsList.wsp"
–GACDeployment -FullTrustBinDeployment
Update-SPSolution -Identity Ascentn.SharePoint.WebParts.wsp
-LiteralPath "[path]\Ascentn.SharePoint.WebParts.wsp"
–GACDeployment -FullTrustBinDeployment
Update-SPSolution -Identity Ascentn.SharePoint.WFIntegration.wsp
-LiteralPath "[path]\Ascentn.SharePoint.WFIntegration.wsp"
–GACDeployment -FullTrustBinDeployment
Update-SPSolution -Identity Ascentn.SharePoint.ListForm.wsp
-LiteralPath "[path]\Ascentn.SharePoint.ListForm.wsp"
–GACDeployment -FullTrustBinDeployment
The variable [path] represents the path on your SharePoint server where you copied the SharePoint solution files.
Install-SPApplicationContent