4 references to BOOTSTRAPPER_REGISTRY_PATH_BASE
Microsoft.Build.Tasks.Core (4)
BootstrapperUtil\Util.cs (4)
88
s_defaultPath = ReadRegistryString(Registry.LocalMachine, String.Concat(
BOOTSTRAPPER_REGISTRY_PATH_BASE
, BOOTSTRAPPER_REGISTRY_PATH_VERSION_VS2010), REGISTRY_DEFAULTPATH);
132
string defaultPath = ReadRegistryString(Registry.LocalMachine,
BOOTSTRAPPER_REGISTRY_PATH_BASE
, REGISTRY_DEFAULTPATH);
144
defaultPath = ReadRegistryString(Registry.LocalMachine, String.Concat(
BOOTSTRAPPER_REGISTRY_PATH_BASE
, visualStudioVersion), REGISTRY_DEFAULTPATH);
168
RegistryKey bootstrapperBaseRegKey = Registry.LocalMachine.OpenSubKey(
BOOTSTRAPPER_REGISTRY_PATH_BASE
);