How Can We Help?

Search for answers or browse about Sintel Forms.

Updating Sintel Forms for SharePoint On-Prem

You are here:
This article covers how to upgrade Sintel Forms On-Prem to the latest version and also how to update your license if you are using an annual renewal license. Sintel Forms On-Prem runs on SharePoint Server 2013, 2016 & 2019. However, as extended support for Sharepoint 2013 ended on April 11 2023, we recommend using SharePoint Server 2016 or 2019.

 

Sintel Forms requires the .NET Framework 4.7.2 (or newer) to be installed on all SharePoint servers in the environment.

 

Updating Sintel Forms

  1. Download the latest version (Build 1.43.0.1472) of Sintel.Forms.Onprem.wsp to a location on one of your SharePoint servers (we will assume the C:\ drive)
  2. 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

This step is generally not necessary unless your license is due for renewal or has expired. In this case, we will provide you with a new license solution file and you can update it using the following steps.

 

  1. 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)
  2. 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.

 

If you need to retract or remove the solutions you can use the following commands

#Retracting the solutions

  • Uninstall-SPSolution -Identity Sintel.Forms.Onprem.wsp
  • Uninstall-SPSolution -Identity Sintel.Forms.OnPremise.License.wsp -AllWebApplications

#Removing the solutions

  • Remove-SPSolution -Identity Sintel.Forms.Onprem.wsp
  • Remove-SPSolution -Identity Sintel.Forms.OnPremise.License.wsp
Was this article helpful?
0 out of 5 stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.
Table of Contents