Visual Studio 2017 support

Hello,

Is there a roadmap for VS2017 support? Nsight Tegra is especially useful for the UE4 debugging toolchain, and it appears that UE4, Nsight Tegra, and Android 8.x are out of sync right now, causing errors when trying to debug through Visual Studio 2015. These errors seem to be resolved in VS2017, but this is currently not supported by Nsight Tegra.

Hi, jeffrey.chau

Thanks for your interest in the product!
You can install CodeWorks for Android 1r7, featuring NT VSE 3.5, that integrates into VS 2017:
[url]NVIDIA GameWorks Documentation

Unfortunately, NSight Tegra refuses to install if only VS2017 is installed. Neither Tegra or System studio.

“A full version of Microsft Visual Studio 2013 or 2015 is required to install NSight Tegra. Express editions are not supported.”

I have Visual Studio 2017 Professional installed. NSight does work, though but nothing from Codeworks R7 does.

Hi tomz5rpy,

Sad to hear about that. Could you elaborate on what is not working in your environment?
Here’is an important point - make sure that VS 2017 is updated and the workload ‘Desktop Development with C++’ is installed.
The VSIX extension requires individual VS components Microsoft.VisualStudio.Component.CoreEditor, Microsoft.Component.MSBuild, and Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core

As an ultimate workaround, you can install free VS 2015 community edition side by side with VS 2017 to unblock the Nsight Tegra VS VSIX installer.
After the installation, it should integrate the VSIX into both VS 2015 and VS 2017.

I think there are a few separate issues.

  1. Using VS2015 - 2017 was released well over a year ago. I have commercial licence for every previous VS. If NSight can support 2017, why tegra cannot be updated? AFAIK there was no major VSIX API change.

  2. Android SDK has newer platform tools than R6, but R6 always wants to install the older ones over the new ones, and uninstall the newer ones. Pretty annoying behaviour.

Is Codeworks officially supported at all ?

  1. The installer preselects incredibuild to be always installed. Again. This was fixed in R6, and now its back again.
  2. When installing the system profiler (via chooser or the individual download) i get an error, which looks like msiexec’s output on bad command line args:

Windows ® Installer. V 5.0.17120.1

msiexec /Option [Optional Parameter]

Install Options
</package | /i> <Product.msi>
Installs or configures a product

Consult the Windows ® Installer SDK for additional documentation on the
command line syntax.

Copyright © Microsoft Corporation. All rights reserved.
Portions of this software are based in part on the work of the Independent JPEG Group.

Then the installer gives return code 2, exit status 1639 error. The installer log says the same
(03-20 07:41:47.3 E: Uninstalling NVIDIA System Profiler 3.7.224.17034 failed.Return Code: 2exit status 1639)

I appreciate your feedback, but please, note the following:

  1. NT VSE 3.5 is fully compatible with VS 2017
  2. This is not a CodeWorks or profiler support forum

Sure, thanks for the reply. Is there a CW support forum ?

  1. NT VSE 3.5 might support VS2017, but refuses to install with only VS 2017 installed.

NT VSE 3.5 log :

[3958:060C][2018-03-21T07:29:44]i323: Registering package dependency provider: {C3688B06-6DEB-4AEA-B484-F3D0958024C4}, version: 3.5.18024.1421, package: NVIDIA_Nsight_Tegra_Installer_x86_Release
[3958:060C][2018-03-21T07:29:44]i301: Applying execute package: NVIDIA_Nsight_Tegra_Installer_x86_Release, action: Install, path: C:\ProgramData\Package Cache{C3688B06-6DEB-4AEA-B484-F3D0958024C4}v3.5.18024.1421\NVIDIA_Nsight_Tegra_Installer_x86_Release.msi, arguments: ’ ARPSYSTEMCOMPONENT=“1” MSIFASTINSTALL=“7”’
[3958:060C][2018-03-21T07:32:36]e000: Error 0x80070643: Failed to install MSI package.

VS System Info:

Microsoft Visual Studio Professional 2017
Version 15.6.2
VisualStudio.15.Release/15.6.2+27428.2005

Installed Version: Professional

tomz5rpy

  1. Make sure that you have installed the workload ‘Desktop development with C++’ and MSBuild.
    The individual VS components Microsoft.VisualStudio.Component.CoreEditor, Microsoft.Component.MSBuild, and Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core are required by the NT VSE VSIX.
    [url]https://docs.microsoft.com/en-us/visualstudio/install/workload-component-id-vs-professional[/url]
  2. Here’s the profiler support forum: [url]https://devtalk.nvidia.com/default/board/80/tegra-system-profiler/[/url]

Just saying, i used to work for Microsoft ;) My VS2017 config includes NSight, Intel C++/Vtune and currently working on an D3D12 renderer. Thanks for the assumption that i don’t even know how to configure Visual studio for my daily workflow.
And i’ve used Tegra with various Shield devices for a good 3 years now.

That’s great, tomz5rpy.
Would you kindly run https://aka.ms/vscollect.exe and attach %TEMP%\vslogs.zip to this thread?
Your knowledge of VS setup APIs could help us to improve and extend the WiX capability for installation of VSIX packages into VS 2017 instances:
[url]http://wixtoolset.org/development/wips/5433-add-support-to-detect-and-install-vsix-packages-into-vs15/[/url]
[url]WixVSExtension
Currently, you can’t specify the list of required VS 2017 components in a WiX installer.
If the MSI installer is unable to install the VS 2017 extension, you can find the VSIX package in a directory under %programfiles(x86)% and install it by hand, using the VSIX installer.

Here’s a list of facts about VSIX and MSI installers, for tech-savvy persons who are willing to understand the nuts and bolts of VS setup APIs, and MSI limitations:

  1. Nsight Tegra Visual Studio Edition’s MSI installer is built using http://wixtoolset.org
  2. Wix provides capabilities to invoke VS 2017’s VSIX (VS extension package) installer to install the VSIX package in all VS 2017 instances.
  3. Wix doesn’t provide capabilities to install VSIX into a specific VS 2017 instance AND query the list of installed components for VS 2017 installations.
  4. VSIX installer can reconfigure the VS 2017 installation and silently install the VS components required by VSIX - it does so by running the VS setup (an MSI installer) in the background.
  5. Only one MSI installation can be run per system: it’s impossible to execute (different) MSI installers side-by-side or one from another.
  6. If an MSI installer runs VSIX installer to install a VSIX into VS AND VSIX installer tries to silently run an MSI-based VS setup to reconfigure VS instance, it’ll crash and burn.
  7. Currently, we’re using a custom script to overcome these hurdles, but it’s not an ideal or very robust solution.

@MikhailFilimonov

I actually have this same issue where I only have Visual Studio 2017 Installed (for use with Unreal Engine 4.19). Every time I try to use the Nvidia Tegra 3.5 Installer, it claims it cannot find a valid Visual Studio install (and explicitly mentions 2013, 2015)

On other machine where I have both 2015 and 2017 installed, it does successfully install the extension to 2017, and I can copy the extension folder it creates over into the machine where I only have 2017 and it works as well (albeit ONLY if i run VS2017 in administrator mode)

NVIDIA_Nsight_Tegra_v3.5,_Visual_Studio_Edition_20180321191111_000_NVIDIA_Nsight_Tegra_Installer_x86_Release.log

MSI (c) (30:C4) [19:11:20:454]: Doing action: AppSearch
Action 19:11:20: AppSearch. Searching for installed applications
Action start 19:11:20: AppSearch.
AppSearch: Property: VS2013_IDE_PATH, Signature: RegistrySearch_VS2013_IDE_PATH
AppSearch: Property: VS2015_IDE_PATH, Signature: RegistrySearch_VS2015_IDE_PATH
AppSearch: Property: DEVENV2013EXISTSREGEXISTS_AUTOGEN, Signature: RegistrySearch_DEVENV2013EXISTSREGEXISTS_AUTOGEN
AppSearch: Property: DEVENV2015EXISTSREGEXISTS_AUTOGEN, Signature: RegistrySearch_DEVENV2015EXISTSREGEXISTS_AUTOGEN
AppSearch: Property: CHECKDOTNETFRAMEWORK4_5_2, Signature: RegistrySearch_CHECKDOTNETFRAMEWORK4_5_2
MSI (c) (30:C4) [19:11:20:462]: PROPERTY CHANGE: Adding CHECKDOTNETFRAMEWORK4_5_2 property. Its value is '#461308'.
AppSearch: Property: CHECKVISUALSTUDIO2013, Signature: RegistrySearch_CHECKVISUALSTUDIO2013
AppSearch: Property: CHECKVISUALSTUDIO2015, Signature: RegistrySearch_CHECKVISUALSTUDIO2015
AppSearch: Property: DEVENV2013EXISTS, Signature: FileSearch_DEVENV2013EXISTS
MSI (c) (30:C4) [19:11:20:465]: Note: 1: 1322 2:  
MSI (c) (30:C4) [19:11:20:465]: Note: 1: 1322 2:  
MSI (c) (30:C4) [19:11:20:465]: Note: 1: 1322 2:  
MSI (c) (30:C4) [19:11:20:465]: Note: 1: 1322 2:  
AppSearch: Property: DEVENV2015EXISTS, Signature: FileSearch_DEVENV2015EXISTS
MSI (c) (30:C4) [19:11:20:466]: Note: 1: 1322 2:  
MSI (c) (30:C4) [19:11:20:466]: Note: 1: 1322 2:  
MSI (c) (30:C4) [19:11:20:466]: Note: 1: 1322 2:  
MSI (c) (30:C4) [19:11:20:466]: Note: 1: 1322 2:  
AppSearch: Property: MSBUILD2010DIRECTORYEXISTS, Signature: DirectorySearch_MSBUILD2010DIRECTORYEXISTS
AppSearch: Property: MSBUILD2013DIRECTORYEXISTS, Signature: DirectorySearch_MSBUILD2013DIRECTORYEXISTS
AppSearch: Property: MSBUILD2015DIRECTORYEXISTS, Signature: DirectorySearch_MSBUILD2015DIRECTORYEXISTS
AppSearch: Property: THISPROGRAMFILESFOLDEREXISTS, Signature: DirectorySearch_THISPROGRAMFILESFOLDEREXISTS
AppSearch: Property: CHECKVISUALSTUDIO2017, Signature: DirectorySearch_CHECKVISUALSTUDIO2017
AppSearch: Property: CHECKMSBUILDDIRECTORY, Signature: DirectorySearch_CHECKMSBUILDDIRECTORY
AppSearch: Property: UXTNAMEREG, Signature: RegistrySearch_UXTNAMEREG
MSI (c) (30:C4) [19:11:20:475]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\SOFTWARE\NVIDIA Corporation\Registration\NsightTegra 3: 2 
AppSearch: Property: UXTORGREG, Signature: RegistrySearch_UXTORGREG
MSI (c) (30:C4) [19:11:20:476]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\SOFTWARE\NVIDIA Corporation\Registration\NsightTegra 3: 2 
AppSearch: Property: UXTEMAILREG, Signature: RegistrySearch_UXTEMAILREG
MSI (c) (30:C4) [19:11:20:477]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\SOFTWARE\NVIDIA Corporation\Registration\NsightTegra 3: 2 
AppSearch: Property: UXTSUBSCRIBEREG, Signature: RegistrySearch_UXTSUBSCRIBEREG
MSI (c) (30:C4) [19:11:20:478]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\SOFTWARE\NVIDIA Corporation\Registration\NsightTegra 3: 2 
AppSearch: Property: UXTPRODUCTVERSIONREG, Signature: RegistrySearch_UXTPRODUCTVERSIONREG
MSI (c) (30:C4) [19:11:20:480]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\SOFTWARE\NVIDIA Corporation\Registration\NsightTegra 3: 2 
AppSearch: Property: UXTPRODUCTNAMEREG, Signature: RegistrySearch_UXTPRODUCTNAMEREG
MSI (c) (30:C4) [19:11:20:481]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\SOFTWARE\NVIDIA Corporation\Registration\NsightTegra 3: 2 
Action ended 19:11:20: AppSearch. Return value 1.
MSI (c) (30:C4) [19:11:20:481]: Skipping action: SetVISUALSTUDIO2013REQUIREMENTSPASS (condition is false)
MSI (c) (30:C4) [19:11:20:481]: Skipping action: SetVISUALSTUDIO2015REQUIREMENTSPASS (condition is false)
MSI (c) (30:C4) [19:11:20:481]: Skipping action: SetVISUALSTUDIO2017REQUIREMENTSPASS (condition is false)
MSI (c) (30:C4) [19:11:20:481]: Doing action: LaunchConditions
Action 19:11:20: LaunchConditions. Evaluating launch conditions
Action start 19:11:20: LaunchConditions.

edit: As an alternative way to access the VSIX, I was able to:

  1. start the Nsight Tegra 3.5 setup, but not click install yet
  2. go into %temp%\{[Random-GUID]} that contains ".ba"
  3. Change the permissions such that there are no inherited permissions and removing them all
  4. add Everyone, giving all permissions except delete/delete folders in advanced
  5. Continue the setup
  6. copy out the %temp%\{[Random-GUID]}\NVIDIA_Nsight_Tegra_Installer_x86_Release which is a CAB archive I think
  7. extract it with 7zip
  8. Find Nvidia.PentaK.vsix_49A1AF76B82273648D3B67E6E8ABD0DE, copy it and rename it to Nvidia.PentaK.vsix into a new folder
  9. Find vsix_actions.bat_B1F9A3B55B7E530DABD213EC5BEAC4B7, copy it and rename it to vsix_actions.bat also into the same new folder as the vsix
  10. run "vsix_actions.bat 2017 install"

Here is the VSIX log installing via the batch script that gets produced in the same folder

3/21/2018 7:27:44 PM - Microsoft VSIX Installer
3/21/2018 7:27:44 PM - -------------------------------------------
3/21/2018 7:27:44 PM - vsixinstaller.exe version:
3/21/2018 7:27:44 PM - 15.6.152+ge95e4dd1ce
3/21/2018 7:27:44 PM - -------------------------------------------
3/21/2018 7:27:44 PM - Command line parameters:
3/21/2018 7:27:44 PM - C:\Program Files (x86)\Microsoft Visual Studio\Installer\resources\app\ServiceHub\Services\Microsoft.VisualStudio.Setup.Service\VSIXInstaller.exe,/q,/a,/s:Community,/v:15.0,C:\Users\vwauser\Downloads\nvidiategra\\Nvidia.Pentak.vsix,/l:NsightTegraVsix15.0Community-install.log,/callingprocessid:13376,/installas:1140
3/21/2018 7:27:44 PM - -------------------------------------------
3/21/2018 7:27:44 PM - Microsoft VSIX Installer
3/21/2018 7:27:44 PM - -------------------------------------------
3/21/2018 7:27:44 PM - Initializing Install...
3/21/2018 7:27:44 PM - Extension Details...
3/21/2018 7:27:44 PM - 	Identifier         : 24554cbd-c19b-4f14-94d6-8d935246fdc4
3/21/2018 7:27:44 PM - 	Name               : NVIDIA Nsight Tegra VSE
3/21/2018 7:27:44 PM - 	Author             : NVIDIA Corporation
3/21/2018 7:27:44 PM - 	Version            : 3.5.18024.1421
3/21/2018 7:27:44 PM - 	Description        : NVIDIA Nsight Tegra, Visual Studio Edition
3/21/2018 7:27:44 PM - 	Locale             : en-US
3/21/2018 7:27:44 PM - 	MoreInfoURL        : https://developer.nvidia.com/nvidia-nsight-tegra
3/21/2018 7:27:44 PM - 	InstalledByMSI     : False
3/21/2018 7:27:44 PM - 	SupportedFrameworkVersionRange : [4.5.2,)
3/21/2018 7:27:44 PM - 
3/21/2018 7:27:44 PM - 	SignatureState     : Unsigned
3/21/2018 7:27:44 PM - 	Supported Products : 
3/21/2018 7:27:44 PM - 		Microsoft.VisualStudio.Community
3/21/2018 7:27:44 PM - 			Version : [12.0,16.0)
3/21/2018 7:27:44 PM - 		Microsoft.VisualStudio.Pro
3/21/2018 7:27:44 PM - 			Version : [12.0,16.0)
3/21/2018 7:27:44 PM - 		Microsoft.VisualStudio.Enterprise
3/21/2018 7:27:44 PM - 			Version : [14.0,16.0)
3/21/2018 7:27:44 PM - 		Microsoft.VisualStudio.Premium
3/21/2018 7:27:44 PM - 			Version : [12.0,14.0)
3/21/2018 7:27:44 PM - 		Microsoft.VisualStudio.Ultimate
3/21/2018 7:27:44 PM - 			Version : [12.0,14.0)
3/21/2018 7:27:44 PM - 
3/21/2018 7:27:44 PM - 	References         : 
3/21/2018 7:27:44 PM - 		-------------------------------------------------------
3/21/2018 7:27:44 PM - 		Identifier   : Microsoft.VisualStudio.MPF
3/21/2018 7:27:44 PM - 		Name         : Visual Studio MPF
3/21/2018 7:27:44 PM - 		Version      : [11.0,12.0)
3/21/2018 7:27:44 PM - 		MoreInfoURL  : 
3/21/2018 7:27:44 PM - 		Nested       : No
3/21/2018 7:27:44 PM - 
3/21/2018 7:27:44 PM - 	Prerequisites      : 
3/21/2018 7:27:44 PM - 		-------------------------------------------------------
3/21/2018 7:27:44 PM - 		Identifier   : Microsoft.VisualStudio.Component.VC.CoreIde
3/21/2018 7:27:44 PM - 		Name         : Visual Studio C++ core features
3/21/2018 7:27:44 PM - 		Version      : [12.0,16.0)
3/21/2018 7:27:44 PM - 
3/21/2018 7:27:44 PM - 		-------------------------------------------------------
3/21/2018 7:27:44 PM - 		Identifier   : Microsoft.Component.MSBuild
3/21/2018 7:27:44 PM - 		Name         : MSBuild
3/21/2018 7:27:44 PM - 		Version      : [12.0,16.0)
3/21/2018 7:27:44 PM - 
3/21/2018 7:27:44 PM - 		-------------------------------------------------------
3/21/2018 7:27:44 PM - 		Identifier   : Microsoft.VisualStudio.Component.CoreEditor
3/21/2018 7:27:44 PM - 		Name         : Visual Studio core editor
3/21/2018 7:27:44 PM - 		Version      : [12.0,16.0)
3/21/2018 7:27:44 PM - 
3/21/2018 7:27:44 PM - 		-------------------------------------------------------
3/21/2018 7:27:44 PM - 		Identifier   : Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core
3/21/2018 7:27:44 PM - 		Name         : Visual C++ core desktop features
3/21/2018 7:27:44 PM - 		Version      : [12.0,16.0)
3/21/2018 7:27:44 PM - 
3/21/2018 7:27:44 PM - Signature Details...
3/21/2018 7:27:44 PM - 	Extension is not signed.
3/21/2018 7:27:44 PM - 
3/21/2018 7:27:44 PM - Capping recursion at 5 directories in each extension root due to 'default limit'.
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\yszgbbyr.its\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\ydj4uihq.gm2\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\xtbbin2t.kxe\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\Xamarin.VisualStudio\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\Xamarin.Templates\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\Xamarin.Apple.Sdk\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\Xamarin.Android.Sdk\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\Xamarin\IOS.Designer\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\Xamarin\Forms.Previewer\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\Xamarin\Designer\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\Xamarin\Android.Designer\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\wdvvzv51.2u3\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\VSSDK\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\vakhdk1p.tw2\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\uulmwi4l.lga\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\uhuqfcub.t3o\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\u0w5nm1l.er5\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\tndkq4zl.wa3\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\TestWindow.Dotnet\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\TestPlatform\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\su21cev2.gsn\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\rs2e45sk.mmq\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\qjumr33v.oln\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\pkbe2tze.mx2\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\p3pbs4bg.iki\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\Nvidia\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\nqn0gkgx.gob\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\Mono.Debugging\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\Microsoft\Windows Azure Tools Diagnostics\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\Microsoft\Windows Azure Tools\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\Microsoft\Windows Azure Tools\Resource Manager\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\Microsoft\Windows Azure Tools\RemoteDebugger2.2CTP\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\Microsoft\Windows Azure Tools\RemoteDebugger\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\Microsoft\Windows Azure Tools\Deployment Project\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\Microsoft\Windows Azure Tools\Common\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\Microsoft\Windows Azure Tools\Cloud Explorer\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\Microsoft\Web Tools Azure\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\Microsoft\Web Tools Azure\WebJobs\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\Microsoft\Web Tools\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\Microsoft\Web\Mvc\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\Microsoft\Web\Mvc\Scaffolding\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\Microsoft\WCF Connected Service\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\Microsoft\Visual Studio Tools for Unity\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\Microsoft\Visual Studio MPF\14.0\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\Microsoft\Visual Studio MPF\12.0\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\Microsoft\Visual Studio MPF\11.0\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\Microsoft\Visual Studio MPF\10.0\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\Microsoft\VC\ClassWizard\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\Microsoft\Unit Test Explorer\TestWIExtension\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\Microsoft\TemplateEngine\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\Microsoft\SQLEditor\Vsix\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\Microsoft\SQLDB\Vsix\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\Microsoft\SQLDB\SSDTUpdate\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\Microsoft\Publish\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\Microsoft\Portable Library Tools\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\Microsoft\Modeling\15.0\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\Microsoft\Microsoft Office 365 Connected Service\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\Microsoft\Graphics\Debugger\Extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\Microsoft\ADL Tools\2.2.9000.1\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\Merq\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\ldgffc34.tql\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\jjjzzyy1.o4y\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\j1uugeiv.pgr\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\h1kgv1is.vjk\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\gdygbiyl.f1i\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\cu0ny0ts.u4t\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\ApacheCordovaTools\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\5wetjyss.zuc\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\4oyvg0jg.dnp\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\3tp0w1fa.see\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\234lug2k.sni\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\1ufz0kme.wdv\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Capping recursion at 5 directories in each extension root due to 'default limit'.
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Platform\Visual Studio MPF\15.0\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Platform\TreeNavigation\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Platform\TreeNavigation\GraphProvider\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Platform\Shell\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Platform\PerfMarkers\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Platform\ParallelDebugger\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Platform\NavigateTo\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Platform\NavigateTo\FileProvider\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Platform\DiagnosticsHub\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Platform\Debugger\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Platform\CPUSampling\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\XamlLanguageService\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\XamlDiagnostics\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\WebClient\Unit Test Adapter\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\WebClient\Project System\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\WebClient\Language Service\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\WebClient\Diagnostics\WebDiagnosticsAttach\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\WebClient\Diagnostics\ToolWindows\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\Web\Razor\v3.0\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\Web\Exports\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\Web\ASPX\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\VisualStudio\Editors\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\VC\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\VC\Project\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\VC\NavigateTo\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\VC\Editor\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\TypeScript\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\TestWindow\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\TemplateProviders\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\TeamFoundation\Team Explorer\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\ReferenceManager\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\RazorLanguageServices\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\Project\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\ProductUpdate\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\Performance Tools\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\OpenFolder\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\NuGet\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\MDD\Android\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\ManagedLanguages\VBCSharp\SourceBasedTestDiscovery\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\ManagedLanguages\VBCSharp\LanguageServicesNext\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\ManagedLanguages\VBCSharp\LanguageServices\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\ManagedLanguages\VBCSharp\InteractiveComponents\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\ManagedLanguages\VBCSharp\ExpressionEvaluators\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\Language\GenerateType\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\Language\CallHierarchy\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\InteractiveWindow\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\FSharp\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\ExtensionManager\ServiceModule\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\ErrorList\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\Editor\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\Diff\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\DesignTools\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\CodeAnalysis\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\CMake\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\ClientDiagnostics\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\ClientDiagnostics\AppResponsiveness\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\Architecture Tools\Providers\Solution\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\Architecture Tools\Providers\NativeCode\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\Architecture Tools\Providers\ManagedProvider\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\Architecture Tools\GraphProviderPackage\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\DataDesign\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Capping recursion at 5 directories in each extension root due to 'default limit'.
3/21/2018 7:27:44 PM - Found 'C:\USERS\VWAUSER\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\15.0_A1C302B2\EXTENSIONS\u3hj51mo.1zj\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'C:\USERS\VWAUSER\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\15.0_A1C302B2\EXTENSIONS\azfsfnt4.01j\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'C:\USERS\VWAUSER\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\15.0_A1C302B2\EXTENSIONS\ah2ae0on.rnz\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'C:\PROGRAM FILES (X86)\COMMON FILES\MICROSOFT\EXTENSIONMANAGER\EXTENSIONS\Microsoft\Windows Kits\10\Desktop SDK\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'C:\PROGRAM FILES (X86)\COMMON FILES\MICROSOFT\EXTENSIONMANAGER\EXTENSIONS\Microsoft\Windows Kits\10\SDK ARM Additions\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'C:\PROGRAM FILES (X86)\COMMON FILES\MICROSOFT\EXTENSIONMANAGER\EXTENSIONS\Microsoft\Windows Kits\10\Windows Store SDK\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'C:\PROGRAM FILES (X86)\COMMON FILES\MICROSOFT\EXTENSIONMANAGER\EXTENSIONS\Microsoft\Windows Kits\8.1\Desktop SDK\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Found 'C:\PROGRAM FILES (X86)\COMMON FILES\MICROSOFT\EXTENSIONMANAGER\EXTENSIONS\Microsoft\Windows Kits\8.1\Windows Store SDK\extension.vsixmanifest'
3/21/2018 7:27:44 PM - Skipping 'C:\Users\vwauser\AppData\Local\Microsoft SDKs' as it doesn't exist
3/21/2018 7:27:44 PM - The extension will be upgraded from version 3.5.18024.1421.
3/21/2018 7:27:44 PM - Beginning to install extension to Visual Studio Community 2017...
3/21/2018 7:27:44 PM - VSIX TaskScheduler: VSIX Auto Updatetask does not exist.
3/21/2018 7:27:45 PM - VSIX TaskScheduler: VSIX Auto Updatetask has been successfully created.
3/21/2018 7:27:48 PM - Skipping non-applicable package Microsoft.Windows.UniversalCRT.Msu.8: The current OS Version '10.0.16299.0' is not in the supported version range '[6.2,6.3)'.
3/21/2018 7:27:48 PM - Skipping non-applicable package Microsoft.Windows.UniversalCRT.Msu.81: The current OS Version '10.0.16299.0' is not in the supported version range '[6.3,6.4)'.
3/21/2018 7:27:48 PM - Skipping non-applicable package Microsoft.Windows.D3DCompiler.Msu.Win7: The current OS Version '10.0.16299.0' is not in the supported version range '[6.1,6.2)'.
3/21/2018 7:27:48 PM - Skipping non-applicable package Microsoft.Net.4.6.FullRedist.NonThreshold: The current OS Version '10.0.16299.0' is not in the supported version range '[6.1.1,6.4)'.
3/21/2018 7:27:49 PM - Skipping non-applicable package Microsoft.Windows.UniversalCRT.Msu.7: The current OS Version '10.0.16299.0' is not in the supported version range '[6.1,6.2)'.
3/21/2018 7:27:49 PM - Skipping non-applicable package Microsoft.DiagnosticsHub.KB2882822.Win7: The current OS Version '10.0.16299.0' is not in the supported version range '[6.1,6.2)'.
3/21/2018 7:27:49 PM - Skipping non-applicable package WebSocket4NetV2: The current OS Version '10.0.16299.0' is not in the supported version range '[6.1,6.2)'.
3/21/2018 7:27:49 PM - Skipping non-applicable package Microsoft.Net.4.6.1.FullRedist.Threshold: The current OS Version '10.0.16299.0' is not in the supported version range '[10.0.10240]'.
3/21/2018 7:27:49 PM - Skipping non-applicable package Microsoft.Net.4.6.1.FullRedist.NonThreshold: The current OS Version '10.0.16299.0' is not in the supported version range '[6.1.1,6.4)'.
3/21/2018 7:27:50 PM - Skipping non-applicable package Microsoft.Windows.81SDK.Store.DirectX.Msi: The current OS Version '10.0.16299.0' is not in the supported version range '[6.1,6.3]'.
3/21/2018 7:27:50 PM - Skipping non-applicable package Microsoft.Windows.81SDK.Store.DirectX.Msi: The current OS Version '10.0.16299.0' is not in the supported version range '[6.1,6.3]'.
3/21/2018 7:27:50 PM - Skipping non-applicable package Microsoft.Windows.81SDK.Desktop.DirectX.Msi: The current OS Version '10.0.16299.0' is not in the supported version range '[6.1,6.3]'.
3/21/2018 7:27:50 PM - Skipping non-applicable package Microsoft.Windows.81SDK.Desktop.DirectX.Msi: The current OS Version '10.0.16299.0' is not in the supported version range '[6.1,6.3]'.
3/21/2018 7:27:50 PM - Skipping non-applicable package Microsoft.Net.4.7.FullRedist: The current OS Version '10.0.16299.0' is not in the supported version range '[6.1.1,10.0.14393]'.
3/21/2018 7:27:50 PM - Skipping non-applicable package Microsoft.Net.4.7.1.FullRedist: The current OS Version '10.0.16299.0' is not in the supported version range '[6.1.1,10.0.15063]'.
3/21/2018 7:27:50 PM - Skipping non-applicable package Microsoft.Ancm.IIS.Msi: Required conditions are not satisfied: IISCoreWebEngineInstalledx64 And IISW3SvcInstalledx64
3/21/2018 7:27:50 PM - Skipping non-applicable package Microsoft.VisualStudio.OfficeDeveloperTools.WindowsIdentityFoundation.Msu: The current OS Version '10.0.16299.0' is not in the supported version range '(,6.2)'.
3/21/2018 7:28:35 PM - Install to Visual Studio Community 2017 completed successfully. The extension has been installed to D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\COMMUNITY\COMMON7\IDE\EXTENSIONS\D31CZUSP.IS5\

However, the issue of needing to run VS 2017 in administrator mode still exists. If it starts w/o administator mode then all of the SDK paths and options will be blank, and if I press ok to save any settings VS2017 will freeze (it will work fine and be populated if I start VS 2017 in administrator, including listing any connected android devices)

Hello justin6wxzm,
I’m unable to reproduce the described installer’s behavior on a VM with VS 2017.
Would you kindly run https://aka.ms/vscollect.exe and attach %TEMP%\vslogs.zip to this thread?

Hi Mikhail,
Since vslogs potentially contains identifying information, I will e-mail you the password to the protected zip archive

Please note that this has been run after manually installing the vsix
Here is what happens when I attempt to run vs 2017 not in administrator mode

Thank you, but unfortunately:

  1. The password that you’ve sent me doesn’t work
  2. I’m unable to reproduce the crash issue depicted in the GIF.
    Please, share the exact versions of Windows and VS 2017 that are installed on the PC where the problem is reproduced.
Microsoft Visual Studio Community 2017 
Version 15.5.6
VisualStudio.15.Release/15.5.6+27130.2027
Microsoft .NET Framework
Version 4.7.02556

Installed Version: Community

Visual Basic 2017   00369-60000-00001-AA975
Microsoft Visual Basic 2017

Visual C# 2017   00369-60000-00001-AA975
Microsoft Visual C# 2017

Visual C++ 2017   00369-60000-00001-AA975
Microsoft Visual C++ 2017

Visual F# 4.1   00369-60000-00001-AA975
Microsoft Visual F# 4.1

ASP.NET and Web Tools 2017   15.0.31127.0
ASP.NET and Web Tools 2017

ASP.NET Core Razor Language Services   1.0
Provides languages services for ASP.NET Core Razor.

ASP.NET Web Frameworks and Tools 2017   5.2.51007.0
For additional information, visit https://www.asp.net/

Azure App Service Tools v3.0.0   15.0.31106.0
Azure App Service Tools v3.0.0

Azure Data Lake Node   1.0
This package contains the Data Lake integration nodes for Server Explorer.

Azure Data Lake Tools for Visual Studio   2.2.9000.1
Microsoft Azure Data Lake Tools for Visual Studio

Azure Data Lake Tools for Visual Studio   2.2.9000.1
Microsoft Azure Data Lake Tools for Visual Studio

Common Azure Tools   1.10
Provides common services for use by Azure Mobile Services and Microsoft Azure Tools.

EditSpecifiers Extension   1.0
EditSpecifiers Visual Studio Extension Detailed Info

Fabric.DiagnosticEvents   1.0
Fabric Diagnostic Events

JavaScript Language Service   2.0
JavaScript Language Service

JavaScript Project System   2.0
JavaScript Project System

Merq   1.1.17-rc (cba4571)
Command Bus, Event Stream and Async Manager for Visual Studio extensions.

Microsoft Azure HDInsight Azure Node   2.2.9000.1
HDInsight Node under Azure Node

Microsoft Azure Hive Query Language Service   2.2.9000.1
Language service for Hive query

Microsoft Azure Service Fabric Tools for Visual Studio   2.0
Microsoft Azure Service Fabric Tools for Visual Studio

Microsoft Azure Stream Analytics Language Service   2.2.9000.1
Language service for Azure Stream Analytics

Microsoft Azure Stream Analytics Node   1.0
Azure Stream Analytics Node under Azure Node

Microsoft Azure Tools   2.9
Microsoft Azure Tools for Microsoft Visual Studio 2017 - v2.9.51120.3

Microsoft Continuous Delivery Tools for Visual Studio   0.3
Simplifying the configuration of continuous build integration and continuous build delivery from within the Visual Studio IDE.

Microsoft JVM Debugger   1.0
Provides support for connecting the Visual Studio debugger to JDWP compatible Java Virtual Machines

Microsoft MI-Based Debugger   1.0
Provides support for connecting Visual Studio to MI compatible debuggers

Microsoft Visual C++ Wizards   1.0
Microsoft Visual C++ Wizards

Microsoft Visual Studio Tools for Containers   1.1
Develop, run, validate your ASP.NET Core applications in the target environment. F5 your application directly into a container with debugging, or CTRL + F5 to edit & refresh your app without having to rebuild the container.

Microsoft Visual Studio VC Package   1.0
Microsoft Visual Studio VC Package

Mono Debugging for Visual Studio   4.8.4-pre (3fe64e3)
Support for debugging Mono processes with Visual Studio.

NuGet Package Manager   4.5.0
NuGet Package Manager in Visual Studio. For more information about NuGet, visit http://docs.nuget.org/.

NVIDIA® Nsight™ Tegra Development Platform, Visual Studio Edition   3.5.18024.1421
NVIDIA® Nsight™ Tegra Visual Studio Edition provides tools for Android development. 
Copyright © NVIDIA Corporation 2016.
User Guide available at: http://docs.nvidia.com/gameworks/index.html#developertools/mobile/nsight_tegra/nsight_tegra_main.htm

Includes technology developed by Mentor Embedded (http://www.mentor.com/embedded-software).

vs-android is Copyright © 2011 Gavin Pugh (http://www.gavpugh.com). Vs-android contains minor modifications from the original source produced by Gavin Pugh.

Android XML parser for .NET is Copyright © 2012 Markus Jarderot. Android XML parser for .NET contains modifications from the original source produced by Markus Jarderot.

Warning: This computer program is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this program, or any portion of it, may result in severe civil and criminal penalties, and will be prosecuted to the maximum extent possible under the law.

Select Next Occurrence   1.2.10
Selects the next occurrence of the current selection and adds multiple cursors for editing.

SpecifiersPackage Extension   1.0
SpecifiersPackage Visual Stuido Extension Detailed Info

SQL Server Data Tools   15.1.61710.120
Microsoft SQL Server Data Tools

ToolWindowHostedEditor   1.0
Hosting json editor into a tool window

TypeScript Tools   15.5.11025.1
TypeScript Tools for Microsoft Visual Studio

UnrealVS   v1.48
Unreal Engine extension for Visual Studio

Visual C++ for Cross Platform Mobile Development (Android)   15.0.27005.02
Visual C++ for Cross Platform Mobile Development (Android)

Visual Studio Code Debug Adapter Host Package   1.0
Interop layer for hosting Visual Studio Code debug adapters in Visual Studio

Visual Studio Tools for Apache Cordova   15.123.6829.2
Visual Studio Tools for Apache Cordova

Visual Studio Tools for CMake   1.0
Visual Studio Tools for CMake

Visual Studio Tools for Unity   3.5.0.3
Visual Studio Tools for Unity

VisualStudio.Mac   1.0
Mac Extension for Visual Studio

WebJobs Tools v1.0.0   15.0.31106.0
WebJobs Tools v1.0.0

Xamarin   4.8.0.760 (fc93f3f5b)
Visual Studio extension to enable development for Xamarin.iOS and Xamarin.Android.

Xamarin Designer   4.8.188 (c5813fa34)
Visual Studio extension to enable Xamarin Designer tools in Visual Studio.

Xamarin.Android SDK   8.1.5.0 (HEAD/75f8c6838)
Xamarin.Android Reference Assemblies and MSBuild support.

Xamarin.iOS and Xamarin.Mac SDK   11.6.1.4 (db807ec)
Xamarin.iOS and Xamarin.Mac Reference Assemblies and MSBuild support.

I can’t reproduce the crash depicted on your GIF on Windows 7 and 10. Maybe it’s caused by the intervention of AV/security software installed on your PC.
It’ll help a lot if you tweak Windows Error Reporting to capture the full memory dump of devenv.exe and share it with me.
Here’s how to configure WER to capture user-mode dumps: Collecting User-Mode Dumps - Win32 apps | Microsoft Docs

Windows version is 1709 (OS Build 16299.309) Windows 10 Pro

Edit: for historical context, was able to add the registry keys for doing Windows Error Reporting full dumps, then dropping that into visual studio 2017, running in mixed mode, showed the call stack and the exception that showed the key referred to below

Thanks for your feedback and assistance.

VS crashes because the user account doesn’t have write permission to the extension’s registry branch: ‘Access to the registry key ‘HKEY_LOCAL_MACHINE\Software\NVIDIA Corporation\Nsight Tegra’ is denied.’
The workaround is to grant the required permission to the user account.

Thank you Mikhail, it has been very helpful working with you. Is that normally part of the .msi version of the install? I presume maybe VS’s .vsix installers doesn’t know to grant permission on the registry keys?

Just to note: In general for other users, I suppose there might still be the inability to install the plugin from the .MSI if users only have visual studio 2017 installed, but I suppose they can do the workaround in the thread that I figured out to get the .vsix directly.