Search notes:

Powershell command noun: vsSetupInstance

Commands related to the PowerShell command noun vsSetupInstance:
This module can be installed like so:
PS C:\> install-packageProvider -name NuGet -minimumVersion 2.8.5.201 -force
PS C:\> install-module vsSetup -scope currentUser -force
get-vsSetupInstance | select displayName, installationVersion, installationPath
The following command seems to select the components that were installed with a given Visual Studio installation:
(get-vsSetupInstance -path 'C:\Program Files\Microsoft Visual Studio\2022\Community').packages | select id, version

See also

vswhere.exe
Powershell command nouns

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Windows/...', 1758201057, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Windows/PowerShell/command-inventory/noun/vsSetupInstance/index(53): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78