Click or drag to resize

SetupActionsExtractConfigFromSetup Method (String)

Gets a setup config from a MSS file.

Namespace:  MicaSystems.Utils.Setup
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static SetupConfig ExtractConfigFromSetup(
	string setupFilePath
)

Parameters

setupFilePath
Type: SystemString

Return Value

Type: SetupConfig
See Also