Installing Manitou Requires .Net Framework 3.5 to be installed. This article shows the correct module installation as well as solutions to failures.
Install Necessary Roles and Features
-
Open Server manager.
-
Click Manage then select Add Roles and Features. Alternatively, select Add Roles and Features from the Welcome Tile.
-
Select Role Based or Feature-Based Installation.
-
Select the intended Server that needs features installed, then click Next.
-
Select Next at the Server Roles page.
-
At the Features Page, expand .Net Framework 3.5 Features and check the box for .Net Framework 3.5.
-
Expand .Net Framework 4.X Features. Verify that .Net Framework 4.X is selected.
-
Expand WCF Services, verify that TCP Port Sharing is checked then select Next.
-
Verify the features you wish to install, then select Install.
NOTE: If you are prompted for an alternate source path at the Confirm Installations page, follow the instructions below.
-
Run gpedit.msc
-
Expand Computer Configuration ? Administrative Templates
-
Select System
-
Right click the setting Specify settings for optional component installation and component repair and select Edit.
-
Set to Enabled.
-
Check the box that says Download repair content and optional features directly from Windows Update instead of Windows Server Update Services (WSUS) then select OK.
-
Close the gpedit application.
-
Launch a command prompt as administrator
-
Type in and run the following command
DISM /enable-feature /featurename:NetFx3 /online /all -
Return to install any remaining Roles and Features needed.