I get a 2503 and 2502 error running the installer

A list of commonly asked questions, with associated answers
Post Reply
Campbell
Site Admin
Posts: 405
Joined: Sun 14 Jul, 2024 10:21 am
Location: Edinburgh, Scotland
Contact:

I get a 2503 and 2502 error running the installer

Post by Campbell »

This is a permissions error, where the installer is unable to write into the temp folder. To fix this, run the following on your command line:

Code: Select all

icacls "C:\Windows\Temp" /q /c /t /grant Users:F /T
Post Reply