Click or drag to resize

UpgradeProductInfoCaseSensitive Property

Gets or sets a value indicating whether the comparisons with the registry should be case sensitive or insensitive, when searching for old uninstall keys. Default value: False.

Namespace:  MicaSystems.Utils.Setup
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
[DataMemberAttribute]
[XmlAttributeAttribute]
public bool CaseSensitive { get; set; }

Property Value

Type: Boolean
See Also