| Reference information | |
|---|---|
| Applies to | Windows Installer |
| Related topics | ADDDEFAULT, ADDLOCAL, ADDSOURCE, ADVERTISE, COMPADDLOCAL, COMPADDSOURCE, FILEADDDEFAULT, FILEADDLOCAL, FILEADDSOURCE, REINSTALL, REMOVE |
| External links | |
Windows Installer sets this variable to 1 if the product features have been selected already and the feature selection dialog does not have to be shown. This is the case if the installation is resumed after being suspended, or if any of the following public properties were specified on the command line: ADDDEFAULT, ADDLOCAL, ADDSOURCE, ADVERTISE, COMPADDLOCAL, COMPADDSOURCE, FILEADDDEFAULT, FILEADDLOCAL, FILEADDSOURCE, REINSTALL, REMOVE.
| Usage | |
|---|---|
| How to set | Set automatically by Windows Installer |
| How to use |
Used internally by Windows Installer. You can refer to this variable as <Preselected> (Tarma native syntax, preferred) or [Preselected] (Windows Installer syntax). In conditional expressions you can omit the brackets and simply use Preselected as a test of feature selection. |