

- MICROSOFT VISUAL STUDIO 2017 DEVELOPER COMMAND PROMPT INSTALL
- MICROSOFT VISUAL STUDIO 2017 DEVELOPER COMMAND PROMPT UPDATE
- MICROSOFT VISUAL STUDIO 2017 DEVELOPER COMMAND PROMPT UPGRADE
- MICROSOFT VISUAL STUDIO 2017 DEVELOPER COMMAND PROMPT FULL
- MICROSOFT VISUAL STUDIO 2017 DEVELOPER COMMAND PROMPT WINDOWS 10
More information can be found in the VSTA documentation at MSDN.

MICROSOFT VISUAL STUDIO 2017 DEVELOPER COMMAND PROMPT UPDATE
The Microsoft Visual Studio Tools for Applications 2013 - Update 1 release enables the following two scenarios, which are also included in VSTA 2017: This gives you the flexibility to choose the method of running user code best tailored to the host application.

MICROSOFT VISUAL STUDIO 2017 DEVELOPER COMMAND PROMPT UPGRADE
MICROSOFT VISUAL STUDIO 2017 DEVELOPER COMMAND PROMPT INSTALL
Something similar may resolve this for VS 2017 Express.Microsoft Visual Studio Tools for Applications lets you enable end users to customize your existing applications using Visual Basic and Visual C#. Tip: To make using the command prompt less tedious (for example, to avoid having to enter your credentials every time you push), you might want to also install Windows Credential Store for Git on your dev machine. I believe for prior Express editions cmake found everything using the registry so as not to require setting environment variables or running cmake or cmake-gui from within the Developer Prompt. (Maybe setting VS150COMNTOOLS and/or other environment variables would work too?) "C:\Program Files\CMake\bin\cmake-gui.exe") seems to be a successful workaround.
MICROSOFT VISUAL STUDIO 2017 DEVELOPER COMMAND PROMPT FULL
Running "Developer Command Prompt for Visual Studio 2017" and manually typing the full path to cmake-gui (e.g. Peeking at cmGlobalVisualStudio15Generator::FindMSBuildCommand() suggests that perhaps vsSetupAPIHelper.GetVSInstanceInfo() is returning false.
MICROSOFT VISUAL STUDIO 2017 DEVELOPER COMMAND PROMPT WINDOWS 10
I run cmake-gui from where it was installed (on the Windows 10 menu), press Configure on a new project, select "Visual StuWin64" generator, and immediately get: CMake Error at (enable_language): Failed to run MSBuild command: MSBuild.exe to get the value of VCTargetsPath: I encountered just one problem using CMake 3.9.4 with VS 2017 Express, but it has a workaround. scroll down to where it says "Still want Visual Studio Express?" and click "Express 2017 for Windows Desktop" to download).ignore the bold suggestion at the top of the page to "Download Community 2017".Microsoft seemed to be canceling the "Express Edition" of Visual Studio, but they've now released Visual Studio Express 2017 for Windows Desktop (with a footnoted caveat that 2017 will be the "last version" of Express.) A Visual Studio Developer Command Prompt can be accessed by opening a cmd prompt in Windows and then running the appropriate vcvarsall.bat command file.
