MicaSystems.Utils.Setup Namespace |
Class | Description | |
---|---|---|
ProgressEventArgs |
Parameters passed to a progress event.
| |
SetupActions |
Provides actions allowing the management of applications using the Ticup Setup.
| |
SetupConfig |
Contains settings of a Ticup Setup.
| |
SetupConfig_Directory |
Represents a directory to be included or excluded in a MSS file.
| |
SetupConfig_File |
Represents a file to be included or excluded in a MSS file.
| |
SetupConfig_PackageRules |
Represents the rules indicating how a MSS file must be packaged.
Files are selected by their extension. A file with another extension can be included using the IncludeFiles list. A file with an extension among the list can be excluded using the ExcludeFiles list. In sub directories, the previous rules are ignored if a directory specified as excluded or not included. | |
SetupLocalConfig |
From a SetupConfig, analyze the current system for information
about an existing installation of the application.
| |
SetupLocalKeys |
Provides the list of registry keys used by our setup.
| |
UpgradeProductInfo |
Information identifying a product or an old version of a product.
This helps our setup to find a previous version (MSI/InstallShield) of an application in the registry.
|
Delegate | Description | |
---|---|---|
SetupActionsProgressEventHandler |
Method signature to implement progress events.
|
Enumeration | Description | |
---|---|---|
InstallationPathOrigin |
Identifies the source containing the installation path, used by our setup to get it.
| |
OperationState |
Describes the state of an operation.
|