LocatorTypes Enumeration

DTF API

Copy image CopyHover image
Deployment Tools Foundation LocatorTypes Enumeration
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerLocatorTypes
Defines values for the Type column of the CompLocator, IniLocator, and RegLocator tables.
Declaration Syntax
C# Visual Basic Visual C++ F#
[FlagsAttribute]
public enum LocatorTypes
<FlagsAttribute>
Public Enumeration LocatorTypes
[FlagsAttribute]
public enum class LocatorTypes
[<FlagsAttribute>]
type LocatorTypes
Members
Member Description
Directory Key path is a directory.
FileName Key path is a file name.
RawValue Key path is a registry value.
SixtyFourBit Set this bit to have the installer search the 64-bit portion of the registry.

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)