Manually redistribute VC++ 2k5 Express installation files
Admiittedly I'm being somewhat anal, but I'd like to move a few of the directories around that VC++ 2005 Express created when I installed it.
Generally, I'd like to split the IDE & Help files from the library and compiler.
I previously installed the VC2k3 Toolkit in my C:\Cpp\VCToolkit2003 directory. So I wanted to move the bin, lib, and include sub directories of the VC directory that VC++2k5 Express installed in C:\Program Files\Microsoft Visual Studio 8\VC into C:\Cpp\VCToolkit2005.
Can I do this and just change the directories under Tools | Options | Projects and Solutions | VC++ Directoreis?
On a related note, where is the $(VCInstallDir) and other $(...) variables defined? I don't see them in my command shell when I type set.
Thanks.

