I was installing Age of empires Online on my PC. My system partition (C:\) was almost full. So i installed it on another drive. But by default it download the game files (patch files) to User's home folder ("C:\Users\UserName\AppData\Local\Microsoft\Age of Empires Online") to prevent the any privilege issues. But its about 4 GB of Data. And they don't offer any option to download them to another drive. So I have to find a solution to this. This is how I did it, and I am sharing it you all as it would become useful to every one.
My solution is using Symbolic link. That is you have the AOE folder in another drive and a link to that in C drive. Here is the procedure to do it. You must have already installed the game which will take about 20MB of space.
- If you haven't run the AOE Online launcher (AOEOnline.exe) (Proceed to Section below if you already started the download to C:\)
- Create the "Age of Empires Online" folder in a drive you have enough empty space (about 5 GB) (Ex: F:\Age of Empires Online)
- Run the command prompt as Administrator
- Create a symbolic link to the folder you created just now in "C:\Users\UserName\AppData\Local\Microsoft"
- This is syntax - mklink /d "C:\Users\UserName\AppData\Local\Microsoft\Age of Empires Online" "F:\Age of Empires Online"
- Here /'d 'is a option for 'mklink' command to specify directory
- 'UserName' is the user name of the account in your PC used to play the game (Ex: C:\Users\Shan\AppData\Local\Microsoft\Age of Empires Online)
- You must exit the launcher while you do this
- If you already run the launcher,
- Move the "Age of Empires Online" folder in "C:\Users\UserName\AppData\Local\Microsoft" to a drive you have enough space. (Cut and Paste)
- Run the command prompt as Administrator
- Create a symbolic link to the folder you created just now in "C:\Users\UserName\AppData\Local\Microsoft"
- This is syntax - mklink /d "C:\Users\UserName\AppData\Local\Microsoft\Age of Empires Online" "F:\Age of Empires Online"
Have Fun !!!
No comments:
Post a Comment