Well I read that it's a permissions problem, and it only happens after a specific windows update, mostly with a windows media centre OS.
A lot of people suggest installing into C:\ rather than C:\Program Files, since apparently permissions to Program Files is not working. Try this first as it is the easiest in my opinion.
Another possible solution I took from here:
http://forums.techguy.org/4811066-post5.html
I'll explain each step. Red is me.
Quote:
|
Assuming your My Docs Folder and Game Folder are both on C:
1: Turn off 'simple file sharing'.
Quick copy paste from microsoft:
- Click Start, and then click My Computer.
- On the Tools menu, click Folder Options.
- Click the View tab.
- In the Advanced Settings section, clear the Use simple file sharing (Recommended) check box.
- Click OK.
2: Get properties on C: and hit the Security tab.
Simple enough.
3: Remove everything in there.
Uncheck everything.
4: Click add and type Administrators then click Ok. (And nothing more unless you have a specific reason why)
Self-explanatory.
5: Make sure all the boxes below are checked to allow.
There will boxes underneath "Administrators" where you can check allow. This wll give full permissions to administrator again - which was the problem in the first place.
6: Click the Advanced Button.
7: At the bottom, click "Replace permission entries on all child objects..." so it has a tick.
8: Click ok, and on the box beneath, click ok on that too.
|
And another possible solution from the same guy, I'll explain it below using microsoft's procedure
Quote:
|
Some people have resolved it by running an error check on thei r hard drives so you can attempt to repair any bad sectors.
Sourced from microsoft:
Manual steps to run Chkdsk at the command prompt- Click Start, and then Run.
- In Open, type cmd, and then press ENTER.
- Use one of the following procedures:
- To run Chkdsk in read-only mode, at the command prompt, type chkdsk, and then press ENTER.
- To repair errors without scanning the volume for bad sectors, at the command prompt, type chkdsk volume:/f, and then press ENTER.
Note If one or more of the files on the hard disk are open, you will receive the following message: Chkdsk cannot run because the volume is in use by another process. Would you like to schedule this volume to be checked the next time the system restarts? (Y/N)
Type Y, and then press ENTER to schedule the disk check, and then restart your computer to start the disk check.
- To repair errors, locate bad sectors, and recover readable information, at the command prompt, type chkdsk volume:/r, and then press ENTER.
Note If one or more of the files on the hard disk are open, you will receive the following message: Chkdsk cannot run because the volume is in use by another process. Would you like to schedule this volume to be checked the next time the system restarts? (Y/N)
Type Y, and then press ENTER to schedule the disk check, and then restart your computer to start the disk check.
|
I can only hope one of these works for you. I can't guarantee a fix since I've never personally experienced the 103 error.