SetupLocalConfig Properties |
The SetupLocalConfig type exposes the following members.
Name | Description | |
---|---|---|
Config |
Gets the setup configuration.
| |
InstallationPath |
Gets the path hosting the application on the current system.
| |
InstallationPathOrigin |
Gets the type of source containing the installation path, used by our setup to get it.
| |
Keys |
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.
| |
OldKeys |
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. |