| Reference information | |
|---|---|
| Applies to | Windows Installer |
| Related topics | DISABLEMEDIA |
| External links | |
Public property that prevents Windows Installer from honoring the DISABLEMEDIA variable. If MSINODISABLEMEDIA is set, Windows Installer ignores DISABLEMEDIA.
| Usage | |
|---|---|
| How to set | Set this variable to a nonzero value to disable DISABLEMEDIA; clear it to enable it. Because this is a public property, you can also set it on the installer's command line. |
| How to use | Used internally by Windows Installer. You can refer to this variable as <MSINODISABLEMEDIA> (Tarma native syntax, preferred) or [MSINODISABLEMEDIA] (Windows Installer syntax). |