Click or drag to resize

SetupLocalConfigKeys Property

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.

Namespace:  MicaSystems.Utils.Setup
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public SetupLocalKeys Keys { get; }

Property Value

Type: SetupLocalKeys
See Also