Problem
When you attempt to install an application, you get the Error 1603. Additional information included may be “A fatal error occurred during installation”.
Cause
This can be caused by having a large Temp folder.
Solution
Clear out the Temp folder:
Easy Solution
- Download and run DriveTidy.
- Check the “Temporary files” checkbox.
- Click the “Start Cleanup” button.
- Once the process has completed you can close the window and try installing again.
Manual Solution
- Press the Windows Key + R.
- Type cmd and press Enter to open the Command Prompt.
- Type del /f /s /q %tmp% and press Enter.
- Ignore any errors that appear. Once the text has stops scrolling, you can close the Command prompt and try again.