Click or drag to resize

SetupActionsCheckProcessNotRunning Method

Checks a process is not started, throw if running. Requires UAC!

Namespace:  MicaSystems.Utils.Setup
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static void CheckProcessNotRunning(
	string installationDirectoryPath,
	string executableName
)

Parameters

installationDirectoryPath
Type: SystemString
executableName
Type: SystemString
See Also