Required files
The following files are required in order to update MatchPoint Guardtime KSI:
- assets\solutions\Colygon.MatchPoint.Guardtime.KSI.wsp
- update.ps1
Update
In order to update the MatchPoint Guardtime KSI solution, follow these steps:
Run a new "SharePoint 2016 Management Shell" instance as administrator.
Change the directory to the solution package location.
Example:
cd <path-to-solution-package>
Run the update script.
Example:
.\update.ps1
Provide the web application parameter. This parameter specifies the web application where the MatchPoint Guardtime KSI solution is installed.
Example:
WebApplicationUrl: http://myMatchPointWebApplication.com
Provide the MatchPoint administration site relative URL. This specifies the server relative URL of the MatchPoint Administration site.
Example:
AdminSiteRelativeUrl: /admin
This script will update the MatchPoint Guardtime KSI solution.