+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: (Redistributable Manager) MS Visual C++ 2010 Redist (x64)

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default (Redistributable Manager) MS Visual C++ 2010 Redist (x64)

    Good Day!

    I am just trying out the Setup Builder Developer Edition and I would like to add the Microsoft Visual C++ 2010 Redistributable Package (x64) to my setup project using the Redistributable Manager. But I can only choose the x86 version. How do I get the x64 version?

    Best regards,
    Felix

  2. #2
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: (Redistributable Manager) MS Visual C++ 2010 Redist (x64)

    Felix,

    You can download the x64 version directly from Microsoft and then build your own include script (just use the x86 version as a starting point).

    Does this help?

    Friedrich

  3. #3

    Default Re: (Redistributable Manager) MS Visual C++ 2010 Redist (x64)

    Hi Friedrich,

    yes, that helps. Thanks. But I am a bit unsure what I have to change in that script. I am able to change everything from x86 to x64 - but what of the rest will I have to change?

    Like the variables (sb_tmp) which gets reg key values from local_machine\software\ms... - do I have to change anything with that?

    Or like the 64-bit mode - do I need that part? I guess the x64 redist package only installs on 64-bit machines. Or would it be possible to change the script to choose between x86 & x64 setup files of the redist package?

    Thanks in advance.

    Felix

  4. #4
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: (Redistributable Manager) MS Visual C++ 2010 Redist (x64)

    Felix,

    Before I answer the question(s), are you sure you need the x64 redistributable? The Microsoft Visual C++ 2010 SP1 Redistributable Package (x64) installs runtime components of Visual C++ Libraries required to run 64-bit applications developed with Visual C++ 2010 SP1 on a computer that does not have Visual C++ 2010 SP1 installed. Do you have a native 64-bit application that makes use of the VC++ 2010 components? You do not need it for 32-bit applications.

    Friedrich

  5. #5
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: (Redistributable Manager) MS Visual C++ 2010 Redist (x64)

    BTW, if you really need the 64-bit Microsoft Visual C++ 2010 SP1 redistributable, just let me know and we'll develop the include script for you.

    Friedrich

  6. #6

    Default Re: (Redistributable Manager) MS Visual C++ 2010 Redist (x64)

    Friedrich, yes I do. My application runs in native 64-Bit and requires the VC++ 2010 Redist Package in 64-Bit.

    Caused by different used DLLs I sometimes have to compile my software in 32-Bit and sometimes in 64-Bit. (Unfortunately some dlls are not available in 64-bit)

    The easiest & best way for me would be to generate a setup where I could choose between those two. So that the setup chooses every needed x86 or x64 component automatically after the user chose what to install. Would that be possible with your software?

    Felix

  7. #7
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: (Redistributable Manager) MS Visual C++ 2010 Redist (x64)

    Felix,

    Yes, this is absolutely no problem . We'll develop the Microsoft Visual C++ 2010 SP1 Redistributable Package (x64). I'll post the link later today or tomorrow morning, okay?

    BTW, we'll use the following MS package:

    http://www.microsoft.com/en-us/downl....aspx?id=13523

    Friedrich

  8. #8

    Default Re: (Redistributable Manager) MS Visual C++ 2010 Redist (x64)

    Yes, that sounds great. Thank you very much! (Tomorrow will definitely early enough. )

    I was always using this package: http://www.microsoft.com/de-de/downl....aspx?id=14632

    Felix

  9. #9
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: (Redistributable Manager) MS Visual C++ 2010 Redist (x64)

    Felix,

    This is an outdated redistributable (does not contain important security updates). I would suggest to use latest SP1...

    Friedrich

  10. #10

    Default Re: (Redistributable Manager) MS Visual C++ 2010 Redist (x64)

    Yes, you are right, that is better.

    Felix

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

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