Microsoft Identity extensions Setup encountered an error

Asked By 80 points N/A Posted on -
qa-featured

Hi,

I get this weird error when I try to install SharePoint 2013 Prerequisites on Windows Server 2012. I have installed Windows Identity Foundation and .Net Framework 3.5, 4.0 from the server manager using Add server features. I noticed that the Identity extensions are available only for Windows Server 2008 R2. Can I get some links for Windows server 2012? Provide proper instructions. Thanks.

Installation of Microsoft Identity extensions requires .Net version 3.5 or 4.0

Microsoft Identity Extensions Setup

Installation of Microsoft Identity extensions requires .Net version 3.5 or 4.0

SHARE
Best Answer by Jackson Wilson
Best Answer
Best Answer
Answered By 0 points N/A #175102

Microsoft Identity extensions Setup encountered an error

qa-featured

Hi,

Try installing the identity Extensions from power shell i.e command line. Type in the below lines:

C:WindowsSystem32>msiexec.exe /i "C:SharePoint2013ServerFilesprerequisiteinstallerfilesMicrosoftIdentityExtensions-64.msi" /quiet /norestart

Note that the above command within “ “ is the path where the prerequisites are downloaded.  So, this will install MIExtensions which helps the SharePoint 2013 Prerequisite installer to complete the setup. For detailed steps follow the steps mentioned in the document.

Alternatively you can go to the official download site to install the Microsoft .NET Framework 4 redistributable package. Update the windows with latest service packs before downloading the Framework.

Answered By 0 points N/A #175103

Microsoft Identity extensions Setup encountered an error

qa-featured

You are getting that error because the following file is missing on your computer: msiexec.exe. It is usually found in the following location: C:Windowssystem32msiexec.exe

To resolve the issue, you will need to do the following:

  • Go to start, and then click on Run.
  • Type msiexec /regserver in the dialogue box and then press Enter.
  • After that you will need to install Microsoft Identity Extensions from command prompt using the following command: C:WindowsSystem32>msiexec.exe /i “C:SharePoint2013ServerFilesprerequisiteinstallerfilesMicrosoftIdentityExtensions-64.msi” /quiet /norestart

Regards,

Fletcher Hoss

Answered By 15 points N/A #175104

Microsoft Identity extensions Setup encountered an error

qa-featured

The error occurred because some of the prerequisites are missing.

The solution to the error is:

1) In the Control Panel Click 'Start', Click 'Run'

2) In the 'Run' window, type 'msiexec/regserver'

3) In the command prompt window, type the command C:WindowsSystem32>msiexec.exe/i"C:SharePoint2013ServerFilesprerequisiteinstallerfilesMicroosftIdentityExtensions-64.msi"/quiet/norestart

Here C:SharePoint2013ServerFilesprerequisteinstallerfiles is the path where the prerequisites for SP-2013 are downloaded.

4) The above command creates registry entries for Microsoft Identity Extensions

Answered By 5 points N/A #175105

Microsoft Identity extensions Setup encountered an error

qa-featured

Hi!

Here I provide one solution for you to fix that problem.

Please follow steps below:

1. Search command line. Command line is a user interface by typing commands at prompts.

2. This is command line that you need to find. C:WindowsSystem32>msiexec.exe /i "C:SharePoint2013ServerFilesprerequisiteinstallerfilesMicrosoftIdentityExtensions-64.msi" /quiet /norestart.

3. Finally, you can install Microsoft Identity extensions by referring to above command line.

There, you go, your problem now can be solved.

Related Questions