In an effort to keep VDI images and the FlexApp Packaging Console in sync with a common and consistent set of runtime versions, Liquidware provides a bundled installer containing the most common runtimes. Two installer variants are available depending on your deployment method.
Downloads
| Variant | Use Case | Download Link |
|---|---|---|
| UI Installer | Interactive installation with checkbox selection | RuntimeInstallerUI-2.1.0.exe |
| CLI Installer | Automated / scripted deployment | RuntimeInstaller-2.1.0.exe |
Included Runtimes
The table below lists all runtimes included in the installer. The Installed by Default column reflects the default checkbox state in the UI installer and the default behavior of the CLI installer. Runtimes not installed by default must be explicitly selected via the UI or specified using the -i flag in the CLI.
The runtime versions listed below reflect the installer package shipped with ProfileUnity and FlexApp version 6.9.5. Runtime versions may be updated in future releases. Always use the installer package that corresponds to your installed version of ProfileUnity or the FlexApp Packaging Console.
.NET Framework 3.5.1 is not installed by default and must be explicitly selected. It requires the Windows installation media or Windows Update to complete installation on some systems.
| Category | Runtime | Version | Default Install | CLI ID | EOL Status |
|---|---|---|---|---|---|
| Visual C++ | Microsoft Visual C++ 2005 x64 | 6.0.2900 | ✓ | vs2005x64 | ● No EOL announced |
| Microsoft Visual C++ 2005 x86 | 6.0.2900 | ✓ | vs2005x86 | ● No EOL announced | |
| Microsoft Visual C++ 2008 x64 | 9.0.30729 | ✓ | vs2008x64 | ● No EOL announced | |
| Microsoft Visual C++ 2008 x86 | 9.0.30729 | ✓ | vs2008x86 | ● No EOL announced | |
| Microsoft Visual C++ 2010 x64 | 10.0.40219 | ✓ | vs2010x64 | ● No EOL announced | |
| Microsoft Visual C++ 2010 x86 | 10.0.40219 | ✓ | vs2010x86 | ● No EOL announced | |
| Microsoft Visual C++ 2012 x64 | 11.0.61030 | ✓ | vs2012x64 | ● No EOL announced | |
| Microsoft Visual C++ 2012 x86 | 11.0.61030 | ✓ | vs2012x86 | ● No EOL announced | |
| Microsoft Visual C++ 2013 x64 | 12.0.30501 | ✓ | vs2013x64 | ● No EOL announced | |
| Microsoft Visual C++ 2013 x86 | 12.0.30501 | ✓ | vs2013x86 | ● No EOL announced | |
| Microsoft Visual C++ 2017–2026 x64 | 14.50.35719 | ✓ | vs20152022x64 | ● No EOL announced | |
| Microsoft Visual C++ 2017–2026 x86 | 14.50.35719 | ✓ | vs20152022x86 | ● No EOL announced | |
| .NET | Microsoft .NET Framework 3.5.1 | 3.5.1 | ✗ | dotnet3 | ● No EOL announced |
| Microsoft .NET Framework 4.8.1 | 4.8.1 | ✓ | dotnet48 | ● No EOL announced | |
| Microsoft .NET 5.0.17 x64 | 5.0.17 | ✗ | dotnet5x64 | ● EOL May 10, 2022 | |
| Microsoft .NET 5.0.17 x86 | 5.0.17 | ✗ | dotnet5x86 | ● EOL May 10, 2022 | |
| Microsoft .NET 6.0.36 x64 | 6.0.36 | ✗ | dotnet6x64 | ● EOL Nov 12, 2024 | |
| Microsoft .NET 6.0.36 x86 | 6.0.36 | ✗ | dotnet6x86 | ● EOL Nov 12, 2024 | |
| Microsoft .NET 7.0.20 x64 | 7.0.20 | ✗ | dotnet7x64 | ● EOL May 14, 2024 | |
| Microsoft .NET 7.0.20 x86 | 7.0.20 | ✗ | dotnet7x86 | ● EOL May 14, 2024 | |
| Microsoft .NET 8.0.27 x64 | 8.0.27 | ✓ | dotnet8x64 | ⚠ EOL Nov 10, 2026 | |
| Microsoft .NET 8.0.27 x86 | 8.0.27 | ✓ | dotnet8x86 | ⚠ EOL Nov 10, 2026 | |
| Microsoft .NET 9.0.16 x64 | 9.0.16 | ✓ | dotnet9x64 | ● EOL May 12, 2026 | |
| Microsoft .NET 9.0.16 x86 | 9.0.16 | ✓ | dotnet9x86 | ● EOL May 12, 2026 | |
| Microsoft .NET 10.0.8 x64 | 10.0.8 | ✓ | dotnet10x64 | ● Supported to Nov 14, 2028 | |
| Microsoft .NET 10.0.8 x86 | 10.0.8 | ✓ | dotnet10x86 | ● Supported to Nov 14, 2028 | |
| Visual J# | Microsoft Visual J# 2.0.50727 x64 | 2.0.50727 | ✗ | jsharpx64 | ● No longer supported |
| Microsoft Visual J# 2.0.50727 x86 | 2.0.50727 | — | jsharpx86 | ● No longer supported | |
| WebView2 | Microsoft Edge WebView2 x64 | 1.3.223.11 | ✓ | webview2x64 | ● Evergreen (auto-updates) |
| Microsoft Edge WebView2 x86 | 1.3.223.11 | ✓ | webview2x86 | ● Evergreen (auto-updates) |
✓ = Installed by default ✗ = Not installed by default — = Disabled (not available)
Installation
Basic (UI)
Right-click RuntimeInstallerUI-2.1.0.exe and select Run as Administrator. Select the desired runtimes and click Install. Reboot manually once complete.
Advanced (CLI)
Syntax:
| Flag | Description |
|---|---|
| -d | Set logging level to Debug |
| -h | Display help information |
| -i | Install only the specified runtimes. Provide CLI IDs from the table above, comma-separated and surrounded by quotes. Example: -i 'dotnet8x64, dotnet8x86, webview2x64'. All runtimes except dotnet3 are installed by default when this flag is omitted. |
| -l | Specify the filename and path to use for the log file |
| -n | Check if any of the included runtimes are NOT installed. Returns 1 if true, 0 if false. Combine with -d to see which runtimes are installed. |
| -o | Check if the OS requires a reboot. Returns 1 if true, 0 if false. |
| -q | Hide command line logging output (quiet mode) |
| -r | Automatically restart the machine if any of the runtimes require it |
| Product | FlexApp / FlexApp Packaging Console |
| Updated | May 27, 2026 |