Click or drag to resize

SetupActionsGetInstallationPathAndOrigin Method

Tries to get the path of the existing installation of an application. If not found, returns null. This method will also try to find the path of previous installation types (MSI/InstallShield).

Namespace:  MicaSystems.Utils.Setup
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static Tuple<string, InstallationPathOrigin> GetInstallationPathAndOrigin(
	SetupConfig config
)

Parameters

config
Type: MicaSystems.Utils.SetupSetupConfig

Return Value

Type: TupleString, InstallationPathOrigin
See Also