Search for answers or browse about Sintel Forms.
Updating Sintel Forms for SharePoint On-Prem
Updating Sintel Forms
- Download the latest version (Build 1.42.0.1310) of Sintel.Forms.Onprem.wsp to a location on one of your SharePoint servers (we will assume the C:\ drive)
- Run the following command:
Update-SPSolution -Identity Sintel.Forms.Onprem.wsp -LiteralPath “C:\Sintel.Forms.Onprem.wsp” -GACDeployment That’s it, you now have the latest version of Sintel Forms On-Prem installed on your environment.
Updating Your License
- Contact info@sintelapps.com to get your new license file Sintel.Forms.OnPremise.License.wsp and once you receive it simply copy it to a location on one of your SharePoint servers (we will assume the C:\ drive)
- Run the following command:
Update-SPSolution -Identity Sintel.Forms.OnPremise.License.wsp -LiteralPath “C:\Sintel.Forms.OnPremise.License.wsp” -GACDeployment
That’s it, you now have a new license for Sintel Forms On-Prem installed on your environment.
#retracting the solutions Uninstall-SPSolution -Identity Sintel.Forms.Onprem.wsp -AllWebApplications Uninstall-SPSolution -Identity Sintel.Forms.OnPremise.License.wsp -AllWebApplications #removing the solution Remove-SPSolution -Identity Sintel.Forms.Onprem.wsp Remove-SPSolution -Identity Sintel.Forms.OnPremise.License.wsp