views:

275

answers:

1

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
Thank you. The DLLs are there, but I don't find an installer...
Hosam Aly
Have fixed path got the wrong clipboard buffer...
Rowland Shaw
Found it there. Thanks!
Hosam Aly
Let that be "%ProgramFiles%" (without the space).
Hosam Aly
At least I didn't assume it was on the c: volume :)
Rowland Shaw
Hey, I was just pointing a typo :)
Hosam Aly
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