ZippyV wrote:
Then how come the Windows applications can run without the runtime?
Windows wasn't written in VS2008, so that particular runtime isn't included.
You can also statically link the CRT, which integrates it into your executable.
EDIT: I just checked, Windows Server 2008 does include the VC2005 runtime (and I think the VC2008 one as well, although that may have been installed by something else)