Results 1 to 9 of 9

Thread: [RESOLVED] Installing C++ 2008 runtime files with Inno

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2005
    Posts
    1,834

    Resolved [RESOLVED] Installing C++ 2008 runtime files with Inno

    Hi, one of the files included in my installation package is the OpenSSL commandline tool, but it requires the C++ 2008 runtime files and those are not always installed.

    I'd like to add them to my installation package, but I have no idea how to do that. The other problem is that there are two versions of the C++ 2008 runtime files (x86 and x64) and obviously the correct one needs to be installed based on the OS.

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

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

    Does anybody know what Inno Setup script to use in order to install those runtime files?


    ::Edit::

    Apparently OpenSSL 32Bit also works on a 64Bit OS, so I just need to know how to install the C++ Runtime files for 32Bit.
    Last edited by Chris001; Jan 6th, 2010 at 01:28 PM.

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