Click or drag to resize
PackageRunProcess Method
Runs specified process within a package domain. Returns True if process ran fine, otherwise returns False.

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public static bool RunProcess(
	string fileName,
	string arguments,
	params string[] variables
)

Parameters

fileName
Type: SystemString
File name to run. If path is omitted, the installation path is used.
arguments
Type: SystemString
Optional arguments passed to a file.
variables
Type: SystemString
Optional list of environment variables (variable=value).

Return Value

Type: Boolean
Remarks