No download progress percentage for large packages (~4 GB) using choco version 0.10.7 until package is already downloaded, confirmed in task manager that download is occurring without progress being printed
What is Expected?
To see the progress percentage :)
How Did You Get This To Happen? (Steps to Reproduce)
create 4 GB .nupkg file and download from our artifactory nuget feed
choco install PACKAGE_NAME
Output Log
2017-06-16 23:09:43,879 1000 [INFO ] - Chocolatey v0.10.7
2017-06-16 23:09:43,879 1000 [DEBUG] - Chocolatey is running on Windows v 6.3.9600.0
2017-06-16 23:09:43,895 1000 [DEBUG] - Attempting to delete file "C:/ProgramData/chocolatey/choco.exe.old".
2017-06-16 23:09:43,895 1000 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\choco.exe.old".
2017-06-16 23:09:43,895 1000 [DEBUG] - Command line: "C:\ProgramData\chocolatey\choco.exe" install 3dmark --debug --verbose
2017-06-16 23:09:43,895 1000 [DEBUG] - Received arguments: install 3dmark --debug --verbose
2017-06-16 23:09:43,942 1000 [DEBUG] - RemovePendingPackagesTask is now ready and waiting for PreRunMessage.
2017-06-16 23:09:43,957 1000 [DEBUG] - Sending message 'PreRunMessage' out if there are subscribers...
2017-06-16 23:09:43,957 1000 [DEBUG] - [Pending] Removing all pending packages that should not be considered installed...
2017-06-16 23:09:44,020 1000 [DEBUG] - The source 'https://<REMOVED>/artifactory/api/nuget/brms-nuget-dev-local' evaluated to a 'normal' source type
2017-06-16 23:09:44,020 1000 [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.
2017-06-16 23:09:44,036 1000 [DEBUG] - Configuration: CommandName='install'|
CacheLocation='C:\Users\Administrator\AppData\Local\Temp\1\chocolatey'|
ContainsLegacyPackageInstalls='True'|
CommandExecutionTimeoutSeconds='2700'|WebRequestTimeoutSeconds='30'|
Sources='https://<REMOVED>/artifactory/api/nuget/brms-nuget-dev-local'|
SourceType='normal'|Debug='True'|Verbose='True'|Trace='False'|
Force='False'|Noop='False'|HelpRequested='False'|
UnsuccessfulParsing='False'|RegularOutput='True'|QuietOutput='False'|
PromptForConfirmation='False'|AcceptLicense='False'|
AllowUnofficialBuild='False'|Input='3dmark'|AllVersions='False'|
SkipPackageInstallProvider='False'|PackageNames='3dmark'|
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.3.9600.0'|
Information.PlatformName='Windows Server 2012 R2'|
Information.ChocolateyVersion='0.10.7.0'|
Information.ChocolateyProductVersion='0.10.7'|
Information.FullName='choco, Version=0.10.7.0, Culture=neutral, PublicKeyToken=79d02ea9cad655eb'|
Information.Is64BitOperatingSystem='True'|
Information.Is64BitProcess='True'|Information.IsInteractive='True'|
Information.UserName='vagrant'|
Information.UserDomainName='WIN2012R2X64'|
Information.IsUserAdministrator='True'|
Information.IsUserSystemAccount='False'|
Information.IsUserRemoteDesktop='False'|
Information.IsUserRemote='False'|Information.IsProcessElevated='True'|
Information.IsLicensedVersion='False'|Information.LicenseType='Foss'|
Features.AutoUninstaller='True'|Features.ChecksumFiles='True'|
Features.AllowEmptyChecksums='True'|
Features.AllowEmptyChecksumsSecure='True'|
Features.FailOnAutoUninstaller='False'|
Features.FailOnStandardError='False'|Features.UsePowerShellHost='True'|
Features.LogEnvironmentValues='True'|Features.VirusCheck='False'|
Features.FailOnInvalidOrMissingLicense='False'|
Features.IgnoreInvalidOptionsSwitches='True'|
Features.UsePackageExitCodes='True'|
Features.UseFipsCompliantChecksums='False'|
Features.ShowNonElevatedWarnings='True'|
Features.ShowDownloadProgress='True'|
Features.StopOnFirstPackageFailure='False'|
Features.UseRememberedArgumentsForUpgrades='False'|
Features.ScriptsCheckLastExitCode='False'|
ListCommand.LocalOnly='False'|
ListCommand.IdOnly='False'|ListCommand.IncludeRegistryPrograms='False'|
ListCommand.PageSize='25'|ListCommand.Exact='False'|
ListCommand.ByIdOnly='False'|ListCommand.ByTagOnly='False'|
ListCommand.IdStartsWith='False'|ListCommand.OrderByPopularity='False'|
ListCommand.ApprovedOnly='False'|
ListCommand.DownloadCacheAvailable='False'|
ListCommand.NotBroken='False'|
ListCommand.IncludeVersionOverrides='False'|
UpgradeCommand.FailOnUnfound='False'|
UpgradeCommand.FailOnNotInstalled='False'|
UpgradeCommand.NotifyOnlyAvailableUpgrades='False'|
UpgradeCommand.ExcludePrerelease='False'|
NewCommand.AutomaticPackage='False'|
NewCommand.UseOriginalTemplate='False'|SourceCommand.Command='unknown'|
SourceCommand.Priority='0'|SourceCommand.BypassProxy='False'|
SourceCommand.AllowSelfService='False'|
FeatureCommand.Command='unknown'|
ConfigCommand.Command='unknown'|PinCommand.Command='unknown'|
OutdatedCommand.IgnorePinned='False'|
Proxy.Location='http://<REMOVED>'|
Proxy.BypassList='<REMOVED>'|Proxy.BypassOnLocal='True'|
2017-06-16 23:09:44,051 1000 [DEBUG] - _ Chocolatey:ChocolateyInstallCommand - Normal Run Mode _
2017-06-16 23:09:44,067 1000 [INFO ] - Installing the following packages:
2017-06-16 23:09:44,067 1000 [INFO ] - 3dmark
2017-06-16 23:09:44,067 1000 [INFO ] - By installing you accept licenses for the packages.
2017-06-16 23:09:44,067 1000 [DEBUG] - Current environment values (may contain sensitive data):
2017-06-16 23:09:44,067 1000 [DEBUG] - * 'TMP'='C:\Users\Administrator\AppData\Local\Temp' ('User')
2017-06-16 23:09:44,067 1000 [DEBUG] - * 'TEMP'='C:\Users\Administrator\AppData\Local\Temp' ('User')
2017-06-16 23:09:44,067 1000 [DEBUG] - * 'HTTP_PROXY'='<REMOVED>' ('User')
2017-06-16 23:09:44,082 1000 [DEBUG] - * 'HTTPS_PROXY'='<REMOVED>' ('User')
2017-06-16 23:09:44,082 1000 [DEBUG] - * 'NO_PROXY'='<REMOVED>' ('User')
2017-06-16 23:09:44,082 1000 [DEBUG] - * 'ChocolateyLastPathUpdate'='Thu Jun 15 16:42:46 2017' ('User')
2017-06-16 23:09:44,082 1000 [DEBUG] - * 'trigger'='1' ('User')
2017-06-16 23:09:44,082 1000 [DEBUG] - * 'FP_NO_HOST_CHECK'='NO' ('Machine')
2017-06-16 23:09:44,082 1000 [DEBUG] - * 'USERNAME'='SYSTEM' ('Machine')
2017-06-16 23:09:44,082 1000 [DEBUG] - * 'Path'='C:\Python27\;C:\Python27\Scripts;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Git\cmd;C:\Program Files (x86)\Git\bin;C:\ProgramData\chocolatey\bin;' ('Machine')
2017-06-16 23:09:44,082 1000 [DEBUG] - * 'ComSpec'='C:\Windows\system32\cmd.exe' ('Machine')
2017-06-16 23:09:44,082 1000 [DEBUG] - * 'TMP'='C:\Windows\TEMP' ('Machine')
2017-06-16 23:09:44,082 1000 [DEBUG] - * 'OS'='Windows_NT' ('Machine')
2017-06-16 23:09:44,082 1000 [DEBUG] - * 'windir'='C:\Windows' ('Machine')
2017-06-16 23:09:44,082 1000 [DEBUG] - * 'PROCESSOR_ARCHITECTURE'='AMD64' ('Machine')
2017-06-16 23:09:44,082 1000 [DEBUG] - * 'TEMP'='C:\Windows\TEMP' ('Machine')
2017-06-16 23:09:44,098 1000 [DEBUG] - * 'PATHEXT'='.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC' ('Machine')
2017-06-16 23:09:44,098 1000 [DEBUG] - * 'PSModulePath'='C:\Windows\system32\WindowsPowerShell\v1.0\Modules\;C:\Program Files (x86)\AutoIt3\AutoItX' ('Machine')
2017-06-16 23:09:44,098 1000 [DEBUG] - * 'NUMBER_OF_PROCESSORS'='2' ('Machine')
2017-06-16 23:09:44,098 1000 [DEBUG] - * 'PROCESSOR_LEVEL'='6' ('Machine')
2017-06-16 23:09:44,098 1000 [DEBUG] - * 'PROCESSOR_IDENTIFIER'='Intel64 Family 6 Model 60 Stepping 3, GenuineIntel' ('Machine')
2017-06-16 23:09:44,098 1000 [DEBUG] - * 'PROCESSOR_REVISION'='3c03' ('Machine')
2017-06-16 23:09:44,098 1000 [DEBUG] - * 'HOME'='C:\Users\Administrator' ('Machine')
2017-06-16 23:09:44,098 1000 [DEBUG] - * 'ChocolateyInstall'='C:\ProgramData\chocolatey' ('Machine')
2017-06-16 23:09:44,129 1000 [DEBUG] - Using proxy server '<REMOVED>'.
2017-06-16 23:09:44,129 1000 [DEBUG] - Proxy has a bypass list of '<REMOVED>'.
2017-06-16 23:15:39,006 1000 [INFO ] - [NuGet] Installing '3dmark 2.3.3693'.
2017-06-16 23:18:09,755 1000 [DEBUG] - [NuGet] Added file '3DMark-v2-3-3693.zip' to folder '3dmark\tools'.
2017-06-16 23:18:09,772 1000 [DEBUG] - [NuGet] Added file 'chocolateyinstall.ps1' to folder '3dmark\tools'.
2017-06-16 23:18:09,786 1000 [DEBUG] - [NuGet] Added file 'chocolateyuninstall.ps1' to folder '3dmark\tools'.
2017-06-16 23:18:09,974 1000 [DEBUG] - [NuGet] Added file '3dmark.nuspec' to folder '3dmark'.
2017-06-16 23:21:10,239 1000 [DEBUG] - [NuGet] Added file '3dmark.nupkg' to folder '3dmark'.
2017-06-16 23:21:10,270 1000 [INFO ] - [NuGet] Successfully installed '3dmark 2.3.3693'.
2017-06-16 23:21:10,270 1000 [INFO ] -
3dmark v2.3.3693
2017-06-16 23:21:10,303 1000 [INFO ] - 3dmark package files install completed. Performing other installation steps.
2017-06-16 23:21:10,411 1000 [DEBUG] - Setting installer args for 3dmark
2017-06-16 23:21:10,411 1000 [DEBUG] - Setting package parameters for 3dmark
2017-06-16 23:21:10,411 1000 [DEBUG] - Contents of 'C:\ProgramData\chocolatey\lib\3dmark\tools\chocolateyinstall.ps1':
2017-06-16 23:21:10,459 1000 [DEBUG] - #$ErrorActionPreference = 'Stop'; # stop on all errors
# Set package name, tools directory, and zip location
$packageName = '3dmark'
$toolsDir = (Split-Path -parent $MyInvocation.MyCommand.Definition)
$zipLocation = Join-Path $toolsDir '3DMark-v2-3-3693.zip'
# Unzip the package
Get-ChocolateyUnzip -FileFullPath $zipLocation -Destination $toolsDir
# Install 3dmark
# cmd.exe /c start /wait C:\Users\Administrator\Desktop\3DMark-v2-2-3509\3dmark-setup.exe /s /q
$3dmarkExe = Join-Path $toolsDir "3dmark-setup.exe"
# Debug step
$test = Read-Host 'waiting for user to continue...'
# Install 3dmark
& cmd.exe /c start /wait $3dmarkExe /s /q
# Register 3dmark
$filePath = "C:\Program Files\Futuremark\3DMark\3DMarkCmd.exe"
if ([System.IO.File]::Exists($filePath)) {
& cd "C:\Program Files\Futuremark\3DMark"
$3dmarkCmdExe = "3DMarkCmd.exe"
& cmd.exe /c start /wait $3dmarkCmdExe --register=<REMOVED>
}
2017-06-16 23:21:10,786 1000 [DEBUG] - Calling built-in PowerShell host with ['[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\3dmark\tools\chocolateyinstall.ps1' -installArguments '' -packageParameters ''']
2017-06-16 23:21:10,817 1000 [DEBUG] - Redirecting System.Management.Automation.resources, Version=3.0.0.0, Culture=en-US, PublicKeyToken=31bf3856ad364e35, requested by ''
2017-06-16 23:21:13,239 1000 [DEBUG] - Host version is 4.0, PowerShell Version is '4.0' and CLR Version is '4.0.30319.33440'.
2017-06-16 23:21:13,958 1000 [INFO ] - VERBOSE: Exporting function 'Format-FileSize'.
2017-06-16 23:21:13,958 1000 [INFO ] - VERBOSE: Exporting function 'Get-ChecksumValid'.
2017-06-16 23:21:13,958 1000 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyUnzip'.
2017-06-16 23:21:13,958 1000 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyWebFile'.
2017-06-16 23:21:13,958 1000 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariable'.
2017-06-16 23:21:13,958 1000 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.
2017-06-16 23:21:13,958 1000 [INFO ] - VERBOSE: Exporting function 'Get-FtpFile'.
2017-06-16 23:21:13,958 1000 [INFO ] - VERBOSE: Exporting function 'Get-OSArchitectureWidth'.
2017-06-16 23:21:13,958 1000 [INFO ] - VERBOSE: Exporting function 'Get-ToolsLocation'.
2017-06-16 23:21:13,958 1000 [INFO ] - VERBOSE: Exporting function 'Get-UACEnabled'.
2017-06-16 23:21:13,973 1000 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
2017-06-16 23:21:13,973 1000 [INFO ] - VERBOSE: Exporting function 'Get-VirusCheckValid'.
2017-06-16 23:21:13,973 1000 [INFO ] - VERBOSE: Exporting function 'Get-WebFile'.
2017-06-16 23:21:13,973 1000 [INFO ] - VERBOSE: Exporting function 'Get-WebFileName'.
2017-06-16 23:21:13,973 1000 [INFO ] - VERBOSE: Exporting function 'Get-WebHeaders'.
2017-06-16 23:21:13,973 1000 [INFO ] - VERBOSE: Exporting function 'Install-BinFile'.
2017-06-16 23:21:13,973 1000 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.
2017-06-16 23:21:13,973 1000 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.
2017-06-16 23:21:13,973 1000 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.
2017-06-16 23:21:13,973 1000 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.
2017-06-16 23:21:13,973 1000 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.
2017-06-16 23:21:13,973 1000 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPackage'.
2017-06-16 23:21:13,989 1000 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPath'.
2017-06-16 23:21:13,989 1000 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.
2017-06-16 23:21:13,989 1000 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.
2017-06-16 23:21:13,989 1000 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyShortcut'.
2017-06-16 23:21:13,989 1000 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.
2017-06-16 23:21:13,989 1000 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.
2017-06-16 23:21:13,989 1000 [INFO ] - VERBOSE: Exporting function 'Install-Vsix'.
2017-06-16 23:21:14,005 1000 [INFO ] - VERBOSE: Exporting function 'Set-EnvironmentVariable'.
2017-06-16 23:21:14,005 1000 [INFO ] - VERBOSE: Exporting function 'Set-PowerShellExitCode'.
2017-06-16 23:21:14,005 1000 [INFO ] - VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.
2017-06-16 23:21:14,005 1000 [INFO ] - VERBOSE: Exporting function 'Test-ProcessAdminRights'.
2017-06-16 23:21:14,005 1000 [INFO ] - VERBOSE: Exporting function 'Uninstall-BinFile'.
2017-06-16 23:21:14,005 1000 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.
2017-06-16 23:21:14,005 1000 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.
2017-06-16 23:21:14,005 1000 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.
2017-06-16 23:21:14,005 1000 [INFO ] - VERBOSE: Exporting function 'Update-SessionEnvironment'.
2017-06-16 23:21:14,005 1000 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateyFailure'.
2017-06-16 23:21:14,005 1000 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateySuccess'.
2017-06-16 23:21:14,005 1000 [INFO ] - VERBOSE: Exporting function 'Write-FileUpdateLog'.
2017-06-16 23:21:14,020 1000 [INFO ] - VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.
2017-06-16 23:21:14,020 1000 [INFO ] - VERBOSE: Exporting alias 'Get-ProcessorBits'.
2017-06-16 23:21:14,020 1000 [INFO ] - VERBOSE: Exporting alias 'Get-OSBitness'.
2017-06-16 23:21:14,020 1000 [INFO ] - VERBOSE: Exporting alias 'Get-InstallRegistryKey'.
2017-06-16 23:21:14,020 1000 [INFO ] - VERBOSE: Exporting alias 'Generate-BinFile'.
2017-06-16 23:21:14,020 1000 [INFO ] - VERBOSE: Exporting alias 'Add-BinFile'.
2017-06-16 23:21:14,020 1000 [INFO ] - VERBOSE: Exporting alias 'Start-ChocolateyProcess'.
2017-06-16 23:21:14,020 1000 [INFO ] - VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.
2017-06-16 23:21:14,036 1000 [INFO ] - VERBOSE: Exporting alias 'Remove-BinFile'.
2017-06-16 23:21:14,036 1000 [INFO ] - VERBOSE: Exporting alias 'refreshenv'.
2017-06-16 23:21:14,052 1000 [DEBUG] - Loading community extensions
2017-06-16 23:21:14,130 1000 [DEBUG] - Importing 'C:\ProgramData\chocolatey\extensions\chocolatey-core\chocolatey-core.psm1'
2017-06-16 23:21:14,145 1000 [INFO ] - VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-core\chocolatey-core.psm1'.
2017-06-16 23:21:14,302 1000 [INFO ] - VERBOSE: Exporting function 'Get-AppInstallLocation'.
2017-06-16 23:21:14,302 1000 [INFO ] - VERBOSE: Exporting function 'Get-AvailableDriveLetter'.
2017-06-16 23:21:14,302 1000 [INFO ] - VERBOSE: Exporting function 'Get-EffectiveProxy'.
2017-06-16 23:21:14,302 1000 [INFO ] - VERBOSE: Exporting function 'Get-PackageCacheLocation'.
2017-06-16 23:21:14,302 1000 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'.
2017-06-16 23:21:14,302 1000 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
2017-06-16 23:21:14,302 1000 [INFO ] - VERBOSE: Exporting function 'Get-WebContent'.
2017-06-16 23:21:14,317 1000 [INFO ] - VERBOSE: Exporting function 'Register-Application'.
2017-06-16 23:21:14,317 1000 [INFO ] - VERBOSE: Importing function 'Get-AppInstallLocation'.
2017-06-16 23:21:14,317 1000 [INFO ] - VERBOSE: Importing function 'Get-AvailableDriveLetter'.
2017-06-16 23:21:14,317 1000 [INFO ] - VERBOSE: Importing function 'Get-EffectiveProxy'.
2017-06-16 23:21:14,317 1000 [INFO ] - VERBOSE: Importing function 'Get-PackageCacheLocation'.
2017-06-16 23:21:14,317 1000 [INFO ] - VERBOSE: Importing function 'Get-PackageParameters'.
2017-06-16 23:21:14,317 1000 [INFO ] - VERBOSE: Importing function 'Get-UninstallRegistryKey'.
2017-06-16 23:21:14,317 1000 [INFO ] - VERBOSE: Importing function 'Get-WebContent'.
2017-06-16 23:21:14,317 1000 [INFO ] - VERBOSE: Importing function 'Register-Application'.
2017-06-16 23:21:14,317 1000 [INFO ] - VERBOSE: Exporting function 'Format-FileSize'.
2017-06-16 23:21:14,317 1000 [INFO ] - VERBOSE: Exporting function 'Get-ChecksumValid'.
2017-06-16 23:21:14,333 1000 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyUnzip'.
2017-06-16 23:21:14,333 1000 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyWebFile'.
2017-06-16 23:21:14,333 1000 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariable'.
2017-06-16 23:21:14,333 1000 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.
2017-06-16 23:21:14,333 1000 [INFO ] - VERBOSE: Exporting function 'Get-FtpFile'.
2017-06-16 23:21:14,333 1000 [INFO ] - VERBOSE: Exporting function 'Get-OSArchitectureWidth'.
2017-06-16 23:21:14,333 1000 [INFO ] - VERBOSE: Exporting function 'Get-ToolsLocation'.
2017-06-16 23:21:14,333 1000 [INFO ] - VERBOSE: Exporting function 'Get-UACEnabled'.
2017-06-16 23:21:14,333 1000 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
2017-06-16 23:21:14,333 1000 [INFO ] - VERBOSE: Exporting function 'Get-VirusCheckValid'.
2017-06-16 23:21:14,333 1000 [INFO ] - VERBOSE: Exporting function 'Get-WebFile'.
2017-06-16 23:21:14,333 1000 [INFO ] - VERBOSE: Exporting function 'Get-WebFileName'.
2017-06-16 23:21:14,348 1000 [INFO ] - VERBOSE: Exporting function 'Get-WebHeaders'.
2017-06-16 23:21:14,348 1000 [INFO ] - VERBOSE: Exporting function 'Install-BinFile'.
2017-06-16 23:21:14,348 1000 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.
2017-06-16 23:21:14,348 1000 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.
2017-06-16 23:21:14,348 1000 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.
2017-06-16 23:21:14,348 1000 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.
2017-06-16 23:21:14,348 1000 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.
2017-06-16 23:21:14,348 1000 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPackage'.
2017-06-16 23:21:14,348 1000 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPath'.
2017-06-16 23:21:14,348 1000 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.
2017-06-16 23:21:14,348 1000 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.
2017-06-16 23:21:14,348 1000 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyShortcut'.
2017-06-16 23:21:14,348 1000 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.
2017-06-16 23:21:14,364 1000 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.
2017-06-16 23:21:14,364 1000 [INFO ] - VERBOSE: Exporting function 'Install-Vsix'.
2017-06-16 23:21:14,364 1000 [INFO ] - VERBOSE: Exporting function 'Set-EnvironmentVariable'.
2017-06-16 23:21:14,364 1000 [INFO ] - VERBOSE: Exporting function 'Set-PowerShellExitCode'.
2017-06-16 23:21:14,364 1000 [INFO ] - VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.
2017-06-16 23:21:14,364 1000 [INFO ] - VERBOSE: Exporting function 'Test-ProcessAdminRights'.
2017-06-16 23:21:14,364 1000 [INFO ] - VERBOSE: Exporting function 'Uninstall-BinFile'.
2017-06-16 23:21:14,364 1000 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.
2017-06-16 23:21:14,364 1000 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.
2017-06-16 23:21:14,364 1000 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.
2017-06-16 23:21:14,380 1000 [INFO ] - VERBOSE: Exporting function 'Update-SessionEnvironment'.
2017-06-16 23:21:14,380 1000 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateyFailure'.
2017-06-16 23:21:14,380 1000 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateySuccess'.
2017-06-16 23:21:14,380 1000 [INFO ] - VERBOSE: Exporting function 'Write-FileUpdateLog'.
2017-06-16 23:21:14,380 1000 [INFO ] - VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.
2017-06-16 23:21:14,380 1000 [INFO ] - VERBOSE: Exporting function 'Get-AppInstallLocation'.
2017-06-16 23:21:14,380 1000 [INFO ] - VERBOSE: Exporting function 'Get-AvailableDriveLetter'.
2017-06-16 23:21:14,380 1000 [INFO ] - VERBOSE: Exporting function 'Get-EffectiveProxy'.
2017-06-16 23:21:14,395 1000 [INFO ] - VERBOSE: Exporting function 'Get-PackageCacheLocation'.
2017-06-16 23:21:14,395 1000 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'.
2017-06-16 23:21:14,395 1000 [INFO ] - VERBOSE: Exporting function 'Get-WebContent'.
2017-06-16 23:21:14,395 1000 [INFO ] - VERBOSE: Exporting function 'Register-Application'.
2017-06-16 23:21:14,395 1000 [INFO ] - VERBOSE: Exporting alias 'Get-ProcessorBits'.
2017-06-16 23:21:14,395 1000 [INFO ] - VERBOSE: Exporting alias 'Get-OSBitness'.
2017-06-16 23:21:14,395 1000 [INFO ] - VERBOSE: Exporting alias 'Get-InstallRegistryKey'.
2017-06-16 23:21:14,395 1000 [INFO ] - VERBOSE: Exporting alias 'Generate-BinFile'.
2017-06-16 23:21:14,395 1000 [INFO ] - VERBOSE: Exporting alias 'Add-BinFile'.
2017-06-16 23:21:14,395 1000 [INFO ] - VERBOSE: Exporting alias 'Start-ChocolateyProcess'.
2017-06-16 23:21:14,411 1000 [INFO ] - VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.
2017-06-16 23:21:14,411 1000 [INFO ] - VERBOSE: Exporting alias 'Remove-BinFile'.
2017-06-16 23:21:14,411 1000 [INFO ] - VERBOSE: Exporting alias 'refreshenv'.
2017-06-16 23:21:14,411 1000 [INFO ] - VERBOSE: Importing function 'Format-FileSize'.
2017-06-16 23:21:14,411 1000 [INFO ] - VERBOSE: Importing function 'Get-AppInstallLocation'.
2017-06-16 23:21:14,411 1000 [INFO ] - VERBOSE: Importing function 'Get-AvailableDriveLetter'.
2017-06-16 23:21:14,411 1000 [INFO ] - VERBOSE: Importing function 'Get-ChecksumValid'.
2017-06-16 23:21:14,411 1000 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyUnzip'.
2017-06-16 23:21:14,411 1000 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyWebFile'.
2017-06-16 23:21:14,411 1000 [INFO ] - VERBOSE: Importing function 'Get-EffectiveProxy'.
2017-06-16 23:21:14,411 1000 [INFO ] - VERBOSE: Importing function 'Get-EnvironmentVariable'.
2017-06-16 23:21:14,411 1000 [INFO ] - VERBOSE: Importing function 'Get-EnvironmentVariableNames'.
2017-06-16 23:21:14,427 1000 [INFO ] - VERBOSE: Importing function 'Get-FtpFile'.
2017-06-16 23:21:14,427 1000 [INFO ] - VERBOSE: Importing function 'Get-OSArchitectureWidth'.
2017-06-16 23:21:14,427 1000 [INFO ] - VERBOSE: Importing function 'Get-PackageCacheLocation'.
2017-06-16 23:21:14,427 1000 [INFO ] - VERBOSE: Importing function 'Get-PackageParameters'.
2017-06-16 23:21:14,427 1000 [INFO ] - VERBOSE: Importing function 'Get-ToolsLocation'.
2017-06-16 23:21:14,427 1000 [INFO ] - VERBOSE: Importing function 'Get-UACEnabled'.
2017-06-16 23:21:14,427 1000 [INFO ] - VERBOSE: Importing function 'Get-UninstallRegistryKey'.
2017-06-16 23:21:14,427 1000 [INFO ] - VERBOSE: Importing function 'Get-VirusCheckValid'.
2017-06-16 23:21:14,427 1000 [INFO ] - VERBOSE: Importing function 'Get-WebContent'.
2017-06-16 23:21:14,427 1000 [INFO ] - VERBOSE: Importing function 'Get-WebFile'.
2017-06-16 23:21:14,427 1000 [INFO ] - VERBOSE: Importing function 'Get-WebFileName'.
2017-06-16 23:21:14,442 1000 [INFO ] - VERBOSE: Importing function 'Get-WebHeaders'.
2017-06-16 23:21:14,442 1000 [INFO ] - VERBOSE: Importing function 'Install-BinFile'.
2017-06-16 23:21:14,442 1000 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyDesktopLink'.
2017-06-16 23:21:14,442 1000 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyEnvironmentVariable'.
2017-06-16 23:21:14,442 1000 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyExplorerMenuItem'.
2017-06-16 23:21:14,442 1000 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyFileAssociation'.
2017-06-16 23:21:14,442 1000 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyInstallPackage'.
2017-06-16 23:21:14,442 1000 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPackage'.
2017-06-16 23:21:14,442 1000 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPath'.
2017-06-16 23:21:14,442 1000 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPinnedTaskBarItem'.
2017-06-16 23:21:14,442 1000 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPowershellCommand'.
2017-06-16 23:21:14,458 1000 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyShortcut'.
2017-06-16 23:21:14,458 1000 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyVsixPackage'.
2017-06-16 23:21:14,458 1000 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyZipPackage'.
2017-06-16 23:21:14,458 1000 [INFO ] - VERBOSE: Importing function 'Install-Vsix'.
2017-06-16 23:21:14,458 1000 [INFO ] - VERBOSE: Importing function 'Register-Application'.
2017-06-16 23:21:14,458 1000 [INFO ] - VERBOSE: Importing function 'Set-EnvironmentVariable'.
2017-06-16 23:21:14,458 1000 [INFO ] - VERBOSE: Importing function 'Set-PowerShellExitCode'.
2017-06-16 23:21:14,458 1000 [INFO ] - VERBOSE: Importing function 'Start-ChocolateyProcessAsAdmin'.
2017-06-16 23:21:14,458 1000 [INFO ] - VERBOSE: Importing function 'Test-ProcessAdminRights'.
2017-06-16 23:21:14,458 1000 [INFO ] - VERBOSE: Importing function 'Uninstall-BinFile'.
2017-06-16 23:21:14,458 1000 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyEnvironmentVariable'.
2017-06-16 23:21:14,458 1000 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyPackage'.
2017-06-16 23:21:14,473 1000 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyZipPackage'.
2017-06-16 23:21:14,473 1000 [INFO ] - VERBOSE: Importing function 'Update-SessionEnvironment'.
2017-06-16 23:21:14,473 1000 [INFO ] - VERBOSE: Importing function 'Write-ChocolateyFailure'.
2017-06-16 23:21:14,473 1000 [INFO ] - VERBOSE: Importing function 'Write-ChocolateySuccess'.
2017-06-16 23:21:14,473 1000 [INFO ] - VERBOSE: Importing function 'Write-FileUpdateLog'.
2017-06-16 23:21:14,473 1000 [INFO ] - VERBOSE: Importing function 'Write-FunctionCallLogMessage'.
2017-06-16 23:21:14,473 1000 [INFO ] - VERBOSE: Importing alias 'Add-BinFile'.
2017-06-16 23:21:14,473 1000 [INFO ] - VERBOSE: Importing alias 'Generate-BinFile'.
2017-06-16 23:21:14,473 1000 [INFO ] - VERBOSE: Importing alias 'Get-InstallRegistryKey'.
2017-06-16 23:21:14,473 1000 [INFO ] - VERBOSE: Importing alias 'Get-OSBitness'.
2017-06-16 23:21:14,473 1000 [INFO ] - VERBOSE: Importing alias 'Get-ProcessorBits'.
2017-06-16 23:21:14,473 1000 [INFO ] - VERBOSE: Importing alias 'Invoke-ChocolateyProcess'.
2017-06-16 23:21:14,489 1000 [INFO ] - VERBOSE: Importing alias 'refreshenv'.
2017-06-16 23:21:14,489 1000 [INFO ] - VERBOSE: Importing alias 'Remove-BinFile'.
2017-06-16 23:21:14,489 1000 [INFO ] - VERBOSE: Importing alias 'Start-ChocolateyProcess'.
2017-06-16 23:21:14,630 1000 [DEBUG] - Running 'ChocolateyScriptRunner' for 3dmark v2.3.3693 with packageScript 'C:\ProgramData\chocolatey\lib\3dmark\tools\chocolateyinstall.ps1', packageFolder:'C:\ProgramData\chocolatey\lib\3dmark', installArguments: '', packageParameters: '',
2017-06-16 23:21:14,661 1000 [DEBUG] - Running 'C:\ProgramData\chocolatey\lib\3dmark\tools\chocolateyinstall.ps1'
2017-06-16 23:21:14,802 1000 [DEBUG] - Running Get-ChocolateyUnzip -fileFullPath 'C:\ProgramData\chocolatey\lib\3dmark\tools\3DMark-v2-3-3693.zip' -destination 'C:\ProgramData\chocolatey\lib\3dmark\tools'
2017-06-16 23:21:14,817 1000 [DEBUG] - Running Get-ProcessorBits -compare '32'
2017-06-16 23:21:14,848 1000 [INFO ] - Extracting C:\ProgramData\chocolatey\lib\3dmark\tools\3DMark-v2-3-3693.zip to C:\ProgramData\chocolatey\lib\3dmark\tools...
2017-06-16 23:21:14,848 1000 [INFO ] -
2017-06-16 23:21:14,880 1000 [DEBUG] - 7zip found at 'C:\ProgramData\chocolatey\tools\7z.exe'
2017-06-16 23:21:14,927 1000 [DEBUG] - Executing command ['C:\ProgramData\chocolatey\tools\7z.exe' x -aoa -bd -bb1 -o"C:\ProgramData\chocolatey\lib\3dmark\tools" -y "C:\ProgramData\chocolatey\lib\3dmark\tools\3DMark-v2-3-3693.zip"]
2017-06-16 23:23:37,723 1000 [INFO ] - VERBOSE:
2017-06-16 23:23:37,942 1000 [INFO ] - VERBOSE: 7-Zip [32] 16.04 : Copyright (c) 1999-2016 Igor Pavlov : 2016-10-04
2017-06-16 23:23:38,317 1000 [INFO ] - VERBOSE:
2017-06-16 23:23:38,317 1000 [INFO ] - VERBOSE: Scanning the drive for archives:
2017-06-16 23:23:38,333 1000 [INFO ] - VERBOSE: 1 file, 3988072406 bytes (3804 MiB)
2017-06-16 23:23:38,333 1000 [INFO ] - VERBOSE:
2017-06-16 23:23:38,333 1000 [INFO ] - VERBOSE: Extracting archive: C:\ProgramData\chocolatey\lib\3dmark\tools\3DMark-v2-3-3693.zip
2017-06-16 23:23:38,333 1000 [INFO ] - VERBOSE: --
2017-06-16 23:23:38,333 1000 [INFO ] - VERBOSE: Path = C:\ProgramData\chocolatey\lib\3dmark\tools\3DMark-v2-3-3693.zip
2017-06-16 23:23:38,333 1000 [INFO ] - VERBOSE: Type = zip
2017-06-16 23:23:38,333 1000 [INFO ] - VERBOSE: Physical Size = 3988072406
2017-06-16 23:23:38,333 1000 [INFO ] - VERBOSE:
2017-06-16 23:23:38,333 1000 [INFO ] - VERBOSE: - 3dmark-setup.exe
2017-06-16 23:23:38,755 1000 [INFO ] - VERBOSE: - 3dmark-v2-3-0-api-overhead-test-v2-0-118.dlc
2017-06-16 23:23:38,755 1000 [INFO ] - VERBOSE: - 3dmark-v2-3-0-cloud-gate-test-v1-1-28.dlc
2017-06-16 23:23:38,755 1000 [INFO ] - VERBOSE: - 3dmark-v2-3-0-fire-strike-test-v1-1-28.dlc
2017-06-16 23:23:38,755 1000 [INFO ] - VERBOSE: - 3dmark-v2-3-0-ice-storm-test-v1-2-28.dlc
2017-06-16 23:23:38,755 1000 [INFO ] - VERBOSE: - 3dmark-v2-3-0-sky-diver-test-v1-0-26.dlc
2017-06-16 23:23:38,755 1000 [INFO ] - VERBOSE: - 3dmark-v2-3-0-systeminfo-v5-0-609.dlc
2017-06-16 23:23:38,755 1000 [INFO ] - VERBOSE: - 3dmark-v2-3-0-time-spy-test-v1-0-603.dlc
2017-06-16 23:23:38,755 1000 [INFO ] - VERBOSE: - data_x64.msi
2017-06-16 23:23:38,755 1000 [INFO ] - VERBOSE: - data_x86.msi
2017-06-16 23:23:38,755 1000 [INFO ] - VERBOSE: - redist
2017-06-16 23:23:38,770 1000 [INFO ] - VERBOSE: - redist\dotNetFx45_Full_x86_x64.exe
2017-06-16 23:23:38,770 1000 [INFO ] - VERBOSE: Everything is Ok
2017-06-16 23:23:38,770 1000 [INFO ] - VERBOSE:
2017-06-16 23:23:38,770 1000 [INFO ] - VERBOSE: Folders: 1
2017-06-16 23:23:38,770 1000 [INFO ] - VERBOSE: Files: 11
2017-06-16 23:23:38,770 1000 [INFO ] - VERBOSE: Size: 4308278242
2017-06-16 23:23:38,770 1000 [INFO ] - VERBOSE: Compressed: 3988072406
2017-06-16 23:23:40,098 1000 [DEBUG] - $exitCode was passed null
2017-06-16 23:23:40,192 1000 [DEBUG] - Command ['C:\ProgramData\chocolatey\tools\7z.exe' x -aoa -bd -bb1 -o"C:\ProgramData\chocolatey\lib\3dmark\tools" -y "C:\ProgramData\chocolatey\lib\3dmark\tools\3DMark-v2-3-3693.zip"] exited with '0'.
2017-06-16 23:23:40,192 1000 [DEBUG] - 7z exit code: 0
2017-06-16 23:23:40,381 1000 [INFO ] - C:\ProgramData\chocolatey\lib\3dmark\tools
2017-06-16 23:23:40,474 1000 [INFO ] -
2017-06-16 23:23:40,489 1000 [WARN ] - waiting for user to continue...
2017-06-16 23:23:40,489 1000 [WARN ] - Confirmation (`-y`) is set.
Respond within 30 seconds or the default selection will be chosen.
2017-06-16 23:25:08,083 1000 [DEBUG] - Built-in PowerShell host called with ['[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\3dmark\tools\chocolateyinstall.ps1' -installArguments '' -packageParameters '''] exited with '0'.
2017-06-16 23:25:08,099 1000 [DEBUG] - Calling command ['"C:\Windows\System32\shutdown.exe" /a']
2017-06-16 23:25:08,114 1000 [DEBUG] - Command ['"C:\Windows\System32\shutdown.exe" /a'] exited with '1116'
2017-06-16 23:25:08,114 1000 [INFO ] - 3dmark may be able to be automatically uninstalled.
2017-06-16 23:25:08,192 1000 [DEBUG] - Capturing package files in 'C:\ProgramData\chocolatey\lib\3dmark'
2017-06-16 23:25:08,208 1000 [WARN ] - Error computing hash for 'C:\ProgramData\chocolatey\lib\3dmark\3dmark.nupkg'
Hash will be special code for locked file or file too big instead.
Captured error:
The file is too long. This operation is currently limited to supporting files less than 2 gigabytes in size.
2017-06-16 23:25:08,208 1000 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\3dmark\3dmark.nupkg'
with checksum 'UnableToDetectChanges_FileTooBig'
2017-06-16 23:25:08,208 1000 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\3dmark\3dmark.nuspec'
with checksum '213A36233826FA26A3FFE91E98450A35'
2017-06-16 23:25:08,254 1000 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\3dmark\tools\3dmark-setup.exe'
with checksum '04527BA119E6ED23BCDFC8ECCDC41681'
2017-06-16 23:25:09,379 1000 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\3dmark\tools\3dmark-v2-3-0-api-overhead-test-v2-0-118.dlc'
with checksum '827764B41AF1A563BB83AFA06DF88F07'
2017-06-16 23:25:10,458 1000 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\3dmark\tools\3dmark-v2-3-0-cloud-gate-test-v1-1-28.dlc'
with checksum '875AA67A9A300BAD43E46F62C68EB8B0'
2017-06-16 23:25:14,567 1000 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\3dmark\tools\3dmark-v2-3-0-fire-strike-test-v1-1-28.dlc'
with checksum '01C2F661355367F01208B747AA524844'
2017-06-16 23:25:15,864 1000 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\3dmark\tools\3dmark-v2-3-0-ice-storm-test-v1-2-28.dlc'
with checksum '26DAB3D100D51B6F93A6F9911AFEC38A'
2017-06-16 23:25:18,989 1000 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\3dmark\tools\3dmark-v2-3-0-sky-diver-test-v1-0-26.dlc'
with checksum 'B1B81A7BA98101A942810E560723DBE1'
2017-06-16 23:25:19,176 1000 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\3dmark\tools\3dmark-v2-3-0-systeminfo-v5-0-609.dlc'
with checksum 'BA45A69FFDB2CEE16DCA563C9923C3B2'
2017-06-16 23:25:28,317 1000 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\3dmark\tools\3dmark-v2-3-0-time-spy-test-v1-0-603.dlc'
with checksum 'B7C0AA401204D5021B09813C889EB58F'
2017-06-16 23:25:28,317 1000 [WARN ] - Error computing hash for 'C:\ProgramData\chocolatey\lib\3dmark\tools\3DMark-v2-3-3693.zip'
Hash will be special code for locked file or file too big instead.
Captured error:
The file is too long. This operation is currently limited to supporting files less than 2 gigabytes in size.
2017-06-16 23:25:28,317 1000 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\3dmark\tools\3DMark-v2-3-3693.zip'
with checksum 'UnableToDetectChanges_FileTooBig'
2017-06-16 23:25:28,317 1000 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\3dmark\tools\chocolateyinstall.ps1'
with checksum '803C4001C4D1CF5B226955DF88537149'
2017-06-16 23:25:28,317 1000 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\3dmark\tools\chocolateyuninstall.ps1'
with checksum '390A369AB70417831A90645D29306467'
2017-06-16 23:25:29,739 1000 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\3dmark\tools\data_x64.msi'
with checksum '3961045DE153605AC2D91AAAE3E7388C'
2017-06-16 23:25:31,098 1000 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\3dmark\tools\data_x86.msi'
with checksum '5B212F6605511C2C38150759294D5649'
2017-06-16 23:25:31,333 1000 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\3dmark\tools\redist\dotNetFx45_Full_x86_x64.exe'
with checksum 'D02DC8B69A702A47C083278938C4D2F1'
2017-06-16 23:25:31,364 1000 [DEBUG] - Calling command ['"C:\ProgramData\chocolatey\tools\shimgen.exe" --path="..\\lib\3dmark\tools\3dmark-setup.exe" --output="C:\ProgramData\chocolatey\bin\3dmark-setup.exe" --iconpath="C:\ProgramData\chocolatey\lib\3dmark\tools\3dmark-setup.exe"']
2017-06-16 23:25:31,942 1000 [DEBUG] - [ShimGen] Microsoft (R) Visual C# Compiler version 4.0.30319.33440
2017-06-16 23:25:31,942 1000 [DEBUG] - [ShimGen] for Microsoft (R) .NET Framework 4.5
2017-06-16 23:25:31,942 1000 [DEBUG] - [ShimGen] Copyright (C) Microsoft Corporation. All rights reserved.
2017-06-16 23:25:31,942 1000 [DEBUG] - [ShimGen] ShimGen has successfully created 'C:\ProgramData\chocolatey\bin\3dmark-setup.exe'
2017-06-16 23:25:31,958 1000 [DEBUG] - Command ['"C:\ProgramData\chocolatey\tools\shimgen.exe" --path="..\\lib\3dmark\tools\3dmark-setup.exe" --output="C:\ProgramData\chocolatey\bin\3dmark-setup.exe" --iconpath="C:\ProgramData\chocolatey\lib\3dmark\tools\3dmark-setup.exe"'] exited with '0'
2017-06-16 23:25:31,958 1000 [INFO ] - ShimGen has successfully created a shim for 3dmark-setup.exe
2017-06-16 23:25:31,958 1000 [DEBUG] - Created: C:\ProgramData\chocolatey\bin\3dmark-setup.exe
Targeting: C:\ProgramData\chocolatey\lib\3dmark\tools\3dmark-setup.exe
IsGui:False
2017-06-16 23:25:31,958 1000 [DEBUG] - Calling command ['"C:\ProgramData\chocolatey\tools\shimgen.exe" --path="..\\lib\3dmark\tools\redist\dotNetFx45_Full_x86_x64.exe" --output="C:\ProgramData\chocolatey\bin\dotNetFx45_Full_x86_x64.exe" --iconpath="C:\ProgramData\chocolatey\lib\3dmark\tools\redist\dotNetFx45_Full_x86_x64.exe"']
2017-06-16 23:25:32,317 1000 [DEBUG] - [ShimGen] Microsoft (R) Visual C# Compiler version 4.0.30319.33440
2017-06-16 23:25:32,317 1000 [DEBUG] - [ShimGen] for Microsoft (R) .NET Framework 4.5
2017-06-16 23:25:32,317 1000 [DEBUG] - [ShimGen] Copyright (C) Microsoft Corporation. All rights reserved.
2017-06-16 23:25:32,317 1000 [DEBUG] - [ShimGen] ShimGen has successfully created 'C:\ProgramData\chocolatey\bin\dotNetFx45_Full_x86_x64.exe'
2017-06-16 23:25:32,333 1000 [DEBUG] - Command ['"C:\ProgramData\chocolatey\tools\shimgen.exe" --path="..\\lib\3dmark\tools\redist\dotNetFx45_Full_x86_x64.exe" --output="C:\ProgramData\chocolatey\bin\dotNetFx45_Full_x86_x64.exe" --iconpath="C:\ProgramData\chocolatey\lib\3dmark\tools\redist\dotNetFx45_Full_x86_x64.exe"'] exited with '0'
2017-06-16 23:25:32,333 1000 [INFO ] - ShimGen has successfully created a shim for dotNetFx45_Full_x86_x64.exe
2017-06-16 23:25:32,333 1000 [DEBUG] - Created: C:\ProgramData\chocolatey\bin\dotNetFx45_Full_x86_x64.exe
Targeting: C:\ProgramData\chocolatey\lib\3dmark\tools\redist\dotNetFx45_Full_x86_x64.exe
IsGui:False
2017-06-16 23:25:32,365 1000 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\.chocolatey\3dmark.2.3.3693".
2017-06-16 23:25:32,379 1000 [DEBUG] - There was no original file at 'C:\ProgramData\chocolatey\.chocolatey\3dmark.2.3.3693\.registry'
2017-06-16 23:25:32,395 1000 [DEBUG] - There was no original file at 'C:\ProgramData\chocolatey\.chocolatey\3dmark.2.3.3693\.files'
2017-06-16 23:25:32,395 1000 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\3dmark.2.3.3693\.extra".
2017-06-16 23:25:32,395 1000 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\3dmark.2.3.3693\.version".
2017-06-16 23:25:32,395 1000 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\3dmark.2.3.3693\.sxs".
2017-06-16 23:25:32,395 1000 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\3dmark.2.3.3693\.pin".
2017-06-16 23:25:32,411 1000 [DEBUG] - Sending message 'HandlePackageResultCompletedMessage' out if there are subscribers...
2017-06-16 23:25:32,427 1000 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\lib\3dmark\.chocolateyPending".
2017-06-16 23:25:32,427 1000 [DEBUG] - Attempting to delete directory "C:\ProgramData\chocolatey\lib-bkp\3dmark06".
2017-06-16 23:25:32,442 1000 [INFO ] - The install of 3dmark was successful.
2017-06-16 23:25:32,442 1000 [INFO ] - Software installed to 'C:\ProgramData\chocolatey\lib\3dmark\tools'
2017-06-16 23:25:32,442 1000 [DEBUG] - Attempting to delete file "C:\Users\Administrator\AppData\Local\NuGet\Cache\3dmark.2.3.3693.nupkg".
2017-06-16 23:25:32,458 1000 [WARN ] -
Chocolatey installed 1/1 packages.
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
2017-06-16 23:25:32,473 1000 [DEBUG] - Sending message 'PostRunMessage' out if there are subscribers...
2017-06-16 23:25:32,489 1000 [DEBUG] - Exiting with 0
What You Are Seeing?
No download progress percentage for large packages (~4 GB) using choco version 0.10.7 until package is already downloaded, confirmed in task manager that download is occurring without progress being printed
What is Expected?
To see the progress percentage :)
How Did You Get This To Happen? (Steps to Reproduce)
create 4 GB .nupkg file and download from our artifactory nuget feed choco install PACKAGE_NAME
Output Log