Click or drag to resize

InstallationPathOrigin Enumeration

Identifies the source containing the installation path, used by our setup to get it.

Namespace:  MicaSystems.Utils.Setup
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public enum InstallationPathOrigin
Members
  Member nameValueDescription
Unknown0 No origin.
DefaultInstallationPath1 The default installation path specified in the setup config. May happen if the application is installed on the system but from an old MSI installer not specifying the path in the registry. Important: if the application is NOT installed on the system, the origin will be Unknown and not this one.
OldUninstallKey2 An old uninstall key.
OldSoftwareKey3 An old software key.
UninstallKey4 The uninstall key.
SoftwareKey5 The software key. Default origin for an existing installation.
InstallerAssemblies6 A registry key in Installer assemblies. This method is only used when upgrading from a MSI installation bugged missing InstallLocation in registry. The Installer\Assemblies keys are probed for the application main executable.
See Also