In an effort to make keeping your VDI images and FlexApp Packaging Console in sync with a common and consistent set of runtime versions, we have released a bundled installer with the most common runtimes included.
Microsoft .Net 3.5.1
Microsoft .Net 4.8
Microsoft .Net Core Desktop 5.0.13 x64 (Updated 2-04-22)
Microsoft .Net Core Desktop 5.0.13 x86 (Updated 2-04-22)
Microsoft .Net Core Desktop 6.0.1 x64 (Added 2-04-22)
Microsoft .Net Core Desktop 6.0.1 x86 (Added 2-04-22)
Microsoft Visual C++ 2005 Redistributable (x86) - 8.0.61001
Microsoft Visual C++ 2005 Redistributable (x64) - 8.0.61001
Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.6161
Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.6161
Microsoft Visual C++ 2010 x86 Redistributable - 10.0.40219
Microsoft Visual C++ 2010 x64 Redistributable - 10.0.40219
Microsoft Visual C++ 2012 Redistributable (x64) - 11.0.61030
Microsoft Visual C++ 2012 Redistributable (x86) - 11.0.61030
Microsoft Visual C++ 2013 Redistributable (x64) - 12.0.40660
Microsoft Visual C++ 2013 Redistributable (x86) - 12.0.40660
Microsoft Visual C++ 2015-2019 Redistributable (x64) - 14.29.30133 (Updated 9-10-21)
Microsoft Visual C++ 2015-2019 Redistributable (x86) - 14.29.30133 (Updated 9-10-21)
Microsoft Visual J# 2.0 Redistributable (x86) - 1.0
Microsoft Visual J# 2.0 Redistributable (Second Edition x64) - 1.0
Download:
Installer with a user interface - https://cdn.liquidware.com/FlexApp/RuntimeInstallerUI-1.5.0.exe
Installer with a CLI for automating deployment - https://cdn.liquidware.com/FlexApp/RuntimeInstaller-1.5.0.exe
Installation:
Basic:
Right-click, Run as Administrator - Reboot manually once complete
Advanced CLI:
PackageRuntimeTool [-d] [-h] [-i 'runtimeId1, runtimeId2'] [-l 'logfilepath'] [-n] [-o] [-q] [-r]
-d Set logging level to Debug
-h This help information
-i Install only the specified runtimes (All are installed by default)
include any of the following values, separated by a comma and surrounded by quotes
vs2005x64
vs2005x86
vs2008x64
vs2008x86
vs2010x64
vs2010x86
vs2012x64
vs2012x86
vs2013x64
vs2013x86
vs20152019x64
vs20152019x86
jsharpx64
jsharpx86
dotnetcore5x64
dotnetcore5x86
dotnet48
dotnet3
-l The filename and path to use for logging
-n Check if ANY of the included runtimes are NOT installed
Returns 1 for true, 0 for false
Combine this with -d to see which runtimes are installed
-o Check if the OS requires a reboot
Returns 1 for true, 0 for false
-q Hide command line logging output
-r Restart the machine if any of the runtimes require it