Skip to content

Instantly share code, notes, and snippets.

@KurtTheBerner
Created February 9, 2016 09:48
Show Gist options
  • Save KurtTheBerner/fe1683baaeeffc452927 to your computer and use it in GitHub Desktop.
Save KurtTheBerner/fe1683baaeeffc452927 to your computer and use it in GitHub Desktop.
Get-ChocolateyWebFile ignores Proxy settings for FTP Transfers - Debug Log
C:\windows\system32>choco install adobereader-update -dv
Chocolatey is running on Windows v 10.0.10240.0
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 adobereader-update -dv
Received arguments: install adobereader-update -dv
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\Customer\AppData\Local\Temp'|
ContainsLegacyPackageInstalls='True'|
CommandExecutionTimeoutSeconds='2700'|
Sources='https://chocolatey.org/api/v2/;http://my-server:4711/nuget/'|
Debug='True'|Verbose='True'|Force='False'|Noop='False'|
HelpRequested='False'|RegularOutput='True'|QuietOutput='False'|
PromptForConfirmation='False'|AcceptLicense='False'|
AllowUnofficialBuild='False'|Input='adobereader-update'|
AllVersions='False'|SkipPackageInstallProvider='False'|
PackageNames='adobereader-update'|Prerelease='False'|ForceX86='False'|
OverrideArguments='False'|NotSilent='False'|IgnoreDependencies='False'|
AllowMultipleVersions='False'|AllowDowngrade='False'|
ForceDependencies='False'|Information.PlatformType='Windows'|
Information.PlatformVersion='10.0.10240.0'|
Information.PlatformName='Windows'|
Information.ChocolateyVersion='0.9.9.11'|
Information.ChocolateyProductVersion='0.9.9.11'|
Information.FullName='choco, Version=0.9.9.11, Culture=neutral, PublicKeyToken=79d02ea9cad655eb'|
Information.Is64Bit='True'|Information.IsInteractive='True'|
Information.IsUserAdministrator='True'|
Information.IsProcessElevated='True'|Features.AutoUninstaller='False'|
Features.CheckSumFiles='True'|Features.FailOnAutoUninstaller='False'|
ListCommand.LocalOnly='False'|
ListCommand.IncludeRegistryPrograms='False'|
UpgradeCommand.FailOnUnfound='False'|
UpgradeCommand.FailOnNotInstalled='False'|
UpgradeCommand.NotifyOnlyAvailableUpgrades='False'|
NewCommand.AutomaticPackage='False'|SourceCommand.Command='unknown'|
SourceCommand.Priority='0'|FeatureCommand.Command='unknown'|
ConfigCommand.Command='unknown'|PushCommand.TimeoutInSeconds='0'|
PinCommand.Command='unknown'|Proxy.Location='my-proxy:8080'|
_ Chocolatey:ChocolateyInstallCommand - Normal Run Mode _
Installing the following packages:
adobereader-update
By installing you accept licenses for the packages.
Using proxy server 'my-proxy:8080'.
[NuGet] Attempting to resolve dependency 'adobereader (= 2015.007.20033)'.
[NuGet] Installing 'adobereader 2015.007.20033'.
[NuGet] Added file 'chocolateyInstall.ps1' to folder 'adobereader\tools'.
[NuGet] Added file 'adobereader.nupkg' to folder 'adobereader'.
[NuGet] Successfully installed 'adobereader 2015.007.20033'.
adobereader v2015.007.20033
Contents of 'C:\ProgramData\chocolatey\lib\adobereader\tools\chocolateyInstall.ps1':
$packageName = 'adobereader'
$installerType = 'EXE'
#Command Line Switches for the Bootstrap Web Installer: https://forums.adobe.com/message/3291894#3291894
$silentArgs = '/sAll /msi /norestart /quiet ALLUSERS=1 EULA_ACCEPT=YES'
$url = 'http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/1500720033/AcroRdrDC1500720033_MUI.exe'
$validExitCodes = @(0, 3010)
Install-ChocolateyPackage $packageName $installerType $silentArgs $url -validExitCodes $validExitCodes
Calling command ['"C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -NoLogo -ExecutionPolicy Bypass -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = '';[System.Threading.Thread]::CurrentThread.CurrentUICulture = ''; & import-module -name 'C:\ProgramData\chocolatey\helpers\chocolateyInstaller.psm1'; & 'C:\ProgramData\chocolatey\helpers\chocolateyScriptRunner.ps1' -packageScript 'C:\ProgramData\chocolatey\lib\adobereader\tools\chocolateyInstall.ps1' -installArguments '' -packageParameters ''"']
DEBUG: Posh version is 5.0.10240.16384
DEBUG: Loading community extensions
VERBOSE: Exporting function 'Get-BinRoot'.
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-ProcessorBits'.
VERBOSE: Exporting function 'Get-UACEnabled'.
VERBOSE: Exporting function 'Get-VirusCheckValid'.
VERBOSE: Exporting function 'Get-WebFile'.
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-Vsix'.
VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.
VERBOSE: Exporting function 'Set-EnvironmentVariable'.
VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.
VERBOSE: Exporting function 'Test-ProcessAdminRights'.
VERBOSE: Exporting function 'Uninstall-BinFile'.
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 alias 'Generate-BinFile'.
VERBOSE: Exporting alias 'Add-BinFile'.
VERBOSE: Exporting alias 'Remove-BinFile'.
DEBUG: Running 'Install-ChocolateyPackage' for adobereader with
url:'http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/1500720033/AcroRdrDC1500720033_MUI.exe', args: '/sAll
/msi /norestart /quiet ALLUSERS=1 EULA_ACCEPT=YES', fileType: 'EXE', url64bit: '', checksum: '', checksumType: '',
checksum64: '', checksumType64: '', validExitCodes: '0 3010'
DEBUG: Running 'Get-ChocolateyWebFile' for adobereader with
url:'http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/1500720033/AcroRdrDC1500720033_MUI.exe',
fileFullPath:'C:\Users\Customer\AppData\Local\Temp\chocolatey\adobereader\2015.007.20033\adobereaderInstall.EXE',
url64bit:'', checksum: '', checksumType: '', checksum64: '', checksumType64: ''
DEBUG: Running 'Get-ProcessorBits'
DEBUG: CPU is 64 bit
DEBUG: Running 'Get-WebHeaders' with
url:'http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/1500720033/AcroRdrDC1500720033_MUI.exe', userAgent:
'chocolatey command line'
Using explicit proxy server 'my-proxy:8080'.
DEBUG: Setting the UserAgent to 'chocolatey command line'
DEBUG: Request Headers:
DEBUG: 'Accept':'*/*'
DEBUG: 'User-Agent':'chocolatey command line'
DEBUG: Response Headers:
DEBUG: 'Accept-Ranges':'bytes'
DEBUG: 'Content-Length':'154029728'
DEBUG: 'Content-Type':'application/octet-stream'
DEBUG: 'Date':'Tue, 09 Feb 2016 07:55:06 GMT'
DEBUG: 'ETag':'"92e4ea0-5122fb92c3bc0"'
DEBUG: 'Last-Modified':'Thu, 26 Mar 2015 11:57:43 GMT'
DEBUG: 'Server':'Apache'
Downloading adobereader 32 bit
from 'http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/1500720033/AcroRdrDC1500720033_MUI.exe'
DEBUG: Running 'Get-WebFile' for
C:\Users\Customer\AppData\Local\Temp\chocolatey\adobereader\2015.007.20033\adobereaderInstall.EXE with
url:'http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/1500720033/AcroRdrDC1500720033_MUI.exe', userAgent:
'chocolatey command line'
Using explicit proxy server 'my-proxy:8080'.
DEBUG: Setting the UserAgent to 'chocolatey command line'
DEBUG: Checking that
'C:\Users\Customer\AppData\Local\Temp\chocolatey\adobereader\2015.007.20033\adobereaderInstall.EXE' is the size we
expect it to be.
DEBUG: Verifying package provided checksum of '' for
'C:\Users\Customer\AppData\Local\Temp\chocolatey\adobereader\2015.007.20033\adobereaderInstall.EXE'.
DEBUG: Running 'Get-ChecksumValid' with
file:'C:\Users\Customer\AppData\Local\Temp\chocolatey\adobereader\2015.007.20033\adobereaderInstall.EXE', checksum: '',
checksumType: ''
DEBUG: Running 'Install-ChocolateyInstallPackage' for adobereader with
file:'C:\Users\Customer\AppData\Local\Temp\chocolatey\adobereader\2015.007.20033\adobereaderInstall.EXE', args: '/sAll
/msi /norestart /quiet ALLUSERS=1 EULA_ACCEPT=YES', fileType: 'EXE', validExitCodes: '0 3010'
Installing adobereader...
DEBUG: Running 'Start-ChocolateyProcessAsAdmin' with
exeToRun:'C:\Users\Customer\AppData\Local\Temp\chocolatey\adobereader\2015.007.20033\adobereaderInstall.EXE',
statements: '/sAll /msi /norestart /quiet ALLUSERS=1 EULA_ACCEPT=YES '
DEBUG: Elevating Permissions and running
C:\Users\Customer\AppData\Local\Temp\chocolatey\adobereader\2015.007.20033\adobereaderInstall.EXE /sAll /msi /norestart
/quiet ALLUSERS=1 EULA_ACCEPT=YES . This may take a while, depending on the statements.
DEBUG: Finishing 'Start-ChocolateyProcessAsAdmin'
adobereader has been installed.
Command ['"C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -NoLogo -ExecutionPolicy Bypass -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = '';[System.Threading.Thread]::CurrentThread.CurrentUICulture = ''; & import-module -name 'C:\ProgramData\chocolatey\helpers\chocolateyInstaller.psm1'; & 'C:\ProgramData\chocolatey\helpers\chocolateyScriptRunner.ps1' -packageScript 'C:\ProgramData\chocolatey\lib\adobereader\tools\chocolateyInstall.ps1' -installArguments '' -packageParameters ''"'] exited with '0'
Calling command ['"shutdown" /a']
Command ['"shutdown" /a'] exited with '1116'
Capturing package files in 'C:\ProgramData\chocolatey\lib\adobereader'
Found 'C:\ProgramData\chocolatey\lib\adobereader\adobereader.nupkg'
with checksum '5168FABABB5BB5B4B29B6E8FD76EFD58'
Found 'C:\ProgramData\chocolatey\lib\adobereader\tools\chocolateyInstall.ps1'
with checksum '92454F18F72FF8BECF37CDA589F34639'
Attempting to create directory "C:\ProgramData\chocolatey\.chocolatey\adobereader.2015.007.20033".
Attempting to copy "C:\ProgramData\chocolatey\.chocolatey\adobereader.2015.007.20033\.files.update"
to "C:\ProgramData\chocolatey\.chocolatey\adobereader.2015.007.20033\.files".
Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\adobereader.2015.007.20033\.files.update".
Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\adobereader.2015.007.20033\.sxs".
Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\adobereader.2015.007.20033\.pin".
The install of adobereader was successful.
[NuGet] Installing 'adobereader-update 15.010.20056'.
[NuGet] Added file 'chocolateyInstall.ps1' to folder 'adobereader-update\tools'.
[NuGet] Added file 'adobereader-update.nupkg' to folder 'adobereader-update'.
[NuGet] Successfully installed 'adobereader-update 15.010.20056'.
adobereader-update v15.010.20056
Contents of 'C:\ProgramData\chocolatey\lib\adobereader-update\tools\chocolateyInstall.ps1':
$packageName = 'adobereader-update'
$installerPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
$filePath = Join-Path $installerPath 'acroreadupdater.msp'
$args = "/p $filePath /quiet"
$url = 'ftp://ftp.adobe.com/pub/adobe/reader/win/AcrobatDC/1501020056/AcroRdrDCUpd1501020056_MUI.msp'
Get-ChocolateyWebFile $packageName $filePath $url
#no support for msp files: https://github.com/chocolatey/choco/issues/509
Start-ChocolateyProcessAsAdmin $args 'msiexec'
Remove-Item $filePath -Force
Calling command ['"C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -NoLogo -ExecutionPolicy Bypass -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = '';[System.Threading.Thread]::CurrentThread.CurrentUICulture = ''; & import-module -name 'C:\ProgramData\chocolatey\helpers\chocolateyInstaller.psm1'; & 'C:\ProgramData\chocolatey\helpers\chocolateyScriptRunner.ps1' -packageScript 'C:\ProgramData\chocolatey\lib\adobereader-update\tools\chocolateyInstall.ps1' -installArguments '' -packageParameters ''"']
DEBUG: Posh version is 5.0.10240.16384
DEBUG: Loading community extensions
VERBOSE: Exporting function 'Get-BinRoot'.
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-ProcessorBits'.
VERBOSE: Exporting function 'Get-UACEnabled'.
VERBOSE: Exporting function 'Get-VirusCheckValid'.
VERBOSE: Exporting function 'Get-WebFile'.
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-Vsix'.
VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.
VERBOSE: Exporting function 'Set-EnvironmentVariable'.
VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.
VERBOSE: Exporting function 'Test-ProcessAdminRights'.
VERBOSE: Exporting function 'Uninstall-BinFile'.
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 alias 'Generate-BinFile'.
VERBOSE: Exporting alias 'Add-BinFile'.
VERBOSE: Exporting alias 'Remove-BinFile'.
DEBUG: Running 'Get-ChocolateyWebFile' for adobereader-update with
url:'ftp://ftp.adobe.com/pub/adobe/reader/win/AcrobatDC/1501020056/AcroRdrDCUpd1501020056_MUI.msp',
fileFullPath:'C:\ProgramData\chocolatey\lib\adobereader-update\tools\acroreadupdater.msp', url64bit:'', checksum: '',
checksumType: '', checksum64: '', checksumType64: ''
DEBUG: Running 'Get-ProcessorBits'
DEBUG: CPU is 64 bit
Ftp-ing adobereader-update
from 'ftp://ftp.adobe.com/pub/adobe/reader/win/AcrobatDC/1501020056/AcroRdrDCUpd1501020056_MUI.msp'
Exception calling "GetResponse" with "0" argument(s): "The remote server returned an error: (500) Internal Server Error
."
At C:\ProgramData\chocolatey\helpers\functions\Get-FtpFile.ps1:28 char:3
+ $ftpresponse = $ftprequest.GetResponse()
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : WebException
You cannot call a method on a null-valued expression.
At C:\ProgramData\chocolatey\helpers\functions\Get-FtpFile.ps1:32 char:3
+ $reader = $ftpresponse.GetResponseStream()
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [], RuntimeException
+ FullyQualifiedErrorId : InvokeMethodOnNull
You cannot call a method on a null-valued expression.
At C:\ProgramData\chocolatey\helpers\functions\Get-FtpFile.ps1:41 char:5
+ $count = $reader.Read($buffer, 0, $buffer.Length);
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [], RuntimeException
+ FullyQualifiedErrorId : InvokeMethodOnNull
DEBUG: Verifying package provided checksum of '' for
'C:\ProgramData\chocolatey\lib\adobereader-update\tools\acroreadupdater.msp'.
DEBUG: Running 'Get-ChecksumValid' with
file:'C:\ProgramData\chocolatey\lib\adobereader-update\tools\acroreadupdater.msp', checksum: '', checksumType: ''
DEBUG: Running 'Start-ChocolateyProcessAsAdmin' with exeToRun:'msiexec', statements: '/p
C:\ProgramData\chocolatey\lib\adobereader-update\tools\acroreadupdater.msp /quiet'
DEBUG: Elevating Permissions and running msiexec /p
C:\ProgramData\chocolatey\lib\adobereader-update\tools\acroreadupdater.msp /quiet. This may take a while, depending on
the statements.
T h i s p a t c h p a c k a g e c o u l d n o t b e o p e n e d . C o n t a c t t h e a p p l i c a t i o n v e n d o r t o v e r i f y t h a t t h i s i s a v a l i d W i n d o w s I n s t a l l e r p a t c h p a c k a g e .
[ERROR] Running msiexec with /p C:\ProgramData\chocolatey\lib\adobereader-update\tools\acroreadupdater.msp /quiet was
not successful. Exit code was '1636' Error Message:
.
At C:\ProgramData\chocolatey\helpers\functions\Start-ChocolateyProcessAsAdmin.ps1:92 char:5
+ throw $errorMessage
+ ~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: ([ERROR] Running...or Message:
.:String) [], RuntimeException
+ FullyQualifiedErrorId : [ERROR] Running msiexec with /p C:\ProgramData\chocolatey\lib\adobereader-update\tools\a
croreadupdater.msp /quiet was not successful. Exit code was '1636' Error Message:
.
Command ['"C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -NoLogo -ExecutionPolicy Bypass -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = '';[System.Threading.Thread]::CurrentThread.CurrentUICulture = ''; & import-module -name 'C:\ProgramData\chocolatey\helpers\chocolateyInstaller.psm1'; & 'C:\ProgramData\chocolatey\helpers\chocolateyScriptRunner.ps1' -packageScript 'C:\ProgramData\chocolatey\lib\adobereader-update\tools\chocolateyInstall.ps1' -installArguments '' -packageParameters ''"'] exited with '1'
Calling command ['"shutdown" /a']
Command ['"shutdown" /a'] exited with '1116'
Capturing package files in 'C:\ProgramData\chocolatey\lib\adobereader-update'
Found 'C:\ProgramData\chocolatey\lib\adobereader-update\adobereader-update.nupkg'
with checksum '2B4112110F66076997E891C30DF4DCE5'
Found 'C:\ProgramData\chocolatey\lib\adobereader-update\tools\acroreadupdater.msp'
with checksum 'D41D8CD98F00B204E9800998ECF8427E'
Found 'C:\ProgramData\chocolatey\lib\adobereader-update\tools\chocolateyInstall.ps1'
with checksum '4B7D557FBE84D7427E2ED7B4D5A2520B'
Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\adobereader-update.15.010.20056\.files.update".
Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\adobereader-update.15.010.20056\.sxs".
Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\adobereader-update.15.010.20056\.pin".
Attempting to delete directory "C:\ProgramData\chocolatey\lib-bad\adobereader-update".
The install of adobereader-update was NOT successful.
Error while running 'C:\ProgramData\chocolatey\lib\adobereader-update\tools\chocolateyInstall.ps1'.
See log for details.
Moving 'C:\ProgramData\chocolatey\lib\adobereader-update'
to 'C:\ProgramData\chocolatey\lib-bad\adobereader-update'
Chocolatey installed 1/2 package(s). 1 package(s) failed.
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
Failures:
- adobereader-update
Exiting with 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment