Page 1 of 2

New C++ 2015 static links

PostPosted: 19.08.2016, 04:30
by boco
x64:
Code: Select all
http://download.microsoft.com/download/9/3/F/93FCF1E7-E6A4-478B-96E7-D4B285925B00/vc_redist.x64.exe


x86:
Code: Select all
http://download.microsoft.com/download/9/3/F/93FCF1E7-E6A4-478B-96E7-D4B285925B00/vc_redist.x86.exe



Should be replaced ASAP since the old links are 404.

Re: New C++ 2015 static links

PostPosted: 19.08.2016, 11:20
by danahis
FYI: Boco,


I noticed the dead links too but the links you provided above are for the previous version. 14.0.23026.0.

According to the VS team official blog annoucement
https://blogs.msdn.microsoft.com/chuckw ... -update-3/

The Visual C++ 2015 Update 3 Redistribution packages (as of Aug 19, 2016)
The correct and current (14.0.24212.0) links are

Code: Select all
x86: http://download.microsoft.com/download/9/a/2/9a2a7e36-a8af-46c0-8a78-a5eb111eefe2/vc_redist.x86.exe

Code: Select all
x64: http://download.microsoft.com/download/2/a/2/2a2ef9ab-1b4b-49f0-9131-d33f79544e70/vc_redist.x64.exe


The current links in wsusoffline build are dead (the File version was 14.0.24210.0)
- C++ 2015 Redistributable Runtime Libraries updated to v. 14.0.24210.0 (Thanks to "mAsTa" and "harry")

Re: New C++ 2015 static links

PostPosted: 19.08.2016, 13:16
by WSUSUpdateAdmin

Re: New C++ 2015 static links

PostPosted: 19.08.2016, 13:20
by WSUSUpdateAdmin
Hi.

Via https://www.microsoft.com/en-us/downloa ... x?id=53587, I get:

Code: Select all
http://download.microsoft.com/download/6/D/F/6DF3FF94-F7F9-4F0B-838C-A328D1A7D0EE/vc_redist.x86.exe
http://download.microsoft.com/download/6/D/F/6DF3FF94-F7F9-4F0B-838C-A328D1A7D0EE/vc_redist.x64.exe

..., which are also labelled v. 14.0.24212.0.
I think I'll better use these instead.

Thanks & regards
Torsten Wittrock

Re: New C++ 2015 static links

PostPosted: 19.08.2016, 13:33
by WSUSUpdateAdmin
Are there more updated C++ runtimes?
harry had a page to look up...
https://support.microsoft.com/en-us/kb/2977003 does _not_ give the most recent / "latest" versions... :x

Re: New C++ 2015 static links

PostPosted: 19.08.2016, 19:04
by totya
Hi all!

New static link is okay, but WSUS won't work really.
What I mean:

I uninstall all c++ redist with control panel/add-remove programs (search key is: c++)
I run WSUS.

WSUS say:
Code: Select all
Checking C++ Runtime Libraries' installation state...
Checking Windows Defender installation state...
Checking Office Service Pack versions...
Checking Windows Update scan prerequisites...
Adjusting service 'Windows Update'...
Stopping service 'Windows Update' (wuauserv)...
Waiting for service 'wuauserv' to reach state 'STOPPED' (timeout: 180s)...
Starting service 'Windows Update' (wuauserv)...
Waiting for service 'wuauserv' to reach state 'RUNNING' (timeout: 60s)...
Verifying integrity of Windows Update catalog file...
hashdeep64.exe: Audit passed
19:59:11,42 - Listing ids of missing updates (please be patient, this will take a while)...
20:02:37,76 - Done.
Listing ids of installed updates...
Listing update files...
Warning: Update kb2538243 (id: 729a0dcb-df9e-4d02-b603-ed1aee074428) not found.
Checking Microsoft Security Essentials installation state...

Any missing update was either black listed or not found. Nothing to do!

Restoring screensaver setting...
Activating previous power scheme...
Deleting temporary power scheme...
Ending WSUS Offline Update at 20:03:01,36...


After WSUS finished, I can't see installed c++ library in control panel/add-remove program list... (search key is: c++)

Thanks!

Re: New C++ 2015 static links

PostPosted: 19.08.2016, 20:09
by harry

Re: New C++ 2015 static links

PostPosted: 20.08.2016, 11:01
by totya
harry wrote:Please see viewtopic.php?f=4&t=5816


Hi, thanks for this information!

Re: New C++ 2015 static links

PostPosted: 15.09.2016, 20:59
by Denniss
New version released on September patchday - 14.0.24215.1
https://www.microsoft.com/en-us/downloa ... x?id=53840

Code: Select all
http://download.microsoft.com/download/6/A/A/6AA4EDFF-645B-48C5-81CC-ED5963AEAD48/vc_redist.x86.exe
http://download.microsoft.com/download/6/A/A/6AA4EDFF-645B-48C5-81CC-ED5963AEAD48/vc_redist.x64.exe

Re: New C++ 2015 static links

PostPosted: 19.09.2016, 14:51
by WSUSUpdateAdmin
Moin!

Danke schön, hab' ich drin. :)

Gruß
Torsten