| Reference information | |
|---|---|
| Applies to | Windows Installer |
| Related topics | System information variables |
| External links | |
Windows Installer sets this variable if the target system supports isolated components (Windows 98, Me, 2000, and later); otherwise, this variable is not set.
| Usage | |
|---|---|
| How to set | Set automatically by Windows Installer. |
| How to use |
You can refer to this variable as <RedirectedDllSupport> (Tarma native syntax, preferred) or [RedirectedDllSupport] (Windows Installer syntax). In conditional expressions you can omit the brackets and simply use RedirectedDllSupport as a test for isolated components support. |