Overview
For specific versions of Manuscript, you might receive the following error when installing on Windows Server 2016.
Detected Major version 6, Minor version 3 (Windows Server 2012 R2).
Manuscript On Premises only supports Windows Server 2012R2 at this time.
This article provides a workaround for this issue, which allows you to install the affected Manuscript versions on Windows Server 2016.
Root Cause
This issue occurs due to the restriction enforced by the requirements script. For the versions between the FogBugz On-Site (version 8.15.x) and the Manuscript on-Premise Version 8.21.913, the installer is configured to be executed only on Windows Server 2012 RS2.
Process
- Mount the Manuscript DVD ISO.
- Copy the DVD content to your hard drive.
- Open the folder and locate the ManuscriptOnPremRequirements.ps1 file.
- Open the file and edit the script with a text editor.
Make sure to remove the Read-Only attribute from the file. - Change
MajorVersion
value to10
. (The default value is 6.) - Change
MinorVersion
value to0
. (The default value is 3.) - Change
VersionText
value toWindows Server 2016
.
- Save the updated file.
Confirmation
You should be able to install Manuscript on Windows Server 2016.
Related Article
Common Installation and Upgrade Issues