Click or drag to resize

MicaSystems.Utils.Setup Namespace

Classes
  ClassDescription
Public classProgressEventArgs
Parameters passed to a progress event.
Public classSetupActions
Provides actions allowing the management of applications using the Ticup Setup.
Public classSetupConfig
Contains settings of a Ticup Setup.
Public classSetupConfig_Directory
Represents a directory to be included or excluded in a MSS file.
Public classSetupConfig_File
Represents a file to be included or excluded in a MSS file.
Public classSetupConfig_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.

Public classSetupLocalConfig
From a SetupConfig, analyze the current system for information about an existing installation of the application.
Public classSetupLocalKeys
Provides the list of registry keys used by our setup.
Public classUpgradeProductInfo
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.
Delegates
  DelegateDescription
Public delegateSetupActionsProgressEventHandler
Method signature to implement progress events.
Enumerations
  EnumerationDescription
Public enumerationInstallationPathOrigin
Identifies the source containing the installation path, used by our setup to get it.
Public enumerationOperationState
Describes the state of an operation.