Click or drag to resize

SetupLocalConfig Properties

The SetupLocalConfig type exposes the following members.

Properties
  NameDescription
Public propertyConfig
Gets the setup configuration.
Public propertyInstallationPath
Gets the path hosting the application on the current system.
Public propertyInstallationPathOrigin
Gets the type of source containing the installation path, used by our setup to get it.
Public propertyKeys
Gets the list of registry keys used by our setup. The presence of such keys indicates that the application has already been installed with our setup.
Public propertyOldKeys
Gets the list of old registry keys, obtained from upgrade information. These keys are destroyed during the installation to only keep the clean keys. Can indicate that:

-A previous installation (MSI/InstallShield) has been detected.

-The product code has changed and these keys represent an old version of the application.

Top
See Also