Click or drag to resize

SetupActionsGetInstallationPath 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 string GetInstallationPath(
	SetupConfig config
)

Parameters

config
Type: MicaSystems.Utils.SetupSetupConfig

Return Value

Type: String
See Also