Last active
August 12, 2016 07:31
-
-
Save lifenstein/39b7ff800d99932e6c6e4930aab368f5 to your computer and use it in GitHub Desktop.
Chocolatey CCleaner installer output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Windows\system32>cinst ccleaner -yr -debug -verbose | |
Chocolatey is running on Windows v 10.0.14393.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 ccleaner -yr -debug -verbose | |
Received arguments: install ccleaner -yr -debug -verbose | |
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\w0083024\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='False'|QuietOutput='False'| | |
PromptForConfirmation='False'|AcceptLicense='True'| | |
AllowUnofficialBuild='False'|Input='ccleaner'|AllVersions='False'| | |
SkipPackageInstallProvider='False'|PackageNames='ccleaner'| | |
Prerelease='False'|ForceX86='False'|OverrideArguments='False'| | |
NotSilent='False'|IgnoreDependencies='False'| | |
AllowMultipleVersions='False'|AllowDowngrade='False'| | |
ForceDependencies='False'|Information.PlatformType='Windows'| | |
Information.PlatformVersion='10.0.14393.0'| | |
Information.PlatformName='Windows'| | |
Information.ChocolateyVersion='0.10.0.0'| | |
Information.ChocolateyProductVersion='0.10.0'| | |
Information.FullName='choco, Version=0.10.0.0, Culture=neutral, PublicKeyToken=79d02ea9cad655eb'| | |
Information.Is64Bit='True'|Information.IsInteractive='True'| | |
Information.IsUserAdministrator='True'| | |
Information.IsProcessElevated='True'| | |
Information.IsLicensedVersion='False'|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'| | |
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: | |
ccleaner | |
By installing you accept licenses for the packages. | |
[NuGet] Installing 'ccleaner 5.20.5668'. | |
[NuGet] Added file 'chocolateyInstall.ps1' to folder 'ccleaner\tools'. | |
[NuGet] Added file 'chocolateyUninstall.ps1' to folder 'ccleaner\tools'. | |
[NuGet] Added file 'regAdd.ps1' to folder 'ccleaner\tools'. | |
[NuGet] Added file 'ccleaner.nuspec' to folder 'ccleaner'. | |
[NuGet] Added file 'ccleaner.nupkg' to folder 'ccleaner'. | |
[NuGet] Successfully installed 'ccleaner 5.20.5668'. | |
ccleaner v5.20.5668 [Approved] | |
Setting installer args and package parameters for ccleaner | |
Contents of 'C:\ProgramData\chocolatey\lib\ccleaner\tools\chocolateyInstall.ps1': | |
$packageName = 'ccleaner' | |
$installerType = 'EXE' | |
$LCID = (Get-Culture).LCID | |
$url = 'https://download.piriform.com/ccsetup520.exe' | |
# The installer contains the 64-bit version too. | |
# Therefore $url64 is identical to $url | |
$url64 = $url | |
$silentArgs = "/S /L=$LCID" | |
# Please test every new version of CCleaner for possible adware/spyware/crapware | |
# which installs silently together with Piriform software products. | |
# Only push the new package to the gallery if you are 100% sure that this | |
# package prevents the install of the bundled adware. | |
$regAdd = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)\regAdd.ps1" | |
$validExitCodes = @(0) | |
# This adds a registry key which prevents Google Chrome | |
# from getting installed together with Piriform software products. | |
Start-ChocolateyProcessAsAdmin "& `'$regAdd`'" | |
Install-ChocolateyPackage $packageName $installerType $silentArgs ` | |
$url $url64 -validExitCodes $validExitCodes | |
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\ccleaner\tools\chocolateyInstall.ps1' -installArguments '' -packageParameters '''] | |
Redirecting System.Management.Automation.resources, Version=3.0.0.0, Culture=en-US, PublicKeyToken=31bf3856ad364e35, requested by '' | |
Host version is 5.1.14393.0, PowerShell Version is '5.1.14393.0' and CLR Version is '4.0.30319.42000'. | |
VERBOSE: Exporting function 'Format-FileSize'. | |
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 '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 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 'Remove-BinFile'. | |
VERBOSE: Exporting alias 'refreshenv'. | |
VERBOSE: Importing function 'Format-FileSize'. | |
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-ToolsLocation'. | |
VERBOSE: Importing function 'Get-UACEnabled'. | |
VERBOSE: Importing function 'Get-UninstallRegistryKey'. | |
VERBOSE: Importing function 'Get-VirusCheckValid'. | |
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 '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 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 'refreshenv'. | |
VERBOSE: Importing alias 'Remove-BinFile'. | |
Running 'ChocolateyScriptRunner' for ccleaner v5.20.5668 with packageScript 'C:\ProgramData\chocolatey\lib\ccleaner\tools\chocolateyInstall.ps1', packageFolder:'C:\ProgramData\chocolatey\lib\ccleaner', installArguments: '', packageParameters: '', | |
Running 'C:\ProgramData\chocolatey\lib\ccleaner\tools\chocolateyInstall.ps1' | |
Running 'Start-ChocolateyProcessAsAdmin' with exeToRun:'powershell', statements: '& 'C:\ProgramData\chocolatey\lib\ccleaner\tools\regAdd.ps1'' | |
Elevating Permissions and running powershell block: | |
$noSleep = $False | |
& import-module -name 'C:\ProgramData\chocolatey\helpers\chocolateyProfile.psm1';& import-module -name 'C:\ProgramData\chocolatey\helpers\chocolateyInstaller.psm1'; | |
try{ | |
$progressPreference="SilentlyContinue" | |
& 'C:\ProgramData\chocolatey\lib\ccleaner\tools\regAdd.ps1' | |
if(!$noSleep){start-sleep 6} | |
} | |
catch{ | |
if(!$noSleep){start-sleep 8} | |
throw | |
} | |
This may take a while, depending on the statements. | |
Setting RunAs for elevation | |
#< CLIXML | |
Piriform Ltd : 20991231 | |
PSPath : Microsoft.PowerShell.Core\Registry::HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Google\No Chrome Offer Until | |
PSParentPath : Microsoft.PowerShell.Core\Registry::HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Google | |
PSChildName : No Chrome Offer Until | |
PSDrive : HKLM | |
PSProvider : Microsoft.PowerShell.Core\Registry | |
Piriform Ltd : 20991231 | |
PSPath : Microsoft.PowerShell.Core\Registry::HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Google\No Toolbar Offer Until | |
PSParentPath : Microsoft.PowerShell.Core\Registry::HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Google | |
PSChildName : No Toolbar Offer Until | |
PSDrive : HKLM | |
PSProvider : Microsoft.PowerShell.Core\Registry | |
<Objs Version="1.1.0.1" xmlns="http://schemas.microsoft.com/powershell/2004/04"><Obj S="progress" RefId="0"><TN RefId="0"><T>System.Management.Automation.PSCustomObject</T><T>System.Object</T></TN><MS><I64 N="SourceId">1</I64><PR N="Record"><AV>Preparing modules for first use.</AV><AI>0</AI><Nil /><PI>-1</PI><PC>-1</PC><T>Completed</T><SR>-1</SR><SD> </SD></PR></MS></Obj><Obj S="progress" RefId="1"><TNRef RefId="0" /><MS><I64 N="SourceId">2</I64><PR N="Record"><AV>Preparing modules for first use.</AV><AI>0</AI><Nil /><PI>-1</PI><PC>-1</PC><T>Completed</T><SR>-1</SR><SD> </SD></PR></MS></Obj><S S="debug">Host version is 5.1.14393.0, PowerShell Version is '5.1.14393.0' and CLR Version is '4.0.30319.42000'.</S><S S="verbose">Exporting function 'Format-FileSize'.</S><S S="verbose">Exporting function 'Get-ChecksumValid'.</S><S S="verbose">Exporting function 'Get-ChocolateyUnzip'.</S><S S="verbose">Exporting function 'Get-ChocolateyWebFile'.</S><S S="verbose">Exporting function 'Get-EnvironmentVariable'.</S><S S="verbose">Exporting function 'Get-EnvironmentVariableNames'.</S><S S="verbose">Exporting function 'Get-FtpFile'.</S><S S="verbose">Exporting function 'Get-OSArchitectureWidth'.</S><S S="verbose">Exporting function 'Get-ToolsLocation'.</S><S S="verbose">Exporting function 'Get-UACEnabled'.</S><S S="verbose">Exporting function 'Get-UninstallRegistryKey'.</S><S S="verbose">Exporting function 'Get-VirusCheckValid'.</S><S S="verbose">Exporting function 'Get-WebFile'.</S><S S="verbose">Exporting function 'Get-WebFileName'.</S><S S="verbose">Exporting function 'Get-WebHeaders'.</S><S S="verbose">Exporting function 'Install-BinFile'.</S><S S="verbose">Exporting function 'Install-ChocolateyDesktopLink'.</S><S S="verbose">Exporting function 'Install-ChocolateyEnvironmentVariable'.</S><S S="verbose">Exporting function 'Install-ChocolateyExplorerMenuItem'.</S><S S="verbose">Exporting function 'Install-ChocolateyFileAssociation'.</S><S S="verbose">Exporting function 'Install-ChocolateyInstallPackage'.</S><S S="verbose">Exporting function 'Install-ChocolateyPackage'.</S><S S="verbose">Exporting function 'Install-ChocolateyPath'.</S><S S="verbose">Exporting function 'Install-ChocolateyPinnedTaskBarItem'.</S><S S="verbose">Exporting function 'Install-ChocolateyPowershellCommand'.</S><S S="verbose">Exporting function 'Install-ChocolateyShortcut'.</S><S S="verbose">Exporting function 'Install-ChocolateyVsixPackage'.</S><S S="verbose">Exporting function 'Install-ChocolateyZipPackage'.</S><S S="verbose">Exporting function 'Install-Vsix'.</S><S S="verbose">Exporting function 'Set-EnvironmentVariable'.</S><S S="verbose">Exporting function 'Set-PowerShellExitCode'.</S><S S="verbose">Exporting function 'Start-ChocolateyProcessAsAdmin'.</S><S S="verbose">Exporting function 'Test-ProcessAdminRights'.</S><S S="verbose">Exporting function 'Uninstall-BinFile'.</S><S S="verbose">Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.</S><S S="verbose">Exporting function 'Uninstall-ChocolateyPackage'.</S><S S="verbose">Exporting function 'Uninstall-ChocolateyZipPackage'.</S><S S="verbose">Exporting function 'Update-SessionEnvironment'.</S><S S="verbose">Exporting function 'Write-ChocolateyFailure'.</S><S S="verbose">Exporting function 'Write-ChocolateySuccess'.</S><S S="verbose">Exporting function 'Write-FileUpdateLog'.</S><S S="verbose">Exporting alias 'Get-ProcessorBits'.</S><S S="verbose">Exporting alias 'Get-OSBitness'.</S><S S="verbose">Exporting alias 'Get-InstallRegistryKey'.</S><S S="verbose">Exporting alias 'Generate-BinFile'.</S><S S="verbose">Exporting alias 'Add-BinFile'.</S><S S="verbose">Exporting alias 'Remove-BinFile'.</S><S S="verbose">Exporting alias 'refreshenv'.</S><S S="verbose">Importing function 'Format-FileSize'.</S><S S="verbose">Importing function 'Get-ChecksumValid'.</S><S S="verbose">Importing function 'Get-ChocolateyUnzip'.</S><S S="verbose">Importing function 'Get-ChocolateyWebFile'.</S><S S="verbose">Importing function 'Get-EnvironmentVariable'.</S><S S="verbose">Importing function 'Get-EnvironmentVariableNames'.</S><S S="verbose">Importing function 'Get-FtpFile'.</S><S S="verbose">Importing function 'Get-OSArchitectureWidth'.</S><S S="verbose">Importing function 'Get-ToolsLocation'.</S><S S="verbose">Importing function 'Get-UACEnabled'.</S><S S="verbose">Importing function 'Get-UninstallRegistryKey'.</S><S S="verbose">Importing function 'Get-VirusCheckValid'.</S><S S="verbose">Importing function 'Get-WebFile'.</S><S S="verbose">Importing function 'Get-WebFileName'.</S><S S="verbose">Importing function 'Get-WebHeaders'.</S><S S="verbose">Importing function 'Install-BinFile'.</S><S S="verbose">Importing function 'Install-ChocolateyDesktopLink'.</S><S S="verbose">Importing function 'Install-ChocolateyEnvironmentVariable'.</S><S S="verbose">Importing function 'Install-ChocolateyExplorerMenuItem'.</S><S S="verbose">Importing function 'Install-ChocolateyFileAssociation'.</S><S S="verbose">Importing function 'Install-ChocolateyInstallPackage'.</S><S S="verbose">Importing function 'Install-ChocolateyPackage'.</S><S S="verbose">Importing function 'Install-ChocolateyPath'.</S><S S="verbose">Importing function 'Install-ChocolateyPinnedTaskBarItem'.</S><S S="verbose">Importing function 'Install-ChocolateyPowershellCommand'.</S><S S="verbose">Importing function 'Install-ChocolateyShortcut'.</S><S S="verbose">Importing function 'Install-ChocolateyVsixPackage'.</S><S S="verbose">Importing function 'Install-ChocolateyZipPackage'.</S><S S="verbose">Importing function 'Install-Vsix'.</S><S S="verbose">Importing function 'Set-EnvironmentVariable'.</S><S S="verbose">Importing function 'Set-PowerShellExitCode'.</S><S S="verbose">Importing function 'Start-ChocolateyProcessAsAdmin'.</S><S S="verbose">Importing function 'Test-ProcessAdminRights'.</S><S S="verbose">Importing function 'Uninstall-BinFile'.</S><S S="verbose">Importing function 'Uninstall-ChocolateyEnvironmentVariable'.</S><S S="verbose">Importing function 'Uninstall-ChocolateyPackage'.</S><S S="verbose">Importing function 'Uninstall-ChocolateyZipPackage'.</S><S S="verbose">Importing function 'Update-SessionEnvironment'.</S><S S="verbose">Importing function 'Write-ChocolateyFailure'.</S><S S="verbose">Importing function 'Write-ChocolateySuccess'.</S><S S="verbose">Importing function 'Write-FileUpdateLog'.</S><S S="verbose">Importing alias 'Add-BinFile'.</S><S S="verbose">Importing alias 'Generate-BinFile'.</S><S S="verbose">Importing alias 'Get-InstallRegistryKey'.</S><S S="verbose">Importing alias 'Get-OSBitness'.</S><S S="verbose">Importing alias 'Get-ProcessorBits'.</S><S S="verbose">Importing alias 'refreshenv'.</S><S S="verbose">Importing alias 'Remove-BinFile'.</S></Objs> | |
Command ["C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -ExecutionPolicy bypass -EncodedCommand IAAgACAAIAAgACAAJABuAG8AUwBsAGUAZQBwACAAPQAgACQARgBhAGwAcwBlAA0ACgAgACAAIAAgACAAIAAmACAAaQBtAHAAbwByAHQALQBtAG8AZAB1AGwAZQAgAC0AbgBhAG0AZQAgACAAJwBDADoAXABQAHIAbwBnAHIAYQBtAEQAYQB0AGEAXABjAGgAbwBjAG8AbABhAHQAZQB5AFwAaABlAGwAcABlAHIAcwBcAGMAaABvAGMAbwBsAGEAdABlAHkAUAByAG8AZgBpAGwAZQAuAHAAcwBtADEAJwA7ACYAIABpAG0AcABvAHIAdAAtAG0AbwBkAHUAbABlACAALQBuAGEAbQBlACAAIAAnAEMAOgBcAFAAcgBvAGcAcgBhAG0ARABhAHQAYQBcAGMAaABvAGMAbwBsAGEAdABlAHkAXABoAGUAbABwAGUAcgBzAFwAYwBoAG8AYwBvAGwAYQB0AGUAeQBJAG4AcwB0AGEAbABsAGUAcgAuAHAAcwBtADEAJwA7AA0ACgAgACAAIAAgACAAIAB0AHIAeQB7AA0ACgAgACAAIAAgACAAIAAgACAAJABwAHIAbwBnAHIAZQBzAHMAUAByAGUAZgBlAHIAZQBuAGMAZQA9ACIAUwBpAGwAZQBuAHQAbAB5AEMAbwBuAHQAaQBuAHUAZQAiAA0ACgAgACAAIAAgACAAIAAgACAAJgAgACcAQwA6AFwAUAByAG8AZwByAGEAbQBEAGEAdABhAFwAYwBoAG8AYwBvAGwAYQB0AGUAeQBcAGwAaQBiAFwAYwBjAGwAZQBhAG4AZQByAFwAdABvAG8AbABzAFwAcgBlAGcAQQBkAGQALgBwAHMAMQAnAA0ACgAgACAAIAAgACAAIAAgACAAaQBmACgAIQAkAG4AbwBTAGwAZQBlAHAAKQB7AHMAdABhAHIAdAAtAHMAbABlAGUAcAAgADYAfQANAAoAIAAgACAAIAAgACAAfQANAAoAIAAgACAAIAAgACAAYwBhAHQAYwBoAHsADQAKACAAIAAgACAAIAAgACAAIABpAGYAKAAhACQAbgBvAFMAbABlAGUAcAApAHsAcwB0AGEAcgB0AC0AcwBsAGUAZQBwACAAOAB9AA0ACgAgACAAIAAgACAAIAAgACAAdABoAHIAbwB3AA0ACgAgACAAIAAgACAAIAB9AA==] exited with '0'. | |
Finishing 'Start-ChocolateyProcessAsAdmin' | |
0 | |
Running 'Install-ChocolateyPackage' for ccleaner with url:'https://download.piriform.com/ccsetup520.exe', args: '/S /L=3081', fileType: 'EXE', url64bit: 'https://download.piriform.com/ccsetup520.exe', checksum: '', checksumType: '', checksum64: '', checksumType64: '', validExitCodes: '0' | |
Running 'Get-ChocolateyWebFile' for ccleaner with url:'https://download.piriform.com/ccsetup520.exe', fileFullPath:'C:\Users\w0083024\AppData\Local\Temp\chocolatey\ccleaner\5.20.5668\ccleanerInstall.EXE', url64bit:'https://download.piriform.com/ccsetup520.exe', checksum: '', checksumType: '', checksum64: '', checksumType64: '' | |
Running 'Get-OSArchitectureWidth' | |
CPU is 64 bit | |
Setting url to 'https://download.piriform.com/ccsetup520.exe' and bitPackage to 64 | |
Running 'Get-WebFileName' to determine name with url:'https://download.piriform.com/ccsetup520.exe', defaultName:'ccleanerInstall.EXE' | |
Using response url to determine file name. 'https://download.piriform.com/ccsetup520.exe' | |
File name determined from url is 'ccsetup520.exe' | |
Running 'Get-WebHeaders' with url:'https://download.piriform.com/ccsetup520.exe', userAgent: 'chocolatey command line' | |
Setting the UserAgent to 'chocolatey command line' | |
Request Headers: | |
'Accept':'*/*' | |
'User-Agent':'chocolatey command line' | |
Response Headers: | |
'Connection':'keep-alive' | |
'x-amz-meta-cb-modifiedtime':'Wed, 13 Jul 2016 20:42:13 GMT' | |
'x-amz-version-id':'yGhekr6KdHz5rRXFiZkBFW.J9ZJsK_17' | |
'Age':'39931' | |
'X-Cache':'Hit from cloudfront' | |
'X-Amz-Cf-Id':'i7LfvYSjq7Rua2frSanNH-84i3dzw6ZfuNzqDIKarmMUT8DLATzaUA==' | |
'Accept-Ranges':'bytes' | |
'Content-Length':'8136664' | |
'Content-Type':'application/octet-stream' | |
'Date':'Tue, 19 Jul 2016 11:58:33 GMT' | |
'ETag':'"376d468f5128e9a24f71597fa1482ee2"' | |
'Last-Modified':'Tue, 19 Jul 2016 10:29:18 GMT' | |
'Server':'AmazonS3' | |
'Via':'1.1 a407e08e5e7fd31db8f285c50521951c.cloudfront.net (CloudFront)' | |
Downloading ccleaner 64 bit | |
from 'https://download.piriform.com/ccsetup520.exe' | |
Running 'Get-WebFile' for C:\Users\w0083024\AppData\Local\Temp\chocolatey\ccleaner\5.20.5668\ccsetup520.exe with url:'https://download.piriform.com/ccsetup520.exe', userAgent: 'chocolatey command line' | |
Setting request timeout to 30000 | |
Setting read/write timeout to 2700000 | |
Setting the UserAgent to 'chocolatey command line' | |
Downloading https://download.piriform.com/ccsetup520.exe to C:\Users\w0083024\AppData\Local\Temp\chocolatey\ccleaner\5.20.5668\ccsetup520.exe | |
Progress: 100% - Completed download of C:\Users\w0083024\AppData\Local\Temp\chocolatey\ccleaner\5.20.5668\ccsetup520.exe (7.76 MB). | |
Download of ccsetup520.exe (7.76 MB) completed. | |
No runtime virus checking built into FOSS Chocolatey. Check out Pro/Business - https://chocolatey.org/compare | |
Checking that 'C:\Users\w0083024\AppData\Local\Temp\chocolatey\ccleaner\5.20.5668\ccsetup520.exe' is the size we expect it to be. | |
Verifying package provided checksum of '' for 'C:\Users\w0083024\AppData\Local\Temp\chocolatey\ccleaner\5.20.5668\ccsetup520.exe'. | |
Running 'Get-ChecksumValid' with file:'C:\Users\w0083024\AppData\Local\Temp\chocolatey\ccleaner\5.20.5668\ccsetup520.exe', checksum: '', checksumType: '', originalUrl: 'https://download.piriform.com/ccsetup520.exe' | |
Download from HTTPS source with feature 'allowEmptyChecksumsSecure' enabled. | |
Running 'Install-ChocolateyInstallPackage' for ccleaner with file:'C:\Users\w0083024\AppData\Local\Temp\chocolatey\ccleaner\5.20.5668\ccsetup520.exe', args: '/S /L=3081', fileType: 'EXE', validExitCodes: '0', useOnlyPackageSilentArguments: 'False' | |
Installing ccleaner... | |
Running 'Start-ChocolateyProcessAsAdmin' with exeToRun:'C:\Users\w0083024\AppData\Local\Temp\chocolatey\ccleaner\5.20.5668\ccsetup520.exe', statements: '/S /L=3081 ' | |
Elevating Permissions and running ["C:\Users\w0083024\AppData\Local\Temp\chocolatey\ccleaner\5.20.5668\ccsetup520.exe" /S /L=3081 ]. This may take a while, depending on the statements. | |
Setting RunAs for elevation | |
Command ["C:\Users\w0083024\AppData\Local\Temp\chocolatey\ccleaner\5.20.5668\ccsetup520.exe" /S /L=3081 ] exited with '0'. | |
Finishing 'Start-ChocolateyProcessAsAdmin' | |
ccleaner has been installed. | |
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\ccleaner\tools\chocolateyInstall.ps1' -installArguments '' -packageParameters '''] exited with '0'. | |
Only an exit code of non-zero will fail the package by default. Set | |
`--failonstderr` if you want error messages to also fail a script. See | |
`choco -h` for details. | |
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\ccleaner' | |
Found 'C:\ProgramData\chocolatey\lib\ccleaner\.chocolateyPending' | |
with checksum '8D167AFA062BFC986689BBD7F98D28AC' | |
Found 'C:\ProgramData\chocolatey\lib\ccleaner\ccleaner.nupkg' | |
with checksum '92E1D99C898D1A8FBDFF8CCCB2CEA1BB' | |
Found 'C:\ProgramData\chocolatey\lib\ccleaner\ccleaner.nuspec' | |
with checksum 'E3E64678A8422165E4A37F582F659379' | |
Found 'C:\ProgramData\chocolatey\lib\ccleaner\tools\chocolateyInstall.ps1' | |
with checksum 'A0F91A095451F9FF1C53D0E3F7839B8B' | |
Found 'C:\ProgramData\chocolatey\lib\ccleaner\tools\chocolateyUninstall.ps1' | |
with checksum '5323C6F64EB532F3CBC209B87E6FB275' | |
Found 'C:\ProgramData\chocolatey\lib\ccleaner\tools\regAdd.ps1' | |
with checksum '831EEF18965421736A5247C088DB3A64' | |
Attempting to create directory "C:\ProgramData\chocolatey\.chocolatey\ccleaner.5.20.5668". | |
Attempting to copy "C:\ProgramData\chocolatey\.chocolatey\ccleaner.5.20.5668\.registry.update" | |
to "C:\ProgramData\chocolatey\.chocolatey\ccleaner.5.20.5668\.registry". | |
Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\ccleaner.5.20.5668\.registry.update". | |
Attempting to copy "C:\ProgramData\chocolatey\.chocolatey\ccleaner.5.20.5668\.files.update" | |
to "C:\ProgramData\chocolatey\.chocolatey\ccleaner.5.20.5668\.files". | |
Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\ccleaner.5.20.5668\.files.update". | |
Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\ccleaner.5.20.5668\.sxs". | |
Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\ccleaner.5.20.5668\.pin". | |
Sending message 'HandlePackageResultCompletedMessage' out if there are subscribers... | |
Attempting to delete file "C:\ProgramData\chocolatey\lib\ccleaner\.chocolateyPending". | |
The install of ccleaner was successful. | |
Software installed to 'C:\Program Files\CCleaner' | |
Attempting to delete file "C:\Users\w0083024\AppData\Local\NuGet\Cache\ccleaner.5.20.5668.nupkg". | |
Chocolatey installed 1/1 packages. 0 packages failed. | |
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log). | |
Sending message 'PostRunMessage' out if there are subscribers... | |
Exiting with 0 | |
C:\Windows\system32> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment