| Reference information | |
|---|---|
| Applies to | Tarma Installer, Windows Installer |
| Related topics | VersionCLR, System information variables |
The installer sets this variable to the version of the Fusion.dll file if the installer runs on a system with common language runtime support (i.e., .Net support). If Fusion.dll is not present, this variable is not set.
| Usage | |
|---|---|
| How to set | Set automatically by all installers. |
| How to use |
You can refer to this variable as <MsiNetAssemblySupport> (Tarma native syntax, preferred) or [MsiNetAssemblySupport] (Windows Installer syntax). In conditional expressions you can omit the brackets and simply use MsiNetAssemblySupport as a test for .Net assembly support. |