4 references to BOOTSTRAPPER_WOW64_REGISTRY_PATH_BASE
Microsoft.Build.Tasks.Core (4)
BootstrapperUtil\Util.cs (4)
163
p = ReadRegistryString(Registry.LocalMachine, String.Concat(
BOOTSTRAPPER_WOW64_REGISTRY_PATH_BASE
, BOOTSTRAPPER_REGISTRY_PATH_VERSION_VS2010), REGISTRY_DEFAULTPATH);
173
defaultPath = ReadRegistryString(Registry.LocalMachine,
BOOTSTRAPPER_WOW64_REGISTRY_PATH_BASE
, REGISTRY_DEFAULTPATH);
185
defaultPath = ReadRegistryString(Registry.LocalMachine, String.Concat(
BOOTSTRAPPER_WOW64_REGISTRY_PATH_BASE
, normalizedVersion), REGISTRY_DEFAULTPATH);
201
bootstrapperBaseRegKey = Registry.LocalMachine.OpenSubKey(
BOOTSTRAPPER_WOW64_REGISTRY_PATH_BASE
);