LocatorTypes Enumeration

Microsoft Deployment Compression & Installer

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++
[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.dll) Version: 3.0.0.0 (3.9.1006.0)