Click or drag to resize

SetupActionsInstall Method

Installs the specified Ticup Setup file on the current system. This method can also be called for reparation and update. Please note the installationFolderPath is required for a first installation.

Namespace:  MicaSystems.Utils.Setup
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static void Install(
	string setupFilePath,
	string installationSource,
	SetupActionsProgressEventHandler progressEvent = null,
	string installationFolderPath = null
)

Parameters

setupFilePath
Type: SystemString
The path of the .mss file.
installationSource
Type: SystemString
The path of the application executing the installation.
progressEvent (Optional)
Type: MicaSystems.Utils.SetupSetupActionsProgressEventHandler
The progression change event.
installationFolderPath (Optional)
Type: SystemString
The installation folder path.
See Also