Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. c:\Program Files (x86)\Microsoft Visual Studio\Shared\14.0\VC>vcvarsall.bat x86
  2. Error in script usage. The correct usage is:
  3. vcvarsall.bat [option]
  4. or
  5. vcvarsall.bat [option] store
  6. or
  7. vcvarsall.bat [option] [version number]
  8. or
  9. vcvarsall.bat [option] store [version number]
  10. where [option] is: x86 | amd64 | arm | x86_amd64 | x86_arm | amd64_x86 | amd64_arm
  11. where [version number] is either the full Windows 10 SDK version number or "8.1" to use the windows 8.1 SDK
  12. :
  13. The store parameter sets environment variables to support
  14. store (rather than desktop) development.
  15. :
  16. For example:
  17. vcvarsall.bat x86_amd64
  18. vcvarsall.bat x86_arm store
  19. vcvarsall.bat x86_amd64 10.0.10240.0
  20. vcvarsall.bat x86_arm store 10.0.10240.0
  21. vcvarsall.bat x64 8.1
  22. vcvarsall.bat x64 store 8.1
  23. :
  24. Please make sure either Visual Studio or C++ Build SKU is installed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement