DELETED Externals/MSVCPP/vcredist_x64_2015_RTM.exe Index: Externals/MSVCPP/vcredist_x64_2015_RTM.exe ================================================================== --- Externals/MSVCPP/vcredist_x64_2015_RTM.exe +++ /dev/null cannot compute difference between binary files ADDED Externals/MSVCPP/vcredist_x64_2015_VSU1.exe Index: Externals/MSVCPP/vcredist_x64_2015_VSU1.exe ================================================================== --- /dev/null +++ Externals/MSVCPP/vcredist_x64_2015_VSU1.exe cannot compute difference between binary files DELETED Externals/MSVCPP/vcredist_x86_2015_RTM.exe Index: Externals/MSVCPP/vcredist_x86_2015_RTM.exe ================================================================== --- Externals/MSVCPP/vcredist_x86_2015_RTM.exe +++ /dev/null cannot compute difference between binary files ADDED Externals/MSVCPP/vcredist_x86_2015_VSU1.exe Index: Externals/MSVCPP/vcredist_x86_2015_VSU1.exe ================================================================== --- /dev/null +++ Externals/MSVCPP/vcredist_x86_2015_VSU1.exe cannot compute difference between binary files Index: Setup/data/verify.lst ================================================================== --- Setup/data/verify.lst +++ Setup/data/verify.lst @@ -1141,20 +1141,20 @@ # # NOTE: This is the list of files that should be present in all setup archives # supporting the .NET Framework 4.6 for x86. # set sds_manifests(setupX86Vs2015) { - {{tmp}\vcredist_x86_2015_RTM.exe} + {{tmp}\vcredist_x86_2015_VSU1.exe} } ############################################################################### # # NOTE: This is the list of files that should be present in all setup archives # supporting the .NET Framework 4.6 for x64. # set sds_manifests(setupX64Vs2015) { - {{tmp}\vcredist_x64_2015_RTM.exe} + {{tmp}\vcredist_x64_2015_VSU1.exe} } ############################################################################### # # NOTE: These are the master archive manifest groups, based on file name. The Index: Setup/set_netFx46.bat ================================================================== --- Setup/set_netFx46.bat +++ Setup/set_netFx46.bat @@ -10,11 +10,11 @@ IF NOT DEFINED ISNETFX2 ( SET ISNETFX2=False ) IF NOT DEFINED VCRUNTIME ( - SET VCRUNTIME=2015_RTM + SET VCRUNTIME=2015_VSU1 ) IF NOT DEFINED CONFIGURATION ( SET CONFIGURATION=Release ) Index: Setup/set_x64_2015.bat ================================================================== --- Setup/set_x64_2015.bat +++ Setup/set_x64_2015.bat @@ -6,9 +6,9 @@ :: Written by Joe Mistachkin. :: Released to the public domain, use at your own risk! :: SET ISNETFX2=False -SET VCRUNTIME=2015_RTM +SET VCRUNTIME=2015_VSU1 SET PLATFORM=x64 SET PROCESSOR=x64 SET YEAR=2015 Index: Setup/set_x86_2015.bat ================================================================== --- Setup/set_x86_2015.bat +++ Setup/set_x86_2015.bat @@ -6,9 +6,9 @@ :: Written by Joe Mistachkin. :: Released to the public domain, use at your own risk! :: SET ISNETFX2=False -SET VCRUNTIME=2015_RTM +SET VCRUNTIME=2015_VSU1 SET PLATFORM=Win32 SET PROCESSOR=x86 SET YEAR=2015