C# Класс WixSharp.PathFileAction

Defines WiX CustomAction for executing file specified by the path on the target system.
Наследование: Action
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
AppPath string
Args string
WorkingDir string

Открытые методы

Метод Описание
PathFileAction ( Id id, string appPath, string args, string workingDir )

Initializes a new instance of the PathFileAction class with properties/fields initialized with specified parameters.

PathFileAction ( Id id, string appPath, string args, string workingDir, Return returnType, When when, Step step, Condition condition )

Initializes a new instance of the PathFileAction class with properties/fields initialized with specified parameters.

PathFileAction ( Id id, string appPath, string args, string workingDir, Return returnType, When when, Step step, Condition condition, WixSharp.Sequence sequence )

Initializes a new instance of the PathFileAction class with properties/fields initialized with specified parameters.

PathFileAction ( string appPath, string args, string workingDir )

Initializes a new instance of the PathFileAction class with properties/fields initialized with specified parameters.

PathFileAction ( string appPath, string args, string workingDir, Return returnType, When when, Step step, Condition condition )

Initializes a new instance of the PathFileAction class with properties/fields initialized with specified parameters.

PathFileAction ( string appPath, string args, string workingDir, Return returnType, When when, Step step, Condition condition, WixSharp.Sequence sequence )

Initializes a new instance of the PathFileAction class with properties/fields initialized with specified parameters.

Описание методов

PathFileAction() публичный Метод

Initializes a new instance of the PathFileAction class with properties/fields initialized with specified parameters.
public PathFileAction ( Id id, string appPath, string args, string workingDir )
id Id The explicit to be associated with instance.
appPath string Path to the file to be executed on the target system.
args string The arguments to be passed to the file during the execution.
workingDir string Working directory for the file execution.

PathFileAction() публичный Метод

Initializes a new instance of the PathFileAction class with properties/fields initialized with specified parameters.
public PathFileAction ( Id id, string appPath, string args, string workingDir, Return returnType, When when, Step step, Condition condition )
id Id The explicit to be associated with instance.
appPath string Path to the file to be executed on the target system.
args string The arguments to be passed to the file during the execution.
workingDir string Working directory for the file execution.
returnType Return The return type of the action.
when When the action should be executed with respect to the parameter.
step Step the action should be executed before/after during the installation.
condition Condition The launch condition for the .

PathFileAction() публичный Метод

Initializes a new instance of the PathFileAction class with properties/fields initialized with specified parameters.
public PathFileAction ( Id id, string appPath, string args, string workingDir, Return returnType, When when, Step step, Condition condition, WixSharp.Sequence sequence )
id Id The explicit to be associated with instance.
appPath string Path to the file to be executed on the target system.
args string The arguments to be passed to the file during the execution.
workingDir string Working directory for the file execution.
returnType Return The return type of the action.
when When the action should be executed with respect to the parameter.
step Step the action should be executed before/after during the installation.
condition Condition The launch condition for the .
sequence WixSharp.Sequence The MSI sequence the action belongs to.

PathFileAction() публичный Метод

Initializes a new instance of the PathFileAction class with properties/fields initialized with specified parameters.
public PathFileAction ( string appPath, string args, string workingDir )
appPath string Path to the file to be executed on the target system.
args string The arguments to be passed to the file during the execution.
workingDir string Working directory for the file execution.

PathFileAction() публичный Метод

Initializes a new instance of the PathFileAction class with properties/fields initialized with specified parameters.
public PathFileAction ( string appPath, string args, string workingDir, Return returnType, When when, Step step, Condition condition )
appPath string Path to the file to be executed on the target system.
args string The arguments to be passed to the file during the execution.
workingDir string Working directory for the file execution.
returnType Return The return type of the action.
when When the action should be executed with respect to the parameter.
step Step the action should be executed before/after during the installation.
condition Condition The launch condition for the .

PathFileAction() публичный Метод

Initializes a new instance of the PathFileAction class with properties/fields initialized with specified parameters.
public PathFileAction ( string appPath, string args, string workingDir, Return returnType, When when, Step step, Condition condition, WixSharp.Sequence sequence )
appPath string Path to the file to be executed on the target system.
args string The arguments to be passed to the file during the execution.
workingDir string Working directory for the file execution.
returnType Return The return type of the action.
when When the action should be executed with respect to the parameter.
step Step the action should be executed before/after during the installation.
condition Condition The launch condition for the .
sequence WixSharp.Sequence The MSI sequence the action belongs to.

Описание свойств

AppPath публичное свойство

Path to the file to be executed on the target system.
public string AppPath
Результат string

Args публичное свойство

The arguments to be passed to the file during the execution.
public string Args
Результат string

WorkingDir публичное свойство

Working directory for the file execution.
public string WorkingDir
Результат string