Condition
. Condition
is normally associated with CustomActions
or WiX elements (e.g. Shortcut
). Condition is nothing else but an XML friendly string wrapper, containing some predefined (commonly used) condition values. You can either use one of the predefined condition values (static members) or define your by specifying full string representation of the required WiX condition when calling the constructor or static method Create
.