Skip to content

Instantly share code, notes, and snippets.

@michaelray
Created January 13, 2017 23:57
Show Gist options
  • Save michaelray/0796d6c6f7efadf31d51315cfd733713 to your computer and use it in GitHub Desktop.
Save michaelray/0796d6c6f7efadf31d51315cfd733713 to your computer and use it in GitHub Desktop.
Attempting to install git v2.11.0.2 Chocolatey package.
PS C:\Windows\system32> choco install git -y -d -v
Chocolatey v0.10.3
Chocolatey is running on Windows v 6.1.7601.65536
Attempting to delete file "C:/ProgramData/chocolatey/choco.exe.old".
Attempting to delete file "C:\ProgramData\chocolatey\choco.exe.old".
Command line: "C:\ProgramData\chocolatey\choco.exe" install git -y -d -v
Received arguments: install git -y -d -v
RemovePendingPackagesTask is now ready and waiting for PreRunMessage.
Sending message 'PreRunMessage' out if there are subscribers...
[Pending] Removing all pending packages that should not be considered installed...
The source 'https://chocolatey.org/api/v2/' evaluated to a 'normal' source type
NOTE: Hiding sensitive configuration data! Please double and triple
check to be sure no sensitive data is shown, especially if copying
output to a gist for review.
Configuration: CommandName='install'|
CacheLocation='C:\Users\USER\AppData\Local\Temp\chocolatey'|
ContainsLegacyPackageInstalls='True'|
CommandExecutionTimeoutSeconds='2700'|WebRequestTimeoutSeconds='30'|
Sources='https://chocolatey.org/api/v2/'|SourceType='normal'|
Debug='True'|Verbose='True'|Force='False'|Noop='False'|
HelpRequested='False'|RegularOutput='True'|QuietOutput='False'|
PromptForConfirmation='False'|AcceptLicense='True'|
AllowUnofficialBuild='False'|Input='git'|AllVersions='False'|
SkipPackageInstallProvider='False'|PackageNames='git'|
Prerelease='False'|ForceX86='False'|OverrideArguments='False'|
NotSilent='False'|ApplyPackageParametersToDependencies='False'|
ApplyInstallArgumentsToDependencies='False'|IgnoreDependencies='False'|
AllowMultipleVersions='False'|AllowDowngrade='False'|
ForceDependencies='False'|Information.PlatformType='Windows'|
Information.PlatformVersion='6.1.7601.65536'|
Information.PlatformName='Windows 7'|
Information.ChocolateyVersion='0.10.3.0'|
Information.ChocolateyProductVersion='0.10.3'|
Information.FullName='choco, Version=0.10.3.0, Culture=neutral, PublicKeyToken=79d02ea9cad655eb'|
Information.Is64Bit='False'|Information.IsInteractive='True'|
Information.IsUserAdministrator='True'|
Information.IsProcessElevated='True'|
Information.IsLicensedVersion='False'|Information.LicenseType='Foss'|
Features.AutoUninstaller='True'|Features.ChecksumFiles='True'|
Features.AllowEmptyChecksums='False'|
Features.AllowEmptyChecksumsSecure='True'|
Features.FailOnAutoUninstaller='False'|
Features.FailOnStandardError='False'|Features.UsePowerShellHost='True'|
Features.LogEnvironmentValues='False'|Features.VirusCheck='False'|
Features.FailOnInvalidOrMissingLicense='False'|
Features.IgnoreInvalidOptionsSwitches='True'|
Features.UsePackageExitCodes='True'|
Features.UseFipsCompliantChecksums='False'|
Features.ScriptsCheckLastExitCode='False'|
ListCommand.LocalOnly='False'|
ListCommand.IncludeRegistryPrograms='False'|ListCommand.PageSize='25'|
ListCommand.Exact='False'|ListCommand.ByIdOnly='False'|
ListCommand.IdStartsWith='False'|ListCommand.OrderByPopularity='False'|
ListCommand.ApprovedOnly='False'|
ListCommand.DownloadCacheAvailable='False'|
ListCommand.NotBroken='False'|UpgradeCommand.FailOnUnfound='False'|
UpgradeCommand.FailOnNotInstalled='False'|
UpgradeCommand.NotifyOnlyAvailableUpgrades='False'|
NewCommand.AutomaticPackage='False'|
NewCommand.UseOriginalTemplate='False'|SourceCommand.Command='unknown'|
SourceCommand.Priority='0'|FeatureCommand.Command='unknown'|
ConfigCommand.Command='unknown'|PinCommand.Command='unknown'|
_ Chocolatey:ChocolateyInstallCommand - Normal Run Mode _
Installing the following packages:
git
By installing you accept licenses for the packages.
[NuGet] Attempting to resolve dependency 'git.install (= 2.11.0.2)'.
[NuGet] Attempting to resolve dependency 'chocolatey-core.extension (≥ 1.0.4)'.
[NuGet] Installing 'git.install 2.11.0.2'.
[NuGet] Added file 'LICENSE.txt' to folder 'git.install\legal'.
[NuGet] Added file 'VERIFICATION.txt' to folder 'git.install\legal'.
[NuGet] Added file 'chocolateyInstall.ps1' to folder 'git.install\tools'.
[NuGet] Added file 'Git-2.11.0.2-32-bit.exe' to folder 'git.install\tools'.
[NuGet] Added file 'Git-2.11.0.2-64-bit.exe' to folder 'git.install\tools'.
[NuGet] Added file 'helpers.ps1' to folder 'git.install\tools'.
[NuGet] Added file 'git.install.nuspec' to folder 'git.install'.
[NuGet] Added file 'git.install.nupkg' to folder 'git.install'.
[NuGet] Successfully installed 'git.install 2.11.0.2'.
git.install v2.11.0.2 [Approved]
git.install package files install completed. Performing other installation steps.
Setting installer args for git.install
Setting package parameters for git.install
Contents of 'C:\ProgramData\chocolatey\lib\git.install\tools\chocolateyInstall.ps1':
$ErrorActionPreference = 'Stop'
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1
$filePath32 = "$toolsPath\Git-2.11.0.2-32-bit.exe"
$filePath64 = "$toolsPath\Git-2.11.0.2-64-bit.exe"
$fileArgs = "/VERYSILENT", "/SUPPRESSMSGBOXES", "/NORESTART", "/NOCANCEL", "/SP-", "/LOG"
$components = "icons", "icons\quicklaunch", "ext", "ext\shellhere", "ext\guihere", "assoc", "assoc_sh"
# Parse package parameters.
$pp = Get-PackageParameters
$installKey = Get-InstallKey
$installerArgs = @{
InstallKey = $installKey
GitOnlyOnPath = ($pp.GitOnlyOnPath -eq $true)
WindowsTerminal = ($pp.WindowsTerminal -eq $true)
GitAndUnixToolsOnPath = ($pp.GitAndUnixToolsOnPath -eq $true)
NoAutoCrlf = ($pp.NoAutoCrlf -eq $true)
}
Set-InstallerSettings @installerArgs
# Disable shell integration parameters.
if ($pp.NoShellIntegration -eq $true) {
$components = Remove-ShellIntegration -Components $components
}
# Make our install work properly when running under SYSTEM account (Chef Cliet Service, Puppet Service, etc).
$components = Remove-QuickLaunchForSystemUser -Components $components
# Stop any running Git SSH agents.
Stop-GitSSHAgent
$installFile = if ((Get-ProcessorBits 64) -and $env:chocolateyForceX86 -ne 'true') {
Write-Host "Installing 64 bit version"
$filePath64
} else {
Write-Host "Installing 32 bit version"
$filePath32
}
$silentArgs = "$fileArgs"
if ($components.length -gt 0) {
$componentArgs = $components -join ","
$silentArgs = $silentArgs + " /COMPONENTS=`"" + $componentArgs + "`""
}
$packageArgs = @{
PackageName = 'git.install'
FileType = 'exe'
SoftwareName = 'Git version*'
File = $installFile
SilentArgs = $silentArgs
ValidExitCodes = @(0)
}
Install-ChocolateyInstallPackage @packageArgs
if (Test-Path $installKey) {
$keyNames = Get-ItemProperty -Path $installKey
if (!$pp.GitOnlyOnPath -and !$pp.GitAndUnixToolsOnPath) {
$installLocation = $keyNames.InstallLocation
if ($installLocation) {
$gitPath = Join-Path $installLocation 'cmd'
Install-ChocolateyPath $gitPath 'Machine'
}
}
}
# Lets remove the installer as there is no more need for it.
Remove-Item -Force $filePath32 -ea 0
Remove-Item -Force $filePath64 -ea 0
Calling built-in PowerShell host with ['[System.Threading.Thread]::CurrentThread.CurrentCulture = '';[System.Threading.Thread]::CurrentThread.CurrentUICulture = ''; & import-module -name 'C:\Progra
mData\chocolatey\helpers\chocolateyInstaller.psm1'; & 'C:\ProgramData\chocolatey\helpers\chocolateyScriptRunner.ps1' -packageScript 'C:\ProgramData\chocolatey\lib\git.install\tools\chocolateyInstal
l.ps1' -installArguments '' -packageParameters ''']
Redirecting System.Management.Automation.resources, Version=1.0.0.0, Culture=en-US, PublicKeyToken=31bf3856ad364e35, requested by ''
Host version is 2.0, PowerShell Version is '2.0' and CLR Version is '4.0.30319.42000'.
Loading community extensions
Importing 'C:\ProgramData\chocolatey\extensions\chocolatey-core\chocolatey-core.psm1'
VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-core\chocolatey-core.psm1'.
VERBOSE: Exporting function 'Get-AppInstallLocation'.
VERBOSE: Exporting function 'Get-PackageCacheLocation'.
VERBOSE: Exporting function 'Get-PackageParameters'.
VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
VERBOSE: Exporting function 'Get-WebContent'.
VERBOSE: Exporting function 'Register-Application'.
VERBOSE: Importing function 'Get-AppInstallLocation'.
VERBOSE: Importing function 'Get-PackageCacheLocation'.
VERBOSE: Importing function 'Get-PackageParameters'.
VERBOSE: Importing function 'Get-UninstallRegistryKey'.
VERBOSE: Importing function 'Get-WebContent'.
VERBOSE: Importing function 'Register-Application'.
VERBOSE: Exporting function 'Format-FileSize'.
VERBOSE: Exporting function 'Generate-BinFile'.
VERBOSE: Exporting function 'Get-ChecksumValid'.
VERBOSE: Exporting function 'Get-ChocolateyUnzip'.
VERBOSE: Exporting function 'Get-ChocolateyWebFile'.
VERBOSE: Exporting function 'Get-EnvironmentVariable'.
VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.
VERBOSE: Exporting function 'Get-FtpFile'.
VERBOSE: Exporting function 'Get-OSArchitectureWidth'.
VERBOSE: Exporting function 'Get-ToolsLocation'.
VERBOSE: Exporting function 'Get-UACEnabled'.
VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
VERBOSE: Exporting function 'Get-VirusCheckValid'.
VERBOSE: Exporting function 'Get-WebFile'.
VERBOSE: Exporting function 'Get-WebFileName'.
VERBOSE: Exporting function 'Get-WebHeaders'.
VERBOSE: Exporting function 'Install-BinFile'.
VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.
VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.
VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.
VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.
VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.
VERBOSE: Exporting function 'Install-ChocolateyPackage'.
VERBOSE: Exporting function 'Install-ChocolateyPath'.
VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.
VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.
VERBOSE: Exporting function 'Install-ChocolateyShortcut'.
VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.
VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.
VERBOSE: Exporting function 'Install-Vsix'.
VERBOSE: Exporting function 'Remove-BinFile'.
VERBOSE: Exporting function 'Set-EnvironmentVariable'.
VERBOSE: Exporting function 'Set-PowerShellExitCode'.
VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.
VERBOSE: Exporting function 'Test-ProcessAdminRights'.
VERBOSE: Exporting function 'Uninstall-BinFile'.
VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.
VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.
VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.
VERBOSE: Exporting function 'Update-SessionEnvironment'.
VERBOSE: Exporting function 'Write-ChocolateyFailure'.
VERBOSE: Exporting function 'Write-ChocolateySuccess'.
VERBOSE: Exporting function 'Write-FileUpdateLog'.
VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.
VERBOSE: Exporting function 'Get-AppInstallLocation'.
VERBOSE: Exporting function 'Get-PackageCacheLocation'.
VERBOSE: Exporting function 'Get-PackageParameters'.
VERBOSE: Exporting function 'Get-WebContent'.
VERBOSE: Exporting function 'Register-Application'.
VERBOSE: Exporting alias 'Get-ProcessorBits'.
VERBOSE: Exporting alias 'Get-OSBitness'.
VERBOSE: Exporting alias 'Get-InstallRegistryKey'.
VERBOSE: Exporting alias 'Generate-BinFile'.
VERBOSE: Exporting alias 'Add-BinFile'.
VERBOSE: Exporting alias 'Start-ChocolateyProcess'.
VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.
VERBOSE: Exporting alias 'Remove-BinFile'.
VERBOSE: Exporting alias 'refreshenv'.
VERBOSE: Importing function 'Format-FileSize'.
WARNING: Some imported command names include unapproved verbs which might make them less discoverable. Use the Verbose parameter for more detail or type Get-Verb to see the list of approved verbs.
VERBOSE: The command name 'Generate-BinFile' includes an unapproved verb which might make it less discoverable. The suggested alternative verbs are "New".
VERBOSE: Importing function 'Generate-BinFile'.
VERBOSE: Importing function 'Get-AppInstallLocation'.
VERBOSE: Importing function 'Get-ChecksumValid'.
VERBOSE: Importing function 'Get-ChocolateyUnzip'.
VERBOSE: Importing function 'Get-ChocolateyWebFile'.
VERBOSE: Importing function 'Get-EnvironmentVariable'.
VERBOSE: Importing function 'Get-EnvironmentVariableNames'.
VERBOSE: Importing function 'Get-FtpFile'.
VERBOSE: Importing function 'Get-OSArchitectureWidth'.
VERBOSE: Importing function 'Get-PackageCacheLocation'.
VERBOSE: Importing function 'Get-PackageParameters'.
VERBOSE: Importing function 'Get-ToolsLocation'.
VERBOSE: Importing function 'Get-UACEnabled'.
VERBOSE: Importing function 'Get-UninstallRegistryKey'.
VERBOSE: Importing function 'Get-VirusCheckValid'.
VERBOSE: Importing function 'Get-WebContent'.
VERBOSE: Importing function 'Get-WebFile'.
VERBOSE: Importing function 'Get-WebFileName'.
VERBOSE: Importing function 'Get-WebHeaders'.
VERBOSE: Importing function 'Install-BinFile'.
VERBOSE: Importing function 'Install-ChocolateyDesktopLink'.
VERBOSE: Importing function 'Install-ChocolateyEnvironmentVariable'.
VERBOSE: Importing function 'Install-ChocolateyExplorerMenuItem'.
VERBOSE: Importing function 'Install-ChocolateyFileAssociation'.
VERBOSE: Importing function 'Install-ChocolateyInstallPackage'.
VERBOSE: Importing function 'Install-ChocolateyPackage'.
VERBOSE: Importing function 'Install-ChocolateyPath'.
VERBOSE: Importing function 'Install-ChocolateyPinnedTaskBarItem'.
VERBOSE: Importing function 'Install-ChocolateyPowershellCommand'.
VERBOSE: Importing function 'Install-ChocolateyShortcut'.
VERBOSE: Importing function 'Install-ChocolateyVsixPackage'.
VERBOSE: Importing function 'Install-ChocolateyZipPackage'.
VERBOSE: Importing function 'Install-Vsix'.
VERBOSE: Importing function 'Register-Application'.
VERBOSE: Importing function 'Remove-BinFile'.
VERBOSE: Importing function 'Set-EnvironmentVariable'.
VERBOSE: Importing function 'Set-PowerShellExitCode'.
VERBOSE: Importing function 'Start-ChocolateyProcessAsAdmin'.
VERBOSE: Importing function 'Test-ProcessAdminRights'.
VERBOSE: Importing function 'Uninstall-BinFile'.
VERBOSE: Importing function 'Uninstall-ChocolateyEnvironmentVariable'.
VERBOSE: Importing function 'Uninstall-ChocolateyPackage'.
VERBOSE: Importing function 'Uninstall-ChocolateyZipPackage'.
VERBOSE: Importing function 'Update-SessionEnvironment'.
VERBOSE: Importing function 'Write-ChocolateyFailure'.
VERBOSE: Importing function 'Write-ChocolateySuccess'.
VERBOSE: Importing function 'Write-FileUpdateLog'.
VERBOSE: Importing function 'Write-FunctionCallLogMessage'.
VERBOSE: Importing alias 'Add-BinFile'.
VERBOSE: Importing alias 'Generate-BinFile'.
VERBOSE: Importing alias 'Get-InstallRegistryKey'.
VERBOSE: Importing alias 'Get-OSBitness'.
VERBOSE: Importing alias 'Get-ProcessorBits'.
VERBOSE: Importing alias 'Invoke-ChocolateyProcess'.
VERBOSE: Importing alias 'refreshenv'.
VERBOSE: Importing alias 'Remove-BinFile'.
VERBOSE: Importing alias 'Start-ChocolateyProcess'.
Running 'ChocolateyScriptRunner' for git.install v2.11.0.2 with packageScript 'C:\ProgramData\chocolatey\lib\git.install\tools\chocolateyInstall.ps1', packageFolder:'C:\ProgramData\chocolatey\lib\g
it.install', installArguments: '', packageParameters: '',
Running 'C:\ProgramData\chocolatey\lib\git.install\tools\chocolateyInstall.ps1'
Running Get-ProcessorBits -compare '64'
ERROR: Command execution stopped because the preference variable "ErrorActionPreference" or common parameter is set to Stop: The registry key at the specified path does not exist.
at System.Management.Automation.Internal.PipelineProcessor.SynchronousExecuteEnumerate(Object input, Hashtable errorResults, Boolean enumerate)
at System.Management.Automation.PipelineNode.Execute(Array input, Pipe outputPipe, ArrayList& resultList, ExecutionContext context)
at System.Management.Automation.StatementListNode.ExecuteStatement(ParseTreeNode statement, Array input, Pipe outputPipe, ArrayList& resultList, ExecutionContext context)
Built-in PowerShell host called with ['[System.Threading.Thread]::CurrentThread.CurrentCulture = '';[System.Threading.Thread]::CurrentThread.CurrentUICulture = ''; & import-module -name 'C:\Program
Data\chocolatey\helpers\chocolateyInstaller.psm1'; & 'C:\ProgramData\chocolatey\helpers\chocolateyScriptRunner.ps1' -packageScript 'C:\ProgramData\chocolatey\lib\git.install\tools\chocolateyInstall
.ps1' -installArguments '' -packageParameters '''] exited with '-1'.
Calling command ['"C:\Windows\System32\shutdown.exe" /a']
Command ['"C:\Windows\System32\shutdown.exe" /a'] exited with '1116'
Capturing package files in 'C:\ProgramData\chocolatey\lib\git.install'
Found 'C:\ProgramData\chocolatey\lib\git.install\git.install.nupkg'
with checksum 'F0B42241F6DFBE3777F3963D9CF1BF00'
Found 'C:\ProgramData\chocolatey\lib\git.install\git.install.nuspec'
with checksum 'B1A86CB3F48EFD535875B628C09166F4'
Found 'C:\ProgramData\chocolatey\lib\git.install\legal\LICENSE.txt'
with checksum '147AC7E5E6DAA60704C926873D2C066D'
Found 'C:\ProgramData\chocolatey\lib\git.install\legal\VERIFICATION.txt'
with checksum '44E70907F7F5387F00EF901A80AC6D93'
Found 'C:\ProgramData\chocolatey\lib\git.install\tools\chocolateyInstall.ps1'
with checksum 'DFA02143EB0F55B4949656C921FF81A3'
Found 'C:\ProgramData\chocolatey\lib\git.install\tools\Git-2.11.0.2-32-bit.exe'
with checksum 'C878E2FE5A40E7D9FB83E25D3D361A6E'
Found 'C:\ProgramData\chocolatey\lib\git.install\tools\Git-2.11.0.2-64-bit.exe'
with checksum 'F22CEB0006F6AC388C4F745D0BE5099B'
Found 'C:\ProgramData\chocolatey\lib\git.install\tools\helpers.ps1'
with checksum 'D7F5C910429F5903A7B73A7C3323F7D5'
Attempting to copy "C:\ProgramData\chocolatey\.chocolatey\git.install.2.11.0.2\.files.update"
to "C:\ProgramData\chocolatey\.chocolatey\git.install.2.11.0.2\.files".
Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\git.install.2.11.0.2\.files.update".
Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\git.install.2.11.0.2\.sxs".
Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\git.install.2.11.0.2\.pin".
Attempting to delete directory "C:\ProgramData\chocolatey\lib-bad\git.install".
Sending message 'HandlePackageResultCompletedMessage' out if there are subscribers...
The install of git.install was NOT successful.
Error while running 'C:\ProgramData\chocolatey\lib\git.install\tools\chocolateyInstall.ps1'.
See log for details.
Moving 'C:\ProgramData\chocolatey\lib\git.install'
to 'C:\ProgramData\chocolatey\lib-bad\git.install'
[NuGet] Installing 'git 2.11.0.2'.
[NuGet] Added file 'git.nuspec' to folder 'git'.
[NuGet] Added file 'git.nupkg' to folder 'git'.
[NuGet] Successfully installed 'git 2.11.0.2'.
git v2.11.0.2 [Approved]
git package files install completed. Performing other installation steps.
Capturing package files in 'C:\ProgramData\chocolatey\lib\git'
Found 'C:\ProgramData\chocolatey\lib\git\git.nupkg'
with checksum '081F5A1437A1546FBE35FFAF63400BC0'
Found 'C:\ProgramData\chocolatey\lib\git\git.nuspec'
with checksum 'E0013BED1806ECB181D1C1797DBAD0BC'
Attempting to copy "C:\ProgramData\chocolatey\.chocolatey\git.2.11.0.2\.files.update"
to "C:\ProgramData\chocolatey\.chocolatey\git.2.11.0.2\.files".
Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\git.2.11.0.2\.files.update".
Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\git.2.11.0.2\.arguments".
Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\git.2.11.0.2\.sxs".
Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\git.2.11.0.2\.pin".
Sending message 'HandlePackageResultCompletedMessage' out if there are subscribers...
Attempting to delete file "C:\ProgramData\chocolatey\lib\git\.chocolateyPending".
The install of git was successful.
Software install location not explicitly set, could be in package or
default install location if installer.
Attempting to delete file "C:\Users\rayzor\AppData\Local\NuGet\Cache\git.2.11.0.2.nupkg".
Chocolatey installed 1/2 packages. 1 packages failed.
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
Failures
- git.install (exited -1) - Error while running 'C:\ProgramData\chocolatey\lib\git.install\tools\chocolateyInstall.ps1'.
See log for details.
Did you know the proceeds of Pro (and some proceeds from other
licensed editions) go into bettering the community infrastructure?
Your support ensures an active community, it makes you look smarter,
plus it nets you some awesome features!
https://chocolatey.org/compare
Sending message 'PostRunMessage' out if there are subscribers...
Exiting with -1
PS C:\Windows\system32>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment