Deployment Tools Foundation
LocatorTypes Enumeration
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)