bits and bytes

Jesus Loves You. C, C++, VC++, .net code snippets and articles, based on Nibu’s day to day programming experiences.

Redistributables for different VC versions starting from VC 2005

Posted by Nibu Thomas on August 29, 2008

If you want to re-distribute the applications that you developed in different versions of VC then you need to install their redist packages on such target machines, following are the redists that I use…

  1. Redistributable for VC 2005 applications is here
  2. Redistributable for VC 2008 applications is here
  3. Redistributable for VC 2008 feature pack applications is here
  4. Redistributable for VC 2008 service pack 1 applications is here

Also if you are interested there is already a redist folder in your VS installation directory, which contains dlls meant for redistribution.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>