Click or drag to resize

SetupActionsGetInstallationPath_FromSetup Method

Tries to get the path of existing installation of an application (identified by its MSS). 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_FromSetup(
	string setupFilePath
)

Parameters

setupFilePath
Type: SystemString

Return Value

Type: String
See Also