there are 2 ways to solve this temporarily, before wizards fixes it.
1. download MTG Arena through Epic game store
2. use the [MKLINK /D] command to make the game installed in other disks
that means:
1st, install the game
2nd, cut the whole "Wizards of the Coast" folder and paste it to another disk like D:\, now there will be a D:\Wizards of the Coast
3rd, run cmd.exe as administrator
4th, run the following command:
MKLINK /D "C:\Program Files\Wizards of the Coast" "D:\Wizards of the Coast"
this command will make the former folder a symbolic link for the later one
if success, there will be a "C:\Program Files\Wizards of the Coast <<===>> D:\Wizards of the Coast" line on the screen
now start the game, and you can see files downloading in disk D
there are 2 ways to solve this temporarily, before wizards fixes it.
1. download MTG Arena through Epic game store
2. use the [MKLINK /D] command to make the game installed in other disks
that means:
1st, install the game
2nd, cut the whole "Wizards of the Coast" folder and paste it to another disk like D:\, now there will be a D:\Wizards of the Coast
3rd, run cmd.exe as administrator
4th, run the following command:
MKLINK /D "C:\Program Files\Wizards of the Coast" "D:\Wizards of the Coast"
this command will make the former folder a symbolic link for the later one
if success, there will be a "C:\Program Files\Wizards of the Coast <<===>> D:\Wizards of the Coast" line on the screen
now start the game, and you can see files downloading in disk D