When installing Epic Games Launcher, you may get the following error code:
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2203.
Cause
This error code occurs if the current user does not have permission to install the program in the folder path or if the Temp folder permissions are incorrect.
When you run one of these commands, it may show an “Access is denied” error or the required ACEs may be missing.
icacls c:\windows\temp icacls "%temp%" icacls "%appdata%"
The “administrators” group and the SYSTEM account need Full Control permissions for the Temp folders.
Resolution
To resolve the Epic Games Launcher error code 2203, follow the steps below.
Launch the installer from admin Command Prompt
Open an admin Command Prompt window and start the Epic installer manually, using msiexec.exe:
For example:
msiexec.exe /i "C:\EpicInstaller-17.2.0.msi"
(or)
Or, if it the installer is an .exe file, right-click on the .exe for the Epic Games Launcher install file, and select “Run as administrator”. If that doesn’t help, follow the steps below.
Fix the Temp folder permissions
Fix the Temp folder permissions. To do so, open admin Command Prompt and run the following commands:
takeown /f c:\windows\temp /a icacls c:\windows\temp /reset icacls c:\windows\temp /inheritance:r icacls c:\windows\temp /grant *S-1-5-32-544:(OI)(CI)(F) icacls c:\windows\temp /grant *S-1-5-18:(OI)(CI)(F) icacls c:\windows\temp /grant "%username%":(OI)(CI)(F)
Next, fix the user’s temp folder permissions using these commands:
takeown /f "%temp%" icacls "%temp%" /reset icacls "%temp%" /inheritance:r icacls "%temp%" /grant *S-1-5-32-544:(OI)(CI)(F) icacls "%temp%" /grant *S-1-5-18:(OI)(CI)(F) icacls "%temp%" /grant "%username%":(OI)(CI)(F) md "%temp%\Low" icacls "%temp%\Low" /setintegritylevel (OI)(CI)low
The above should fix the permissions for the c:\windows\temp and the %temp% folders.
Fix the Temp environment variable
Launch systempropertiesadvanced.exe
Click Environment Variables.
Under System variables:
Set TEMP to C:\Windows\Temp
Set TMP to C:\Windows\Temp
Under User variables:
Set TEMP to %USERPROFILE%\AppData\Local\Temp
Set TMP to %USERPROFILE%\AppData\Local\Temp
Restart Windows.
See if you can now install Epic Games Launcher.
One small request: If you liked this post, please share this?
One "tiny" share from you would seriously help a lot with the growth of this blog. Some great suggestions:- Pin it!
- Share it to your favorite blog + Facebook, Reddit
- Tweet it!