
Originally Posted by
cluelessnewbie
It sounds like this problem could be fixed by running RTW with administrative permissions. Right click on the program and choose "Run as administrator." If that works then you can set it to always run as admisitrator under properties, but that will mean an extra click each time you start the game as a UAC dialog will come up. Another way around this is install the game into your user directory. Then administrative permissions and UAC won't be required. If you want to know why then read on...
Please don't blame Vista because it's actually doing you a favor here. Lots of older programs like RTW have no concept of multi-user security and write user data and preferences into the Program Files directory. For all sorts of reasons this isn't good and Vista works around this by redirecting these files to the user folder. Any updated copies in the user folder take precedence over older versions in Program Files. This is completely transparent to the game, it thinks that it really is reading and writing to Program Files. It's a pretty clever workaround.
But, If you manually change any files in the Program Files it won't have any effect on the game because it's using the newer copies in your user folder. If you give the game administrative permissions then none of this copy business is needed and it will read and write from Program Files like normal. Does this make sense?