Click or drag to resize

SetupActionsInstallInDefaultFolder 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 InstallInDefaultFolder(
	string setupFilePath,
	string installationSource,
	SetupActionsProgressEventHandler progressEvent = 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.
See Also