LocatorTypes Enumeration

Microsoft Deployment Tools

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++
[FlagsAttribute]
public enum LocatorTypes
<FlagsAttribute> _
Public Enumeration LocatorTypes
[FlagsAttribute]
public enum class 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) Version: 3.0.0.0 (3.5.1623.0)