From d6110cc42d9a7c8d57f3edb148eb109f794cee55 Mon Sep 17 00:00:00 2001 From: Ben Monroe Date: Tue, 28 Mar 2017 02:04:32 +0900 Subject: [PATCH] Path may contain spaces. Wrap in quotes. (dotnet/coreclr#10493) Commit migrated from https://github.com/dotnet/coreclr/commit/7ef462c87850f85ccf41daf54e970161737a65b3 --- docs/coreclr/building/windows-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/coreclr/building/windows-instructions.md b/docs/coreclr/building/windows-instructions.md index f909a9a..e574cdd 100644 --- a/docs/coreclr/building/windows-instructions.md +++ b/docs/coreclr/building/windows-instructions.md @@ -43,7 +43,7 @@ For Visual Studio 2017: * To build for Arm32, Make sure that you have the Windows 10 SDK installed (or selected to be installed as part of VS installation). To explicitly install Windows SDK, download it from here: [Windows SDK for Windows 10](https://developer.microsoft.com/en-us/windows/downloads) * **Important:** You must have the `msdia120.dll` COM Library registered in order to build the repository. * This binary is registered by default when installing the "VC++ Tools" with Visual Studio 2015 - * You can also manually register the binary by launching the "Developer Command Prompt for VS2017" with Administrative privileges and running `regsvr32.exe %VSINSTALLDIR%\Common7\IDE\msdia120.dll` + * You can also manually register the binary by launching the "Developer Command Prompt for VS2017" with Administrative privileges and running `regsvr32.exe "%VSINSTALLDIR%\Common7\IDE\msdia120.dll"` * **Important:** By default, the build will attempt to use VS2015 as the toolset for the build. To build using VS2017 as your toolset, you must use the "Developer Command Prompt for VS2017". Visual Studio Express is not supported. -- 2.7.4