Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / productivity / SharePoint

AppFabric Installation Failed Because Installer MSI Returned with Error Code: 1603

0.00/5 (No votes)
27 Jan 2019CPOL 23K  
How to resolve the issue: AppFabric installation failed because installer MSI returned with error code: 1603

Issue

AppFabric installation failed because installer MSI returned with error code: 1603.

Image 1

Symptoms

Installing SharePoint using Off Line method using Auto SP Installer.

Installing SQL server before in the same server, this is happening when you set up a Test server where you install everything in the same server.

Install or manually install App Fabric without going through prerequisites installer.

Manually update the existing App fabric installation with all features.

Image 2

Resolution

There could be many reasons behind this problem. But the most common problems are due to manual installation and having incorrect system variable for the PowerShell path.

How to Resolve

Method One

Just uninstall the existing installation from the control panel and re-run the SharePoint prerequisites installer or Auto SP Installer:

Image 3

Method Two

Change the System Variable to correct value if it is wrong.

For this, go to the PC Properties:

Image 4

then Advanced System Properties and Environment Variables.

Image 5

Then check the System Variable.

PSModulePath

which should point to PowerShell which defaults to:

C:\Windows\System32\WindowsPowerShell\v1.0\;c:\Program Files\AppFabric 1.1 for Windows Server\PowershellModules

so change the existing value to the above if it is incorrect.

Image 6

History

  • 27th January, 2019: Initial version

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)