How to check the versions of Visual Studio installed?

You may have installed multiple versions of Visual Studio on your computer. How to get the information of all the installed instances of Visual Studio? You can run the following command:

C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere -all -products *

It will list detailed information about every Visual Studio instance on your system including

  • instanceId
  • installDate
  • installationName
  • installationPath
  • installationVersion
  • productId
  • productPath
  • state
  • isComplete
  • isLaunchable
  • isPrerelease
  • isRebootRequired
  • displayName
  • description
  • channelId
  • channelUri
  • enginePath
  • installedChannelId
  • installedChannelUri
  • releaseNotes
  • resolvedInstallationPath
  • thirdPartyNotices
  • updateDate
  • catalog_buildBranch
  • catalog_buildVersion
  • catalog_id
  • catalog_localBuild
  • catalog_manifestName
  • catalog_manifestType
  • catalog_productDisplayVersion
  • catalog_productLine
  • catalog_productLineVersion
  • catalog_productMilestone
  • catalog_productMilestoneIsPreRelease
  • catalog_productName
  • catalog_productPatchVersion
  • catalog_productPreReleaseMilestoneSuffix
  • catalog_productSemanticVersion
  • catalog_requiredEngineVersion
  • properties_campaignId
  • properties_canceled
  • properties_channelManifestId
  • properties_nickname
  • properties_setupEngineFilePath

Note that Visual Studio Build Tools and Visual Studio Community count as distinct Visual Studio installation instances although they may be installed together when you install some version of VS.

 

Did you like this?
Tip admin with Cryptocurrency

Donate Bitcoin to admin

Scan to Donate Bitcoin to admin
Scan the QR code or copy the address below into your wallet to send some bitcoin:

Donate Bitcoin Cash to admin

Scan to Donate Bitcoin Cash to admin
Scan the QR code or copy the address below into your wallet to send bitcoin:

Donate Ethereum to admin

Scan to Donate Ethereum to admin
Scan the QR code or copy the address below into your wallet to send some Ether:

Donate Litecoin to admin

Scan to Donate Litecoin to admin
Scan the QR code or copy the address below into your wallet to send some Litecoin:

Donate Monero to admin

Scan to Donate Monero to admin
Scan the QR code or copy the address below into your wallet to send some Monero:

Donate ZCash to admin

Scan to Donate ZCash to admin
Scan the QR code or copy the address below into your wallet to send some ZCash:

Leave a Reply