I have Visual Studio 2008 SP1 Professional installed. I have built a C++ application and I want to install the redistributable runtime on another machine. Is the installer available in VS installation? Or do I have to download it?
+3
A:
Take a look in %ProgramFiles%\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\ for the platform(s) you require.
Rowland Shaw
2009-03-02 09:02:52
Thank you. The DLLs are there, but I don't find an installer...
Hosam Aly
2009-03-02 09:06:13
Have fixed path got the wrong clipboard buffer...
Rowland Shaw
2009-03-02 09:08:14
Found it there. Thanks!
Hosam Aly
2009-03-02 09:15:06
Let that be "%ProgramFiles%" (without the space).
Hosam Aly
2009-03-02 11:50:42
At least I didn't assume it was on the c: volume :)
Rowland Shaw
2009-03-02 12:06:37
Hey, I was just pointing a typo :)
Hosam Aly
2009-03-02 19:21:12
No problem -- did tweak for completeness, for when the next person needs to find it, as it isn't the most obvious location
Rowland Shaw
2009-03-02 22:00:13