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
Vladi Gubler | March 27, 2025
In this post I'm going to go over the Signature component of our Ultimate Forms. I will explain how it can help your SharePoint system meet federal regulations, like FDA 21 CFR Part 11.SharePoint is a great tool for managing all kinds of data: documents, business processes, you name it. Coupled with a Single Sign-on, entering data is a breeze,...
Products
Vladi Gubler | January 27, 2025
When we started to develop Ultimate Forms, we did not position it to be an InfoPath competitor or replacement. We aimed to create a platform that helps our customers use SharePoint better. We wanted to close the gap between their needs and what SharePoint can do. This way, they wouldn't have to spend money on expensive custom development. We did...
Products
Vladi Gubler | April 30, 2025
If you’ve ever used Survey lists in SharePoint, you’re likely familiar with a powerful and often underappreciated feature: the Rating Scale column. This special column type presents a matrix of statements or questions alongside a numeric scale, typically used for gathering structured feedback. The idea is simple but incredibly effective - allow...