C# 클래스 WixSharp.PathFileAction

Defines WiX CustomAction for executing file specified by the path on the target system.
상속: Action
파일 보기 프로젝트 열기: Eun/WixSharp

공개 프로퍼티들

프로퍼티 타입 설명
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