Click or drag to resize
PackageLocalMachineKey Property
Returns root HKEY_LOCAL_MACHINE path to the package registry key.

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public static string LocalMachineKey { get; }

Property Value

Type: String
Remarks
This propety is governed by installer. Utilizing this property is recommended way for acquiring registry keys under HKEY_LOCAL_MACHINE hive.
See Also