Many of our customers upgrading their SharePoint farms to the newest 2013 version.
The upgrade process sometimes takes a long time and some of the site collections remain in 2010 mode. This state is not supported by our product's installer, as it deploys the solutions to the 15 hive in case SharePoint 2013.
In order for the products to work you need it to be deployed to 15 and 14 hives.
The instructions to do it are as following:
- If you have already run the installer, retract and remove only the product’s solution
- Open the product’s installer with an archive program , like: winrar or 7zip
- Extract the files from the archive to folder1
- Under the path folder1\resources\2013 you’ll find wsp files
- On one of your SharePoint Front-Ends open SharePoint 2013 Management Shell (under All Programs > Microsoft SharePoint 2013 Products)
- Perform the following commands on every wsp file:
- Add-SPSolution –LiteralPath [Path to wsp]
- Install-SPSolution -Identity [wsp file name] -GACDeployment -CompatibilityLevel {14,15}
- Some of the solutions have web application resources, in this case you’ll receive an error in the previous command, run it again with the –AllWebApplications switch
- On every one of your front-ends, open command prompt and execute the following commands
- Cd “C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\bin”
- Stsadm –o copyappbincontent
Loading...
Add your comment
Comments are not meant for support. If you experiencing an issue, please open a support request.
Reply to: from
Products
Using Electronic Signatures in Microsoft SharePoint Forms
Vladi Gubler | March 27, 2025
In this post I'm going to go over the Signature component of our Ultimate Forms. I will explain...
Products
Infowise Ultimate Forms vs. InfoPath - feature-by-feature comparison
Vladi Gubler | January 27, 2025
When we started to develop Ultimate Forms, we did not position it to be an InfoPath competitor or...
Products
Use rating scale columns in your forms
Vladi Gubler | January 06, 2021
If you've used Survey lists in SharePoint, you are probably familiar with the nifty little column...