This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Latest Redistributables
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 04, 2016
07:38 AM
Latest Redistributables
Microsoft has released Visual Studio 2015 Update 1 at the end of November.
This goes with new 2015 runtimes => Microsoft Visual C++ 2015 SP1 Redistributable Package (x86) and Microsoft Visual C++ 2015 SP1 Redistributable Package (x64).
These have version 14.0.23506.
How do I retrieve the latest prerequisites or does Installshield not bring updates for these?
Also... the installlshield redistributable downloader, when you run this, you get a status message telling 'Last Updated 10/14/2008'?!?!
This goes with new 2015 runtimes => Microsoft Visual C++ 2015 SP1 Redistributable Package (x86) and Microsoft Visual C++ 2015 SP1 Redistributable Package (x64).
These have version 14.0.23506.
How do I retrieve the latest prerequisites or does Installshield not bring updates for these?
Also... the installlshield redistributable downloader, when you run this, you get a status message telling 'Last Updated 10/14/2008'?!?!
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 05, 2016
11:56 AM
You can create your own prerequisite file for any executable / msi you want to distribute with your application.
1. Download the redistributable file from Microsoft.
2. Create your new prerequisite file. For items like the VS2015 redist, you can just make a copy of the existing one and update the conditions to check for eligibility.
3. Add the newly created prerequisite to your project.
1. Download the redistributable file from Microsoft.
2. Create your new prerequisite file. For items like the VS2015 redist, you can just make a copy of the existing one and update the conditions to check for eligibility.
3. Add the newly created prerequisite to your project.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 06, 2016
02:36 AM
DLee65 wrote:
You can create your own prerequisite file for any executable / msi you want to distribute with your application.
1. Download the redistributable file from Microsoft.
2. Create your new prerequisite file. For items like the VS2015 redist, you can just make a copy of the existing one and update the conditions to check for eligibility.
3. Add the newly created prerequisite to your project.
Thanks for the info...
I already did it like that.
Off course you cannot play that short to the ball for every new version of redistributable that comes out 😉
But... what is actually the redistributable downloader for? It seems not to be updated for a long time? Just wondering...