Property | Type | Description | |
---|---|---|---|
Always | Condition | ||
BeingRemoved | Condition | ||
ClrDialog_BackPressed | Condition | ||
ClrDialog_CancelPressed | Condition | ||
ClrDialog_NextPressed | Condition | ||
Installed | Condition | ||
NOT_BeingRemoved | Condition | ||
NOT_Installed | Condition | ||
NOT_Silent | Condition | ||
Net20_Installed | Condition | ||
Net30_SP_Installed | Condition | ||
Net35_Installed | Condition | ||
Net45_Installed | Condition | ||
Silent | Condition | ||
Value | string |
Method | Description | |
---|---|---|
Condition ( string value ) : System |
Initializes a new instance of the Condition class.
|
|
Create ( string value ) : Condition |
Creates WiX
|
|
GetDistinctProperties ( ) : string[] |
Extracts the distinct names of properties from the condition string expression.
|
|
ToCData ( ) : System.Xml.Linq.XCData |
Returns the WiX
|
|
ToString ( ) : string |
Returns the WiX
|
public Condition ( string value ) : System | ||
value | string | The value of the WiX condition expression. |
return | System |
public static Create ( string value ) : Condition | ||
value | string | String value of the |
return | Condition |
public static Condition ClrDialog_BackPressed | ||
return | Condition |
public static Condition ClrDialog_CancelPressed | ||
return | Condition |
public static Condition ClrDialog_NextPressed | ||
return | Condition |
public static Condition NOT_BeingRemoved | ||
return | Condition |
public static Condition Net20_Installed | ||
return | Condition |
public static Condition Net30_SP_Installed | ||
return | Condition |
public static Condition Net35_Installed | ||
return | Condition |
public static Condition Net45_Installed | ||
return | Condition |