CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2009
    Posts
    31

    Visual C++ 2005 redistributable

    Hi,
    as far as I am aware there are three redistributable packages that would need to be installed on a customer's machine so that it would be able to run software that was developed on an XP OS using Visual Studio 2005 SP1. These are:

    Microsoft Visual C++ 2005 Redistributable Package (x86)

    http://www.microsoft.com/downloads/d...displaylang=en

    Microsoft Visual C++ 2005 SP1 Redistributable Package (x86)

    http://www.microsoft.com/downloads/d...displaylang=en

    Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package ATL Security Update

    http://www.microsoft.com/downloads/d...displaylang=en

    Can someone please tell me if I need to add all three of these to my installer and sequence them silently for installation, or if I am missing any, or if the latest package includes all previous work, or if there is yet another package again that is the amalgamation of those above?
    Thanks,
    Patrick

  2. #2
    Join Date
    Nov 2001
    Posts
    251

    Re: Visual C++ 2005 redistributable

    You only need one. And the one you need depends on what updates your Visual Studio app is using.

    #1 -> you have fresh install of VS2005. You have never updated it before, and don't care to update it.
    #2 -> you updated VS2005 with SP1.
    #3 -> you updated VS2005 with the security update.

    #3 option is the latest of course. You need to update Visual Studio before you compile your program.

    oh, and just open up your About box to see what updates you already have.
    Last edited by Syslock; January 20th, 2010 at 09:49 PM.

  3. #3
    Join Date
    Jun 2009
    Posts
    31

    Re: Visual C++ 2005 redistributable

    Excellent Syslock, that is just what I wanted to know, thank you!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured