Property | Type | Description | |
---|---|---|---|
Code | string |
Method | Description | |
---|---|---|
ScriptAction ( |
Initializes a new instance of the ScriptAction class with properties/fields initialized with specified parameters.
|
|
ScriptAction ( |
Initializes a new instance of the ScriptAction class with properties/fields initialized with specified parameters.
|
|
ScriptAction ( |
Initializes a new instance of the ScriptAction class with properties/fields initialized with specified parameters.
|
|
ScriptAction ( string code ) |
Initializes a new instance of the ScriptAction class with properties/fields initialized with specified parameters.
|
|
ScriptAction ( string code, Return returnType, When when, |
Initializes a new instance of the ScriptAction class with properties/fields initialized with specified parameters.
|
|
ScriptAction ( string code, Return returnType, When when, |
Initializes a new instance of the ScriptAction class with properties/fields initialized with specified parameters.
|
public ScriptAction ( |
||
id | The explicit |
|
code | string | VBScript code to be executed. |
public ScriptAction ( |
||
id | The explicit |
|
code | string | VBScript code to be executed. |
returnType | Return | The return type of the action. |
when | When | |
step | ||
condition | The launch condition for the |
public ScriptAction ( |
||
id | The explicit |
|
code | string | VBScript code to be executed. |
returnType | Return | The return type of the action. |
when | When | |
step | ||
condition | The launch condition for the |
|
sequence | WixSharp.Sequence | The MSI sequence the action belongs to. |
public ScriptAction ( string code ) | ||
code | string | VBScript code to be executed. |
public ScriptAction ( string code, Return returnType, When when, |
||
code | string | VBScript code to be executed. |
returnType | Return | The return type of the action. |
when | When | |
step | ||
condition | The launch condition for the |
public ScriptAction ( string code, Return returnType, When when, |
||
code | string | VBScript code to be executed. |
returnType | Return | The return type of the action. |
when | When | |
step | ||
condition | The launch condition for the |
|
sequence | WixSharp.Sequence | The MSI sequence the action belongs to. |