Skip to content

Instantly share code, notes, and snippets.

@fredrikaverpil
Last active February 11, 2016 17:16
Show Gist options
  • Save fredrikaverpil/b8b1ce5fd0bacca0a644 to your computer and use it in GitHub Desktop.
Save fredrikaverpil/b8b1ce5fd0bacca0a644 to your computer and use it in GitHub Desktop.
vcpython27
C:\nupkgs\vcpython27\tests>choco install vcpython27 -fdv --source="'%cd%;https://chocolatey.org/api/v2/'" -y --debug
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 vcpython27 -fdv --source="'C:\nupkgs\vcpython27\tests;https://chocolatey.org/api/v2/'" -y --debug
Received arguments: install vcpython27 -fdv --source='C:\nupkgs\vcpython27\tests;https://chocolatey.org/api/v2/' -y --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.
Configuration: CommandName='install'|
CacheLocation='C:\Users\iruser\AppData\Local\Temp'|
ContainsLegacyPackageInstalls='True'|
CommandExecutionTimeoutSeconds='2700'|
Sources='C:\nupkgs\vcpython27\tests;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='vcpython27'|AllVersions='False'|
SkipPackageInstallProvider='False'|PackageNames='vcpython27'|
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='True'|
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'|
_ Chocolatey:ChocolateyInstallCommand - Normal Run Mode _
Installing the following packages:
vcpython27
By installing you accept licenses for the packages.
[NuGet] Attempting to resolve dependency 'vcredist2008'.
[NuGet] Attempting to resolve dependency 'dotnet3.5'.
[NuGet] Installing 'vcpython27 9.0.0.30729'.
[NuGet] Added file 'chocolateyinstall.ps1' to folder 'vcpython27\tools'.
[NuGet] Added file 'chocolateyuninstall.ps1' to folder 'vcpython27\tools'.
[NuGet] Added file 'ReadMe.md' to folder 'vcpython27\tools'.
[NuGet] Added file 'vcpython27.nupkg' to folder 'vcpython27'.
[NuGet] Successfully installed 'vcpython27 9.0.0.30729'.
vcpython27 v9.0.0.30729 (forced)
Contents of 'C:\ProgramData\chocolatey\lib\vcpython27\tools\chocolateyinstall.ps1':
$ErrorActionPreference = 'Stop';
$packageName= 'vcpython27'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://download.microsoft.com/download/7/9/6/796EF2E4-801B-4FC4-AB28-B59FBF6D907B/VCForPython27.msi'
$packageArgs = @{
packageName = $packageName
unzipLocation = $toolsDir
fileType = 'msi'
url = $url
silentArgs = "ALLUSERS=1 /qn /norestart /l*v `"$env:TEMP\chocolatey\$($packageName)\$($packageName).MsiInstall.log`""
validExitCodes= @(0, 3010, 1641)
softwareName = 'Microsoft Visual C++ Compiler Package for Python 2.7'
checksum = '4e6342923a8153a94d44ff7307fcdd1f'
checksumType = 'md5'
}
Install-ChocolateyPackage $packageName $fileType $silentArgs $url -validExitCodes $validExitCodes -checksum $checksum -checksumType $checksumType
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\vcpython27\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 vcpython27 with
url:'https://download.microsoft.com/download/7/9/6/796EF2E4-801B-4FC4-AB28-B59FBF6D907B/VCForPython27.msi', args: '',
fileType: '', url64bit: '', checksum: '', checksumType: '', checksum64: '', checksumType64: '', validExitCodes: ''
DEBUG: Running 'Get-ChocolateyWebFile' for vcpython27 with
url:'https://download.microsoft.com/download/7/9/6/796EF2E4-801B-4FC4-AB28-B59FBF6D907B/VCForPython27.msi',
fileFullPath:'C:\Users\iruser\AppData\Local\Temp\chocolatey\vcpython27\9.0.0.30729\vcpython27Install.', url64bit:'',
checksum: '', checksumType: '', checksum64: '', checksumType64: ''
DEBUG: Running 'Get-ProcessorBits'
DEBUG: CPU is 64 bit
DEBUG: Running 'Get-WebHeaders' with
url:'https://download.microsoft.com/download/7/9/6/796EF2E4-801B-4FC4-AB28-B59FBF6D907B/VCForPython27.msi', userAgent:
'chocolatey command line'
DEBUG: Setting the UserAgent to 'chocolatey command line'
DEBUG: Request Headers:
DEBUG: 'Accept':'*/*'
DEBUG: 'User-Agent':'chocolatey command line'
DEBUG: Response Headers:
DEBUG: 'Content-Disposition':'attachment'
DEBUG: 'Connection':'keep-alive'
DEBUG: 'Accept-Ranges':'bytes'
DEBUG: 'Content-Length':'87891968'
DEBUG: 'Content-Type':'application/octet-stream'
DEBUG: 'Date':'Thu, 11 Feb 2016 11:12:42 GMT'
DEBUG: 'ETag':'"e358d0d2fddbcf1:0"'
DEBUG: 'Last-Modified':'Mon, 29 Sep 2014 15:55:42 GMT'
DEBUG: 'Server':'Microsoft-IIS/8.5'
Downloading vcpython27 32 bit
from 'https://download.microsoft.com/download/7/9/6/796EF2E4-801B-4FC4-AB28-B59FBF6D907B/VCForPython27.msi'
DEBUG: Running 'Get-WebFile' for
C:\Users\iruser\AppData\Local\Temp\chocolatey\vcpython27\9.0.0.30729\vcpython27Install. with
url:'https://download.microsoft.com/download/7/9/6/796EF2E4-801B-4FC4-AB28-B59FBF6D907B/VCForPython27.msi', userAgent:
'chocolatey command line'
DEBUG: Setting the UserAgent to 'chocolatey command line'
DEBUG: Checking that 'C:\Users\iruser\AppData\Local\Temp\chocolatey\vcpython27\9.0.0.30729\vcpython27Install.' is the
size we expect it to be.
DEBUG: Verifying package provided checksum of '' for
'C:\Users\iruser\AppData\Local\Temp\chocolatey\vcpython27\9.0.0.30729\vcpython27Install.'.
DEBUG: Running 'Get-ChecksumValid' with
file:'C:\Users\iruser\AppData\Local\Temp\chocolatey\vcpython27\9.0.0.30729\vcpython27Install.', checksum: '',
checksumType: ''
DEBUG: Running 'Install-ChocolateyInstallPackage' for vcpython27 with
file:'C:\Users\iruser\AppData\Local\Temp\chocolatey\vcpython27\9.0.0.30729\vcpython27Install.', args: '', fileType: '',
validExitCodes: ''
Installing vcpython27...
vcpython27 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\vcpython27\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\vcpython27'
Found 'C:\ProgramData\chocolatey\lib\vcpython27\vcpython27.nupkg'
with checksum 'A91B07995C1DF827C5E62637526DFBBD'
Found 'C:\ProgramData\chocolatey\lib\vcpython27\tools\chocolateyinstall.ps1'
with checksum '582C65B458607CB66D84E3DB589B89A4'
Found 'C:\ProgramData\chocolatey\lib\vcpython27\tools\chocolateyuninstall.ps1'
with checksum 'DE2E8C7D3D93632E2D2D7BADE8BDAE9A'
Found 'C:\ProgramData\chocolatey\lib\vcpython27\tools\ReadMe.md'
with checksum 'A6B263687768417603EB72D77FD1EA04'
Attempting to create directory "C:\ProgramData\chocolatey\.chocolatey\vcpython27.9.0.0.30729".
Attempting to copy "C:\ProgramData\chocolatey\.chocolatey\vcpython27.9.0.0.30729\.files.update"
to "C:\ProgramData\chocolatey\.chocolatey\vcpython27.9.0.0.30729\.files".
Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\vcpython27.9.0.0.30729\.files.update".
Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\vcpython27.9.0.0.30729\.sxs".
Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\vcpython27.9.0.0.30729\.pin".
The install of vcpython27 was successful.
Chocolatey installed 1/1 package(s). 0 package(s) failed.
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
Exiting with 0
C:\nupkgs\vcpython27\tests>
C:\nupkgs\vcpython27\tests>install
C:\nupkgs\vcpython27\tests>choco install vcpython27 -fdv --source="'C:\nupkgs\vcpython27\tests;https://chocolatey.org/api/v2/'" -y --debug
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 vcpython27 -fdv --source="'C:\nupkgs\vcpython27\tests;https://chocolatey.org/api/v2/'" -y --debug
Received arguments: install vcpython27 -fdv --source='C:\nupkgs\vcpython27\tests;https://chocolatey.org/api/v2/' -y --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.
Configuration: CommandName='install'|
CacheLocation='C:\Users\fredrik\AppData\Local\Temp'|
ContainsLegacyPackageInstalls='True'|
CommandExecutionTimeoutSeconds='2700'|
Sources='C:\nupkgs\vcpython27\tests;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='vcpython27'|AllVersions='False'|
SkipPackageInstallProvider='False'|PackageNames='vcpython27'|
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'|
_ Chocolatey:ChocolateyInstallCommand - Normal Run Mode _
Installing the following packages:
vcpython27
By installing you accept licenses for the packages.
[NuGet] Attempting to resolve dependency 'vcredist2008'.
[NuGet] Attempting to resolve dependency 'dotnet3.5'.
[NuGet] Installing 'vcpython27 9.0.0.30729'.
[NuGet] Added file 'chocolateyinstall.ps1' to folder 'vcpython27\tools'.
[NuGet] Added file 'chocolateyuninstall.ps1' to folder 'vcpython27\tools'.
[NuGet] Added file 'vcpython27.nupkg' to folder 'vcpython27'.
[NuGet] Successfully installed 'vcpython27 9.0.0.30729'.
vcpython27 v9.0.0.30729 (forced)
Contents of 'C:\ProgramData\chocolatey\lib\vcpython27\tools\chocolateyinstall.ps1':
$ErrorActionPreference = 'Stop';
$packageName= 'vcpython27'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://download.microsoft.com/download/7/9/6/796EF2E4-801B-4FC4-AB28-B59FBF6D907B/VCForPython27.msi'
$packageArgs = @{
packageName = $packageName
unzipLocation = $toolsDir
fileType = 'msi'
url = $url
silentArgs = "ALLUSERS=1 /qn /norestart /l*v `"$env:TEMP\chocolatey\$($packageName)\$($packageName).MsiInstall.log`""
validExitCodes= @(0, 3010, 1641)
softwareName = 'Microsoft Visual C++ Compiler Package for Python 2.7'
checksum = '4e6342923a8153a94d44ff7307fcdd1f'
checksumType = 'md5'
}
Install-ChocolateyPackage @packageArgs
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\vcpython27\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 vcpython27 with
url:'https://download.microsoft.com/download/7/9/6/796EF2E4-801B-4FC4-AB28-B59FBF6D907B/VCForPython27.msi', args:
'ALLUSERS=1 /qn /norestart /l*v "C:\Users\fredrik\AppData\Local\Temp\chocolatey\vcpython27\vcpython27.MsiInstall.log"',
fileType: 'msi', url64bit: '', checksum: '4e6342923a8153a94d44ff7307fcdd1f', checksumType: 'md5', checksum64: '',
checksumType64: '', validExitCodes: '0 3010 1641'
DEBUG: Running 'Get-ChocolateyWebFile' for vcpython27 with
url:'https://download.microsoft.com/download/7/9/6/796EF2E4-801B-4FC4-AB28-B59FBF6D907B/VCForPython27.msi',
fileFullPath:'C:\Users\fredrik\AppData\Local\Temp\chocolatey\vcpython27\9.0.0.30729\vcpython27Install.msi',
url64bit:'', checksum: '4e6342923a8153a94d44ff7307fcdd1f', checksumType: 'md5', checksum64: '', checksumType64: ''
DEBUG: Running 'Get-ProcessorBits'
DEBUG: CPU is 64 bit
DEBUG: Running 'Get-WebHeaders' with
url:'https://download.microsoft.com/download/7/9/6/796EF2E4-801B-4FC4-AB28-B59FBF6D907B/VCForPython27.msi', userAgent:
'chocolatey command line'
DEBUG: Setting the UserAgent to 'chocolatey command line'
DEBUG: Request Headers:
DEBUG: 'Accept':'*/*'
DEBUG: 'User-Agent':'chocolatey command line'
DEBUG: Response Headers:
DEBUG: 'Content-Disposition':'attachment'
DEBUG: 'Connection':'keep-alive'
DEBUG: 'Accept-Ranges':'bytes'
DEBUG: 'Content-Length':'87891968'
DEBUG: 'Content-Type':'application/octet-stream'
DEBUG: 'Date':'Thu, 11 Feb 2016 17:14:01 GMT'
DEBUG: 'ETag':'"e358d0d2fddbcf1:0"'
DEBUG: 'Last-Modified':'Mon, 29 Sep 2014 15:55:42 GMT'
DEBUG: 'Server':'Microsoft-IIS/8.5'
Downloading vcpython27 32 bit
from 'https://download.microsoft.com/download/7/9/6/796EF2E4-801B-4FC4-AB28-B59FBF6D907B/VCForPython27.msi'
DEBUG: Running 'Get-WebFile' for
C:\Users\fredrik\AppData\Local\Temp\chocolatey\vcpython27\9.0.0.30729\vcpython27Install.msi with
url:'https://download.microsoft.com/download/7/9/6/796EF2E4-801B-4FC4-AB28-B59FBF6D907B/VCForPython27.msi', userAgent:
'chocolatey command line'
DEBUG: Setting the UserAgent to 'chocolatey command line'
DEBUG: Checking that 'C:\Users\fredrik\AppData\Local\Temp\chocolatey\vcpython27\9.0.0.30729\vcpython27Install.msi' is
the size we expect it to be.
DEBUG: Verifying package provided checksum of '4e6342923a8153a94d44ff7307fcdd1f' for
'C:\Users\fredrik\AppData\Local\Temp\chocolatey\vcpython27\9.0.0.30729\vcpython27Install.msi'.
DEBUG: Running 'Get-ChecksumValid' with
file:'C:\Users\fredrik\AppData\Local\Temp\chocolatey\vcpython27\9.0.0.30729\vcpython27Install.msi', checksum:
'4e6342923a8153a94d44ff7307fcdd1f', checksumType: 'md5'
DEBUG: checksum.exe found at 'C:\ProgramData\chocolatey\helpers\..\tools\checksum.exe'
DEBUG: Executing command ['C:\ProgramData\chocolatey\helpers\..\tools\checksum.exe'
-c="4e6342923a8153a94d44ff7307fcdd1f" -t="md5"
-f="C:\Users\fredrik\AppData\Local\Temp\chocolatey\vcpython27\9.0.0.30729\vcpython27Install.msi"]
Hashes match.
DEBUG: Command ['C:\ProgramData\chocolatey\helpers\..\tools\checksum.exe' -c="4e6342923a8153a94d44ff7307fcdd1f"
-t="md5" -f="C:\Users\fredrik\AppData\Local\Temp\chocolatey\vcpython27\9.0.0.30729\vcpython27Install.msi"] exited with
'0'.
DEBUG: Running 'Install-ChocolateyInstallPackage' for vcpython27 with
file:'C:\Users\fredrik\AppData\Local\Temp\chocolatey\vcpython27\9.0.0.30729\vcpython27Install.msi', args: 'ALLUSERS=1
/qn /norestart /l*v "C:\Users\fredrik\AppData\Local\Temp\chocolatey\vcpython27\vcpython27.MsiInstall.log"', fileType:
'msi', validExitCodes: '0 3010 1641'
Installing vcpython27...
DEBUG: Running 'Start-ChocolateyProcessAsAdmin' with exeToRun:'msiexec', statements: '/i
"C:\Users\fredrik\AppData\Local\Temp\chocolatey\vcpython27\9.0.0.30729\vcpython27Install.msi" ALLUSERS=1 /qn /norestart
/l*v "C:\Users\fredrik\AppData\Local\Temp\chocolatey\vcpython27\vcpython27.MsiInstall.log" '
DEBUG: Elevating Permissions and running msiexec /i
"C:\Users\fredrik\AppData\Local\Temp\chocolatey\vcpython27\9.0.0.30729\vcpython27Install.msi" ALLUSERS=1 /qn /norestart
/l*v "C:\Users\fredrik\AppData\Local\Temp\chocolatey\vcpython27\vcpython27.MsiInstall.log" . This may take a while,
depending on the statements.
DEBUG: Finishing 'Start-ChocolateyProcessAsAdmin'
vcpython27 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\vcpython27\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\vcpython27'
Found 'C:\ProgramData\chocolatey\lib\vcpython27\vcpython27.nupkg'
with checksum 'EE0247A50AB2418662A13A9B729A340C'
Found 'C:\ProgramData\chocolatey\lib\vcpython27\tools\chocolateyinstall.ps1'
with checksum '75B1899CF91C5D8694F765D46A508667'
Found 'C:\ProgramData\chocolatey\lib\vcpython27\tools\chocolateyuninstall.ps1'
with checksum 'DE2E8C7D3D93632E2D2D7BADE8BDAE9A'
Attempting to copy "C:\ProgramData\chocolatey\.chocolatey\vcpython27.9.0.0.30729\.registry.update"
to "C:\ProgramData\chocolatey\.chocolatey\vcpython27.9.0.0.30729\.registry".
Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\vcpython27.9.0.0.30729\.registry.update".
Attempting to copy "C:\ProgramData\chocolatey\.chocolatey\vcpython27.9.0.0.30729\.files.update"
to "C:\ProgramData\chocolatey\.chocolatey\vcpython27.9.0.0.30729\.files".
Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\vcpython27.9.0.0.30729\.files.update".
Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\vcpython27.9.0.0.30729\.sxs".
Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\vcpython27.9.0.0.30729\.pin".
Attempting to delete directory "C:\ProgramData\chocolatey\lib-bad\vcpython27".
The install of vcpython27 was successful.
Chocolatey installed 1/1 package(s). 0 package(s) failed.
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
Exiting with 0
C:\nupkgs\vcpython27\tests>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment