Click or drag to resize

SetupActionsGetInstallationPath_FromConfig Method

Tries to get the path of existing installation of an application (identified by its config file). 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_FromConfig(
	string setupConfigPath
)

Parameters

setupConfigPath
Type: SystemString

Return Value

Type: String
See Also