| Reference information | |
|---|---|
| Applies to | Tarma Installer, Windows Installer |
| Related topics | System information variables |
The installer sets this variable to the version of the Sxs.dll file if the installer runs on a system with support for side-by-side assemblies. If Sxs.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 <MsiWin32AssemblySupport> (Tarma native syntax, preferred) or [MsiWin32AssemblySupport] (Windows Installer syntax). In conditional expressions you can omit the brackets and simply use MsiWin32AssemblySupport as a test for side-by-side assembly support. |