Could not copy license file to Local License folder

Typically this error occurs because the "Application Data" folder is not properly junctioned. It must be junctioned to the C:\ProgramData folder. Test and fix your Application Data junction with the following instructions:

  1. Open a shell window by pressing the Windows key, typing cmd, then pressing Enter.
  2. Run the following command to navigate to the ProgramData folder:
    cd C:\ProgramData
  3. Run the following command to list all junction points in the directory:
    dir \aL
  4. Look for "Application Data" in this list. If it is missing, run the following commands to remove any bad junctions and replace them with good ones:
    rmdir "Application Data"
    mklink \j "Application Data" C:\ProgramData