-
-
Save dhilgarth/0360bbd3b6a4a46e4771 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PS C:\Windows\system32> choco install --noop ncrunch-vs2013 | |
Chocolatey v0.9.10-alpha1 | |
_ Chocolatey:ChocolateyInstallCommand - Noop Mode _ | |
Chocolatey would have used NuGet to install packages (if they are not already installed): | |
ncrunch-vs2013 | |
ncrunch-vs2013 v2.16.0.13 | |
Would have run 'C:\Users\Daniel Hilgarth\AppData\Local\Temp\Chocolatey\TempInstalls_20151010_185251_7254\ncrunch-vs2013\tools\chocolateyInstall.ps1': | |
$packageName = 'ncrunch-vs2013' | |
$url = 'http://downloads.ncrunch.net/NCrunch_VS2013_2.16.0.13.msi' | |
$installerType = 'msi' | |
$silentArgs = '/quiet' | |
$validExitCodes = @(0) | |
Install-ChocolateyPackage "$packageName" "$installerType" "$silentArgs" "$url" -validExitCodes $validExitCodes | |
PS C:\Windows\system32> choco install --noop ncrunch-vs2015 | |
Chocolatey v0.9.10-alpha1 | |
_ Chocolatey:ChocolateyInstallCommand - Noop Mode _ | |
Chocolatey would have used NuGet to install packages (if they are not already installed): | |
ncrunch-vs2015 | |
ncrunch-vs2015 v2.16.0.13 | |
Would have run 'C:\Users\Daniel Hilgarth\AppData\Local\Temp\Chocolatey\TempInstalls_20151010_185303_7707\ncrunch-vs2015\tools\chocolateyInstall.ps1': | |
$packageName = 'ncrunch-vs2015' | |
$url = 'http://downloads.ncrunch.net/NCrunch_VS2015_2.16.0.13.msi' | |
$installerType = 'msi' | |
$silentArgs = '/quiet' | |
$validExitCodes = @(0) | |
Install-ChocolateyPackage "$packageName" "$installerType" "$silentArgs" "$url" -validExitCodes $validExitCodes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment