Downloads:
243,677
Downloads of v 2.8.3-gded0fdd044:
228
Last Update:
24 Oct 2019
Package Maintainer(s):
Software Author(s):
- Microsoft
Tags:
vs vs2017 visualstudio- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Visual Studio Locator
This is a prerelease version of Visual Studio Locator.
- 1
- 2
- 3
2.8.3-gded0fdd044 | Updated: 24 Oct 2019
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
243,677
Downloads of v 2.8.3-gded0fdd044:
228
Maintainer(s):
Software Author(s):
- Microsoft
Visual Studio Locator 2.8.3-gded0fdd044
This is a prerelease version of Visual Studio Locator.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Microsoft. The inclusion of Microsoft trademark(s), if any, upon this webpage is solely to identify Microsoft goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Visual Studio Locator, run the following command from the command line or from PowerShell:
To upgrade Visual Studio Locator, run the following command from the command line or from PowerShell:
To uninstall Visual Studio Locator, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download vswhere --internalize --version=2.8.3-gded0fdd044 --pre --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade vswhere -y --source="'INTERNAL REPO URL'" --version="'2.8.3-gded0fdd044'" --prerelease [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade vswhere -y --source="'INTERNAL REPO URL'" --version="'2.8.3-gded0fdd044'" --prerelease
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install vswhere
win_chocolatey:
name: vswhere
version: '2.8.3-gded0fdd044'
source: INTERNAL REPO URL
state: present
allow_prerelease: yes
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'vswhere' do
action :install
source 'INTERNAL REPO URL'
version '2.8.3-gded0fdd044'
options '--prerelease'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller vswhere
{
Name = "vswhere"
Version = "2.8.3-gded0fdd044"
Source = "INTERNAL REPO URL"
chocoParams = "--prerelease"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'vswhere':
ensure => '2.8.3-gded0fdd044',
install_options => ['--prerelease'],
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 25 Oct 2019.
Locate Visual Studio 2017 and newer installations
The MIT License (MIT)
Copyright (C) Microsoft Corporation. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
tools\vswhere.exe is produced by us from the same repository as this package: https://github.com/Microsoft/vswhere
md5: 54971F6D6B51E44DA83680F7642AF01D | sha1: 65E82A6FDB33E549DA38EDBFDB551437441D73CD | sha256: 1C3DB8989F4C6AD979F73B4A4B8E02B90AE485A5CDD57D321C5340B5F6BE36DC | sha512: D5953710710AE59BED5FB2C4E966048835425BDF6A97CA2746A9FA95CBA6238A7554FE4C8B73484CB750FF3994D14C68F39E56452095B371A3BD24993B60CA55
Log in or click on link to see number of positives.
- vswhere.2.8.3-gded0fdd044.nupkg (c8f6dd010c49) - ## / 62
- vswhere.exe (1c3db8989f4c) - ## / 70
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Visual Studio Locator 3.1.7 | 65800 | Wednesday, July 5, 2023 | Approved | |
Visual Studio Locator 3.1.4 | 10918 | Monday, April 24, 2023 | Approved | |
Visual Studio Locator 3.1.1 | 21950 | Tuesday, November 15, 2022 | Approved | |
Visual Studio Locator 3.0.3 | 18090 | Thursday, June 2, 2022 | Approved | |
Visual Studio Locator 3.0.2 | 4400 | Friday, April 29, 2022 | Approved | |
Visual Studio Locator 3.0.1 | 5348 | Tuesday, March 1, 2022 | Approved | |
Visual Studio Locator 2.9.3-g21bcdb639c | 421 | Friday, September 17, 2021 | Approved | |
Visual Studio Locator 2.9.1-g4df5b7a8ce | 118 | Wednesday, September 15, 2021 | Approved | |
Visual Studio Locator 2.8.4 | 77054 | Monday, October 28, 2019 | Approved | |
Visual Studio Locator 2.8.3-gded0fdd044 | 228 | Thursday, October 24, 2019 | Approved | |
Visual Studio Locator 2.8.2-g417060f504 | 307 | Saturday, September 21, 2019 | Approved | |
Visual Studio Locator 2.7.1 | 7891 | Friday, July 26, 2019 | Approved | |
Visual Studio Locator 2.7.1-g180c706d56 | 226 | Friday, July 26, 2019 | Approved | |
Visual Studio Locator 2.6.13-ga6d40ba5f4 | 255 | Friday, June 28, 2019 | Approved | |
Visual Studio Locator 2.6.10-gb60cc3196e | 347 | Wednesday, April 3, 2019 | Approved | |
Visual Studio Locator 2.6.7 | 4872 | Wednesday, January 30, 2019 | Approved | |
Visual Studio Locator 2.6.6-gd9dbe79db3 | 252 | Monday, January 28, 2019 | Approved | |
Visual Studio Locator 2.6.3-g7446fa5c48 | 249 | Thursday, January 24, 2019 | Approved | |
Visual Studio Locator 2.6.2-gf078b21784 | 254 | Wednesday, January 23, 2019 | Approved | |
Visual Studio Locator 2.5.11-g0d92cf1f7a | 288 | Wednesday, January 23, 2019 | Approved | |
Visual Studio Locator 2.5.10-gc021cdba3c | 282 | Friday, January 18, 2019 | Approved | |
Visual Studio Locator 2.5.9 | 1317 | Wednesday, January 2, 2019 | Approved | |
Visual Studio Locator 2.5.2 | 3586 | Wednesday, June 13, 2018 | Approved | |
Visual Studio Locator 2.4.1 | 1375 | Tuesday, March 27, 2018 | Approved | |
Visual Studio Locator 2.3.7 | 1597 | Thursday, March 8, 2018 | Approved | |
Visual Studio Locator 2.3.2 | 1150 | Tuesday, January 23, 2018 | Approved | |
Visual Studio Locator 2.2.11 | 1602 | Tuesday, October 31, 2017 | Approved | |
Visual Studio Locator 2.2.7 | 1019 | Thursday, October 12, 2017 | Approved | |
Visual Studio Locator 2.2.3 | 692 | Saturday, October 7, 2017 | Approved | |
Visual Studio Locator 2.1.4 | 2038 | Wednesday, September 6, 2017 | Approved | |
Visual Studio Locator 2.1.3 | 3449 | Saturday, July 29, 2017 | Approved | |
Visual Studio Locator 2.0.2 | 1292 | Saturday, June 24, 2017 | Approved | |
Visual Studio Locator 1.0.71 | 601 | Tuesday, June 13, 2017 | Approved | |
Visual Studio Locator 1.0.62 | 988 | Wednesday, April 12, 2017 | Approved | |
Visual Studio Locator 1.0.58 | 687 | Wednesday, March 15, 2017 | Approved | |
Visual Studio Locator 1.0.55 | 493 | Wednesday, March 15, 2017 | Approved | |
Visual Studio Locator 1.0.50 | 1116 | Friday, March 10, 2017 | Approved | |
Visual Studio Locator 1.0.47 | 451 | Wednesday, March 8, 2017 | Approved | |
Visual Studio Locator 1.0.40 | 505 | Saturday, March 4, 2017 | Approved |
© Microsoft Corporation. All rights reserved.
This package has no dependencies.
Ground Rules:
- This discussion is only about Visual Studio Locator and the Visual Studio Locator package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Visual Studio Locator, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.