Browse Source

fixup vs dev install

John Kleinschmidt 3 years ago
parent
commit
6d7578e073
1 changed files with 1 additions and 1 deletions
  1. 1 1
      script/setup-win-for-dev.bat

+ 1 - 1
script/setup-win-for-dev.bat

@@ -51,7 +51,7 @@ set chocolateyUseWindowsCompression='true'
 SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
 
 REM Install Visual Studio Toolchain
-choco install visualstudio2019buildtools --package-parameters "--quiet --wait --norestart --nocache  --installPath '%ProgramFiles(x86)%/Microsoft Visual Studio/2019/Community' --add Microsoft.VisualStudio.Workload.VCTools --add Microsoft.VisualStudio.Component.VC.140 --add Microsoft.VisualStudio.Component.VC.ATLMFC --add Microsoft.VisualStudio.Component.VC.Tools.ARM64 --add Microsoft.VisualStudio.Component.VC.MFC.ARM64 --add Microsoft.VisualStudio.Component.Windows%wsdk% --includeRecommended"
+choco install visualstudio2019buildtools --package-parameters "--quiet --wait --norestart --nocache  --installPath ""%ProgramFiles(x86)%/Microsoft Visual Studio/2019/Community"" --add Microsoft.VisualStudio.Workload.VCTools --add Microsoft.VisualStudio.Component.VC.140 --add Microsoft.VisualStudio.Component.VC.ATLMFC --add Microsoft.VisualStudio.Component.VC.Tools.ARM64 --add Microsoft.VisualStudio.Component.VC.MFC.ARM64 --add Microsoft.VisualStudio.Component.Windows%wsdk% --includeRecommended"
 
 REM Install Windows SDK
 powershell -command "& { iwr %wsdk10_link% -OutFile C:\TEMP\wsdk10.exe }"