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.1 (Updated 2-15-24)
Microsoft .Net 5.0.17 x64 (Updated 2-15-24)
Microsoft .Net 5.0.17 x86 (Updated 2-15-24)
Microsoft .Net 6.0.35 x64 (Updated 11-15-24)
Microsoft .Net 6.0.35 x86 (Updated 11-15-24)
Microsoft .Net 7.0.20 x64 (Updated 11-15-24)
Microsoft .Net 7.0.20 x86 (Updated 11-15-24)
Microsoft .Net 8.0.10 x64 (Added 11-15-24)
Microsoft .Net 8.0.10 x86 (Added 11-15-24)
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.473 (Updated 11-15-24)
Microsoft Visual C++ 2010 x64 Redistributable - 10.0.40219.473 (Updated 11-15-24)
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.40664
Microsoft Visual C++ 2013 Redistributable (x86) - 12.0.40664
Microsoft Visual C++ 2015-2022 Redistributable (x64) - 14.40.33816 (Updated 11-15-24)
Microsoft Visual C++ 2015-2022 Redistributable (x86) - 14.40.33816 (Updated 11-15-24)
Microsoft Visual J# 2.0 Redistributable (x86) - 1.0
Microsoft Visual J# 2.0 Redistributable (Second Edition x64) - 1.0
Microsoft Edge WebView2 Runtime (Evergreen) (x64) - 1.3.195.25 (Added 11-15-24)
Microsoft Edge WebView2 Runtime (Evergreen) (x86) - 1.3.195.25 (Added 11-15-24)
Download:
Installer with a user interface - https://cdn.liquidware.com/FlexApp/RuntimeInstallerUI-1.9.0.exe
Installer with a CLI for automating deployment - https://cdn.liquidware.com/FlexApp/RuntimeInstaller-1.9.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 except dotnet3 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
vs20152022x64
vs20152022x86
jsharpx64
jsharpx86
webview2x86
webview2x64
dotnet8x64
dotnet8x86
dotnet7x64
dotnet7x86
dotnet6x64
dotnet6x86
dotnet5x64
dotnet5x86
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