|
-
Jan 6th, 2010, 01:19 PM
#1
Thread Starter
Frenzied Member
[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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|