Thread: Avisynth+
View Single Post
Old 29th July 2016, 10:59   #2219  |  Link
Groucho2004
 
Join Date: Mar 2006
Location: Barcelona
Posts: 5,034
I made a new installer with the latest r2085 binaries.
Also, ricktendo updated his AIO runtime installer to include the 14.0.24212 runtimes.

With ricktendo's installer you can also selectively install runtimes. I made a batch file for that:
Code:
@echo off
:VS2005
start/wait VBCRedist_AIO_x86_x64 /ai5
:VS2008
start/wait VBCRedist_AIO_x86_x64 /ai8
:VS2010
start/wait VBCRedist_AIO_x86_x64 /aiX
:VS2012
start/wait VBCRedist_AIO_x86_x64 /ai2
:VS2013
start/wait VBCRedist_AIO_x86_x64 /ai3
:VS2015
start/wait VBCRedist_AIO_x86_x64 /aiV
There are a few more options, use "VBCRedist_AIO_x86_x64 /?".
__________________
Groucho's Avisynth Stuff

Last edited by Groucho2004; 29th July 2016 at 11:07.
Groucho2004 is offline