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.
|