Skip to content

Instantly share code, notes, and snippets.

@rasa
Created May 17, 2016 19:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rasa/e9c9fac067a830a25258e7233d3f9db1 to your computer and use it in GitHub Desktop.
Save rasa/e9c9fac067a830a25258e7233d3f9db1 to your computer and use it in GitHub Desktop.
2016-05-17 11:58:30,895 [DEBUG] - Configured chocolatey.infrastructure.logging.log4net.config.xml from assembly choco, Version=0.9.9.12, Culture=neutral, PublicKeyToken=79d02ea9cad655eb
2016-05-17 11:58:30,895 [DEBUG] - Configured chocolatey.infrastructure.logging.log4net.config.xml from assembly choco, Version=0.9.9.12, Culture=neutral, PublicKeyToken=79d02ea9cad655eb
2016-05-17 11:58:30,926 [DEBUG] - XmlConfiguration is now operational
2016-05-17 11:58:31,051 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\config".
2016-05-17 11:58:31,223 [DEBUG] - Attempting to copy "C:\ProgramData\chocolatey\config\chocolatey.config.update"
to "C:\ProgramData\chocolatey\config\chocolatey.config".
2016-05-17 11:58:31,238 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\config\chocolatey.config.update".
2016-05-17 11:58:31,270 [INFO ] - ============================================================
2016-05-17 11:58:31,270 [INFO ] - Chocolatey v0.9.9.12
2016-05-17 11:58:31,285 [DEBUG] - Chocolatey is running on Windows v 6.1.7601.65536
2016-05-17 11:58:31,285 [DEBUG] - Attempting to delete file "C:/ProgramData/chocolatey/choco.exe.old".
2016-05-17 11:58:31,285 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\choco.exe.old".
2016-05-17 11:58:31,301 [DEBUG] - Command line: "C:\ProgramData\chocolatey\choco.exe" install --debug --force --verbose --yes 7zip
2016-05-17 11:58:31,301 [DEBUG] - Received arguments: install --debug --force --verbose --yes 7zip
2016-05-17 11:58:31,348 [DEBUG] -
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.
2016-05-17 11:58:31,363 [DEBUG] - Configuration: CommandName='install'|
CacheLocation='C:\Users\vagrant\AppData\Local\Temp'|
ContainsLegacyPackageInstalls='True'|
CommandExecutionTimeoutSeconds='2700'|
Sources='https://chocolatey.org/api/v2/'|Debug='True'|Verbose='True'|
Force='True'|Noop='False'|HelpRequested='False'|RegularOutput='True'|
QuietOutput='False'|PromptForConfirmation='False'|AcceptLicense='True'|
AllowUnofficialBuild='False'|Input='7zip'|AllVersions='False'|
SkipPackageInstallProvider='False'|PackageNames='7zip'|
Prerelease='False'|ForceX86='False'|OverrideArguments='False'|
NotSilent='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.9.9.12'|
Information.ChocolateyProductVersion='0.9.9.12'|
Information.FullName='choco, Version=0.9.9.12, 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'|
2016-05-17 11:58:31,363 [DEBUG] - _ Chocolatey:ChocolateyInstallCommand - Normal Run Mode _
2016-05-17 11:58:31,379 [INFO ] - Installing the following packages:
2016-05-17 11:58:31,379 [INFO ] - 7zip
2016-05-17 11:58:31,379 [INFO ] - By installing you accept licenses for the packages.
2016-05-17 11:58:42,661 [INFO ] - [NuGet] Attempting to resolve dependency '7zip.install (= 16.00)'.
2016-05-17 11:58:44,708 [INFO ] - [NuGet] Installing '7zip.install 16.00'.
2016-05-17 11:58:44,723 [DEBUG] - [NuGet] Added file 'chocolateyInstall.ps1' to folder '7zip.install\tools'.
2016-05-17 11:58:44,723 [DEBUG] - [NuGet] Added file '7zip.install.nupkg' to folder '7zip.install'.
2016-05-17 11:58:44,723 [INFO ] - [NuGet] Successfully installed '7zip.install 16.00'.
2016-05-17 11:58:44,723 [INFO ] -
7zip.install v16.00 (forced)
2016-05-17 11:58:44,754 [DEBUG] - Contents of 'C:\ProgramData\chocolatey\lib\7zip.install\tools\chocolateyInstall.ps1':
2016-05-17 11:58:44,770 [DEBUG] - Function Get-ExplorerProcessCount
{
$process = Get-Process explorer -ErrorAction SilentlyContinue
$processCount = ($process | Measure-Object).Count
return $processCount
}
$initialProcessCount = Get-ExplorerProcessCount
Write-Warning "This installer is known to close the explorer process. This means `nyou may lose current work. `nIf it doesn't automatically restart explorer, type 'explorer' on the `ncommand shell to restart it."
$versionMinusDots = "16.00".Replace(".","")
$packageId = '7zip.install'
$url = "http://www.7-zip.org/a/7z$($versionMinusDots).exe"
$url64 = "http://www.7-zip.org/a/7z$($versionMinusDots)-x64.exe"
Install-ChocolateyPackage $packageId 'exe' '/S' $url $url64
$finalProcessCount = Get-ExplorerProcessCount
if($initialProcessCount -lt $finalProcessCount)
{
Start-Process explorer.exe
}
2016-05-17 11:58:44,786 [DEBUG] - 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\7zip.install\tools\chocolateyInstall.ps1' -installArguments '' -packageParameters ''"']
2016-05-17 11:58:45,067 [DEBUG] - DEBUG: Posh version is 2.0
2016-05-17 11:58:45,145 [INFO ] - VERBOSE: Exporting function 'Get-BinRoot'.
2016-05-17 11:58:45,145 [INFO ] - VERBOSE: Exporting function 'Get-ChecksumValid'.
2016-05-17 11:58:45,145 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyUnzip'.
2016-05-17 11:58:45,145 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyWebFile'.
2016-05-17 11:58:45,145 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariable'.
2016-05-17 11:58:45,161 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.
2016-05-17 11:58:45,161 [INFO ] - VERBOSE: Exporting function 'Get-FtpFile'.
2016-05-17 11:58:45,161 [INFO ] - VERBOSE: Exporting function 'Get-ProcessorBits'.
2016-05-17 11:58:45,161 [INFO ] - VERBOSE: Exporting function 'Get-UACEnabled'.
2016-05-17 11:58:45,161 [INFO ] - VERBOSE: Exporting function 'Get-VirusCheckValid'.
2016-05-17 11:58:45,161 [INFO ] - VERBOSE: Exporting function 'Get-WebFile'.
2016-05-17 11:58:45,161 [INFO ] - VERBOSE: Exporting function 'Get-WebHeaders'.
2016-05-17 11:58:45,161 [INFO ] - VERBOSE: Exporting function 'Install-BinFile'.
2016-05-17 11:58:45,161 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.
2016-05-17 11:58:45,161 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.
2016-05-17 11:58:45,161 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.
2016-05-17 11:58:45,161 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.
2016-05-17 11:58:45,176 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.
2016-05-17 11:58:45,176 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPackage'.
2016-05-17 11:58:45,176 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPath'.
2016-05-17 11:58:45,176 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.
2016-05-17 11:58:45,176 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.
2016-05-17 11:58:45,176 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyShortcut'.
2016-05-17 11:58:45,176 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.
2016-05-17 11:58:45,176 [INFO ] - VERBOSE: Exporting function 'Install-Vsix'.
2016-05-17 11:58:45,176 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.
2016-05-17 11:58:45,176 [INFO ] - VERBOSE: Exporting function 'Set-EnvironmentVariable'.
2016-05-17 11:58:45,176 [INFO ] - VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.
2016-05-17 11:58:45,176 [INFO ] - VERBOSE: Exporting function 'Test-ProcessAdminRights'.
2016-05-17 11:58:45,192 [INFO ] - VERBOSE: Exporting function 'Uninstall-BinFile'.
2016-05-17 11:58:45,192 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.
2016-05-17 11:58:45,192 [INFO ] - VERBOSE: Exporting function 'UnInstall-ChocolateyZipPackage'.
2016-05-17 11:58:45,192 [INFO ] - VERBOSE: Exporting function 'Update-SessionEnvironment'.
2016-05-17 11:58:45,192 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateyFailure'.
2016-05-17 11:58:45,192 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateySuccess'.
2016-05-17 11:58:45,192 [INFO ] - VERBOSE: Exporting function 'Write-FileUpdateLog'.
2016-05-17 11:58:45,192 [INFO ] - VERBOSE: Exporting alias 'Generate-BinFile'.
2016-05-17 11:58:45,192 [INFO ] - VERBOSE: Exporting alias 'Add-BinFile'.
2016-05-17 11:58:45,192 [INFO ] - VERBOSE: Exporting alias 'Remove-BinFile'.
2016-05-17 11:58:45,223 [WARN ] - WARNING: This installer is known to close the explorer process. This means
2016-05-17 11:58:45,223 [INFO ] - you may lose current work.
2016-05-17 11:58:45,223 [INFO ] - If it doesn't automatically restart explorer, type 'explorer' on the
2016-05-17 11:58:45,223 [INFO ] - command shell to restart it.
2016-05-17 11:58:45,239 [DEBUG] - DEBUG: Running 'Install-ChocolateyPackage' for 7zip.install with
2016-05-17 11:58:45,239 [INFO ] - url:'http://www.7-zip.org/a/7z1600.exe', args: '/S', fileType: 'exe', url64bit:
2016-05-17 11:58:45,239 [INFO ] - 'http://www.7-zip.org/a/7z1600-x64.exe', checksum: '', checksumType: '',
2016-05-17 11:58:45,239 [INFO ] - checksum64: '', checksumType64: '', validExitCodes: '0'
2016-05-17 11:58:45,239 [DEBUG] - DEBUG: Running 'Get-ChocolateyWebFile' for 7zip.install with
2016-05-17 11:58:45,239 [INFO ] - url:'http://www.7-zip.org/a/7z1600.exe',
2016-05-17 11:58:45,239 [INFO ] - fileFullPath:'C:\Users\vagrant\AppData\Local\Temp\chocolatey\7zip.install\16.00
2016-05-17 11:58:45,255 [INFO ] - \7zip.installInstall.exe', url64bit:'http://www.7-zip.org/a/7z1600-x64.exe',
2016-05-17 11:58:45,255 [INFO ] - checksum: '', checksumType: '', checksum64: '', checksumType64: ''
2016-05-17 11:58:45,255 [DEBUG] - DEBUG: Running 'Get-ProcessorBits'
2016-05-17 11:58:45,255 [DEBUG] - DEBUG: CPU is 64 bit
2016-05-17 11:58:45,255 [DEBUG] - DEBUG: Setting url to 'http://www.7-zip.org/a/7z1600-x64.exe' and bitPackage to
2016-05-17 11:58:45,255 [INFO ] - 64
2016-05-17 11:58:45,255 [DEBUG] - DEBUG: Running 'Get-WebHeaders' with
2016-05-17 11:58:45,255 [INFO ] - url:'http://www.7-zip.org/a/7z1600-x64.exe', userAgent: 'chocolatey command
2016-05-17 11:58:45,255 [INFO ] - line'
2016-05-17 11:58:47,536 [DEBUG] - DEBUG: Setting the UserAgent to 'chocolatey command line'
2016-05-17 11:58:47,536 [DEBUG] - DEBUG: Request Headers:
2016-05-17 11:58:47,551 [DEBUG] - DEBUG: 'Accept':'*/*'
2016-05-17 11:58:47,551 [DEBUG] - DEBUG: 'User-Agent':'chocolatey command line'
2016-05-17 11:58:47,880 [DEBUG] - DEBUG: Response Headers:
2016-05-17 11:58:47,880 [DEBUG] - DEBUG: 'Connection':'keep-alive'
2016-05-17 11:58:47,880 [DEBUG] - DEBUG: 'Accept-Ranges':'bytes'
2016-05-17 11:58:47,880 [DEBUG] - DEBUG: 'Content-Length':'1378405'
2016-05-17 11:58:47,880 [DEBUG] - DEBUG: 'Content-Type':'application/octet-stream'
2016-05-17 11:58:47,880 [DEBUG] - DEBUG: 'Date':'Tue, 17 May 2016 18:58:50 GMT'
2016-05-17 11:58:47,880 [DEBUG] - DEBUG: 'ETag':'"5731aed8-150865"'
2016-05-17 11:58:47,880 [DEBUG] - DEBUG: 'Last-Modified':'Tue, 10 May 2016 09:50:16 GMT'
2016-05-17 11:58:47,895 [DEBUG] - DEBUG: 'Server':'nginx/1.6.2 (Ubuntu)'
2016-05-17 11:58:47,895 [INFO ] - Downloading 7zip.install 64 bit
2016-05-17 11:58:47,895 [INFO ] - from 'http://www.7-zip.org/a/7z1600-x64.exe'
2016-05-17 11:58:47,895 [DEBUG] - DEBUG: Running 'Get-WebFile' for
2016-05-17 11:58:47,895 [INFO ] - C:\Users\vagrant\AppData\Local\Temp\chocolatey\7zip.install\16.00\7zip.installI
2016-05-17 11:58:47,895 [INFO ] - nstall.exe with url:'http://www.7-zip.org/a/7z1600-x64.exe', userAgent:
2016-05-17 11:58:47,895 [INFO ] - 'chocolatey command line'
2016-05-17 11:58:47,895 [DEBUG] - DEBUG: Setting the UserAgent to 'chocolatey command line'
2016-05-17 11:58:54,395 [DEBUG] - DEBUG: Checking that
2016-05-17 11:58:54,395 [INFO ] - 'C:\Users\vagrant\AppData\Local\Temp\chocolatey\7zip.install\16.00\7zip.install
2016-05-17 11:58:54,395 [INFO ] - Install.exe' is the size we expect it to be.
2016-05-17 11:58:54,395 [DEBUG] - DEBUG: Verifying package provided checksum of '' for
2016-05-17 11:58:54,395 [INFO ] - 'C:\Users\vagrant\AppData\Local\Temp\chocolatey\7zip.install\16.00\7zip.install
2016-05-17 11:58:54,395 [INFO ] - Install.exe'.
2016-05-17 11:58:54,395 [DEBUG] - DEBUG: Running 'Get-ChecksumValid' with
2016-05-17 11:58:54,395 [INFO ] - file:'C:\Users\vagrant\AppData\Local\Temp\chocolatey\7zip.install\16.00\7zip.in
2016-05-17 11:58:54,411 [INFO ] - stallInstall.exe', checksum: '', checksumType: ''
2016-05-17 11:58:54,411 [DEBUG] - DEBUG: Running 'Install-ChocolateyInstallPackage' for 7zip.install with
2016-05-17 11:58:54,411 [INFO ] - file:'C:\Users\vagrant\AppData\Local\Temp\chocolatey\7zip.install\16.00\7zip.in
2016-05-17 11:58:54,411 [INFO ] - stallInstall.exe', args: '/S', fileType: 'exe', validExitCodes: '0'
2016-05-17 11:58:54,411 [INFO ] - Installing 7zip.install...
2016-05-17 11:58:54,442 [DEBUG] - DEBUG: Running 'Start-ChocolateyProcessAsAdmin' with
2016-05-17 11:58:54,442 [INFO ] - exeToRun:'C:\Users\vagrant\AppData\Local\Temp\chocolatey\7zip.install\16.00\7zi
2016-05-17 11:58:54,442 [INFO ] - p.installInstall.exe', statements: '/S '
2016-05-17 11:58:54,442 [DEBUG] - DEBUG: Elevating Permissions and running
2016-05-17 11:58:54,442 [INFO ] - C:\Users\vagrant\AppData\Local\Temp\chocolatey\7zip.install\16.00\7zip.installI
2016-05-17 11:58:54,442 [INFO ] - nstall.exe /S . This may take a while, depending on the statements.
2016-05-17 11:58:54,677 [DEBUG] - DEBUG: Finishing 'Start-ChocolateyProcessAsAdmin'
2016-05-17 11:58:54,692 [INFO ] - 7zip.install has been installed.
2016-05-17 11:58:54,708 [DEBUG] - 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\7zip.install\tools\chocolateyInstall.ps1' -installArguments '' -packageParameters ''"'] exited with '0'
2016-05-17 11:58:54,708 [DEBUG] - Calling command ['"shutdown" /a']
2016-05-17 11:58:54,739 [DEBUG] - Command ['"shutdown" /a'] exited with '1116'
2016-05-17 11:58:54,755 [DEBUG] - Capturing package files in 'C:\ProgramData\chocolatey\lib\7zip.install'
2016-05-17 11:58:54,755 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\7zip.install\7zip.install.nupkg'
with checksum '0F14DC677EAF6CB604137CDD73EA6A37'
2016-05-17 11:58:54,755 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\7zip.install\tools\chocolateyInstall.ps1'
with checksum '44FFF83926B7D75736ED65C791924B00'
2016-05-17 11:58:54,770 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\extensions".
2016-05-17 11:58:54,770 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\.chocolatey".
2016-05-17 11:58:54,770 [DEBUG] - Adding 'Hidden' attribute(s) to 'C:\ProgramData\chocolatey\.chocolatey'.
2016-05-17 11:58:54,770 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\.chocolatey\7zip.install.16.00".
2016-05-17 11:58:54,849 [DEBUG] - Attempting to copy "C:\ProgramData\chocolatey\.chocolatey\7zip.install.16.00\.registry.update"
to "C:\ProgramData\chocolatey\.chocolatey\7zip.install.16.00\.registry".
2016-05-17 11:58:54,849 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\7zip.install.16.00\.registry.update".
2016-05-17 11:58:54,911 [DEBUG] - Attempting to copy "C:\ProgramData\chocolatey\.chocolatey\7zip.install.16.00\.files.update"
to "C:\ProgramData\chocolatey\.chocolatey\7zip.install.16.00\.files".
2016-05-17 11:58:54,911 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\7zip.install.16.00\.files.update".
2016-05-17 11:58:54,927 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\7zip.install.16.00\.sxs".
2016-05-17 11:58:54,927 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\7zip.install.16.00\.pin".
2016-05-17 11:58:54,927 [INFO ] - The install of 7zip.install was successful.
2016-05-17 11:58:54,927 [INFO ] - [NuGet] Installing '7zip 16.00'.
2016-05-17 11:58:54,927 [DEBUG] - [NuGet] Added file '7zip.nupkg' to folder '7zip'.
2016-05-17 11:58:54,927 [INFO ] - [NuGet] Successfully installed '7zip 16.00'.
2016-05-17 11:58:54,927 [INFO ] -
7zip v16.00 (forced)
2016-05-17 11:58:54,927 [DEBUG] - Capturing package files in 'C:\ProgramData\chocolatey\lib\7zip'
2016-05-17 11:58:54,927 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\7zip\7zip.nupkg'
with checksum 'C9A1D8E968139C2B7DE3575D65DCDE1B'
2016-05-17 11:58:54,927 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\.chocolatey\7zip.16.00".
2016-05-17 11:58:54,942 [DEBUG] - Attempting to copy "C:\ProgramData\chocolatey\.chocolatey\7zip.16.00\.files.update"
to "C:\ProgramData\chocolatey\.chocolatey\7zip.16.00\.files".
2016-05-17 11:58:54,942 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\7zip.16.00\.files.update".
2016-05-17 11:58:54,942 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\7zip.16.00\.sxs".
2016-05-17 11:58:54,942 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\7zip.16.00\.pin".
2016-05-17 11:58:54,942 [INFO ] - The install of 7zip was successful.
2016-05-17 11:58:54,942 [WARN ] -
Chocolatey installed 2/2 package(s). 0 package(s) failed.
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
2016-05-17 11:58:54,942 [DEBUG] - Exiting with 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment