Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jberezanski/8541f715850e387089936b44757083ca to your computer and use it in GitHub Desktop.
Save jberezanski/8541f715850e387089936b44757083ca to your computer and use it in GitHub Desktop.
chocolatey/choco#1575 Installing a prerelease package using --version fails to resolve prerelease dependencies
2018-05-15 21:57:19,632 1784 [DEBUG] - XmlConfiguration is now operational
2018-05-15 21:57:19,990 1784 [INFO ] - ============================================================
2018-05-15 21:57:20,941 1784 [INFO ] - Chocolatey v0.10.8
2018-05-15 21:57:21,038 1784 [DEBUG] - Chocolatey is running on Windows v 6.3.9600.0
2018-05-15 21:57:21,101 1784 [DEBUG] - Attempting to delete file "C:/ProgramData/chocolatey/choco.exe.old".
2018-05-15 21:57:21,163 1784 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\choco.exe.old".
2018-05-15 21:57:21,257 1784 [DEBUG] - Command line: "C:\ProgramData\chocolatey\choco.exe" install dotnetcore-windowshosting --version "2.1.0.20180510-rc1" -y
2018-05-15 21:57:21,304 1784 [DEBUG] - Received arguments: install dotnetcore-windowshosting --version 2.1.0.20180510-rc1 -y
2018-05-15 21:57:21,429 1784 [DEBUG] - RemovePendingPackagesTask is now ready and waiting for PreRunMessage.
2018-05-15 21:57:21,491 1784 [DEBUG] - Sending message 'PreRunMessage' out if there are subscribers...
2018-05-15 21:57:21,569 1784 [DEBUG] - [Pending] Removing all pending packages that should not be considered installed...
2018-05-15 21:57:21,726 1784 [DEBUG] - The source 'https://chocolatey.org/api/v2/' evaluated to a 'normal' source type
2018-05-15 21:57:21,835 1784 [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.
2018-05-15 21:57:21,960 1784 [DEBUG] - Configuration: CommandName='install'|
CacheLocation='C:\Users\Admin\AppData\Local\Temp\chocolatey'|
ContainsLegacyPackageInstalls='True'|
CommandExecutionTimeoutSeconds='2700'|WebRequestTimeoutSeconds='30'|
Sources='https://chocolatey.org/api/v2/'|SourceType='normal'|
Debug='False'|Verbose='False'|Trace='False'|Force='False'|Noop='False'|
HelpRequested='False'|UnsuccessfulParsing='False'|RegularOutput='True'|
QuietOutput='False'|PromptForConfirmation='False'|AcceptLicense='True'|
AllowUnofficialBuild='False'|Input='dotnetcore-windowshosting'|
Version='2.1.0.20180510-rc1'|AllVersions='False'|
SkipPackageInstallProvider='False'|
PackageNames='dotnetcore-windowshosting'|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 8.1'|
Information.ChocolateyVersion='0.10.8.0'|
Information.ChocolateyProductVersion='0.10.8'|
Information.FullName='choco, Version=0.10.8.0, Culture=neutral, PublicKeyToken=79d02ea9cad655eb'|
Information.Is64BitOperatingSystem='True'|
Information.Is64BitProcess='True'|Information.IsInteractive='True'|
Information.UserName='Admin'|Information.UserDomainName='W81-1'|
Information.IsUserAdministrator='True'|
Information.IsUserSystemAccount='False'|
Information.IsUserRemoteDesktop='False'|
Information.IsUserRemote='True'|
Information.IsProcessElevated='True'|
Information.IsLicensedVersion='False'|Information.LicenseType='Foss'|
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'|
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'|
SourceCommand.VisibleToAdminsOnly='False'|
FeatureCommand.Command='unknown'|ConfigCommand.Command='unknown'|
PinCommand.Command='unknown'|OutdatedCommand.IgnorePinned='False'|
Proxy.BypassOnLocal='True'|
2018-05-15 21:57:21,991 1784 [DEBUG] - _ Chocolatey:ChocolateyInstallCommand - Normal Run Mode _
2018-05-15 21:57:22,022 1784 [INFO ] - Installing the following packages:
2018-05-15 21:57:22,085 1784 [INFO ] - dotnetcore-windowshosting
2018-05-15 21:57:22,133 1784 [INFO ] - By installing you accept licenses for the packages.
2018-05-15 21:57:23,574 1784 [INFO ] - [NuGet] Attempting to resolve dependency 'chocolatey-core.extension (? 1.1.0)'.
2018-05-15 21:57:25,177 1784 [INFO ] - [NuGet] Attempting to resolve dependency 'aspnetcore-runtimepackagestore (= 2.1.0-rc1)'.
2018-05-15 21:57:26,353 1784 [ERROR] - dotnetcore-windowshosting not installed. An error occurred during installation:
Unable to resolve dependency 'aspnetcore-runtimepackagestore (= 2.1.0-rc1)'.
2018-05-15 21:57:26,415 1784 [INFO ] - dotnetcore-windowshosting package files install completed. Performing other installation steps.
2018-05-15 21:57:26,493 1784 [DEBUG] - No package information as package is null.
2018-05-15 21:57:26,556 1784 [DEBUG] - No package information to save as package is null.
2018-05-15 21:57:26,587 1784 [DEBUG] - Sending message 'HandlePackageResultCompletedMessage' out if there are subscribers...
2018-05-15 21:57:26,603 1784 [ERROR] - The install of dotnetcore-windowshosting was NOT successful.
2018-05-15 21:57:26,760 1784 [ERROR] - dotnetcore-windowshosting not installed. An error occurred during installation:
Unable to resolve dependency 'aspnetcore-runtimepackagestore (= 2.1.0-rc1)'.
2018-05-15 21:57:26,903 1784 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\lib-bad".
2018-05-15 21:57:26,962 1784 [WARN ] -
Chocolatey installed 0/1 packages. 1 packages failed.
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
2018-05-15 21:57:27,150 1784 [INFO ] -
2018-05-15 21:57:27,290 1784 [ERROR] - Failures
2018-05-15 21:57:27,368 1784 [ERROR] - - dotnetcore-windowshosting (exited 1) - dotnetcore-windowshosting not installed. An error occurred during installation:
Unable to resolve dependency 'aspnetcore-runtimepackagestore (= 2.1.0-rc1)'.
2018-05-15 21:57:27,462 1784 [DEBUG] - Sending message 'PostRunMessage' out if there are subscribers...
2018-05-15 21:57:27,792 1784 [DEBUG] - Exiting with 1
2018-05-15 22:03:36,316 3396 [DEBUG] - XmlConfiguration is now operational
2018-05-15 22:03:36,410 3396 [INFO ] - ============================================================
2018-05-15 22:03:36,644 3396 [INFO ] - Chocolatey v0.10.8
2018-05-15 22:03:36,691 3396 [DEBUG] - Chocolatey is running on Windows v 6.3.9600.0
2018-05-15 22:03:36,707 3396 [DEBUG] - Attempting to delete file "C:/ProgramData/chocolatey/choco.exe.old".
2018-05-15 22:03:36,722 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\choco.exe.old".
2018-05-15 22:03:36,754 3396 [DEBUG] - Command line: "C:\ProgramData\chocolatey\choco.exe" install dotnetcore-windowshosting --version "2.1.0.20180510-rc1" -y --pre
2018-05-15 22:03:36,754 3396 [DEBUG] - Received arguments: install dotnetcore-windowshosting --version 2.1.0.20180510-rc1 -y --pre
2018-05-15 22:03:36,832 3396 [DEBUG] - RemovePendingPackagesTask is now ready and waiting for PreRunMessage.
2018-05-15 22:03:36,847 3396 [DEBUG] - Sending message 'PreRunMessage' out if there are subscribers...
2018-05-15 22:03:36,863 3396 [DEBUG] - [Pending] Removing all pending packages that should not be considered installed...
2018-05-15 22:03:36,941 3396 [DEBUG] - The source 'https://chocolatey.org/api/v2/' evaluated to a 'normal' source type
2018-05-15 22:03:36,957 3396 [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.
2018-05-15 22:03:36,972 3396 [DEBUG] - Configuration: CommandName='install'|
CacheLocation='C:\Users\Admin\AppData\Local\Temp\chocolatey'|
ContainsLegacyPackageInstalls='True'|
CommandExecutionTimeoutSeconds='2700'|WebRequestTimeoutSeconds='30'|
Sources='https://chocolatey.org/api/v2/'|SourceType='normal'|
Debug='False'|Verbose='False'|Trace='False'|Force='False'|Noop='False'|
HelpRequested='False'|UnsuccessfulParsing='False'|RegularOutput='True'|
QuietOutput='False'|PromptForConfirmation='False'|AcceptLicense='True'|
AllowUnofficialBuild='False'|Input='dotnetcore-windowshosting'|
Version='2.1.0.20180510-rc1'|AllVersions='False'|
SkipPackageInstallProvider='False'|
PackageNames='dotnetcore-windowshosting'|Prerelease='True'|
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 8.1'|
Information.ChocolateyVersion='0.10.8.0'|
Information.ChocolateyProductVersion='0.10.8'|
Information.FullName='choco, Version=0.10.8.0, Culture=neutral, PublicKeyToken=79d02ea9cad655eb'|
Information.Is64BitOperatingSystem='True'|
Information.Is64BitProcess='True'|Information.IsInteractive='True'|
Information.UserName='Admin'|Information.UserDomainName='W81-1'|
Information.IsUserAdministrator='True'|
Information.IsUserSystemAccount='False'|
Information.IsUserRemoteDesktop='False'|
Information.IsUserRemote='True'|
Information.IsProcessElevated='True'|
Information.IsLicensedVersion='False'|Information.LicenseType='Foss'|
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'|
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'|
SourceCommand.VisibleToAdminsOnly='False'|
FeatureCommand.Command='unknown'|ConfigCommand.Command='unknown'|
PinCommand.Command='unknown'|OutdatedCommand.IgnorePinned='False'|
Proxy.BypassOnLocal='True'|
2018-05-15 22:03:36,972 3396 [DEBUG] - _ Chocolatey:ChocolateyInstallCommand - Normal Run Mode _
2018-05-15 22:03:36,988 3396 [INFO ] - Installing the following packages:
2018-05-15 22:03:37,066 3396 [INFO ] - dotnetcore-windowshosting
2018-05-15 22:03:37,145 3396 [INFO ] - By installing you accept licenses for the packages.
2018-05-15 22:03:37,956 3396 [INFO ] - [NuGet] Attempting to resolve dependency 'chocolatey-core.extension (? 1.1.0)'.
2018-05-15 22:03:38,159 3396 [INFO ] - [NuGet] Attempting to resolve dependency 'aspnetcore-runtimepackagestore (= 2.1.0-rc1)'.
2018-05-15 22:03:38,565 3396 [INFO ] - [NuGet] Attempting to resolve dependency 'vcredist2015 (? 14.0.24215.20170201)'.
2018-05-15 22:03:38,674 3396 [INFO ] - [NuGet] Attempting to resolve dependency 'vcredist140 (? 14.0.24215.1)'.
2018-05-15 22:03:38,846 3396 [INFO ] - [NuGet] Attempting to resolve dependency 'KB3033929 (? 1.0.3)'.
2018-05-15 22:03:39,002 3396 [INFO ] - [NuGet] Attempting to resolve dependency 'chocolatey-windowsupdate.extension (? 1.0.2)'.
2018-05-15 22:03:39,267 3396 [INFO ] - [NuGet] Attempting to resolve dependency 'KB3035131 (? 1.0.1)'.
2018-05-15 22:03:39,361 3396 [INFO ] - [NuGet] Attempting to resolve dependency 'KB2919355 (? 1.0.20160915)'.
2018-05-15 22:03:39,442 3396 [INFO ] - [NuGet] Attempting to resolve dependency 'KB2919442 (? 1.0.20160915)'.
2018-05-15 22:03:39,533 3396 [INFO ] - [NuGet] Attempting to resolve dependency 'kb2999226 (? 1.0.20170509)'.
2018-05-15 22:03:47,035 3396 [INFO ] - [NuGet] Attempting to resolve dependency 'KB2533623 (? 1.0.1)'.
2018-05-15 22:03:47,724 3396 [INFO ] - [NuGet] Installing 'chocolatey-windowsupdate.extension 1.0.2'.
2018-05-15 22:03:47,802 3396 [DEBUG] - [NuGet] Added file 'CHANGELOG.md' to folder 'chocolatey-windowsupdate.extension'.
2018-05-15 22:03:47,818 3396 [DEBUG] - [NuGet] Added file 'chocolatey-windowsupdate.psm1' to folder 'chocolatey-windowsupdate.extension\extensions'.
2018-05-15 22:03:47,833 3396 [DEBUG] - [NuGet] Added file 'Get-NativeInstallerExitCode.ps1' to folder 'chocolatey-windowsupdate.extension\extensions'.
2018-05-15 22:03:47,902 3396 [DEBUG] - [NuGet] Added file 'Get-WindowsUpdateErrorDescription.ps1' to folder 'chocolatey-windowsupdate.extension\extensions'.
2018-05-15 22:03:47,902 3396 [DEBUG] - [NuGet] Added file 'Install-ChocolateyPackageAndHandleExitCode.ps1' to folder 'chocolatey-windowsupdate.extension\extensions'.
2018-05-15 22:03:47,933 3396 [DEBUG] - [NuGet] Added file 'Install-WindowsUpdate.ps1' to folder 'chocolatey-windowsupdate.extension\extensions'.
2018-05-15 22:03:47,933 3396 [DEBUG] - [NuGet] Added file 'Set-PowerShellExitCode.ps1' to folder 'chocolatey-windowsupdate.extension\extensions'.
2018-05-15 22:03:47,949 3396 [DEBUG] - [NuGet] Added file 'Test-WindowsUpdate.ps1' to folder 'chocolatey-windowsupdate.extension\extensions'.
2018-05-15 22:03:47,965 3396 [DEBUG] - [NuGet] Added file 'README.md' to folder 'chocolatey-windowsupdate.extension'.
2018-05-15 22:03:48,043 3396 [DEBUG] - [NuGet] Added file 'chocolatey-windowsupdate.extension.nuspec' to folder 'chocolatey-windowsupdate.extension'.
2018-05-15 22:03:48,058 3396 [DEBUG] - [NuGet] Added file 'chocolatey-windowsupdate.extension.nupkg' to folder 'chocolatey-windowsupdate.extension'.
2018-05-15 22:03:48,074 3396 [INFO ] - [NuGet] Successfully installed 'chocolatey-windowsupdate.extension 1.0.2'.
2018-05-15 22:03:48,090 3396 [INFO ] -
chocolatey-windowsupdate.extension v1.0.2 [Approved]
2018-05-15 22:03:48,121 3396 [INFO ] - chocolatey-windowsupdate.extension package files install completed. Performing other installation steps.
2018-05-15 22:03:48,262 3396 [DEBUG] - Capturing package files in 'C:\ProgramData\chocolatey\lib\chocolatey-windowsupdate.extension'
2018-05-15 22:03:48,277 3396 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\chocolatey-windowsupdate.extension\CHANGELOG.md'
with checksum 'B8B09951CBD34683A6769DC6B521449A'
2018-05-15 22:03:48,277 3396 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\chocolatey-windowsupdate.extension\chocolatey-windowsupdate.extension.nupkg'
with checksum '7C65F8B9DABF9F71786C8C71C31AB08C'
2018-05-15 22:03:48,293 3396 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\chocolatey-windowsupdate.extension\chocolatey-windowsupdate.extension.nuspec'
with checksum '8B74CF0BB5E8EB484BC398562F10490B'
2018-05-15 22:03:48,293 3396 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\chocolatey-windowsupdate.extension\README.md'
with checksum 'EC6EE34C19D931E2138C6A3A5F8F117B'
2018-05-15 22:03:48,308 3396 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\chocolatey-windowsupdate.extension\extensions\chocolatey-windowsupdate.psm1'
with checksum '6743F625A65587991A230D8D965908F6'
2018-05-15 22:03:48,308 3396 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\chocolatey-windowsupdate.extension\extensions\Get-NativeInstallerExitCode.ps1'
with checksum 'A8DA12DDEFC9C6A077E7F59FB47C3CEC'
2018-05-15 22:03:48,308 3396 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\chocolatey-windowsupdate.extension\extensions\Get-WindowsUpdateErrorDescription.ps1'
with checksum '1E302C5D745B2A3C87DCFE76709A5C7F'
2018-05-15 22:03:48,324 3396 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\chocolatey-windowsupdate.extension\extensions\Install-ChocolateyPackageAndHandleExitCode.ps1'
with checksum 'E5C5560790750E524F519604F330ACA5'
2018-05-15 22:03:48,324 3396 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\chocolatey-windowsupdate.extension\extensions\Install-WindowsUpdate.ps1'
with checksum '52D5F7361AB14D60D922FD77F17CA2FC'
2018-05-15 22:03:48,340 3396 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\chocolatey-windowsupdate.extension\extensions\Set-PowerShellExitCode.ps1'
with checksum '58F9F443A2415DB881C5FB711C6D445A'
2018-05-15 22:03:48,340 3396 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\chocolatey-windowsupdate.extension\extensions\Test-WindowsUpdate.ps1'
with checksum '7579F636EC17744323C82F774AE259DE'
2018-05-15 22:03:48,355 3396 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate".
2018-05-15 22:03:48,371 3396 [DEBUG] - Attempting to copy "C:\ProgramData\chocolatey\lib\chocolatey-windowsupdate.extension\extensions\chocolatey-windowsupdate.psm1"
to "C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\chocolatey-windowsupdate.psm1".
2018-05-15 22:03:48,371 3396 [DEBUG] - Attempting to copy "C:\ProgramData\chocolatey\lib\chocolatey-windowsupdate.extension\extensions\Get-NativeInstallerExitCode.ps1"
to "C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\Get-NativeInstallerExitCode.ps1".
2018-05-15 22:03:48,387 3396 [DEBUG] - Attempting to copy "C:\ProgramData\chocolatey\lib\chocolatey-windowsupdate.extension\extensions\Get-WindowsUpdateErrorDescription.ps1"
to "C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\Get-WindowsUpdateErrorDescription.ps1".
2018-05-15 22:03:48,418 3396 [DEBUG] - Attempting to copy "C:\ProgramData\chocolatey\lib\chocolatey-windowsupdate.extension\extensions\Install-ChocolateyPackageAndHandleExitCode.ps1"
to "C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\Install-ChocolateyPackageAndHandleExitCode.ps1".
2018-05-15 22:03:48,418 3396 [DEBUG] - Attempting to copy "C:\ProgramData\chocolatey\lib\chocolatey-windowsupdate.extension\extensions\Install-WindowsUpdate.ps1"
to "C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\Install-WindowsUpdate.ps1".
2018-05-15 22:03:48,449 3396 [DEBUG] - Attempting to copy "C:\ProgramData\chocolatey\lib\chocolatey-windowsupdate.extension\extensions\Set-PowerShellExitCode.ps1"
to "C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\Set-PowerShellExitCode.ps1".
2018-05-15 22:03:48,449 3396 [DEBUG] - Attempting to copy "C:\ProgramData\chocolatey\lib\chocolatey-windowsupdate.extension\extensions\Test-WindowsUpdate.ps1"
to "C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\Test-WindowsUpdate.ps1".
2018-05-15 22:03:49,976 3396 [WARN ] - Installed/updated chocolatey-windowsupdate extensions.
2018-05-15 22:03:50,038 3396 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\.chocolatey\chocolatey-windowsupdate.extension.1.0.2".
2018-05-15 22:03:50,054 3396 [DEBUG] - There was no original file at 'C:\ProgramData\chocolatey\.chocolatey\chocolatey-windowsupdate.extension.1.0.2\.files'
2018-05-15 22:03:50,227 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\chocolatey-windowsupdate.extension.1.0.2\.extra".
2018-05-15 22:03:50,227 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\chocolatey-windowsupdate.extension.1.0.2\.version".
2018-05-15 22:03:50,243 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\chocolatey-windowsupdate.extension.1.0.2\.sxs".
2018-05-15 22:03:50,243 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\chocolatey-windowsupdate.extension.1.0.2\.pin".
2018-05-15 22:03:50,258 3396 [DEBUG] - Sending message 'HandlePackageResultCompletedMessage' out if there are subscribers...
2018-05-15 22:03:50,258 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\lib\chocolatey-windowsupdate.extension\.chocolateyPending".
2018-05-15 22:03:50,274 3396 [INFO ] - The install of chocolatey-windowsupdate.extension was successful.
2018-05-15 22:03:50,290 3396 [INFO ] - Software installed to 'C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate'
2018-05-15 22:03:50,305 3396 [INFO ] - [NuGet] Installing 'KB3035131 1.0.1'.
2018-05-15 22:03:50,321 3396 [DEBUG] - [NuGet] Added file 'ChocolateyInstall.ps1' to folder 'KB3035131\Tools'.
2018-05-15 22:03:50,368 3396 [DEBUG] - [NuGet] Added file 'KB3035131.nuspec' to folder 'KB3035131'.
2018-05-15 22:03:50,368 3396 [DEBUG] - [NuGet] Added file 'KB3035131.nupkg' to folder 'KB3035131'.
2018-05-15 22:03:50,383 3396 [INFO ] - [NuGet] Successfully installed 'KB3035131 1.0.1'.
2018-05-15 22:03:50,399 3396 [INFO ] -
KB3035131 v1.0.1 [Approved]
2018-05-15 22:03:50,446 3396 [INFO ] - kb3035131 package files install completed. Performing other installation steps.
2018-05-15 22:03:50,477 3396 [DEBUG] - Contents of 'C:\ProgramData\chocolatey\lib\KB3035131\Tools\ChocolateyInstall.ps1':
2018-05-15 22:03:50,493 3396 [DEBUG] - $msuData = @{
'6.3-client' = @{
Url = 'https://download.microsoft.com/download/D/2/B/D2B466AA-E011-42D6-92DA-4FA8FCDAB8CB/Windows8.1-KB3035131-x86.msu'
Checksum = '61C80C09EBE58558A7CF15F6892B392BC73A2EF669255A236562B6196FFE47C0'
Url64 = 'https://download.microsoft.com/download/A/B/7/AB7824E4-A7BC-49A0-BBAB-0556344F8747/Windows8.1-KB3035131-x64.msu'
Checksum64 = 'A9D6F7B519AD3A22ABDE3AF7CE3EBB90FF84A028EDE2154AC5D0548C88CCFEDD'
}
'6.3-server' = @{
Url64 = 'https://download.microsoft.com/download/B/2/4/B24FB08A-DEA8-4B4C-8EE4-B9F0FB180200/Windows8.1-KB3035131-x64.msu'
Checksum64 = 'A9D6F7B519AD3A22ABDE3AF7CE3EBB90FF84A028EDE2154AC5D0548C88CCFEDD'
}
'6.2-client' = @{
Url = 'https://download.microsoft.com/download/F/A/1/FA163776-A65D-49DA-BCAA-BD4173B0656E/Windows8-RT-KB3035131-x86.msu'
Checksum = '3CBA7162DE2ECFD14E2C5B8805C15C74E15898E1D1DEAAAEDCC18BB50ACB5BC3'
Url64 = 'https://download.microsoft.com/download/4/3/1/431125D8-FAA3-4420-B7C0-2794E71F50FB/Windows8-RT-KB3035131-x64.msu'
Checksum64 = '22CBF7E733C55C4F90DFA0864AE8B61F07E522825DE7DDD94439FF4D1F4D2766'
}
'6.2-server' = @{
Url64 = 'https://download.microsoft.com/download/4/7/6/47682024-8C3B-4D81-B019-24E34EAC3ABA/Windows8-RT-KB3035131-x64.msu'
Checksum64 = '22CBF7E733C55C4F90DFA0864AE8B61F07E522825DE7DDD94439FF4D1F4D2766'
}
'6.1-client' = @{
Url = 'https://download.microsoft.com/download/8/A/3/8A3E90CC-AEC3-4645-8CF3-2BD205E26B5E/Windows6.1-KB3035131-x86.msu'
Checksum = '65608782ED5A77293436ADE0B1CDA37668A30D8E27198A6CD331704ADDC3D782'
Url64 = 'https://download.microsoft.com/download/3/D/F/3DF6B0B1-D849-4272-AA98-3AA8BB456CCC/Windows6.1-KB3035131-x64.msu'
Checksum64 = '589F6BA1097937E99B3CECC113D3535FBF7DE4E40623D3145E89E4EBCBE028AC'
}
'6.1-server' = @{
Url64 = 'https://download.microsoft.com/download/1/1/4/1140E6A6-D865-48FD-BF91-5FF8975F8BE5/Windows6.1-KB3035131-x64.msu'
Checksum64 = '589F6BA1097937E99B3CECC113D3535FBF7DE4E40623D3145E89E4EBCBE028AC'
}
'6.0-client' = @{
Url = 'https://download.microsoft.com/download/7/1/4/714C40B3-7A8A-4DE5-B082-51E5054D1EEC/Windows6.0-KB3035131-x86.msu'
Checksum = 'E883D65A9DB0669DA158DC27C8FD63C4C91D1EEA46C3B415391030EA6B3C1083'
Url64 = 'https://download.microsoft.com/download/C/B/5/CB536E82-8BFC-4256-B729-543F91CF7344/Windows6.0-KB3035131-x64.msu'
Checksum64 = '391D27E4A62C52F2DD83DEC869728EC67A76694C6181E4E0287B565B86E8FE0E'
}
'6.0-server' = @{
Url = 'https://download.microsoft.com/download/8/0/E/80E3D2ED-D8C1-40C0-9CAA-9431D3F1A0A6/Windows6.0-KB3035131-x86.msu'
Checksum = 'E883D65A9DB0669DA158DC27C8FD63C4C91D1EEA46C3B415391030EA6B3C1083'
Url64 = 'https://download.microsoft.com/download/F/6/B/F6B87903-3523-4761-BE50-0982E5B3674A/Windows6.0-KB3035131-x64.msu'
Checksum64 = '391D27E4A62C52F2DD83DEC869728EC67A76694C6181E4E0287B565B86E8FE0E'
}
}
$servicePackRequirements = @{
'6.1' = @{ ServicePackNumber = 1; ChocolateyPackage = 'KB976932' }
'6.0' = @{ ServicePackNumber = 2; ChocolateyPackage = $null }
}
Install-WindowsUpdate -Id 'KB3035131' -MsuData $msuData -ChecksumType 'sha256' -ServicePackRequirements $servicePackRequirements
2018-05-15 22:03:51,052 3396 [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\KB3035131\Tools\ChocolateyInstall.ps1' -installArguments '' -packageParameters ''']
2018-05-15 22:03:51,208 3396 [DEBUG] - Redirecting System.Management.Automation.resources, Version=3.0.0.0, Culture=pl-PL, PublicKeyToken=31bf3856ad364e35, requested by ''
2018-05-15 22:03:53,095 3396 [DEBUG] - Host version is 4.0, PowerShell Version is '4.0' and CLR Version is '4.0.30319.42000'.
2018-05-15 22:03:54,205 3396 [INFO ] - VERBOSE: Exporting function 'Format-FileSize'.
2018-05-15 22:03:54,330 3396 [INFO ] - VERBOSE: Exporting function 'Get-ChecksumValid'.
2018-05-15 22:03:54,470 3396 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyUnzip'.
2018-05-15 22:03:54,627 3396 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyWebFile'.
2018-05-15 22:03:54,767 3396 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariable'.
2018-05-15 22:03:54,986 3396 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.
2018-05-15 22:03:55,111 3396 [INFO ] - VERBOSE: Exporting function 'Get-FtpFile'.
2018-05-15 22:03:55,220 3396 [INFO ] - VERBOSE: Exporting function 'Get-OSArchitectureWidth'.
2018-05-15 22:03:55,361 3396 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'.
2018-05-15 22:03:55,486 3396 [INFO ] - VERBOSE: Exporting function 'Get-ToolsLocation'.
2018-05-15 22:03:55,611 3396 [INFO ] - VERBOSE: Exporting function 'Get-UACEnabled'.
2018-05-15 22:03:55,736 3396 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
2018-05-15 22:03:55,861 3396 [INFO ] - VERBOSE: Exporting function 'Get-VirusCheckValid'.
2018-05-15 22:03:56,080 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebFile'.
2018-05-15 22:03:56,220 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebFileName'.
2018-05-15 22:03:56,345 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebHeaders'.
2018-05-15 22:03:56,486 3396 [INFO ] - VERBOSE: Exporting function 'Install-BinFile'.
2018-05-15 22:03:56,627 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.
2018-05-15 22:03:56,783 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.
2018-05-15 22:03:56,939 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.
2018-05-15 22:03:57,111 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.
2018-05-15 22:03:57,345 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.
2018-05-15 22:03:57,486 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPackage'.
2018-05-15 22:03:57,705 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPath'.
2018-05-15 22:03:57,908 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.
2018-05-15 22:03:58,080 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.
2018-05-15 22:03:58,236 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyShortcut'.
2018-05-15 22:03:58,424 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.
2018-05-15 22:03:58,611 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.
2018-05-15 22:03:58,736 3396 [INFO ] - VERBOSE: Exporting function 'Install-Vsix'.
2018-05-15 22:03:58,892 3396 [INFO ] - VERBOSE: Exporting function 'Set-EnvironmentVariable'.
2018-05-15 22:03:59,017 3396 [INFO ] - VERBOSE: Exporting function 'Set-PowerShellExitCode'.
2018-05-15 22:03:59,174 3396 [INFO ] - VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.
2018-05-15 22:03:59,205 3396 [INFO ] - VERBOSE: Exporting function 'Test-ProcessAdminRights'.
2018-05-15 22:03:59,252 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-BinFile'.
2018-05-15 22:03:59,267 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.
2018-05-15 22:03:59,314 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.
2018-05-15 22:03:59,330 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.
2018-05-15 22:03:59,377 3396 [INFO ] - VERBOSE: Exporting function 'Update-SessionEnvironment'.
2018-05-15 22:03:59,429 3396 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateyFailure'.
2018-05-15 22:03:59,455 3396 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateySuccess'.
2018-05-15 22:03:59,486 3396 [INFO ] - VERBOSE: Exporting function 'Write-FileUpdateLog'.
2018-05-15 22:03:59,517 3396 [INFO ] - VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.
2018-05-15 22:03:59,596 3396 [INFO ] - VERBOSE: Exporting alias 'Get-ProcessorBits'.
2018-05-15 22:03:59,627 3396 [INFO ] - VERBOSE: Exporting alias 'Get-OSBitness'.
2018-05-15 22:03:59,674 3396 [INFO ] - VERBOSE: Exporting alias 'Get-InstallRegistryKey'.
2018-05-15 22:03:59,705 3396 [INFO ] - VERBOSE: Exporting alias 'Generate-BinFile'.
2018-05-15 22:03:59,736 3396 [INFO ] - VERBOSE: Exporting alias 'Add-BinFile'.
2018-05-15 22:03:59,767 3396 [INFO ] - VERBOSE: Exporting alias 'Start-ChocolateyProcess'.
2018-05-15 22:03:59,799 3396 [INFO ] - VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.
2018-05-15 22:03:59,830 3396 [INFO ] - VERBOSE: Exporting alias 'Remove-BinFile'.
2018-05-15 22:03:59,845 3396 [INFO ] - VERBOSE: Exporting alias 'refreshenv'.
2018-05-15 22:03:59,877 3396 [DEBUG] - Loading community extensions
2018-05-15 22:03:59,908 3396 [DEBUG] - Importing 'C:\ProgramData\chocolatey\extensions\chocolatey-core\chocolatey-core.psm1'
2018-05-15 22:03:59,908 3396 [INFO ] - VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-core\chocolatey-core.psm1'.
2018-05-15 22:04:00,127 3396 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
2018-05-15 22:04:00,158 3396 [INFO ] - VERBOSE: Exporting function 'Get-AppInstallLocation'.
2018-05-15 22:04:00,174 3396 [INFO ] - VERBOSE: Exporting function 'Get-AvailableDriveLetter'.
2018-05-15 22:04:00,189 3396 [INFO ] - VERBOSE: Exporting function 'Get-EffectiveProxy'.
2018-05-15 22:04:00,205 3396 [INFO ] - VERBOSE: Exporting function 'Get-PackageCacheLocation'.
2018-05-15 22:04:00,220 3396 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'.
2018-05-15 22:04:00,236 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebContent'.
2018-05-15 22:04:00,252 3396 [INFO ] - VERBOSE: Exporting function 'Register-Application'.
2018-05-15 22:04:00,267 3396 [INFO ] - VERBOSE: Importing function 'Get-AppInstallLocation'.
2018-05-15 22:04:00,283 3396 [INFO ] - VERBOSE: Importing function 'Get-AvailableDriveLetter'.
2018-05-15 22:04:00,299 3396 [INFO ] - VERBOSE: Importing function 'Get-EffectiveProxy'.
2018-05-15 22:04:00,314 3396 [INFO ] - VERBOSE: Importing function 'Get-PackageCacheLocation'.
2018-05-15 22:04:00,330 3396 [INFO ] - VERBOSE: Importing function 'Get-PackageParameters'.
2018-05-15 22:04:00,345 3396 [INFO ] - VERBOSE: Importing function 'Get-UninstallRegistryKey'.
2018-05-15 22:04:00,361 3396 [INFO ] - VERBOSE: Importing function 'Get-WebContent'.
2018-05-15 22:04:00,377 3396 [INFO ] - VERBOSE: Importing function 'Register-Application'.
2018-05-15 22:04:00,408 3396 [DEBUG] - Importing 'C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\chocolatey-windowsupdate.psm1'
2018-05-15 22:04:00,408 3396 [INFO ] - VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\chocolatey-windowsupdate.psm1'.
2018-05-15 22:04:00,502 3396 [INFO ] - VERBOSE: Exporting function 'Install-WindowsUpdate'.
2018-05-15 22:04:00,517 3396 [INFO ] - VERBOSE: Exporting function 'Test-WindowsUpdate'.
2018-05-15 22:04:00,533 3396 [INFO ] - VERBOSE: Importing function 'Install-WindowsUpdate'.
2018-05-15 22:04:00,549 3396 [INFO ] - VERBOSE: Importing function 'Test-WindowsUpdate'.
2018-05-15 22:04:00,564 3396 [INFO ] - VERBOSE: Exporting function 'Format-FileSize'.
2018-05-15 22:04:00,580 3396 [INFO ] - VERBOSE: Exporting function 'Get-ChecksumValid'.
2018-05-15 22:04:00,595 3396 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyUnzip'.
2018-05-15 22:04:00,611 3396 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyWebFile'.
2018-05-15 22:04:00,627 3396 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariable'.
2018-05-15 22:04:00,642 3396 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.
2018-05-15 22:04:00,658 3396 [INFO ] - VERBOSE: Exporting function 'Get-FtpFile'.
2018-05-15 22:04:00,674 3396 [INFO ] - VERBOSE: Exporting function 'Get-OSArchitectureWidth'.
2018-05-15 22:04:00,689 3396 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'.
2018-05-15 22:04:00,705 3396 [INFO ] - VERBOSE: Exporting function 'Get-ToolsLocation'.
2018-05-15 22:04:00,720 3396 [INFO ] - VERBOSE: Exporting function 'Get-UACEnabled'.
2018-05-15 22:04:00,736 3396 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
2018-05-15 22:04:00,767 3396 [INFO ] - VERBOSE: Exporting function 'Get-VirusCheckValid'.
2018-05-15 22:04:00,800 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebFile'.
2018-05-15 22:04:00,830 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebFileName'.
2018-05-15 22:04:00,845 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebHeaders'.
2018-05-15 22:04:00,877 3396 [INFO ] - VERBOSE: Exporting function 'Install-BinFile'.
2018-05-15 22:04:00,892 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.
2018-05-15 22:04:00,924 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.
2018-05-15 22:04:00,939 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.
2018-05-15 22:04:00,970 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.
2018-05-15 22:04:00,986 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.
2018-05-15 22:04:01,017 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPackage'.
2018-05-15 22:04:01,033 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPath'.
2018-05-15 22:04:01,064 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.
2018-05-15 22:04:01,095 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.
2018-05-15 22:04:01,111 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyShortcut'.
2018-05-15 22:04:01,127 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.
2018-05-15 22:04:01,142 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.
2018-05-15 22:04:01,158 3396 [INFO ] - VERBOSE: Exporting function 'Install-Vsix'.
2018-05-15 22:04:01,180 3396 [INFO ] - VERBOSE: Exporting function 'Set-EnvironmentVariable'.
2018-05-15 22:04:01,236 3396 [INFO ] - VERBOSE: Exporting function 'Set-PowerShellExitCode'.
2018-05-15 22:04:01,267 3396 [INFO ] - VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.
2018-05-15 22:04:01,299 3396 [INFO ] - VERBOSE: Exporting function 'Test-ProcessAdminRights'.
2018-05-15 22:04:01,346 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-BinFile'.
2018-05-15 22:04:01,414 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.
2018-05-15 22:04:01,486 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.
2018-05-15 22:04:01,517 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.
2018-05-15 22:04:01,549 3396 [INFO ] - VERBOSE: Exporting function 'Update-SessionEnvironment'.
2018-05-15 22:04:01,595 3396 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateyFailure'.
2018-05-15 22:04:01,611 3396 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateySuccess'.
2018-05-15 22:04:01,689 3396 [INFO ] - VERBOSE: Exporting function 'Write-FileUpdateLog'.
2018-05-15 22:04:01,720 3396 [INFO ] - VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.
2018-05-15 22:04:01,799 3396 [INFO ] - VERBOSE: Exporting function 'Get-AppInstallLocation'.
2018-05-15 22:04:01,861 3396 [INFO ] - VERBOSE: Exporting function 'Get-AvailableDriveLetter'.
2018-05-15 22:04:01,924 3396 [INFO ] - VERBOSE: Exporting function 'Get-EffectiveProxy'.
2018-05-15 22:04:01,987 3396 [INFO ] - VERBOSE: Exporting function 'Get-PackageCacheLocation'.
2018-05-15 22:04:02,064 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebContent'.
2018-05-15 22:04:02,128 3396 [INFO ] - VERBOSE: Exporting function 'Register-Application'.
2018-05-15 22:04:02,191 3396 [INFO ] - VERBOSE: Exporting function 'Install-WindowsUpdate'.
2018-05-15 22:04:02,252 3396 [INFO ] - VERBOSE: Exporting function 'Test-WindowsUpdate'.
2018-05-15 22:04:02,364 3396 [INFO ] - VERBOSE: Exporting alias 'Get-ProcessorBits'.
2018-05-15 22:04:02,408 3396 [INFO ] - VERBOSE: Exporting alias 'Get-OSBitness'.
2018-05-15 22:04:02,470 3396 [INFO ] - VERBOSE: Exporting alias 'Get-InstallRegistryKey'.
2018-05-15 22:04:02,517 3396 [INFO ] - VERBOSE: Exporting alias 'Generate-BinFile'.
2018-05-15 22:04:02,581 3396 [INFO ] - VERBOSE: Exporting alias 'Add-BinFile'.
2018-05-15 22:04:02,631 3396 [INFO ] - VERBOSE: Exporting alias 'Start-ChocolateyProcess'.
2018-05-15 22:04:02,689 3396 [INFO ] - VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.
2018-05-15 22:04:02,736 3396 [INFO ] - VERBOSE: Exporting alias 'Remove-BinFile'.
2018-05-15 22:04:02,785 3396 [INFO ] - VERBOSE: Exporting alias 'refreshenv'.
2018-05-15 22:04:02,832 3396 [INFO ] - VERBOSE: Importing function 'Format-FileSize'.
2018-05-15 22:04:02,896 3396 [INFO ] - VERBOSE: Importing function 'Get-AppInstallLocation'.
2018-05-15 22:04:02,955 3396 [INFO ] - VERBOSE: Importing function 'Get-AvailableDriveLetter'.
2018-05-15 22:04:03,019 3396 [INFO ] - VERBOSE: Importing function 'Get-ChecksumValid'.
2018-05-15 22:04:03,080 3396 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyUnzip'.
2018-05-15 22:04:03,142 3396 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyWebFile'.
2018-05-15 22:04:03,189 3396 [INFO ] - VERBOSE: Importing function 'Get-EffectiveProxy'.
2018-05-15 22:04:03,252 3396 [INFO ] - VERBOSE: Importing function 'Get-EnvironmentVariable'.
2018-05-15 22:04:03,283 3396 [INFO ] - VERBOSE: Importing function 'Get-EnvironmentVariableNames'.
2018-05-15 22:04:03,347 3396 [INFO ] - VERBOSE: Importing function 'Get-FtpFile'.
2018-05-15 22:04:03,392 3396 [INFO ] - VERBOSE: Importing function 'Get-OSArchitectureWidth'.
2018-05-15 22:04:03,441 3396 [INFO ] - VERBOSE: Importing function 'Get-PackageCacheLocation'.
2018-05-15 22:04:03,486 3396 [INFO ] - VERBOSE: Importing function 'Get-PackageParameters'.
2018-05-15 22:04:03,519 3396 [INFO ] - VERBOSE: Importing function 'Get-ToolsLocation'.
2018-05-15 22:04:03,564 3396 [INFO ] - VERBOSE: Importing function 'Get-UACEnabled'.
2018-05-15 22:04:03,611 3396 [INFO ] - VERBOSE: Importing function 'Get-UninstallRegistryKey'.
2018-05-15 22:04:03,642 3396 [INFO ] - VERBOSE: Importing function 'Get-VirusCheckValid'.
2018-05-15 22:04:03,705 3396 [INFO ] - VERBOSE: Importing function 'Get-WebContent'.
2018-05-15 22:04:03,806 3396 [INFO ] - VERBOSE: Importing function 'Get-WebFile'.
2018-05-15 22:04:03,867 3396 [INFO ] - VERBOSE: Importing function 'Get-WebFileName'.
2018-05-15 22:04:03,914 3396 [INFO ] - VERBOSE: Importing function 'Get-WebHeaders'.
2018-05-15 22:04:03,978 3396 [INFO ] - VERBOSE: Importing function 'Install-BinFile'.
2018-05-15 22:04:04,024 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyDesktopLink'.
2018-05-15 22:04:04,073 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyEnvironmentVariable'.
2018-05-15 22:04:04,133 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyExplorerMenuItem'.
2018-05-15 22:04:04,180 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyFileAssociation'.
2018-05-15 22:04:04,244 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyInstallPackage'.
2018-05-15 22:04:04,290 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPackage'.
2018-05-15 22:04:04,321 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPath'.
2018-05-15 22:04:04,368 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPinnedTaskBarItem'.
2018-05-15 22:04:04,399 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPowershellCommand'.
2018-05-15 22:04:04,446 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyShortcut'.
2018-05-15 22:04:04,461 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyVsixPackage'.
2018-05-15 22:04:04,492 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyZipPackage'.
2018-05-15 22:04:04,527 3396 [INFO ] - VERBOSE: Importing function 'Install-Vsix'.
2018-05-15 22:04:04,539 3396 [INFO ] - VERBOSE: Importing function 'Install-WindowsUpdate'.
2018-05-15 22:04:04,571 3396 [INFO ] - VERBOSE: Importing function 'Register-Application'.
2018-05-15 22:04:04,602 3396 [INFO ] - VERBOSE: Importing function 'Set-EnvironmentVariable'.
2018-05-15 22:04:04,633 3396 [INFO ] - VERBOSE: Importing function 'Set-PowerShellExitCode'.
2018-05-15 22:04:04,680 3396 [INFO ] - VERBOSE: Importing function 'Start-ChocolateyProcessAsAdmin'.
2018-05-15 22:04:04,731 3396 [INFO ] - VERBOSE: Importing function 'Test-ProcessAdminRights'.
2018-05-15 22:04:04,775 3396 [INFO ] - VERBOSE: Importing function 'Test-WindowsUpdate'.
2018-05-15 22:04:04,838 3396 [INFO ] - VERBOSE: Importing function 'Uninstall-BinFile'.
2018-05-15 22:04:04,884 3396 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyEnvironmentVariable'.
2018-05-15 22:04:04,949 3396 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyPackage'.
2018-05-15 22:04:04,997 3396 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyZipPackage'.
2018-05-15 22:04:05,039 3396 [INFO ] - VERBOSE: Importing function 'Update-SessionEnvironment'.
2018-05-15 22:04:05,086 3396 [INFO ] - VERBOSE: Importing function 'Write-ChocolateyFailure'.
2018-05-15 22:04:05,118 3396 [INFO ] - VERBOSE: Importing function 'Write-ChocolateySuccess'.
2018-05-15 22:04:05,164 3396 [INFO ] - VERBOSE: Importing function 'Write-FileUpdateLog'.
2018-05-15 22:04:05,180 3396 [INFO ] - VERBOSE: Importing function 'Write-FunctionCallLogMessage'.
2018-05-15 22:04:05,211 3396 [INFO ] - VERBOSE: Importing alias 'Add-BinFile'.
2018-05-15 22:04:05,227 3396 [INFO ] - VERBOSE: Importing alias 'Generate-BinFile'.
2018-05-15 22:04:05,242 3396 [INFO ] - VERBOSE: Importing alias 'Get-InstallRegistryKey'.
2018-05-15 22:04:05,274 3396 [INFO ] - VERBOSE: Importing alias 'Get-OSBitness'.
2018-05-15 22:04:05,289 3396 [INFO ] - VERBOSE: Importing alias 'Get-ProcessorBits'.
2018-05-15 22:04:05,321 3396 [INFO ] - VERBOSE: Importing alias 'Invoke-ChocolateyProcess'.
2018-05-15 22:04:05,336 3396 [INFO ] - VERBOSE: Importing alias 'refreshenv'.
2018-05-15 22:04:05,367 3396 [INFO ] - VERBOSE: Importing alias 'Remove-BinFile'.
2018-05-15 22:04:05,399 3396 [INFO ] - VERBOSE: Importing alias 'Start-ChocolateyProcess'.
2018-05-15 22:04:05,555 3396 [DEBUG] - Running 'ChocolateyScriptRunner' for KB3035131 v1.0.1 with packageScript 'C:\ProgramData\chocolatey\lib\KB3035131\Tools\ChocolateyInstall.ps1', packageFolder:'C:\ProgramData\chocolatey\lib\KB3035131', installArguments: '', packageParameters: '',
2018-05-15 22:04:05,571 3396 [DEBUG] - Running 'C:\ProgramData\chocolatey\lib\KB3035131\Tools\ChocolateyInstall.ps1'
2018-05-15 22:04:05,602 3396 [INFO ] - VERBOSE: Obtaining operating system information
2018-05-15 22:04:05,928 3396 [INFO ] - VERBOSE: Operating system: Microsoft Windows 8.1 Pro, version 6.3.9600, product type 'client'
2018-05-15 22:04:05,944 3396 [INFO ] - VERBOSE: Locating MSU rules for this operating system
2018-05-15 22:04:05,975 3396 [INFO ] - VERBOSE: Located MSU rules using selector: 6.3-client
2018-05-15 22:04:06,007 3396 [INFO ] - VERBOSE: Checking if update KB3035131 is already installed
2018-05-15 22:04:06,022 3396 [INFO ] - VERBOSE: Looking for Win32_QuickFixEngineering with HotFixID = KB3035131
2018-05-15 22:04:07,888 3396 [INFO ] - VERBOSE: QFE KB3035131 found: False
2018-05-15 22:04:07,903 3396 [INFO ] - VERBOSE: Locating Service Pack rules for this operating system
2018-05-15 22:04:07,935 3396 [INFO ] - VERBOSE: No Service Pack rules defined for this operating system
2018-05-15 22:04:07,966 3396 [INFO ] - VERBOSE: No Service Pack requirements are defined for this update on this operating system.
2018-05-15 22:04:08,091 3396 [DEBUG] - Running Install-ChocolateyPackage -validExitCodes '0' -url 'https://download.microsoft.com/download/D/2/B/D2B466AA-E011-42D6-92DA-4FA8FCDAB8CB/Windows8.1-KB3035131-x86.msu' -checksum '61C80C09EBE58558A7CF15F6892B392BC73A2EF669255A236562B6196FFE47C0' -url64bit 'https://download.microsoft.com/download/A/B/7/AB7824E4-A7BC-49A0-BBAB-0556344F8747/Windows8.1-KB3035131-x64.msu' -fileType 'msu' -checksum64 'A9D6F7B519AD3A22ABDE3AF7CE3EBB90FF84A028EDE2154AC5D0548C88CCFEDD' -packageName 'KB3035131' -checksumType 'sha256' -silentArgs '/quiet /norestart /log:"C:\Users\Admin\AppData\Local\Temp\chocolatey\KB3035131.Install.evt"' -checksumType64 'sha256'
2018-05-15 22:04:08,169 3396 [DEBUG] - Running Get-ChocolateyWebFile -packageName 'KB3035131' -fileFullPath 'C:\Users\Admin\AppData\Local\Temp\chocolatey\KB3035131\1.0.1\KB3035131Install.msu' -url 'https://download.microsoft.com/download/D/2/B/D2B466AA-E011-42D6-92DA-4FA8FCDAB8CB/Windows8.1-KB3035131-x86.msu' -url64bit 'https://download.microsoft.com/download/A/B/7/AB7824E4-A7BC-49A0-BBAB-0556344F8747/Windows8.1-KB3035131-x64.msu' -checksum '61C80C09EBE58558A7CF15F6892B392BC73A2EF669255A236562B6196FFE47C0' -checksumType 'sha256' -checksum64 'A9D6F7B519AD3A22ABDE3AF7CE3EBB90FF84A028EDE2154AC5D0548C88CCFEDD' -checksumType64 'sha256' -options 'System.Collections.Hashtable' -getOriginalFileName 'True'
2018-05-15 22:04:08,200 3396 [DEBUG] - Running Get-ProcessorBits -compare '64'
2018-05-15 22:04:08,216 3396 [DEBUG] - CPU is 64 bit
2018-05-15 22:04:08,216 3396 [DEBUG] - Setting url to 'https://download.microsoft.com/download/A/B/7/AB7824E4-A7BC-49A0-BBAB-0556344F8747/Windows8.1-KB3035131-x64.msu' and bitPackage to 64
2018-05-15 22:04:08,263 3396 [DEBUG] - Running Get-WebFileName -url 'https://download.microsoft.com/download/A/B/7/AB7824E4-A7BC-49A0-BBAB-0556344F8747/Windows8.1-KB3035131-x64.msu' -defaultName 'KB3035131Install.msu'
2018-05-15 22:04:09,029 3396 [DEBUG] - Using response url to determine file name. 'https://download.microsoft.com/download/A/B/7/AB7824E4-A7BC-49A0-BBAB-0556344F8747/Windows8.1-KB3035131-x64.msu'
2018-05-15 22:04:09,044 3396 [DEBUG] - File name determined from url is 'Windows8.1-KB3035131-x64.msu'
2018-05-15 22:04:09,091 3396 [DEBUG] - Running Get-WebHeaders -url 'https://download.microsoft.com/download/A/B/7/AB7824E4-A7BC-49A0-BBAB-0556344F8747/Windows8.1-KB3035131-x64.msu' -ErrorAction 'Stop'
2018-05-15 22:04:09,091 3396 [DEBUG] - Setting the UserAgent to 'chocolatey command line'
2018-05-15 22:04:09,107 3396 [DEBUG] - Request Headers:
2018-05-15 22:04:09,123 3396 [DEBUG] - 'Accept':'*/*'
2018-05-15 22:04:09,123 3396 [DEBUG] - 'User-Agent':'chocolatey command line'
2018-05-15 22:04:09,201 3396 [DEBUG] - Response Headers:
2018-05-15 22:04:09,216 3396 [DEBUG] - 'Content-Disposition':'attachment'
2018-05-15 22:04:09,232 3396 [DEBUG] - 'Connection':'keep-alive'
2018-05-15 22:04:09,232 3396 [DEBUG] - 'Accept-Ranges':'bytes'
2018-05-15 22:04:09,248 3396 [DEBUG] - 'Content-Length':'4740655'
2018-05-15 22:04:09,248 3396 [DEBUG] - 'Content-Type':'application/octet-stream'
2018-05-15 22:04:09,263 3396 [DEBUG] - 'Date':'Tue, 15 May 2018 20:04:09 GMT'
2018-05-15 22:04:09,263 3396 [DEBUG] - 'ETag':'"2fc383a7183bd01:0"'
2018-05-15 22:04:09,279 3396 [DEBUG] - 'Last-Modified':'Wed, 28 Jan 2015 16:37:06 GMT'
2018-05-15 22:04:09,279 3396 [DEBUG] - 'Server':'Microsoft-IIS/8.5'
2018-05-15 22:04:09,310 3396 [INFO ] - Downloading KB3035131 64 bit
from 'https://download.microsoft.com/download/A/B/7/AB7824E4-A7BC-49A0-BBAB-0556344F8747/Windows8.1-KB3035131-x64.msu'
2018-05-15 22:04:09,326 3396 [INFO ] -
2018-05-15 22:04:09,357 3396 [DEBUG] - Running Get-WebFile -url 'https://download.microsoft.com/download/A/B/7/AB7824E4-A7BC-49A0-BBAB-0556344F8747/Windows8.1-KB3035131-x64.msu' -fileName 'C:\Users\Admin\AppData\Local\Temp\chocolatey\KB3035131\1.0.1\Windows8.1-KB3035131-x64.msu' -options 'System.Collections.Hashtable'
2018-05-15 22:04:09,373 3396 [DEBUG] - Setting request timeout to 30000
2018-05-15 22:04:09,388 3396 [DEBUG] - Setting read/write timeout to 2700000
2018-05-15 22:04:09,404 3396 [DEBUG] - Setting the UserAgent to 'chocolatey command line'
2018-05-15 22:04:09,607 3396 [DEBUG] - Downloading https://download.microsoft.com/download/A/B/7/AB7824E4-A7BC-49A0-BBAB-0556344F8747/Windows8.1-KB3035131-x64.msu to C:\Users\Admin\AppData\Local\Temp\chocolatey\KB3035131\1.0.1\Windows8.1-KB3035131-x64.msu
2018-05-15 22:04:10,013 3396 [INFO ] -
2018-05-15 22:04:10,060 3396 [INFO ] -
2018-05-15 22:04:10,094 3396 [INFO ] - Download of Windows8.1-KB3035131-x64.msu (4.52 MB) completed.
2018-05-15 22:04:10,169 3396 [INFO ] -
2018-05-15 22:04:13,480 3396 [DEBUG] - No runtime virus checking built into FOSS Chocolatey. Check out Pro/Business - https://chocolatey.org/compare
2018-05-15 22:04:13,496 3396 [DEBUG] - Verifying package provided checksum of 'A9D6F7B519AD3A22ABDE3AF7CE3EBB90FF84A028EDE2154AC5D0548C88CCFEDD' for 'C:\Users\Admin\AppData\Local\Temp\chocolatey\KB3035131\1.0.1\Windows8.1-KB3035131-x64.msu'.
2018-05-15 22:04:13,512 3396 [DEBUG] - Running Get-ChecksumValid -file 'C:\Users\Admin\AppData\Local\Temp\chocolatey\KB3035131\1.0.1\Windows8.1-KB3035131-x64.msu' -checksum 'A9D6F7B519AD3A22ABDE3AF7CE3EBB90FF84A028EDE2154AC5D0548C88CCFEDD' -checksumType 'sha256' -originalUrl 'https://download.microsoft.com/download/A/B/7/AB7824E4-A7BC-49A0-BBAB-0556344F8747/Windows8.1-KB3035131-x64.msu'
2018-05-15 22:04:13,527 3396 [DEBUG] - checksum.exe found at 'C:\ProgramData\chocolatey\helpers\..\tools\checksum.exe'
2018-05-15 22:04:13,527 3396 [DEBUG] - Executing command ['C:\ProgramData\chocolatey\helpers\..\tools\checksum.exe' -c="A9D6F7B519AD3A22ABDE3AF7CE3EBB90FF84A028EDE2154AC5D0548C88CCFEDD" -t="sha256" -f="C:\Users\Admin\AppData\Local\Temp\chocolatey\KB3035131\1.0.1\Windows8.1-KB3035131-x64.msu"]
2018-05-15 22:04:13,998 3396 [DEBUG] - Command ['C:\ProgramData\chocolatey\helpers\..\tools\checksum.exe' -c="A9D6F7B519AD3A22ABDE3AF7CE3EBB90FF84A028EDE2154AC5D0548C88CCFEDD" -t="sha256" -f="C:\Users\Admin\AppData\Local\Temp\chocolatey\KB3035131\1.0.1\Windows8.1-KB3035131-x64.msu"] exited with '0'.
2018-05-15 22:04:14,045 3396 [DEBUG] - Running Install-ChocolateyInstallPackage -packageName 'KB3035131' -fileType 'msu' -silentArgs '/quiet /norestart /log:"C:\Users\Admin\AppData\Local\Temp\chocolatey\KB3035131.Install.evt"' -file 'C:\Users\Admin\AppData\Local\Temp\chocolatey\KB3035131\1.0.1\Windows8.1-KB3035131-x64.msu' -validExitCodes '0' -useOnlyPackageSilentArguments 'False'
2018-05-15 22:04:14,061 3396 [DEBUG] - Running Get-ProcessorBits -compare '32'
2018-05-15 22:04:14,076 3396 [INFO ] - Installing KB3035131...
2018-05-15 22:04:14,110 3396 [INFO ] -
2018-05-15 22:04:14,187 3396 [DEBUG] - Ensuring 'C:\Users\Admin\AppData\Local\Temp\chocolatey' exists
2018-05-15 22:04:14,279 3396 [DEBUG] - Running Start-ChocolateyProcessAsAdmin -validExitCodes '0' -workingDirectory 'C:\Users\Admin\AppData\Local\Temp\chocolatey\KB3035131\1.0.1' -statements '"C:\Users\Admin\AppData\Local\Temp\chocolatey\KB3035131\1.0.1\Windows8.1-KB3035131-x64.msu" /quiet /norestart /log:"C:\Users\Admin\AppData\Local\Temp\chocolatey\KB3035131.Install.evt" ' -exeToRun 'C:\Windows\System32\wusa.exe'
2018-05-15 22:04:14,375 3396 [DEBUG] - Test-ProcessAdminRights: returning True
2018-05-15 22:04:14,422 3396 [DEBUG] - Elevating permissions and running ["C:\Windows\System32\wusa.exe" "C:\Users\Admin\AppData\Local\Temp\chocolatey\KB3035131\1.0.1\Windows8.1-KB3035131-x64.msu" /quiet /norestart /log:"C:\Users\Admin\AppData\Local\Temp\chocolatey\KB3035131.Install.evt" ]. This may take a while, depending on the statements.
2018-05-15 22:04:20,992 3396 [DEBUG] - Command ["C:\Windows\System32\wusa.exe" "C:\Users\Admin\AppData\Local\Temp\chocolatey\KB3035131\1.0.1\Windows8.1-KB3035131-x64.msu" /quiet /norestart /log:"C:\Users\Admin\AppData\Local\Temp\chocolatey\KB3035131.Install.evt" ] exited with '-2145124329'.
2018-05-15 22:04:21,529 3396 [INFO ] - Update KB3035131 does not apply to this system. Either it was superseded by another already installed update, or a prerequisite update is missing.
2018-05-15 22:04:21,592 3396 [INFO ] -
2018-05-15 22:04:21,764 3396 [DEBUG] - $exitCode was passed null
2018-05-15 22:04:21,795 3396 [DEBUG] - chocolateyInstaller\Set-PowerShellExitCode ignored 0, setting the host exit code and environment variable manually
2018-05-15 22:04:21,967 3396 [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\KB3035131\Tools\ChocolateyInstall.ps1' -installArguments '' -packageParameters '''] exited with '0'.
2018-05-15 22:04:22,016 3396 [DEBUG] - Calling command ['"C:\Windows\System32\shutdown.exe" /a']
2018-05-15 22:04:22,290 3396 [DEBUG] - Command ['"C:\Windows\System32\shutdown.exe" /a'] exited with '1116'
2018-05-15 22:04:22,321 3396 [DEBUG] - Capturing package files in 'C:\ProgramData\chocolatey\lib\KB3035131'
2018-05-15 22:04:22,336 3396 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\KB3035131\KB3035131.nupkg'
with checksum 'CCD35459CEB8BA395558C65ABBA40838'
2018-05-15 22:04:22,352 3396 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\KB3035131\KB3035131.nuspec'
with checksum '60F1A04AA916DB950954D30E81662CD7'
2018-05-15 22:04:22,352 3396 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\KB3035131\Tools\ChocolateyInstall.ps1'
with checksum '40CC3B53BE042C8FC62C76F07EBD33E2'
2018-05-15 22:04:22,368 3396 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\.chocolatey\KB3035131.1.0.1".
2018-05-15 22:04:22,399 3396 [DEBUG] - There was no original file at 'C:\ProgramData\chocolatey\.chocolatey\KB3035131.1.0.1\.files'
2018-05-15 22:04:22,649 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\KB3035131.1.0.1\.extra".
2018-05-15 22:04:22,665 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\KB3035131.1.0.1\.version".
2018-05-15 22:04:22,684 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\KB3035131.1.0.1\.sxs".
2018-05-15 22:04:22,697 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\KB3035131.1.0.1\.pin".
2018-05-15 22:04:22,727 3396 [DEBUG] - Sending message 'HandlePackageResultCompletedMessage' out if there are subscribers...
2018-05-15 22:04:22,727 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\lib\KB3035131\.chocolateyPending".
2018-05-15 22:04:22,745 3396 [INFO ] - The install of kb3035131 was successful.
2018-05-15 22:04:22,774 3396 [INFO ] - Software installed as 'msu', install location is likely default.
2018-05-15 22:04:22,837 3396 [INFO ] - [NuGet] Installing 'KB3033929 1.0.3'.
2018-05-15 22:04:22,883 3396 [DEBUG] - [NuGet] Added file 'ChocolateyInstall.ps1' to folder 'KB3033929\Tools'.
2018-05-15 22:04:22,961 3396 [DEBUG] - [NuGet] Added file 'KB3033929.nuspec' to folder 'KB3033929'.
2018-05-15 22:04:22,993 3396 [DEBUG] - [NuGet] Added file 'KB3033929.nupkg' to folder 'KB3033929'.
2018-05-15 22:04:23,024 3396 [INFO ] - [NuGet] Successfully installed 'KB3033929 1.0.3'.
2018-05-15 22:04:23,086 3396 [INFO ] -
KB3033929 v1.0.3 [Approved]
2018-05-15 22:04:23,133 3396 [INFO ] - kb3033929 package files install completed. Performing other installation steps.
2018-05-15 22:04:23,180 3396 [DEBUG] - Contents of 'C:\ProgramData\chocolatey\lib\KB3033929\Tools\ChocolateyInstall.ps1':
2018-05-15 22:04:23,227 3396 [DEBUG] - $msuData = @{
'6.1-client' = @{
Url = 'https://download.microsoft.com/download/3/7/4/37473F39-5728-4153-9A25-64C09DE9ED52/Windows6.1-KB3033929-x86.msu'
Checksum = '246C300A6AE6DCA99453F6839745AC0015953528A7065BED1B015F91B80CF64D'
Url64 = 'https://download.microsoft.com/download/C/8/7/C87AE67E-A228-48FB-8F02-B2A9A1238099/Windows6.1-KB3033929-x64.msu'
Checksum64 = '5318587007EDB6C8B29310FF18DA479A162B486B9101A7DE735F94A70DBC3B31'
}
'6.1-server' = @{
Url64 = 'https://download.microsoft.com/download/A/4/E/A4E91F1E-83D8-4926-9CC5-3B3B4F371B80/Windows6.1-KB3033929-x64.msu'
Checksum64 = '5318587007EDB6C8B29310FF18DA479A162B486B9101A7DE735F94A70DBC3B31'
}
}
$servicePackRequirements = @{
'6.1' = @{ ServicePackNumber = 1; ChocolateyPackage = 'KB976932' }
}
Install-WindowsUpdate -Id 'KB3033929' -MsuData $msuData -ChecksumType 'sha256' -ServicePackRequirements $servicePackRequirements
2018-05-15 22:04:23,645 3396 [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\KB3033929\Tools\ChocolateyInstall.ps1' -installArguments '' -packageParameters ''']
2018-05-15 22:04:23,891 3396 [DEBUG] - Redirecting Microsoft.PowerShell.Security, requested by ''
2018-05-15 22:04:24,359 3396 [DEBUG] - Attempting to load assembly Microsoft.PowerShell.Security failed:
Nie mo¿na za³adowaæ pliku lub zestawu 'Microsoft.PowerShell.Security, Version=5.0.0.0' lub jednej z jego zale¿noœci. Nie mo¿na odnaleŸæ okreœlonego pliku.
2018-05-15 22:04:24,734 3396 [DEBUG] - Attempting to load assembly Microsoft.PowerShell.Security failed:
Nie mo¿na za³adowaæ pliku lub zestawu 'Microsoft.PowerShell.Security, Version=4.0.0.0' lub jednej z jego zale¿noœci. Nie mo¿na odnaleŸæ okreœlonego pliku.
2018-05-15 22:04:24,907 3396 [DEBUG] - Attempting to load assembly Microsoft.PowerShell.Security failed:
Nie mo¿na za³adowaæ pliku lub zestawu 'Microsoft.PowerShell.Security, Version=3.0.0.0' lub jednej z jego zale¿noœci. Nie mo¿na odnaleŸæ okreœlonego pliku.
2018-05-15 22:04:25,063 3396 [DEBUG] - Attempting to load assembly Microsoft.PowerShell.Security failed:
Nie mo¿na za³adowaæ pliku lub zestawu 'Microsoft.PowerShell.Security, Version=1.0.0.0' lub jednej z jego zale¿noœci. Nie mo¿na odnaleŸæ okreœlonego pliku.
2018-05-15 22:04:25,328 3396 [DEBUG] - Host version is 4.0, PowerShell Version is '4.0' and CLR Version is '4.0.30319.42000'.
2018-05-15 22:04:25,703 3396 [INFO ] - VERBOSE: Exporting function 'Format-FileSize'.
2018-05-15 22:04:25,984 3396 [INFO ] - VERBOSE: Exporting function 'Get-ChecksumValid'.
2018-05-15 22:04:26,188 3396 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyUnzip'.
2018-05-15 22:04:26,362 3396 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyWebFile'.
2018-05-15 22:04:26,578 3396 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariable'.
2018-05-15 22:04:26,844 3396 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.
2018-05-15 22:04:27,016 3396 [INFO ] - VERBOSE: Exporting function 'Get-FtpFile'.
2018-05-15 22:04:27,297 3396 [INFO ] - VERBOSE: Exporting function 'Get-OSArchitectureWidth'.
2018-05-15 22:04:27,484 3396 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'.
2018-05-15 22:04:27,625 3396 [INFO ] - VERBOSE: Exporting function 'Get-ToolsLocation'.
2018-05-15 22:04:27,750 3396 [INFO ] - VERBOSE: Exporting function 'Get-UACEnabled'.
2018-05-15 22:04:28,016 3396 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
2018-05-15 22:04:28,250 3396 [INFO ] - VERBOSE: Exporting function 'Get-VirusCheckValid'.
2018-05-15 22:04:28,407 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebFile'.
2018-05-15 22:04:28,578 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebFileName'.
2018-05-15 22:04:28,781 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebHeaders'.
2018-05-15 22:04:29,016 3396 [INFO ] - VERBOSE: Exporting function 'Install-BinFile'.
2018-05-15 22:04:29,281 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.
2018-05-15 22:04:29,484 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.
2018-05-15 22:04:29,641 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.
2018-05-15 22:04:29,828 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.
2018-05-15 22:04:30,031 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.
2018-05-15 22:04:30,219 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPackage'.
2018-05-15 22:04:30,250 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPath'.
2018-05-15 22:04:30,266 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.
2018-05-15 22:04:30,281 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.
2018-05-15 22:04:30,313 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyShortcut'.
2018-05-15 22:04:30,328 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.
2018-05-15 22:04:30,359 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.
2018-05-15 22:04:30,406 3396 [INFO ] - VERBOSE: Exporting function 'Install-Vsix'.
2018-05-15 22:04:30,439 3396 [INFO ] - VERBOSE: Exporting function 'Set-EnvironmentVariable'.
2018-05-15 22:04:30,485 3396 [INFO ] - VERBOSE: Exporting function 'Set-PowerShellExitCode'.
2018-05-15 22:04:30,533 3396 [INFO ] - VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.
2018-05-15 22:04:30,563 3396 [INFO ] - VERBOSE: Exporting function 'Test-ProcessAdminRights'.
2018-05-15 22:04:30,594 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-BinFile'.
2018-05-15 22:04:30,641 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.
2018-05-15 22:04:30,672 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.
2018-05-15 22:04:30,688 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.
2018-05-15 22:04:30,719 3396 [INFO ] - VERBOSE: Exporting function 'Update-SessionEnvironment'.
2018-05-15 22:04:30,750 3396 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateyFailure'.
2018-05-15 22:04:30,781 3396 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateySuccess'.
2018-05-15 22:04:30,797 3396 [INFO ] - VERBOSE: Exporting function 'Write-FileUpdateLog'.
2018-05-15 22:04:30,828 3396 [INFO ] - VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.
2018-05-15 22:04:30,844 3396 [INFO ] - VERBOSE: Exporting alias 'Get-ProcessorBits'.
2018-05-15 22:04:30,891 3396 [INFO ] - VERBOSE: Exporting alias 'Get-OSBitness'.
2018-05-15 22:04:30,906 3396 [INFO ] - VERBOSE: Exporting alias 'Get-InstallRegistryKey'.
2018-05-15 22:04:30,938 3396 [INFO ] - VERBOSE: Exporting alias 'Generate-BinFile'.
2018-05-15 22:04:30,953 3396 [INFO ] - VERBOSE: Exporting alias 'Add-BinFile'.
2018-05-15 22:04:30,984 3396 [INFO ] - VERBOSE: Exporting alias 'Start-ChocolateyProcess'.
2018-05-15 22:04:31,031 3396 [INFO ] - VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.
2018-05-15 22:04:31,065 3396 [INFO ] - VERBOSE: Exporting alias 'Remove-BinFile'.
2018-05-15 22:04:31,094 3396 [INFO ] - VERBOSE: Exporting alias 'refreshenv'.
2018-05-15 22:04:31,141 3396 [DEBUG] - Loading community extensions
2018-05-15 22:04:31,159 3396 [DEBUG] - Importing 'C:\ProgramData\chocolatey\extensions\chocolatey-core\chocolatey-core.psm1'
2018-05-15 22:04:31,172 3396 [INFO ] - VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-core\chocolatey-core.psm1'.
2018-05-15 22:04:31,281 3396 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
2018-05-15 22:04:31,297 3396 [INFO ] - VERBOSE: Exporting function 'Get-AppInstallLocation'.
2018-05-15 22:04:31,313 3396 [INFO ] - VERBOSE: Exporting function 'Get-AvailableDriveLetter'.
2018-05-15 22:04:31,328 3396 [INFO ] - VERBOSE: Exporting function 'Get-EffectiveProxy'.
2018-05-15 22:04:31,344 3396 [INFO ] - VERBOSE: Exporting function 'Get-PackageCacheLocation'.
2018-05-15 22:04:31,359 3396 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'.
2018-05-15 22:04:31,375 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebContent'.
2018-05-15 22:04:31,391 3396 [INFO ] - VERBOSE: Exporting function 'Register-Application'.
2018-05-15 22:04:31,406 3396 [INFO ] - VERBOSE: Importing function 'Get-AppInstallLocation'.
2018-05-15 22:04:31,422 3396 [INFO ] - VERBOSE: Importing function 'Get-AvailableDriveLetter'.
2018-05-15 22:04:31,438 3396 [INFO ] - VERBOSE: Importing function 'Get-EffectiveProxy'.
2018-05-15 22:04:31,453 3396 [INFO ] - VERBOSE: Importing function 'Get-PackageCacheLocation'.
2018-05-15 22:04:31,469 3396 [INFO ] - VERBOSE: Importing function 'Get-PackageParameters'.
2018-05-15 22:04:31,500 3396 [INFO ] - VERBOSE: Importing function 'Get-UninstallRegistryKey'.
2018-05-15 22:04:31,516 3396 [INFO ] - VERBOSE: Importing function 'Get-WebContent'.
2018-05-15 22:04:31,531 3396 [INFO ] - VERBOSE: Importing function 'Register-Application'.
2018-05-15 22:04:31,547 3396 [DEBUG] - Importing 'C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\chocolatey-windowsupdate.psm1'
2018-05-15 22:04:31,563 3396 [INFO ] - VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\chocolatey-windowsupdate.psm1'.
2018-05-15 22:04:31,594 3396 [INFO ] - VERBOSE: Exporting function 'Install-WindowsUpdate'.
2018-05-15 22:04:31,625 3396 [INFO ] - VERBOSE: Exporting function 'Test-WindowsUpdate'.
2018-05-15 22:04:31,672 3396 [INFO ] - VERBOSE: Importing function 'Install-WindowsUpdate'.
2018-05-15 22:04:31,719 3396 [INFO ] - VERBOSE: Importing function 'Test-WindowsUpdate'.
2018-05-15 22:04:31,767 3396 [INFO ] - VERBOSE: Exporting function 'Format-FileSize'.
2018-05-15 22:04:31,813 3396 [INFO ] - VERBOSE: Exporting function 'Get-ChecksumValid'.
2018-05-15 22:04:31,844 3396 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyUnzip'.
2018-05-15 22:04:31,876 3396 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyWebFile'.
2018-05-15 22:04:31,922 3396 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariable'.
2018-05-15 22:04:31,953 3396 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.
2018-05-15 22:04:32,000 3396 [INFO ] - VERBOSE: Exporting function 'Get-FtpFile'.
2018-05-15 22:04:32,047 3396 [INFO ] - VERBOSE: Exporting function 'Get-OSArchitectureWidth'.
2018-05-15 22:04:32,063 3396 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'.
2018-05-15 22:04:32,094 3396 [INFO ] - VERBOSE: Exporting function 'Get-ToolsLocation'.
2018-05-15 22:04:32,109 3396 [INFO ] - VERBOSE: Exporting function 'Get-UACEnabled'.
2018-05-15 22:04:32,141 3396 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
2018-05-15 22:04:32,157 3396 [INFO ] - VERBOSE: Exporting function 'Get-VirusCheckValid'.
2018-05-15 22:04:32,174 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebFile'.
2018-05-15 22:04:32,188 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebFileName'.
2018-05-15 22:04:32,219 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebHeaders'.
2018-05-15 22:04:32,270 3396 [INFO ] - VERBOSE: Exporting function 'Install-BinFile'.
2018-05-15 22:04:32,313 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.
2018-05-15 22:04:32,344 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.
2018-05-15 22:04:32,391 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.
2018-05-15 22:04:32,479 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.
2018-05-15 22:04:32,510 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.
2018-05-15 22:04:32,558 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPackage'.
2018-05-15 22:04:32,604 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPath'.
2018-05-15 22:04:32,635 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.
2018-05-15 22:04:32,650 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.
2018-05-15 22:04:32,682 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyShortcut'.
2018-05-15 22:04:32,697 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.
2018-05-15 22:04:32,729 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.
2018-05-15 22:04:32,744 3396 [INFO ] - VERBOSE: Exporting function 'Install-Vsix'.
2018-05-15 22:04:32,775 3396 [INFO ] - VERBOSE: Exporting function 'Set-EnvironmentVariable'.
2018-05-15 22:04:32,792 3396 [INFO ] - VERBOSE: Exporting function 'Set-PowerShellExitCode'.
2018-05-15 22:04:32,838 3396 [INFO ] - VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.
2018-05-15 22:04:32,869 3396 [INFO ] - VERBOSE: Exporting function 'Test-ProcessAdminRights'.
2018-05-15 22:04:32,885 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-BinFile'.
2018-05-15 22:04:32,900 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.
2018-05-15 22:04:32,932 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.
2018-05-15 22:04:32,963 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.
2018-05-15 22:04:33,010 3396 [INFO ] - VERBOSE: Exporting function 'Update-SessionEnvironment'.
2018-05-15 22:04:33,059 3396 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateyFailure'.
2018-05-15 22:04:33,088 3396 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateySuccess'.
2018-05-15 22:04:33,104 3396 [INFO ] - VERBOSE: Exporting function 'Write-FileUpdateLog'.
2018-05-15 22:04:33,135 3396 [INFO ] - VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.
2018-05-15 22:04:33,182 3396 [INFO ] - VERBOSE: Exporting function 'Get-AppInstallLocation'.
2018-05-15 22:04:33,219 3396 [INFO ] - VERBOSE: Exporting function 'Get-AvailableDriveLetter'.
2018-05-15 22:04:33,244 3396 [INFO ] - VERBOSE: Exporting function 'Get-EffectiveProxy'.
2018-05-15 22:04:33,275 3396 [INFO ] - VERBOSE: Exporting function 'Get-PackageCacheLocation'.
2018-05-15 22:04:33,308 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebContent'.
2018-05-15 22:04:33,322 3396 [INFO ] - VERBOSE: Exporting function 'Register-Application'.
2018-05-15 22:04:33,338 3396 [INFO ] - VERBOSE: Exporting function 'Install-WindowsUpdate'.
2018-05-15 22:04:33,369 3396 [INFO ] - VERBOSE: Exporting function 'Test-WindowsUpdate'.
2018-05-15 22:04:33,400 3396 [INFO ] - VERBOSE: Exporting alias 'Get-ProcessorBits'.
2018-05-15 22:04:33,416 3396 [INFO ] - VERBOSE: Exporting alias 'Get-OSBitness'.
2018-05-15 22:04:33,447 3396 [INFO ] - VERBOSE: Exporting alias 'Get-InstallRegistryKey'.
2018-05-15 22:04:33,479 3396 [INFO ] - VERBOSE: Exporting alias 'Generate-BinFile'.
2018-05-15 22:04:33,494 3396 [INFO ] - VERBOSE: Exporting alias 'Add-BinFile'.
2018-05-15 22:04:33,510 3396 [INFO ] - VERBOSE: Exporting alias 'Start-ChocolateyProcess'.
2018-05-15 22:04:33,526 3396 [INFO ] - VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.
2018-05-15 22:04:33,541 3396 [INFO ] - VERBOSE: Exporting alias 'Remove-BinFile'.
2018-05-15 22:04:33,557 3396 [INFO ] - VERBOSE: Exporting alias 'refreshenv'.
2018-05-15 22:04:33,572 3396 [INFO ] - VERBOSE: Importing function 'Format-FileSize'.
2018-05-15 22:04:33,588 3396 [INFO ] - VERBOSE: Importing function 'Get-AppInstallLocation'.
2018-05-15 22:04:33,604 3396 [INFO ] - VERBOSE: Importing function 'Get-AvailableDriveLetter'.
2018-05-15 22:04:33,619 3396 [INFO ] - VERBOSE: Importing function 'Get-ChecksumValid'.
2018-05-15 22:04:33,635 3396 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyUnzip'.
2018-05-15 22:04:33,650 3396 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyWebFile'.
2018-05-15 22:04:33,666 3396 [INFO ] - VERBOSE: Importing function 'Get-EffectiveProxy'.
2018-05-15 22:04:33,682 3396 [INFO ] - VERBOSE: Importing function 'Get-EnvironmentVariable'.
2018-05-15 22:04:33,697 3396 [INFO ] - VERBOSE: Importing function 'Get-EnvironmentVariableNames'.
2018-05-15 22:04:33,713 3396 [INFO ] - VERBOSE: Importing function 'Get-FtpFile'.
2018-05-15 22:04:33,729 3396 [INFO ] - VERBOSE: Importing function 'Get-OSArchitectureWidth'.
2018-05-15 22:04:33,744 3396 [INFO ] - VERBOSE: Importing function 'Get-PackageCacheLocation'.
2018-05-15 22:04:33,760 3396 [INFO ] - VERBOSE: Importing function 'Get-PackageParameters'.
2018-05-15 22:04:33,775 3396 [INFO ] - VERBOSE: Importing function 'Get-ToolsLocation'.
2018-05-15 22:04:33,791 3396 [INFO ] - VERBOSE: Importing function 'Get-UACEnabled'.
2018-05-15 22:04:33,828 3396 [INFO ] - VERBOSE: Importing function 'Get-UninstallRegistryKey'.
2018-05-15 22:04:33,838 3396 [INFO ] - VERBOSE: Importing function 'Get-VirusCheckValid'.
2018-05-15 22:04:33,854 3396 [INFO ] - VERBOSE: Importing function 'Get-WebContent'.
2018-05-15 22:04:33,869 3396 [INFO ] - VERBOSE: Importing function 'Get-WebFile'.
2018-05-15 22:04:33,900 3396 [INFO ] - VERBOSE: Importing function 'Get-WebFileName'.
2018-05-15 22:04:33,916 3396 [INFO ] - VERBOSE: Importing function 'Get-WebHeaders'.
2018-05-15 22:04:33,936 3396 [INFO ] - VERBOSE: Importing function 'Install-BinFile'.
2018-05-15 22:04:33,947 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyDesktopLink'.
2018-05-15 22:04:33,963 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyEnvironmentVariable'.
2018-05-15 22:04:33,979 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyExplorerMenuItem'.
2018-05-15 22:04:33,994 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyFileAssociation'.
2018-05-15 22:04:34,010 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyInstallPackage'.
2018-05-15 22:04:34,025 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPackage'.
2018-05-15 22:04:34,041 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPath'.
2018-05-15 22:04:34,057 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPinnedTaskBarItem'.
2018-05-15 22:04:34,072 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPowershellCommand'.
2018-05-15 22:04:34,088 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyShortcut'.
2018-05-15 22:04:34,104 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyVsixPackage'.
2018-05-15 22:04:34,119 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyZipPackage'.
2018-05-15 22:04:34,135 3396 [INFO ] - VERBOSE: Importing function 'Install-Vsix'.
2018-05-15 22:04:34,166 3396 [INFO ] - VERBOSE: Importing function 'Install-WindowsUpdate'.
2018-05-15 22:04:34,182 3396 [INFO ] - VERBOSE: Importing function 'Register-Application'.
2018-05-15 22:04:34,197 3396 [INFO ] - VERBOSE: Importing function 'Set-EnvironmentVariable'.
2018-05-15 22:04:34,229 3396 [INFO ] - VERBOSE: Importing function 'Set-PowerShellExitCode'.
2018-05-15 22:04:34,277 3396 [INFO ] - VERBOSE: Importing function 'Start-ChocolateyProcessAsAdmin'.
2018-05-15 22:04:34,324 3396 [INFO ] - VERBOSE: Importing function 'Test-ProcessAdminRights'.
2018-05-15 22:04:34,338 3396 [INFO ] - VERBOSE: Importing function 'Test-WindowsUpdate'.
2018-05-15 22:04:34,385 3396 [INFO ] - VERBOSE: Importing function 'Uninstall-BinFile'.
2018-05-15 22:04:34,400 3396 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyEnvironmentVariable'.
2018-05-15 22:04:34,416 3396 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyPackage'.
2018-05-15 22:04:34,448 3396 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyZipPackage'.
2018-05-15 22:04:34,463 3396 [INFO ] - VERBOSE: Importing function 'Update-SessionEnvironment'.
2018-05-15 22:04:34,494 3396 [INFO ] - VERBOSE: Importing function 'Write-ChocolateyFailure'.
2018-05-15 22:04:34,510 3396 [INFO ] - VERBOSE: Importing function 'Write-ChocolateySuccess'.
2018-05-15 22:04:34,525 3396 [INFO ] - VERBOSE: Importing function 'Write-FileUpdateLog'.
2018-05-15 22:04:34,541 3396 [INFO ] - VERBOSE: Importing function 'Write-FunctionCallLogMessage'.
2018-05-15 22:04:34,557 3396 [INFO ] - VERBOSE: Importing alias 'Add-BinFile'.
2018-05-15 22:04:34,573 3396 [INFO ] - VERBOSE: Importing alias 'Generate-BinFile'.
2018-05-15 22:04:34,588 3396 [INFO ] - VERBOSE: Importing alias 'Get-InstallRegistryKey'.
2018-05-15 22:04:34,604 3396 [INFO ] - VERBOSE: Importing alias 'Get-OSBitness'.
2018-05-15 22:04:34,619 3396 [INFO ] - VERBOSE: Importing alias 'Get-ProcessorBits'.
2018-05-15 22:04:34,635 3396 [INFO ] - VERBOSE: Importing alias 'Invoke-ChocolateyProcess'.
2018-05-15 22:04:34,666 3396 [INFO ] - VERBOSE: Importing alias 'refreshenv'.
2018-05-15 22:04:34,682 3396 [INFO ] - VERBOSE: Importing alias 'Remove-BinFile'.
2018-05-15 22:04:34,697 3396 [INFO ] - VERBOSE: Importing alias 'Start-ChocolateyProcess'.
2018-05-15 22:04:34,713 3396 [DEBUG] - Running 'ChocolateyScriptRunner' for KB3033929 v1.0.3 with packageScript 'C:\ProgramData\chocolatey\lib\KB3033929\Tools\ChocolateyInstall.ps1', packageFolder:'C:\ProgramData\chocolatey\lib\KB3033929', installArguments: '', packageParameters: '',
2018-05-15 22:04:34,729 3396 [DEBUG] - Running 'C:\ProgramData\chocolatey\lib\KB3033929\Tools\ChocolateyInstall.ps1'
2018-05-15 22:04:34,729 3396 [INFO ] - VERBOSE: Obtaining operating system information
2018-05-15 22:04:34,775 3396 [INFO ] - VERBOSE: Operating system: Microsoft Windows 8.1 Pro, version 6.3.9600, product type 'client'
2018-05-15 22:04:34,809 3396 [INFO ] - VERBOSE: Locating MSU rules for this operating system
2018-05-15 22:04:34,854 3396 [INFO ] - VERBOSE: No MSU rules defined for this operating system
2018-05-15 22:04:34,885 3396 [INFO ] - Skipping installation because update KB3033929 does not apply to this operating system (Microsoft Windows 8.1 Pro).
2018-05-15 22:04:34,916 3396 [INFO ] -
2018-05-15 22:04:34,947 3396 [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\KB3033929\Tools\ChocolateyInstall.ps1' -installArguments '' -packageParameters '''] exited with '0'.
2018-05-15 22:04:34,947 3396 [DEBUG] - Calling command ['"C:\Windows\System32\shutdown.exe" /a']
2018-05-15 22:04:35,041 3396 [DEBUG] - Command ['"C:\Windows\System32\shutdown.exe" /a'] exited with '1116'
2018-05-15 22:04:35,057 3396 [DEBUG] - Capturing package files in 'C:\ProgramData\chocolatey\lib\KB3033929'
2018-05-15 22:04:35,072 3396 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\KB3033929\KB3033929.nupkg'
with checksum '4268CFE5EBDF59722E44461F3311C888'
2018-05-15 22:04:35,072 3396 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\KB3033929\KB3033929.nuspec'
with checksum 'EEAF507032B546F0BF007B90DADD64BF'
2018-05-15 22:04:35,088 3396 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\KB3033929\Tools\ChocolateyInstall.ps1'
with checksum 'CA6D3C09F72032990C87EE9D34AAFAA6'
2018-05-15 22:04:35,088 3396 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\.chocolatey\KB3033929.1.0.3".
2018-05-15 22:04:35,104 3396 [DEBUG] - There was no original file at 'C:\ProgramData\chocolatey\.chocolatey\KB3033929.1.0.3\.files'
2018-05-15 22:04:35,375 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\KB3033929.1.0.3\.extra".
2018-05-15 22:04:35,385 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\KB3033929.1.0.3\.version".
2018-05-15 22:04:35,385 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\KB3033929.1.0.3\.sxs".
2018-05-15 22:04:35,416 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\KB3033929.1.0.3\.pin".
2018-05-15 22:04:35,416 3396 [DEBUG] - Sending message 'HandlePackageResultCompletedMessage' out if there are subscribers...
2018-05-15 22:04:35,432 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\lib\KB3033929\.chocolateyPending".
2018-05-15 22:04:35,447 3396 [INFO ] - The install of kb3033929 was successful.
2018-05-15 22:04:35,463 3396 [INFO ] - Software install location not explicitly set, could be in package or
default install location if installer.
2018-05-15 22:04:35,511 3396 [INFO ] - [NuGet] Installing 'KB2999226 1.0.20170509'.
2018-05-15 22:04:35,557 3396 [DEBUG] - [NuGet] Added file 'chocolateyinstall.ps1' to folder 'KB2999226\tools'.
2018-05-15 22:04:35,588 3396 [DEBUG] - [NuGet] Added file 'KB2999226.nuspec' to folder 'KB2999226'.
2018-05-15 22:04:35,622 3396 [DEBUG] - [NuGet] Added file 'KB2999226.nupkg' to folder 'KB2999226'.
2018-05-15 22:04:35,635 3396 [INFO ] - [NuGet] Successfully installed 'KB2999226 1.0.20170509'.
2018-05-15 22:04:35,651 3396 [INFO ] -
KB2999226 v1.0.20170509 [Approved]
2018-05-15 22:04:35,697 3396 [INFO ] - kb2999226 package files install completed. Performing other installation steps.
2018-05-15 22:04:35,729 3396 [DEBUG] - Contents of 'C:\ProgramData\chocolatey\lib\KB2999226\tools\chocolateyinstall.ps1':
2018-05-15 22:04:35,729 3396 [DEBUG] - $msuData = @{
'6.0-client' = @{
Url = 'https://download.microsoft.com/download/D/8/3/D838D576-232C-4C17-A402-75913F27113B/Windows6.0-KB2999226-x86.msu'
Url64 = 'https://download.microsoft.com/download/5/4/E/54E27BE2-CFB2-4FC9-AB03-C39302CA68A0/Windows6.0-KB2999226-x64.msu'
Checksum = 'AE380F63BF4E8700ADA686406B04B01230A339B09EDF7819814A4C0BF4AB72E1'
Checksum64 = '10069DE7315CA3F405E2579846AF5DAB3089A8496AE4C1AB61763480F43A05A8'
}
'6.0-server' = @{
Url = 'https://download.microsoft.com/download/B/5/7/B5757251-DAB0-4E23-AA46-ABC233FDB90E/Windows6.0-KB2999226-x86.msu'
Url64 = 'https://download.microsoft.com/download/A/7/A/A7A70B17-ADF9-4FC3-A722-69FA89B79756/Windows6.0-KB2999226-x64.msu'
Checksum = 'AE380F63BF4E8700ADA686406B04B01230A339B09EDF7819814A4C0BF4AB72E1'
Checksum64 = '10069DE7315CA3F405E2579846AF5DAB3089A8496AE4C1AB61763480F43A05A8'
}
'6.1-client' = @{
Url = 'https://download.microsoft.com/download/4/F/E/4FE73868-5EDD-4B47-8B33-CE1BB7B2B16A/Windows6.1-KB2999226-x86.msu'
Url64 = 'https://download.microsoft.com/download/1/1/5/11565A9A-EA09-4F0A-A57E-520D5D138140/Windows6.1-KB2999226-x64.msu'
Checksum = '909E76C81EF0EB176144B253DDFFE7A8FDFACEBFAA15E97DEF003D2262FBF084'
Checksum64 = '43234D2986CA9B0DE75D5183977964D161A8395C3396279DDFC9B20698E5BC34'
}
'6.1-server' = @{
Url64 = 'https://download.microsoft.com/download/F/1/3/F13BEC9A-8FC6-4489-9D6A-F84BDC9496FE/Windows6.1-KB2999226-x64.msu'
Checksum64 = '43234D2986CA9B0DE75D5183977964D161A8395C3396279DDFC9B20698E5BC34'
}
'6.2-client' = @{
Url = 'https://download.microsoft.com/download/1/E/8/1E8AFE90-5217-464D-9292-7D0B95A56CE4/Windows8-RT-KB2999226-x86.msu'
Url64 = 'https://download.microsoft.com/download/A/C/1/AC15393F-A6E6-469B-B222-C44B3BB6ECCC/Windows8-RT-KB2999226-x64.msu'
Checksum = '0F36750FBB06FEE23131F68B4D0943841EED24730EC1D5D77DEDC41D359BE88D'
Checksum64 = '50CAE25DA33FA950222D1A803E42567291EB7FEB087FA119B1C97FE9D41CD9F8'
}
'6.2-server' = @{
Url64 = 'https://download.microsoft.com/download/9/3/E/93E0745A-EAE9-4B5A-B50C-012F2D3B6659/Windows8-RT-KB2999226-x64.msu'
Checksum64 = '50CAE25DA33FA950222D1A803E42567291EB7FEB087FA119B1C97FE9D41CD9F8'
}
'6.3-client' = @{
Url = 'https://download.microsoft.com/download/E/4/6/E4694323-8290-4A08-82DB-81F2EB9452C2/Windows8.1-KB2999226-x86.msu'
Url64 = 'https://download.microsoft.com/download/9/6/F/96FD0525-3DDF-423D-8845-5F92F4A6883E/Windows8.1-KB2999226-x64.msu'
Checksum = 'B83251219C5390536B02BEBAF5E43A6F13381CE1DB43E76483BCE07C4BCF877B'
Checksum64 = '9F707096C7D279ED4BC2A40BA695EFAC69C20406E0CA97E2B3E08443C6381D15'
}
'6.3-server' = @{
Url64 = 'https://download.microsoft.com/download/D/1/3/D13E3150-3BB2-4B22-9D8A-47EE2D609FFF/Windows8.1-KB2999226-x64.msu'
Checksum64 = '9F707096C7D279ED4BC2A40BA695EFAC69C20406E0CA97E2B3E08443C6381D15'
}
}
$servicePackRequirements = @{
'6.0' = @{ ServicePackNumber = 1; ChocolateyPackage = $null }
'6.1' = @{ ServicePackNumber = 1; ChocolateyPackage = 'KB976932' }
}
Install-WindowsUpdate -Id 'KB2999226' -MsuData $msuData -ChecksumType 'sha256' -ServicePackRequirements $servicePackRequirements
2018-05-15 22:04:35,916 3396 [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\KB2999226\tools\chocolateyinstall.ps1' -installArguments '' -packageParameters ''']
2018-05-15 22:04:36,072 3396 [DEBUG] - Redirecting Microsoft.PowerShell.Security, requested by ''
2018-05-15 22:04:36,244 3396 [DEBUG] - Attempting to load assembly Microsoft.PowerShell.Security failed:
Nie mo¿na za³adowaæ pliku lub zestawu 'Microsoft.PowerShell.Security, Version=5.0.0.0' lub jednej z jego zale¿noœci. Nie mo¿na odnaleŸæ okreœlonego pliku.
2018-05-15 22:04:36,385 3396 [DEBUG] - Attempting to load assembly Microsoft.PowerShell.Security failed:
Nie mo¿na za³adowaæ pliku lub zestawu 'Microsoft.PowerShell.Security, Version=4.0.0.0' lub jednej z jego zale¿noœci. Nie mo¿na odnaleŸæ okreœlonego pliku.
2018-05-15 22:04:36,557 3396 [DEBUG] - Attempting to load assembly Microsoft.PowerShell.Security failed:
Nie mo¿na za³adowaæ pliku lub zestawu 'Microsoft.PowerShell.Security, Version=3.0.0.0' lub jednej z jego zale¿noœci. Nie mo¿na odnaleŸæ okreœlonego pliku.
2018-05-15 22:04:36,822 3396 [DEBUG] - Attempting to load assembly Microsoft.PowerShell.Security failed:
Nie mo¿na za³adowaæ pliku lub zestawu 'Microsoft.PowerShell.Security, Version=1.0.0.0' lub jednej z jego zale¿noœci. Nie mo¿na odnaleŸæ okreœlonego pliku.
2018-05-15 22:04:37,088 3396 [DEBUG] - Host version is 4.0, PowerShell Version is '4.0' and CLR Version is '4.0.30319.42000'.
2018-05-15 22:04:37,291 3396 [INFO ] - VERBOSE: Exporting function 'Format-FileSize'.
2018-05-15 22:04:37,463 3396 [INFO ] - VERBOSE: Exporting function 'Get-ChecksumValid'.
2018-05-15 22:04:37,604 3396 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyUnzip'.
2018-05-15 22:04:37,744 3396 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyWebFile'.
2018-05-15 22:04:37,994 3396 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariable'.
2018-05-15 22:04:38,182 3396 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.
2018-05-15 22:04:38,338 3396 [INFO ] - VERBOSE: Exporting function 'Get-FtpFile'.
2018-05-15 22:04:38,510 3396 [INFO ] - VERBOSE: Exporting function 'Get-OSArchitectureWidth'.
2018-05-15 22:04:38,666 3396 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'.
2018-05-15 22:04:38,854 3396 [INFO ] - VERBOSE: Exporting function 'Get-ToolsLocation'.
2018-05-15 22:04:39,026 3396 [INFO ] - VERBOSE: Exporting function 'Get-UACEnabled'.
2018-05-15 22:04:39,229 3396 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
2018-05-15 22:04:39,369 3396 [INFO ] - VERBOSE: Exporting function 'Get-VirusCheckValid'.
2018-05-15 22:04:39,510 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebFile'.
2018-05-15 22:04:39,651 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebFileName'.
2018-05-15 22:04:39,869 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebHeaders'.
2018-05-15 22:04:40,057 3396 [INFO ] - VERBOSE: Exporting function 'Install-BinFile'.
2018-05-15 22:04:40,277 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.
2018-05-15 22:04:40,542 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.
2018-05-15 22:04:40,729 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.
2018-05-15 22:04:40,901 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.
2018-05-15 22:04:41,057 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.
2018-05-15 22:04:41,166 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPackage'.
2018-05-15 22:04:41,197 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPath'.
2018-05-15 22:04:41,229 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.
2018-05-15 22:04:41,260 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.
2018-05-15 22:04:41,291 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyShortcut'.
2018-05-15 22:04:41,325 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.
2018-05-15 22:04:41,338 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.
2018-05-15 22:04:41,369 3396 [INFO ] - VERBOSE: Exporting function 'Install-Vsix'.
2018-05-15 22:04:41,402 3396 [INFO ] - VERBOSE: Exporting function 'Set-EnvironmentVariable'.
2018-05-15 22:04:41,432 3396 [INFO ] - VERBOSE: Exporting function 'Set-PowerShellExitCode'.
2018-05-15 22:04:41,463 3396 [INFO ] - VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.
2018-05-15 22:04:41,495 3396 [INFO ] - VERBOSE: Exporting function 'Test-ProcessAdminRights'.
2018-05-15 22:04:41,541 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-BinFile'.
2018-05-15 22:04:41,557 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.
2018-05-15 22:04:41,604 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.
2018-05-15 22:04:41,619 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.
2018-05-15 22:04:41,651 3396 [INFO ] - VERBOSE: Exporting function 'Update-SessionEnvironment'.
2018-05-15 22:04:41,668 3396 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateyFailure'.
2018-05-15 22:04:41,682 3396 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateySuccess'.
2018-05-15 22:04:41,697 3396 [INFO ] - VERBOSE: Exporting function 'Write-FileUpdateLog'.
2018-05-15 22:04:41,713 3396 [INFO ] - VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.
2018-05-15 22:04:41,744 3396 [INFO ] - VERBOSE: Exporting alias 'Get-ProcessorBits'.
2018-05-15 22:04:41,760 3396 [INFO ] - VERBOSE: Exporting alias 'Get-OSBitness'.
2018-05-15 22:04:41,776 3396 [INFO ] - VERBOSE: Exporting alias 'Get-InstallRegistryKey'.
2018-05-15 22:04:41,791 3396 [INFO ] - VERBOSE: Exporting alias 'Generate-BinFile'.
2018-05-15 22:04:41,822 3396 [INFO ] - VERBOSE: Exporting alias 'Add-BinFile'.
2018-05-15 22:04:41,854 3396 [INFO ] - VERBOSE: Exporting alias 'Start-ChocolateyProcess'.
2018-05-15 22:04:41,869 3396 [INFO ] - VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.
2018-05-15 22:04:41,885 3396 [INFO ] - VERBOSE: Exporting alias 'Remove-BinFile'.
2018-05-15 22:04:41,916 3396 [INFO ] - VERBOSE: Exporting alias 'refreshenv'.
2018-05-15 22:04:41,933 3396 [DEBUG] - Loading community extensions
2018-05-15 22:04:41,947 3396 [DEBUG] - Importing 'C:\ProgramData\chocolatey\extensions\chocolatey-core\chocolatey-core.psm1'
2018-05-15 22:04:41,947 3396 [INFO ] - VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-core\chocolatey-core.psm1'.
2018-05-15 22:04:42,119 3396 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
2018-05-15 22:04:42,135 3396 [INFO ] - VERBOSE: Exporting function 'Get-AppInstallLocation'.
2018-05-15 22:04:42,151 3396 [INFO ] - VERBOSE: Exporting function 'Get-AvailableDriveLetter'.
2018-05-15 22:04:42,166 3396 [INFO ] - VERBOSE: Exporting function 'Get-EffectiveProxy'.
2018-05-15 22:04:42,197 3396 [INFO ] - VERBOSE: Exporting function 'Get-PackageCacheLocation'.
2018-05-15 22:04:42,213 3396 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'.
2018-05-15 22:04:42,229 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebContent'.
2018-05-15 22:04:42,244 3396 [INFO ] - VERBOSE: Exporting function 'Register-Application'.
2018-05-15 22:04:42,260 3396 [INFO ] - VERBOSE: Importing function 'Get-AppInstallLocation'.
2018-05-15 22:04:42,276 3396 [INFO ] - VERBOSE: Importing function 'Get-AvailableDriveLetter'.
2018-05-15 22:04:42,291 3396 [INFO ] - VERBOSE: Importing function 'Get-EffectiveProxy'.
2018-05-15 22:04:42,307 3396 [INFO ] - VERBOSE: Importing function 'Get-PackageCacheLocation'.
2018-05-15 22:04:42,322 3396 [INFO ] - VERBOSE: Importing function 'Get-PackageParameters'.
2018-05-15 22:04:42,338 3396 [INFO ] - VERBOSE: Importing function 'Get-UninstallRegistryKey'.
2018-05-15 22:04:42,354 3396 [INFO ] - VERBOSE: Importing function 'Get-WebContent'.
2018-05-15 22:04:42,369 3396 [INFO ] - VERBOSE: Importing function 'Register-Application'.
2018-05-15 22:04:42,401 3396 [DEBUG] - Importing 'C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\chocolatey-windowsupdate.psm1'
2018-05-15 22:04:42,416 3396 [INFO ] - VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\chocolatey-windowsupdate.psm1'.
2018-05-15 22:04:42,447 3396 [INFO ] - VERBOSE: Exporting function 'Install-WindowsUpdate'.
2018-05-15 22:04:42,463 3396 [INFO ] - VERBOSE: Exporting function 'Test-WindowsUpdate'.
2018-05-15 22:04:42,479 3396 [INFO ] - VERBOSE: Importing function 'Install-WindowsUpdate'.
2018-05-15 22:04:42,511 3396 [INFO ] - VERBOSE: Importing function 'Test-WindowsUpdate'.
2018-05-15 22:04:42,526 3396 [INFO ] - VERBOSE: Exporting function 'Format-FileSize'.
2018-05-15 22:04:42,542 3396 [INFO ] - VERBOSE: Exporting function 'Get-ChecksumValid'.
2018-05-15 22:04:42,573 3396 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyUnzip'.
2018-05-15 22:04:42,607 3396 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyWebFile'.
2018-05-15 22:04:42,636 3396 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariable'.
2018-05-15 22:04:42,651 3396 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.
2018-05-15 22:04:42,683 3396 [INFO ] - VERBOSE: Exporting function 'Get-FtpFile'.
2018-05-15 22:04:42,713 3396 [INFO ] - VERBOSE: Exporting function 'Get-OSArchitectureWidth'.
2018-05-15 22:04:42,744 3396 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'.
2018-05-15 22:04:42,776 3396 [INFO ] - VERBOSE: Exporting function 'Get-ToolsLocation'.
2018-05-15 22:04:42,791 3396 [INFO ] - VERBOSE: Exporting function 'Get-UACEnabled'.
2018-05-15 22:04:42,838 3396 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
2018-05-15 22:04:42,854 3396 [INFO ] - VERBOSE: Exporting function 'Get-VirusCheckValid'.
2018-05-15 22:04:42,869 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebFile'.
2018-05-15 22:04:42,904 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebFileName'.
2018-05-15 22:04:42,932 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebHeaders'.
2018-05-15 22:04:42,948 3396 [INFO ] - VERBOSE: Exporting function 'Install-BinFile'.
2018-05-15 22:04:42,963 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.
2018-05-15 22:04:42,994 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.
2018-05-15 22:04:43,010 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.
2018-05-15 22:04:43,026 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.
2018-05-15 22:04:43,041 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.
2018-05-15 22:04:43,057 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPackage'.
2018-05-15 22:04:43,072 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPath'.
2018-05-15 22:04:43,088 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.
2018-05-15 22:04:43,104 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.
2018-05-15 22:04:43,119 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyShortcut'.
2018-05-15 22:04:43,135 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.
2018-05-15 22:04:43,151 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.
2018-05-15 22:04:43,182 3396 [INFO ] - VERBOSE: Exporting function 'Install-Vsix'.
2018-05-15 22:04:43,198 3396 [INFO ] - VERBOSE: Exporting function 'Set-EnvironmentVariable'.
2018-05-15 22:04:43,260 3396 [INFO ] - VERBOSE: Exporting function 'Set-PowerShellExitCode'.
2018-05-15 22:04:43,276 3396 [INFO ] - VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.
2018-05-15 22:04:43,291 3396 [INFO ] - VERBOSE: Exporting function 'Test-ProcessAdminRights'.
2018-05-15 22:04:43,307 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-BinFile'.
2018-05-15 22:04:43,322 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.
2018-05-15 22:04:43,338 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.
2018-05-15 22:04:43,354 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.
2018-05-15 22:04:43,369 3396 [INFO ] - VERBOSE: Exporting function 'Update-SessionEnvironment'.
2018-05-15 22:04:43,401 3396 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateyFailure'.
2018-05-15 22:04:43,416 3396 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateySuccess'.
2018-05-15 22:04:43,432 3396 [INFO ] - VERBOSE: Exporting function 'Write-FileUpdateLog'.
2018-05-15 22:04:43,448 3396 [INFO ] - VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.
2018-05-15 22:04:43,463 3396 [INFO ] - VERBOSE: Exporting function 'Get-AppInstallLocation'.
2018-05-15 22:04:43,479 3396 [INFO ] - VERBOSE: Exporting function 'Get-AvailableDriveLetter'.
2018-05-15 22:04:43,510 3396 [INFO ] - VERBOSE: Exporting function 'Get-EffectiveProxy'.
2018-05-15 22:04:43,526 3396 [INFO ] - VERBOSE: Exporting function 'Get-PackageCacheLocation'.
2018-05-15 22:04:43,557 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebContent'.
2018-05-15 22:04:43,572 3396 [INFO ] - VERBOSE: Exporting function 'Register-Application'.
2018-05-15 22:04:43,588 3396 [INFO ] - VERBOSE: Exporting function 'Install-WindowsUpdate'.
2018-05-15 22:04:43,619 3396 [INFO ] - VERBOSE: Exporting function 'Test-WindowsUpdate'.
2018-05-15 22:04:43,635 3396 [INFO ] - VERBOSE: Exporting alias 'Get-ProcessorBits'.
2018-05-15 22:04:43,666 3396 [INFO ] - VERBOSE: Exporting alias 'Get-OSBitness'.
2018-05-15 22:04:43,682 3396 [INFO ] - VERBOSE: Exporting alias 'Get-InstallRegistryKey'.
2018-05-15 22:04:43,697 3396 [INFO ] - VERBOSE: Exporting alias 'Generate-BinFile'.
2018-05-15 22:04:43,713 3396 [INFO ] - VERBOSE: Exporting alias 'Add-BinFile'.
2018-05-15 22:04:43,744 3396 [INFO ] - VERBOSE: Exporting alias 'Start-ChocolateyProcess'.
2018-05-15 22:04:43,776 3396 [INFO ] - VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.
2018-05-15 22:04:43,822 3396 [INFO ] - VERBOSE: Exporting alias 'Remove-BinFile'.
2018-05-15 22:04:43,854 3396 [INFO ] - VERBOSE: Exporting alias 'refreshenv'.
2018-05-15 22:04:43,901 3396 [INFO ] - VERBOSE: Importing function 'Format-FileSize'.
2018-05-15 22:04:43,932 3396 [INFO ] - VERBOSE: Importing function 'Get-AppInstallLocation'.
2018-05-15 22:04:43,979 3396 [INFO ] - VERBOSE: Importing function 'Get-AvailableDriveLetter'.
2018-05-15 22:04:44,026 3396 [INFO ] - VERBOSE: Importing function 'Get-ChecksumValid'.
2018-05-15 22:04:44,057 3396 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyUnzip'.
2018-05-15 22:04:44,072 3396 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyWebFile'.
2018-05-15 22:04:44,104 3396 [INFO ] - VERBOSE: Importing function 'Get-EffectiveProxy'.
2018-05-15 22:04:44,119 3396 [INFO ] - VERBOSE: Importing function 'Get-EnvironmentVariable'.
2018-05-15 22:04:44,135 3396 [INFO ] - VERBOSE: Importing function 'Get-EnvironmentVariableNames'.
2018-05-15 22:04:44,166 3396 [INFO ] - VERBOSE: Importing function 'Get-FtpFile'.
2018-05-15 22:04:44,182 3396 [INFO ] - VERBOSE: Importing function 'Get-OSArchitectureWidth'.
2018-05-15 22:04:44,197 3396 [INFO ] - VERBOSE: Importing function 'Get-PackageCacheLocation'.
2018-05-15 22:04:44,213 3396 [INFO ] - VERBOSE: Importing function 'Get-PackageParameters'.
2018-05-15 22:04:44,229 3396 [INFO ] - VERBOSE: Importing function 'Get-ToolsLocation'.
2018-05-15 22:04:44,244 3396 [INFO ] - VERBOSE: Importing function 'Get-UACEnabled'.
2018-05-15 22:04:44,260 3396 [INFO ] - VERBOSE: Importing function 'Get-UninstallRegistryKey'.
2018-05-15 22:04:44,291 3396 [INFO ] - VERBOSE: Importing function 'Get-VirusCheckValid'.
2018-05-15 22:04:44,307 3396 [INFO ] - VERBOSE: Importing function 'Get-WebContent'.
2018-05-15 22:04:44,354 3396 [INFO ] - VERBOSE: Importing function 'Get-WebFile'.
2018-05-15 22:04:44,385 3396 [INFO ] - VERBOSE: Importing function 'Get-WebFileName'.
2018-05-15 22:04:44,401 3396 [INFO ] - VERBOSE: Importing function 'Get-WebHeaders'.
2018-05-15 22:04:44,416 3396 [INFO ] - VERBOSE: Importing function 'Install-BinFile'.
2018-05-15 22:04:44,432 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyDesktopLink'.
2018-05-15 22:04:44,451 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyEnvironmentVariable'.
2018-05-15 22:04:44,495 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyExplorerMenuItem'.
2018-05-15 22:04:44,530 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyFileAssociation'.
2018-05-15 22:04:44,557 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyInstallPackage'.
2018-05-15 22:04:44,588 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPackage'.
2018-05-15 22:04:44,619 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPath'.
2018-05-15 22:04:44,635 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPinnedTaskBarItem'.
2018-05-15 22:04:44,666 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPowershellCommand'.
2018-05-15 22:04:44,682 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyShortcut'.
2018-05-15 22:04:44,698 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyVsixPackage'.
2018-05-15 22:04:44,729 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyZipPackage'.
2018-05-15 22:04:44,744 3396 [INFO ] - VERBOSE: Importing function 'Install-Vsix'.
2018-05-15 22:04:44,776 3396 [INFO ] - VERBOSE: Importing function 'Install-WindowsUpdate'.
2018-05-15 22:04:44,812 3396 [INFO ] - VERBOSE: Importing function 'Register-Application'.
2018-05-15 22:04:44,840 3396 [INFO ] - VERBOSE: Importing function 'Set-EnvironmentVariable'.
2018-05-15 22:04:44,869 3396 [INFO ] - VERBOSE: Importing function 'Set-PowerShellExitCode'.
2018-05-15 22:04:44,901 3396 [INFO ] - VERBOSE: Importing function 'Start-ChocolateyProcessAsAdmin'.
2018-05-15 22:04:44,916 3396 [INFO ] - VERBOSE: Importing function 'Test-ProcessAdminRights'.
2018-05-15 22:04:44,947 3396 [INFO ] - VERBOSE: Importing function 'Test-WindowsUpdate'.
2018-05-15 22:04:44,963 3396 [INFO ] - VERBOSE: Importing function 'Uninstall-BinFile'.
2018-05-15 22:04:44,994 3396 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyEnvironmentVariable'.
2018-05-15 22:04:45,026 3396 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyPackage'.
2018-05-15 22:04:45,057 3396 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyZipPackage'.
2018-05-15 22:04:45,088 3396 [INFO ] - VERBOSE: Importing function 'Update-SessionEnvironment'.
2018-05-15 22:04:45,135 3396 [INFO ] - VERBOSE: Importing function 'Write-ChocolateyFailure'.
2018-05-15 22:04:45,166 3396 [INFO ] - VERBOSE: Importing function 'Write-ChocolateySuccess'.
2018-05-15 22:04:45,182 3396 [INFO ] - VERBOSE: Importing function 'Write-FileUpdateLog'.
2018-05-15 22:04:45,213 3396 [INFO ] - VERBOSE: Importing function 'Write-FunctionCallLogMessage'.
2018-05-15 22:04:45,244 3396 [INFO ] - VERBOSE: Importing alias 'Add-BinFile'.
2018-05-15 22:04:45,291 3396 [INFO ] - VERBOSE: Importing alias 'Generate-BinFile'.
2018-05-15 22:04:45,307 3396 [INFO ] - VERBOSE: Importing alias 'Get-InstallRegistryKey'.
2018-05-15 22:04:45,342 3396 [INFO ] - VERBOSE: Importing alias 'Get-OSBitness'.
2018-05-15 22:04:45,354 3396 [INFO ] - VERBOSE: Importing alias 'Get-ProcessorBits'.
2018-05-15 22:04:45,369 3396 [INFO ] - VERBOSE: Importing alias 'Invoke-ChocolateyProcess'.
2018-05-15 22:04:45,385 3396 [INFO ] - VERBOSE: Importing alias 'refreshenv'.
2018-05-15 22:04:45,401 3396 [INFO ] - VERBOSE: Importing alias 'Remove-BinFile'.
2018-05-15 22:04:45,416 3396 [INFO ] - VERBOSE: Importing alias 'Start-ChocolateyProcess'.
2018-05-15 22:04:45,432 3396 [DEBUG] - Running 'ChocolateyScriptRunner' for KB2999226 v1.0.20170509 with packageScript 'C:\ProgramData\chocolatey\lib\KB2999226\tools\chocolateyinstall.ps1', packageFolder:'C:\ProgramData\chocolatey\lib\KB2999226', installArguments: '', packageParameters: '',
2018-05-15 22:04:45,447 3396 [DEBUG] - Running 'C:\ProgramData\chocolatey\lib\KB2999226\tools\chocolateyinstall.ps1'
2018-05-15 22:04:45,463 3396 [INFO ] - VERBOSE: Obtaining operating system information
2018-05-15 22:04:45,494 3396 [INFO ] - VERBOSE: Operating system: Microsoft Windows 8.1 Pro, version 6.3.9600, product type 'client'
2018-05-15 22:04:45,526 3396 [INFO ] - VERBOSE: Locating MSU rules for this operating system
2018-05-15 22:04:45,541 3396 [INFO ] - VERBOSE: Located MSU rules using selector: 6.3-client
2018-05-15 22:04:45,557 3396 [INFO ] - VERBOSE: Checking if update KB2999226 is already installed
2018-05-15 22:04:45,588 3396 [INFO ] - VERBOSE: Looking for Win32_QuickFixEngineering with HotFixID = KB2999226
2018-05-15 22:04:47,260 3396 [INFO ] - VERBOSE: QFE KB2999226 found: False
2018-05-15 22:04:47,276 3396 [INFO ] - VERBOSE: Locating Service Pack rules for this operating system
2018-05-15 22:04:47,307 3396 [INFO ] - VERBOSE: No Service Pack rules defined for this operating system
2018-05-15 22:04:47,324 3396 [INFO ] - VERBOSE: No Service Pack requirements are defined for this update on this operating system.
2018-05-15 22:04:47,385 3396 [DEBUG] - Running Install-ChocolateyPackage -validExitCodes '0' -url 'https://download.microsoft.com/download/E/4/6/E4694323-8290-4A08-82DB-81F2EB9452C2/Windows8.1-KB2999226-x86.msu' -checksum 'B83251219C5390536B02BEBAF5E43A6F13381CE1DB43E76483BCE07C4BCF877B' -url64bit 'https://download.microsoft.com/download/9/6/F/96FD0525-3DDF-423D-8845-5F92F4A6883E/Windows8.1-KB2999226-x64.msu' -fileType 'msu' -checksum64 '9F707096C7D279ED4BC2A40BA695EFAC69C20406E0CA97E2B3E08443C6381D15' -packageName 'KB2999226' -checksumType 'sha256' -silentArgs '/quiet /norestart /log:"C:\Users\Admin\AppData\Local\Temp\chocolatey\KB2999226.Install.evt"' -checksumType64 'sha256'
2018-05-15 22:04:47,385 3396 [DEBUG] - Running Get-ChocolateyWebFile -packageName 'KB2999226' -fileFullPath 'C:\Users\Admin\AppData\Local\Temp\chocolatey\KB2999226\1.0.20170509\KB2999226Install.msu' -url 'https://download.microsoft.com/download/E/4/6/E4694323-8290-4A08-82DB-81F2EB9452C2/Windows8.1-KB2999226-x86.msu' -url64bit 'https://download.microsoft.com/download/9/6/F/96FD0525-3DDF-423D-8845-5F92F4A6883E/Windows8.1-KB2999226-x64.msu' -checksum 'B83251219C5390536B02BEBAF5E43A6F13381CE1DB43E76483BCE07C4BCF877B' -checksumType 'sha256' -checksum64 '9F707096C7D279ED4BC2A40BA695EFAC69C20406E0CA97E2B3E08443C6381D15' -checksumType64 'sha256' -options 'System.Collections.Hashtable' -getOriginalFileName 'True'
2018-05-15 22:04:47,401 3396 [DEBUG] - Running Get-ProcessorBits -compare '64'
2018-05-15 22:04:47,416 3396 [DEBUG] - CPU is 64 bit
2018-05-15 22:04:47,416 3396 [DEBUG] - Setting url to 'https://download.microsoft.com/download/9/6/F/96FD0525-3DDF-423D-8845-5F92F4A6883E/Windows8.1-KB2999226-x64.msu' and bitPackage to 64
2018-05-15 22:04:47,432 3396 [DEBUG] - Running Get-WebFileName -url 'https://download.microsoft.com/download/9/6/F/96FD0525-3DDF-423D-8845-5F92F4A6883E/Windows8.1-KB2999226-x64.msu' -defaultName 'KB2999226Install.msu'
2018-05-15 22:04:47,479 3396 [DEBUG] - Using response url to determine file name. 'https://download.microsoft.com/download/9/6/F/96FD0525-3DDF-423D-8845-5F92F4A6883E/Windows8.1-KB2999226-x64.msu'
2018-05-15 22:04:47,494 3396 [DEBUG] - File name determined from url is 'Windows8.1-KB2999226-x64.msu'
2018-05-15 22:04:47,510 3396 [DEBUG] - Running Get-WebHeaders -url 'https://download.microsoft.com/download/9/6/F/96FD0525-3DDF-423D-8845-5F92F4A6883E/Windows8.1-KB2999226-x64.msu' -ErrorAction 'Stop'
2018-05-15 22:04:47,526 3396 [DEBUG] - Setting the UserAgent to 'chocolatey command line'
2018-05-15 22:04:47,541 3396 [DEBUG] - Request Headers:
2018-05-15 22:04:47,557 3396 [DEBUG] - 'Accept':'*/*'
2018-05-15 22:04:47,573 3396 [DEBUG] - 'User-Agent':'chocolatey command line'
2018-05-15 22:04:47,666 3396 [DEBUG] - Response Headers:
2018-05-15 22:04:47,666 3396 [DEBUG] - 'Content-Disposition':'attachment'
2018-05-15 22:04:47,682 3396 [DEBUG] - 'Connection':'keep-alive'
2018-05-15 22:04:47,682 3396 [DEBUG] - 'Accept-Ranges':'bytes'
2018-05-15 22:04:47,698 3396 [DEBUG] - 'Content-Length':'1005170'
2018-05-15 22:04:47,729 3396 [DEBUG] - 'Content-Type':'application/octet-stream'
2018-05-15 22:04:47,744 3396 [DEBUG] - 'Date':'Tue, 15 May 2018 20:04:47 GMT'
2018-05-15 22:04:47,760 3396 [DEBUG] - 'ETag':'"9a181d2440ddd01:0"'
2018-05-15 22:04:47,776 3396 [DEBUG] - 'Last-Modified':'Sun, 23 Aug 2015 01:07:54 GMT'
2018-05-15 22:04:47,791 3396 [DEBUG] - 'Server':'Microsoft-IIS/8.5'
2018-05-15 22:04:47,807 3396 [INFO ] - Downloading KB2999226 64 bit
from 'https://download.microsoft.com/download/9/6/F/96FD0525-3DDF-423D-8845-5F92F4A6883E/Windows8.1-KB2999226-x64.msu'
2018-05-15 22:04:47,854 3396 [INFO ] -
2018-05-15 22:04:47,901 3396 [DEBUG] - Running Get-WebFile -url 'https://download.microsoft.com/download/9/6/F/96FD0525-3DDF-423D-8845-5F92F4A6883E/Windows8.1-KB2999226-x64.msu' -fileName 'C:\Users\Admin\AppData\Local\Temp\chocolatey\KB2999226\1.0.20170509\Windows8.1-KB2999226-x64.msu' -options 'System.Collections.Hashtable'
2018-05-15 22:04:47,916 3396 [DEBUG] - Setting request timeout to 30000
2018-05-15 22:04:47,932 3396 [DEBUG] - Setting read/write timeout to 2700000
2018-05-15 22:04:47,947 3396 [DEBUG] - Setting the UserAgent to 'chocolatey command line'
2018-05-15 22:04:48,104 3396 [DEBUG] - Downloading https://download.microsoft.com/download/9/6/F/96FD0525-3DDF-423D-8845-5F92F4A6883E/Windows8.1-KB2999226-x64.msu to C:\Users\Admin\AppData\Local\Temp\chocolatey\KB2999226\1.0.20170509\Windows8.1-KB2999226-x64.msu
2018-05-15 22:04:48,232 3396 [INFO ] -
2018-05-15 22:04:48,262 3396 [INFO ] -
2018-05-15 22:04:48,293 3396 [INFO ] - Download of Windows8.1-KB2999226-x64.msu (981.61 KB) completed.
2018-05-15 22:04:48,309 3396 [INFO ] -
2018-05-15 22:04:51,486 3396 [DEBUG] - No runtime virus checking built into FOSS Chocolatey. Check out Pro/Business - https://chocolatey.org/compare
2018-05-15 22:04:51,492 3396 [DEBUG] - Verifying package provided checksum of '9F707096C7D279ED4BC2A40BA695EFAC69C20406E0CA97E2B3E08443C6381D15' for 'C:\Users\Admin\AppData\Local\Temp\chocolatey\KB2999226\1.0.20170509\Windows8.1-KB2999226-x64.msu'.
2018-05-15 22:04:51,508 3396 [DEBUG] - Running Get-ChecksumValid -file 'C:\Users\Admin\AppData\Local\Temp\chocolatey\KB2999226\1.0.20170509\Windows8.1-KB2999226-x64.msu' -checksum '9F707096C7D279ED4BC2A40BA695EFAC69C20406E0CA97E2B3E08443C6381D15' -checksumType 'sha256' -originalUrl 'https://download.microsoft.com/download/9/6/F/96FD0525-3DDF-423D-8845-5F92F4A6883E/Windows8.1-KB2999226-x64.msu'
2018-05-15 22:04:51,508 3396 [DEBUG] - checksum.exe found at 'C:\ProgramData\chocolatey\helpers\..\tools\checksum.exe'
2018-05-15 22:04:51,523 3396 [DEBUG] - Executing command ['C:\ProgramData\chocolatey\helpers\..\tools\checksum.exe' -c="9F707096C7D279ED4BC2A40BA695EFAC69C20406E0CA97E2B3E08443C6381D15" -t="sha256" -f="C:\Users\Admin\AppData\Local\Temp\chocolatey\KB2999226\1.0.20170509\Windows8.1-KB2999226-x64.msu"]
2018-05-15 22:04:51,633 3396 [DEBUG] - Command ['C:\ProgramData\chocolatey\helpers\..\tools\checksum.exe' -c="9F707096C7D279ED4BC2A40BA695EFAC69C20406E0CA97E2B3E08443C6381D15" -t="sha256" -f="C:\Users\Admin\AppData\Local\Temp\chocolatey\KB2999226\1.0.20170509\Windows8.1-KB2999226-x64.msu"] exited with '0'.
2018-05-15 22:04:51,648 3396 [DEBUG] - Running Install-ChocolateyInstallPackage -packageName 'KB2999226' -fileType 'msu' -silentArgs '/quiet /norestart /log:"C:\Users\Admin\AppData\Local\Temp\chocolatey\KB2999226.Install.evt"' -file 'C:\Users\Admin\AppData\Local\Temp\chocolatey\KB2999226\1.0.20170509\Windows8.1-KB2999226-x64.msu' -validExitCodes '0' -useOnlyPackageSilentArguments 'False'
2018-05-15 22:04:51,648 3396 [DEBUG] - Running Get-ProcessorBits -compare '32'
2018-05-15 22:04:51,664 3396 [INFO ] - Installing KB2999226...
2018-05-15 22:04:51,680 3396 [INFO ] -
2018-05-15 22:04:51,742 3396 [DEBUG] - Ensuring 'C:\Users\Admin\AppData\Local\Temp\chocolatey' exists
2018-05-15 22:04:51,758 3396 [DEBUG] - Running Start-ChocolateyProcessAsAdmin -validExitCodes '0' -workingDirectory 'C:\Users\Admin\AppData\Local\Temp\chocolatey\KB2999226\1.0.20170509' -statements '"C:\Users\Admin\AppData\Local\Temp\chocolatey\KB2999226\1.0.20170509\Windows8.1-KB2999226-x64.msu" /quiet /norestart /log:"C:\Users\Admin\AppData\Local\Temp\chocolatey\KB2999226.Install.evt" ' -exeToRun 'C:\Windows\System32\wusa.exe'
2018-05-15 22:04:51,773 3396 [DEBUG] - Test-ProcessAdminRights: returning True
2018-05-15 22:04:51,789 3396 [DEBUG] - Elevating permissions and running ["C:\Windows\System32\wusa.exe" "C:\Users\Admin\AppData\Local\Temp\chocolatey\KB2999226\1.0.20170509\Windows8.1-KB2999226-x64.msu" /quiet /norestart /log:"C:\Users\Admin\AppData\Local\Temp\chocolatey\KB2999226.Install.evt" ]. This may take a while, depending on the statements.
2018-05-15 22:04:55,724 3396 [DEBUG] - Command ["C:\Windows\System32\wusa.exe" "C:\Users\Admin\AppData\Local\Temp\chocolatey\KB2999226\1.0.20170509\Windows8.1-KB2999226-x64.msu" /quiet /norestart /log:"C:\Users\Admin\AppData\Local\Temp\chocolatey\KB2999226.Install.evt" ] exited with '0'.
2018-05-15 22:04:55,724 3396 [DEBUG] - Finishing 'Start-ChocolateyProcessAsAdmin'
2018-05-15 22:04:55,739 3396 [INFO ] - KB2999226 has been installed.
2018-05-15 22:04:55,755 3396 [INFO ] -
2018-05-15 22:04:55,786 3396 [INFO ] - VERBOSE: Update KB2999226 has been installed successfully, a reboot is not required.
2018-05-15 22:04:55,817 3396 [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\KB2999226\tools\chocolateyinstall.ps1' -installArguments '' -packageParameters '''] exited with '0'.
2018-05-15 22:04:55,833 3396 [DEBUG] - Calling command ['"C:\Windows\System32\shutdown.exe" /a']
2018-05-15 22:04:55,880 3396 [DEBUG] - Command ['"C:\Windows\System32\shutdown.exe" /a'] exited with '1116'
2018-05-15 22:04:55,880 3396 [DEBUG] - Capturing package files in 'C:\ProgramData\chocolatey\lib\KB2999226'
2018-05-15 22:04:55,895 3396 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\KB2999226\KB2999226.nupkg'
with checksum 'CC2278A586FD5C0B99BB35A22C18712F'
2018-05-15 22:04:55,895 3396 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\KB2999226\KB2999226.nuspec'
with checksum '6298A489341D205F850BC6339742DE54'
2018-05-15 22:04:55,911 3396 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\KB2999226\tools\chocolateyinstall.ps1'
with checksum 'E8F0F61865809DAA89DE3CF935FE71F4'
2018-05-15 22:04:55,911 3396 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\.chocolatey\KB2999226.1.0.20170509".
2018-05-15 22:04:55,927 3396 [DEBUG] - There was no original file at 'C:\ProgramData\chocolatey\.chocolatey\KB2999226.1.0.20170509\.files'
2018-05-15 22:04:55,974 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\KB2999226.1.0.20170509\.extra".
2018-05-15 22:04:55,974 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\KB2999226.1.0.20170509\.version".
2018-05-15 22:04:55,989 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\KB2999226.1.0.20170509\.sxs".
2018-05-15 22:04:55,989 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\KB2999226.1.0.20170509\.pin".
2018-05-15 22:04:56,005 3396 [DEBUG] - Sending message 'HandlePackageResultCompletedMessage' out if there are subscribers...
2018-05-15 22:04:56,020 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\lib\KB2999226\.chocolateyPending".
2018-05-15 22:04:56,036 3396 [INFO ] - The install of kb2999226 was successful.
2018-05-15 22:04:56,084 3396 [INFO ] - Software installed as 'msu', install location is likely default.
2018-05-15 22:04:56,177 3396 [INFO ] - [NuGet] Installing 'vcredist140 14.12.25810'.
2018-05-15 22:04:56,224 3396 [DEBUG] - [NuGet] Added file 'README.md' to folder 'vcredist140'.
2018-05-15 22:04:56,239 3396 [DEBUG] - [NuGet] Added file 'chocolateyInstall.ps1' to folder 'vcredist140\tools'.
2018-05-15 22:04:56,255 3396 [DEBUG] - [NuGet] Added file 'chocolateyUninstall.ps1' to folder 'vcredist140\tools'.
2018-05-15 22:04:56,271 3396 [DEBUG] - [NuGet] Added file 'data.ps1' to folder 'vcredist140\tools'.
2018-05-15 22:04:56,302 3396 [DEBUG] - [NuGet] Added file 'vcredist140.nuspec' to folder 'vcredist140'.
2018-05-15 22:04:56,317 3396 [DEBUG] - [NuGet] Added file 'vcredist140.nupkg' to folder 'vcredist140'.
2018-05-15 22:04:56,317 3396 [INFO ] - [NuGet] Successfully installed 'vcredist140 14.12.25810'.
2018-05-15 22:04:56,333 3396 [INFO ] -
vcredist140 v14.12.25810 [Approved]
2018-05-15 22:04:56,364 3396 [INFO ] - vcredist140 package files install completed. Performing other installation steps.
2018-05-15 22:04:56,380 3396 [DEBUG] - Contents of 'C:\ProgramData\chocolatey\lib\vcredist140\tools\chocolateyInstall.ps1':
2018-05-15 22:04:56,380 3396 [DEBUG] - Set-StrictMode -Version 2
$ErrorActionPreference = 'Stop'
. (Join-Path -Path (Split-Path -Path $MyInvocation.MyCommand.Definition -Parent) -ChildPath 'data.ps1')
$packageName = $otherData.PackageName
$installerType = 'exe'
$silentArgs = '/quiet /norestart'
$validExitCodes = @(0, 3010)
$force = $Env:chocolateyPackageParameters -like '*Force*'
Write-Verbose 'Checking Service Pack requirements'
$os = Get-WmiObject -Class Win32_OperatingSystem
$version = [Version]$os.Version
if ($version -ge [Version]'6.1' -and $version -lt [Version]'6.2' -and $os.ServicePackMajorVersion -lt 1)
{
# On Windows 7 / Server 2008 R2, Service Pack 1 is required.
throw 'This package requires Service Pack 1 to be installed first. The "KB976932" package may be used to install it.'
}
elseif ($version -ge [Version]'6.0' -and $version -lt [Version]'6.1' -and $os.ServicePackMajorVersion -lt 2)
{
# On Windows Vista / Server 2008, Service Pack 2 is required.
throw 'This package requires Service Pack 2 to be installed first.'
}
elseif ($version -ge [Version]'5.2' -and $version -lt [Version]'6.0' -and $os.ServicePackMajorVersion -lt 2)
{
# On Windows Server 2003 / XP x64, Service Pack 2 is required.
throw 'This package requires Service Pack 2 to be installed first.'
}
elseif ($version -ge [Version]'5.1' -and $version -lt [Version]'5.2' -and $os.ServicePackMajorVersion -lt 3)
{
# On Windows XP, Service Pack 3 is required.
throw 'This package requires Service Pack 3 to be installed first.'
}
$runtimes = @{
'x64' = @{ RegistryPresent = $false; RegistryVersion = $null; DllVersion = $null; InstallData = $installData64; Applicable = (Get-OSArchitectureWidth) -eq 64 }
'x86' = @{ RegistryPresent = $false; RegistryVersion = $null; DllVersion = $null; InstallData = $installData32; Applicable = $true }
}
switch ([string](Get-OSArchitectureWidth))
{
'32' { $registryRoots = @{ x86 = 'HKLM:\SOFTWARE'; x64 = $null } }
'64' { $registryRoots = @{ x86 = 'HKLM:\SOFTWARE\WOW6432Node'; x64 = 'HKLM:\SOFTWARE' } }
default { throw "Unsupported bitness: $_" }
}
Write-Verbose 'Analyzing servicing information in the registry'
foreach ($archAndRegRoot in $registryRoots.GetEnumerator())
{
$arch = $archAndRegRoot.Key
$regRoot = $archAndRegRoot.Value
# https://docs.microsoft.com/en-us/cpp/ide/redistributing-visual-cpp-files
$regData = Get-ItemProperty -Path "$regRoot\Microsoft\DevDiv\vc\Servicing\$($otherData.FamilyRegistryKey)\RuntimeMinimum" -Name 'Version' -ErrorAction SilentlyContinue
if ($regData -ne $null)
{
$versionString = $regData.Version
try
{
$parsedVersion = [version]$versionString
Write-Verbose "Version of installed runtime for architecture $arch in the registry: $versionString"
$normalizedVersion = [version]($parsedVersion.ToString(3)) # future-proofing in case Microsoft starts putting more than 3 parts here
$runtimes[$arch].RegistryVersion = $normalizedVersion
}
catch
{
Write-Warning "The servicing information in the registry is in an unknown format. Please report this to package maintainers. Data from the registry: Version = [$versionString]"
}
}
}
$packageRuntimeVersion = $otherData.ThreePartVersion
Write-Verbose "Version number of runtime installed by this package: $packageRuntimeVersion"
foreach ($archAndRuntime in $runtimes.GetEnumerator())
{
$arch = $archAndRuntime.Key
$runtime = $archAndRuntime.Value
$shouldInstall = $runtime.RegistryVersion -eq $null -or $runtime.RegistryVersion -lt $packageRuntimeVersion
Write-Verbose "Runtime for architecture $arch applicable: $($runtime.Applicable); version in registry: [$($runtime.RegistryVersion)]; should install: $shouldInstall"
if ($runtime.Applicable)
{
if (-not $shouldInstall)
{
if ($force)
{
Write-Warning "Forcing installation of runtime for architecture $arch version $packageRuntimeVersion even though this or later version appears present, because 'Force' was specified in package parameters."
}
else
{
if ($runtime.RegistryVersion -gt $packageRuntimeVersion)
{
Write-Warning "Skipping installation of runtime for architecture $arch version $packageRuntimeVersion because a newer version ($($runtime.RegistryVersion)) is already installed."
}
else
{
Write-Host "Runtime for architecture $arch version $packageRuntimeVersion is already installed."
}
continue
}
}
Write-Verbose "Installing runtime for architecture $arch"
$installData = $runtime.InstallData
Set-StrictMode -Off
Install-ChocolateyPackage -PackageName "${packageName}-$arch" `
-FileType $installerType `
-SilentArgs $silentArgs `
-ValidExitCodes $validExitCodes `
@installData
Set-StrictMode -Version 2
}
}
2018-05-15 22:04:56,474 3396 [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\vcredist140\tools\chocolateyInstall.ps1' -installArguments '' -packageParameters ''']
2018-05-15 22:04:56,536 3396 [DEBUG] - Redirecting Microsoft.PowerShell.Security, requested by ''
2018-05-15 22:04:56,614 3396 [DEBUG] - Attempting to load assembly Microsoft.PowerShell.Security failed:
Nie mo¿na za³adowaæ pliku lub zestawu 'Microsoft.PowerShell.Security, Version=5.0.0.0' lub jednej z jego zale¿noœci. Nie mo¿na odnaleŸæ okreœlonego pliku.
2018-05-15 22:04:56,708 3396 [DEBUG] - Attempting to load assembly Microsoft.PowerShell.Security failed:
Nie mo¿na za³adowaæ pliku lub zestawu 'Microsoft.PowerShell.Security, Version=4.0.0.0' lub jednej z jego zale¿noœci. Nie mo¿na odnaleŸæ okreœlonego pliku.
2018-05-15 22:04:56,802 3396 [DEBUG] - Attempting to load assembly Microsoft.PowerShell.Security failed:
Nie mo¿na za³adowaæ pliku lub zestawu 'Microsoft.PowerShell.Security, Version=3.0.0.0' lub jednej z jego zale¿noœci. Nie mo¿na odnaleŸæ okreœlonego pliku.
2018-05-15 22:04:56,880 3396 [DEBUG] - Attempting to load assembly Microsoft.PowerShell.Security failed:
Nie mo¿na za³adowaæ pliku lub zestawu 'Microsoft.PowerShell.Security, Version=1.0.0.0' lub jednej z jego zale¿noœci. Nie mo¿na odnaleŸæ okreœlonego pliku.
2018-05-15 22:04:57,020 3396 [DEBUG] - Host version is 4.0, PowerShell Version is '4.0' and CLR Version is '4.0.30319.42000'.
2018-05-15 22:04:57,130 3396 [INFO ] - VERBOSE: Exporting function 'Format-FileSize'.
2018-05-15 22:04:57,224 3396 [INFO ] - VERBOSE: Exporting function 'Get-ChecksumValid'.
2018-05-15 22:04:57,333 3396 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyUnzip'.
2018-05-15 22:04:57,411 3396 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyWebFile'.
2018-05-15 22:04:57,505 3396 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariable'.
2018-05-15 22:04:57,567 3396 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.
2018-05-15 22:04:57,630 3396 [INFO ] - VERBOSE: Exporting function 'Get-FtpFile'.
2018-05-15 22:04:57,692 3396 [INFO ] - VERBOSE: Exporting function 'Get-OSArchitectureWidth'.
2018-05-15 22:04:57,755 3396 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'.
2018-05-15 22:04:57,836 3396 [INFO ] - VERBOSE: Exporting function 'Get-ToolsLocation'.
2018-05-15 22:04:57,895 3396 [INFO ] - VERBOSE: Exporting function 'Get-UACEnabled'.
2018-05-15 22:04:57,958 3396 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
2018-05-15 22:04:58,020 3396 [INFO ] - VERBOSE: Exporting function 'Get-VirusCheckValid'.
2018-05-15 22:04:58,083 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebFile'.
2018-05-15 22:04:58,177 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebFileName'.
2018-05-15 22:04:58,287 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebHeaders'.
2018-05-15 22:04:58,364 3396 [INFO ] - VERBOSE: Exporting function 'Install-BinFile'.
2018-05-15 22:04:58,489 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.
2018-05-15 22:04:58,599 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.
2018-05-15 22:04:58,677 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.
2018-05-15 22:04:58,755 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.
2018-05-15 22:04:58,787 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.
2018-05-15 22:04:58,802 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPackage'.
2018-05-15 22:04:58,833 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPath'.
2018-05-15 22:04:58,849 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.
2018-05-15 22:04:58,864 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.
2018-05-15 22:04:58,880 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyShortcut'.
2018-05-15 22:04:58,911 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.
2018-05-15 22:04:58,927 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.
2018-05-15 22:04:58,942 3396 [INFO ] - VERBOSE: Exporting function 'Install-Vsix'.
2018-05-15 22:04:58,958 3396 [INFO ] - VERBOSE: Exporting function 'Set-EnvironmentVariable'.
2018-05-15 22:04:58,974 3396 [INFO ] - VERBOSE: Exporting function 'Set-PowerShellExitCode'.
2018-05-15 22:04:58,989 3396 [INFO ] - VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.
2018-05-15 22:04:59,005 3396 [INFO ] - VERBOSE: Exporting function 'Test-ProcessAdminRights'.
2018-05-15 22:04:59,020 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-BinFile'.
2018-05-15 22:04:59,036 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.
2018-05-15 22:04:59,052 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.
2018-05-15 22:04:59,083 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.
2018-05-15 22:04:59,099 3396 [INFO ] - VERBOSE: Exporting function 'Update-SessionEnvironment'.
2018-05-15 22:04:59,114 3396 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateyFailure'.
2018-05-15 22:04:59,130 3396 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateySuccess'.
2018-05-15 22:04:59,145 3396 [INFO ] - VERBOSE: Exporting function 'Write-FileUpdateLog'.
2018-05-15 22:04:59,161 3396 [INFO ] - VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.
2018-05-15 22:04:59,177 3396 [INFO ] - VERBOSE: Exporting alias 'Get-ProcessorBits'.
2018-05-15 22:04:59,192 3396 [INFO ] - VERBOSE: Exporting alias 'Get-OSBitness'.
2018-05-15 22:04:59,208 3396 [INFO ] - VERBOSE: Exporting alias 'Get-InstallRegistryKey'.
2018-05-15 22:04:59,256 3396 [INFO ] - VERBOSE: Exporting alias 'Generate-BinFile'.
2018-05-15 22:04:59,286 3396 [INFO ] - VERBOSE: Exporting alias 'Add-BinFile'.
2018-05-15 22:04:59,333 3396 [INFO ] - VERBOSE: Exporting alias 'Start-ChocolateyProcess'.
2018-05-15 22:04:59,364 3396 [INFO ] - VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.
2018-05-15 22:04:59,396 3396 [INFO ] - VERBOSE: Exporting alias 'Remove-BinFile'.
2018-05-15 22:04:59,442 3396 [INFO ] - VERBOSE: Exporting alias 'refreshenv'.
2018-05-15 22:04:59,498 3396 [DEBUG] - Loading community extensions
2018-05-15 22:04:59,520 3396 [DEBUG] - Importing 'C:\ProgramData\chocolatey\extensions\chocolatey-core\chocolatey-core.psm1'
2018-05-15 22:04:59,536 3396 [INFO ] - VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-core\chocolatey-core.psm1'.
2018-05-15 22:04:59,802 3396 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
2018-05-15 22:04:59,869 3396 [INFO ] - VERBOSE: Exporting function 'Get-AppInstallLocation'.
2018-05-15 22:04:59,901 3396 [INFO ] - VERBOSE: Exporting function 'Get-AvailableDriveLetter'.
2018-05-15 22:04:59,927 3396 [INFO ] - VERBOSE: Exporting function 'Get-EffectiveProxy'.
2018-05-15 22:04:59,960 3396 [INFO ] - VERBOSE: Exporting function 'Get-PackageCacheLocation'.
2018-05-15 22:05:00,005 3396 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'.
2018-05-15 22:05:00,043 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebContent'.
2018-05-15 22:05:00,067 3396 [INFO ] - VERBOSE: Exporting function 'Register-Application'.
2018-05-15 22:05:00,114 3396 [INFO ] - VERBOSE: Importing function 'Get-AppInstallLocation'.
2018-05-15 22:05:00,130 3396 [INFO ] - VERBOSE: Importing function 'Get-AvailableDriveLetter'.
2018-05-15 22:05:00,162 3396 [INFO ] - VERBOSE: Importing function 'Get-EffectiveProxy'.
2018-05-15 22:05:00,208 3396 [INFO ] - VERBOSE: Importing function 'Get-PackageCacheLocation'.
2018-05-15 22:05:00,224 3396 [INFO ] - VERBOSE: Importing function 'Get-PackageParameters'.
2018-05-15 22:05:00,239 3396 [INFO ] - VERBOSE: Importing function 'Get-UninstallRegistryKey'.
2018-05-15 22:05:00,270 3396 [INFO ] - VERBOSE: Importing function 'Get-WebContent'.
2018-05-15 22:05:00,302 3396 [INFO ] - VERBOSE: Importing function 'Register-Application'.
2018-05-15 22:05:00,333 3396 [DEBUG] - Importing 'C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\chocolatey-windowsupdate.psm1'
2018-05-15 22:05:00,357 3396 [INFO ] - VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\chocolatey-windowsupdate.psm1'.
2018-05-15 22:05:00,411 3396 [INFO ] - VERBOSE: Exporting function 'Install-WindowsUpdate'.
2018-05-15 22:05:00,458 3396 [INFO ] - VERBOSE: Exporting function 'Test-WindowsUpdate'.
2018-05-15 22:05:00,491 3396 [INFO ] - VERBOSE: Importing function 'Install-WindowsUpdate'.
2018-05-15 22:05:00,560 3396 [INFO ] - VERBOSE: Importing function 'Test-WindowsUpdate'.
2018-05-15 22:05:00,614 3396 [INFO ] - VERBOSE: Exporting function 'Format-FileSize'.
2018-05-15 22:05:00,661 3396 [INFO ] - VERBOSE: Exporting function 'Get-ChecksumValid'.
2018-05-15 22:05:00,724 3396 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyUnzip'.
2018-05-15 22:05:00,755 3396 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyWebFile'.
2018-05-15 22:05:00,770 3396 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariable'.
2018-05-15 22:05:00,802 3396 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.
2018-05-15 22:05:00,833 3396 [INFO ] - VERBOSE: Exporting function 'Get-FtpFile'.
2018-05-15 22:05:00,880 3396 [INFO ] - VERBOSE: Exporting function 'Get-OSArchitectureWidth'.
2018-05-15 22:05:00,927 3396 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'.
2018-05-15 22:05:00,974 3396 [INFO ] - VERBOSE: Exporting function 'Get-ToolsLocation'.
2018-05-15 22:05:01,010 3396 [INFO ] - VERBOSE: Exporting function 'Get-UACEnabled'.
2018-05-15 22:05:01,052 3396 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
2018-05-15 22:05:01,083 3396 [INFO ] - VERBOSE: Exporting function 'Get-VirusCheckValid'.
2018-05-15 22:05:01,099 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebFile'.
2018-05-15 22:05:01,130 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebFileName'.
2018-05-15 22:05:01,177 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebHeaders'.
2018-05-15 22:05:01,192 3396 [INFO ] - VERBOSE: Exporting function 'Install-BinFile'.
2018-05-15 22:05:01,240 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.
2018-05-15 22:05:01,286 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.
2018-05-15 22:05:01,317 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.
2018-05-15 22:05:01,364 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.
2018-05-15 22:05:01,411 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.
2018-05-15 22:05:01,442 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPackage'.
2018-05-15 22:05:01,474 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPath'.
2018-05-15 22:05:01,536 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.
2018-05-15 22:05:01,552 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.
2018-05-15 22:05:01,583 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyShortcut'.
2018-05-15 22:05:01,614 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.
2018-05-15 22:05:01,630 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.
2018-05-15 22:05:01,661 3396 [INFO ] - VERBOSE: Exporting function 'Install-Vsix'.
2018-05-15 22:05:01,677 3396 [INFO ] - VERBOSE: Exporting function 'Set-EnvironmentVariable'.
2018-05-15 22:05:01,708 3396 [INFO ] - VERBOSE: Exporting function 'Set-PowerShellExitCode'.
2018-05-15 22:05:01,739 3396 [INFO ] - VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.
2018-05-15 22:05:01,770 3396 [INFO ] - VERBOSE: Exporting function 'Test-ProcessAdminRights'.
2018-05-15 22:05:01,802 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-BinFile'.
2018-05-15 22:05:01,849 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.
2018-05-15 22:05:01,895 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.
2018-05-15 22:05:01,927 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.
2018-05-15 22:05:01,958 3396 [INFO ] - VERBOSE: Exporting function 'Update-SessionEnvironment'.
2018-05-15 22:05:01,989 3396 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateyFailure'.
2018-05-15 22:05:02,020 3396 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateySuccess'.
2018-05-15 22:05:02,067 3396 [INFO ] - VERBOSE: Exporting function 'Write-FileUpdateLog'.
2018-05-15 22:05:02,104 3396 [INFO ] - VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.
2018-05-15 22:05:02,148 3396 [INFO ] - VERBOSE: Exporting function 'Get-AppInstallLocation'.
2018-05-15 22:05:02,197 3396 [INFO ] - VERBOSE: Exporting function 'Get-AvailableDriveLetter'.
2018-05-15 22:05:02,239 3396 [INFO ] - VERBOSE: Exporting function 'Get-EffectiveProxy'.
2018-05-15 22:05:02,286 3396 [INFO ] - VERBOSE: Exporting function 'Get-PackageCacheLocation'.
2018-05-15 22:05:02,333 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebContent'.
2018-05-15 22:05:02,364 3396 [INFO ] - VERBOSE: Exporting function 'Register-Application'.
2018-05-15 22:05:02,396 3396 [INFO ] - VERBOSE: Exporting function 'Install-WindowsUpdate'.
2018-05-15 22:05:02,443 3396 [INFO ] - VERBOSE: Exporting function 'Test-WindowsUpdate'.
2018-05-15 22:05:02,474 3396 [INFO ] - VERBOSE: Exporting alias 'Get-ProcessorBits'.
2018-05-15 22:05:02,520 3396 [INFO ] - VERBOSE: Exporting alias 'Get-OSBitness'.
2018-05-15 22:05:02,552 3396 [INFO ] - VERBOSE: Exporting alias 'Get-InstallRegistryKey'.
2018-05-15 22:05:02,567 3396 [INFO ] - VERBOSE: Exporting alias 'Generate-BinFile'.
2018-05-15 22:05:02,599 3396 [INFO ] - VERBOSE: Exporting alias 'Add-BinFile'.
2018-05-15 22:05:02,630 3396 [INFO ] - VERBOSE: Exporting alias 'Start-ChocolateyProcess'.
2018-05-15 22:05:02,645 3396 [INFO ] - VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.
2018-05-15 22:05:02,677 3396 [INFO ] - VERBOSE: Exporting alias 'Remove-BinFile'.
2018-05-15 22:05:02,712 3396 [INFO ] - VERBOSE: Exporting alias 'refreshenv'.
2018-05-15 22:05:02,739 3396 [INFO ] - VERBOSE: Importing function 'Format-FileSize'.
2018-05-15 22:05:02,771 3396 [INFO ] - VERBOSE: Importing function 'Get-AppInstallLocation'.
2018-05-15 22:05:02,817 3396 [INFO ] - VERBOSE: Importing function 'Get-AvailableDriveLetter'.
2018-05-15 22:05:02,849 3396 [INFO ] - VERBOSE: Importing function 'Get-ChecksumValid'.
2018-05-15 22:05:02,880 3396 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyUnzip'.
2018-05-15 22:05:02,911 3396 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyWebFile'.
2018-05-15 22:05:02,927 3396 [INFO ] - VERBOSE: Importing function 'Get-EffectiveProxy'.
2018-05-15 22:05:02,942 3396 [INFO ] - VERBOSE: Importing function 'Get-EnvironmentVariable'.
2018-05-15 22:05:02,989 3396 [INFO ] - VERBOSE: Importing function 'Get-EnvironmentVariableNames'.
2018-05-15 22:05:03,020 3396 [INFO ] - VERBOSE: Importing function 'Get-FtpFile'.
2018-05-15 22:05:03,036 3396 [INFO ] - VERBOSE: Importing function 'Get-OSArchitectureWidth'.
2018-05-15 22:05:03,083 3396 [INFO ] - VERBOSE: Importing function 'Get-PackageCacheLocation'.
2018-05-15 22:05:03,114 3396 [INFO ] - VERBOSE: Importing function 'Get-PackageParameters'.
2018-05-15 22:05:03,130 3396 [INFO ] - VERBOSE: Importing function 'Get-ToolsLocation'.
2018-05-15 22:05:03,161 3396 [INFO ] - VERBOSE: Importing function 'Get-UACEnabled'.
2018-05-15 22:05:03,192 3396 [INFO ] - VERBOSE: Importing function 'Get-UninstallRegistryKey'.
2018-05-15 22:05:03,224 3396 [INFO ] - VERBOSE: Importing function 'Get-VirusCheckValid'.
2018-05-15 22:05:03,239 3396 [INFO ] - VERBOSE: Importing function 'Get-WebContent'.
2018-05-15 22:05:03,270 3396 [INFO ] - VERBOSE: Importing function 'Get-WebFile'.
2018-05-15 22:05:03,286 3396 [INFO ] - VERBOSE: Importing function 'Get-WebFileName'.
2018-05-15 22:05:03,333 3396 [INFO ] - VERBOSE: Importing function 'Get-WebHeaders'.
2018-05-15 22:05:03,364 3396 [INFO ] - VERBOSE: Importing function 'Install-BinFile'.
2018-05-15 22:05:03,411 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyDesktopLink'.
2018-05-15 22:05:03,459 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyEnvironmentVariable'.
2018-05-15 22:05:03,510 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyExplorerMenuItem'.
2018-05-15 22:05:03,552 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyFileAssociation'.
2018-05-15 22:05:03,615 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyInstallPackage'.
2018-05-15 22:05:03,630 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPackage'.
2018-05-15 22:05:03,677 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPath'.
2018-05-15 22:05:03,708 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPinnedTaskBarItem'.
2018-05-15 22:05:03,724 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPowershellCommand'.
2018-05-15 22:05:03,755 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyShortcut'.
2018-05-15 22:05:03,770 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyVsixPackage'.
2018-05-15 22:05:03,802 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyZipPackage'.
2018-05-15 22:05:03,817 3396 [INFO ] - VERBOSE: Importing function 'Install-Vsix'.
2018-05-15 22:05:03,849 3396 [INFO ] - VERBOSE: Importing function 'Install-WindowsUpdate'.
2018-05-15 22:05:03,864 3396 [INFO ] - VERBOSE: Importing function 'Register-Application'.
2018-05-15 22:05:03,880 3396 [INFO ] - VERBOSE: Importing function 'Set-EnvironmentVariable'.
2018-05-15 22:05:03,911 3396 [INFO ] - VERBOSE: Importing function 'Set-PowerShellExitCode'.
2018-05-15 22:05:03,927 3396 [INFO ] - VERBOSE: Importing function 'Start-ChocolateyProcessAsAdmin'.
2018-05-15 22:05:03,942 3396 [INFO ] - VERBOSE: Importing function 'Test-ProcessAdminRights'.
2018-05-15 22:05:03,974 3396 [INFO ] - VERBOSE: Importing function 'Test-WindowsUpdate'.
2018-05-15 22:05:03,991 3396 [INFO ] - VERBOSE: Importing function 'Uninstall-BinFile'.
2018-05-15 22:05:04,020 3396 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyEnvironmentVariable'.
2018-05-15 22:05:04,036 3396 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyPackage'.
2018-05-15 22:05:04,052 3396 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyZipPackage'.
2018-05-15 22:05:04,083 3396 [INFO ] - VERBOSE: Importing function 'Update-SessionEnvironment'.
2018-05-15 22:05:04,114 3396 [INFO ] - VERBOSE: Importing function 'Write-ChocolateyFailure'.
2018-05-15 22:05:04,130 3396 [INFO ] - VERBOSE: Importing function 'Write-ChocolateySuccess'.
2018-05-15 22:05:04,161 3396 [INFO ] - VERBOSE: Importing function 'Write-FileUpdateLog'.
2018-05-15 22:05:04,177 3396 [INFO ] - VERBOSE: Importing function 'Write-FunctionCallLogMessage'.
2018-05-15 22:05:04,208 3396 [INFO ] - VERBOSE: Importing alias 'Add-BinFile'.
2018-05-15 22:05:04,239 3396 [INFO ] - VERBOSE: Importing alias 'Generate-BinFile'.
2018-05-15 22:05:04,270 3396 [INFO ] - VERBOSE: Importing alias 'Get-InstallRegistryKey'.
2018-05-15 22:05:04,286 3396 [INFO ] - VERBOSE: Importing alias 'Get-OSBitness'.
2018-05-15 22:05:04,302 3396 [INFO ] - VERBOSE: Importing alias 'Get-ProcessorBits'.
2018-05-15 22:05:04,333 3396 [INFO ] - VERBOSE: Importing alias 'Invoke-ChocolateyProcess'.
2018-05-15 22:05:04,349 3396 [INFO ] - VERBOSE: Importing alias 'refreshenv'.
2018-05-15 22:05:04,380 3396 [INFO ] - VERBOSE: Importing alias 'Remove-BinFile'.
2018-05-15 22:05:04,395 3396 [INFO ] - VERBOSE: Importing alias 'Start-ChocolateyProcess'.
2018-05-15 22:05:04,411 3396 [DEBUG] - Running 'ChocolateyScriptRunner' for vcredist140 v14.12.25810 with packageScript 'C:\ProgramData\chocolatey\lib\vcredist140\tools\chocolateyInstall.ps1', packageFolder:'C:\ProgramData\chocolatey\lib\vcredist140', installArguments: '', packageParameters: '',
2018-05-15 22:05:04,411 3396 [DEBUG] - Running 'C:\ProgramData\chocolatey\lib\vcredist140\tools\chocolateyInstall.ps1'
2018-05-15 22:05:04,442 3396 [INFO ] - VERBOSE: Checking Service Pack requirements
2018-05-15 22:05:04,474 3396 [DEBUG] - Running Get-OSArchitectureWidth
2018-05-15 22:05:04,489 3396 [DEBUG] - Running Get-OSArchitectureWidth
2018-05-15 22:05:04,505 3396 [INFO ] - VERBOSE: Analyzing servicing information in the registry
2018-05-15 22:05:04,646 3396 [INFO ] - VERBOSE: Version number of runtime installed by this package: 14.12.25810
2018-05-15 22:05:04,677 3396 [INFO ] - VERBOSE: Runtime for architecture x86 applicable: True; version in registry: []; should install: True
2018-05-15 22:05:04,708 3396 [INFO ] - VERBOSE: Installing runtime for architecture x86
2018-05-15 22:05:04,755 3396 [DEBUG] - Running Install-ChocolateyPackage -packageName 'vcredist140-x86' -fileType 'exe' -silentArgs '/quiet /norestart' -validExitCodes '0 3010' -checksumType 'sha256' -url 'https://download.visualstudio.microsoft.com/download/pr/100349138/88b50ce70017bf10f2d56d60fcba6ab1/VC_redist.x86.exe' -checksum 'e7d34f0a9d37d7221adc911bd49b316de68a75f3bfa910e2550849ad13d0573f'
2018-05-15 22:05:04,771 3396 [DEBUG] - Running Get-ChocolateyWebFile -packageName 'vcredist140-x86' -fileFullPath 'C:\Users\Admin\AppData\Local\Temp\chocolatey\vcredist140\14.12.25810\vcredist140-x86Install.exe' -url 'https://download.visualstudio.microsoft.com/download/pr/100349138/88b50ce70017bf10f2d56d60fcba6ab1/VC_redist.x86.exe' -url64bit '' -checksum 'e7d34f0a9d37d7221adc911bd49b316de68a75f3bfa910e2550849ad13d0573f' -checksumType 'sha256' -checksum64 '' -checksumType64 '' -options 'System.Collections.Hashtable' -getOriginalFileName 'True'
2018-05-15 22:05:04,787 3396 [DEBUG] - Running Get-ProcessorBits -compare '64'
2018-05-15 22:05:04,802 3396 [DEBUG] - CPU is 64 bit
2018-05-15 22:05:04,821 3396 [DEBUG] - Running Get-WebFileName -url 'https://download.visualstudio.microsoft.com/download/pr/100349138/88b50ce70017bf10f2d56d60fcba6ab1/VC_redist.x86.exe' -defaultName 'vcredist140-x86Install.exe'
2018-05-15 22:05:04,989 3396 [DEBUG] - Using header 'Content-Disposition' to determine file name.
2018-05-15 22:05:05,005 3396 [DEBUG] - File name determined from url is 'VC_redist.x86.exe'
2018-05-15 22:05:05,020 3396 [DEBUG] - Running Get-WebHeaders -url 'https://download.visualstudio.microsoft.com/download/pr/100349138/88b50ce70017bf10f2d56d60fcba6ab1/VC_redist.x86.exe' -ErrorAction 'Stop'
2018-05-15 22:05:05,036 3396 [DEBUG] - Setting the UserAgent to 'chocolatey command line'
2018-05-15 22:05:05,053 3396 [DEBUG] - Request Headers:
2018-05-15 22:05:05,053 3396 [DEBUG] - 'Accept':'*/*'
2018-05-15 22:05:05,070 3396 [DEBUG] - 'User-Agent':'chocolatey command line'
2018-05-15 22:05:05,161 3396 [DEBUG] - Response Headers:
2018-05-15 22:05:05,177 3396 [DEBUG] - 'Access-Control-Allow-Origin':'https://www.visualstudio.com'
2018-05-15 22:05:05,192 3396 [DEBUG] - 'Content-Disposition':'attachment; filename=VC_redist.x86.exe'
2018-05-15 22:05:05,208 3396 [DEBUG] - 'X-Cache':'HIT'
2018-05-15 22:05:05,224 3396 [DEBUG] - 'Accept-Ranges':'bytes'
2018-05-15 22:05:05,239 3396 [DEBUG] - 'Content-Length':'14565944'
2018-05-15 22:05:05,255 3396 [DEBUG] - 'Cache-Control':'public, max-age=259200'
2018-05-15 22:05:05,270 3396 [DEBUG] - 'Content-Type':'application/octet-stream'
2018-05-15 22:05:05,286 3396 [DEBUG] - 'Date':'Tue, 15 May 2018 20:05:05 GMT'
2018-05-15 22:05:05,286 3396 [DEBUG] - 'Expires':'Wed, 09 May 2018 04:36:58 GMT'
2018-05-15 22:05:05,306 3396 [DEBUG] - 'ETag':'"b0176ee2414bd31:0"'
2018-05-15 22:05:05,318 3396 [DEBUG] - 'Last-Modified':'Sun, 22 Oct 2017 14:27:26 GMT'
2018-05-15 22:05:05,333 3396 [DEBUG] - 'Server':'ECAcc (waw/0539)'
2018-05-15 22:05:05,349 3396 [DEBUG] - 'X-Powered-By':'ASP.NET'
2018-05-15 22:05:05,349 3396 [INFO ] - Downloading vcredist140-x86
from 'https://download.visualstudio.microsoft.com/download/pr/100349138/88b50ce70017bf10f2d56d60fcba6ab1/VC_redist.x86.exe'
2018-05-15 22:05:05,364 3396 [INFO ] -
2018-05-15 22:05:05,395 3396 [DEBUG] - Running Get-WebFile -url 'https://download.visualstudio.microsoft.com/download/pr/100349138/88b50ce70017bf10f2d56d60fcba6ab1/VC_redist.x86.exe' -fileName 'C:\Users\Admin\AppData\Local\Temp\chocolatey\vcredist140\14.12.25810\VC_redist.x86.exe' -options 'System.Collections.Hashtable'
2018-05-15 22:05:05,411 3396 [DEBUG] - Setting request timeout to 30000
2018-05-15 22:05:05,411 3396 [DEBUG] - Setting read/write timeout to 2700000
2018-05-15 22:05:05,427 3396 [DEBUG] - Setting the UserAgent to 'chocolatey command line'
2018-05-15 22:05:08,581 3396 [DEBUG] - Downloading https://download.visualstudio.microsoft.com/download/pr/100349138/88b50ce70017bf10f2d56d60fcba6ab1/VC_redist.x86.exe to C:\Users\Admin\AppData\Local\Temp\chocolatey\vcredist140\14.12.25810\VC_redist.x86.exe
2018-05-15 22:05:10,097 3396 [INFO ] -
2018-05-15 22:05:10,112 3396 [INFO ] -
2018-05-15 22:05:10,128 3396 [INFO ] - Download of VC_redist.x86.exe (13.89 MB) completed.
2018-05-15 22:05:10,144 3396 [INFO ] -
2018-05-15 22:05:14,519 3396 [DEBUG] - No runtime virus checking built into FOSS Chocolatey. Check out Pro/Business - https://chocolatey.org/compare
2018-05-15 22:05:14,519 3396 [DEBUG] - Verifying package provided checksum of 'e7d34f0a9d37d7221adc911bd49b316de68a75f3bfa910e2550849ad13d0573f' for 'C:\Users\Admin\AppData\Local\Temp\chocolatey\vcredist140\14.12.25810\VC_redist.x86.exe'.
2018-05-15 22:05:14,534 3396 [DEBUG] - Running Get-ChecksumValid -file 'C:\Users\Admin\AppData\Local\Temp\chocolatey\vcredist140\14.12.25810\VC_redist.x86.exe' -checksum 'e7d34f0a9d37d7221adc911bd49b316de68a75f3bfa910e2550849ad13d0573f' -checksumType 'sha256' -originalUrl 'https://download.visualstudio.microsoft.com/download/pr/100349138/88b50ce70017bf10f2d56d60fcba6ab1/VC_redist.x86.exe'
2018-05-15 22:05:14,534 3396 [DEBUG] - checksum.exe found at 'C:\ProgramData\chocolatey\helpers\..\tools\checksum.exe'
2018-05-15 22:05:14,550 3396 [DEBUG] - Executing command ['C:\ProgramData\chocolatey\helpers\..\tools\checksum.exe' -c="e7d34f0a9d37d7221adc911bd49b316de68a75f3bfa910e2550849ad13d0573f" -t="sha256" -f="C:\Users\Admin\AppData\Local\Temp\chocolatey\vcredist140\14.12.25810\VC_redist.x86.exe"]
2018-05-15 22:05:14,941 3396 [DEBUG] - Command ['C:\ProgramData\chocolatey\helpers\..\tools\checksum.exe' -c="e7d34f0a9d37d7221adc911bd49b316de68a75f3bfa910e2550849ad13d0573f" -t="sha256" -f="C:\Users\Admin\AppData\Local\Temp\chocolatey\vcredist140\14.12.25810\VC_redist.x86.exe"] exited with '0'.
2018-05-15 22:05:14,941 3396 [DEBUG] - Running Install-ChocolateyInstallPackage -packageName 'vcredist140-x86' -fileType 'exe' -silentArgs '/quiet /norestart' -file 'C:\Users\Admin\AppData\Local\Temp\chocolatey\vcredist140\14.12.25810\VC_redist.x86.exe' -validExitCodes '0 3010' -useOnlyPackageSilentArguments 'False'
2018-05-15 22:05:14,956 3396 [DEBUG] - Running Get-ProcessorBits -compare '32'
2018-05-15 22:05:14,972 3396 [INFO ] - Installing vcredist140-x86...
2018-05-15 22:05:14,988 3396 [INFO ] -
2018-05-15 22:05:15,052 3396 [DEBUG] - Running Start-ChocolateyProcessAsAdmin -validExitCodes '0 3010' -workingDirectory 'C:\Users\Admin\AppData\Local\Temp\chocolatey\vcredist140\14.12.25810' -statements '/quiet /norestart ' -exeToRun 'C:\Users\Admin\AppData\Local\Temp\chocolatey\vcredist140\14.12.25810\VC_redist.x86.exe'
2018-05-15 22:05:15,087 3396 [DEBUG] - Test-ProcessAdminRights: returning True
2018-05-15 22:05:15,101 3396 [DEBUG] - Elevating permissions and running ["C:\Users\Admin\AppData\Local\Temp\chocolatey\vcredist140\14.12.25810\VC_redist.x86.exe" /quiet /norestart ]. This may take a while, depending on the statements.
2018-05-15 22:05:19,754 3396 [DEBUG] - Command ["C:\Users\Admin\AppData\Local\Temp\chocolatey\vcredist140\14.12.25810\VC_redist.x86.exe" /quiet /norestart ] exited with '0'.
2018-05-15 22:05:19,754 3396 [DEBUG] - Finishing 'Start-ChocolateyProcessAsAdmin'
2018-05-15 22:05:19,770 3396 [INFO ] - vcredist140-x86 has been installed.
2018-05-15 22:05:19,785 3396 [INFO ] -
2018-05-15 22:05:19,863 3396 [INFO ] - VERBOSE: Runtime for architecture x64 applicable: True; version in registry: []; should install: True
2018-05-15 22:05:19,895 3396 [INFO ] - VERBOSE: Installing runtime for architecture x64
2018-05-15 22:05:19,910 3396 [DEBUG] - Running Install-ChocolateyPackage -packageName 'vcredist140-x64' -fileType 'exe' -silentArgs '/quiet /norestart' -validExitCodes '0 3010' -url64bit 'https://download.visualstudio.microsoft.com/download/pr/100349091/2cd2dba5748dc95950a5c42c2d2d78e4/VC_redist.x64.exe' -checksumType64 'sha256' -checksum64 '52dcfaf0c7cf62c333e12457339a581ac369e06576f93ded45ac002a1b3621fb'
2018-05-15 22:05:19,957 3396 [DEBUG] - Running Get-ChocolateyWebFile -packageName 'vcredist140-x64' -fileFullPath 'C:\Users\Admin\AppData\Local\Temp\chocolatey\vcredist140\14.12.25810\vcredist140-x64Install.exe' -url '' -url64bit 'https://download.visualstudio.microsoft.com/download/pr/100349091/2cd2dba5748dc95950a5c42c2d2d78e4/VC_redist.x64.exe' -checksum '' -checksumType '' -checksum64 '52dcfaf0c7cf62c333e12457339a581ac369e06576f93ded45ac002a1b3621fb' -checksumType64 'sha256' -options 'System.Collections.Hashtable' -getOriginalFileName 'True'
2018-05-15 22:05:19,957 3396 [DEBUG] - Running Get-ProcessorBits -compare '64'
2018-05-15 22:05:19,973 3396 [DEBUG] - CPU is 64 bit
2018-05-15 22:05:19,973 3396 [DEBUG] - Setting url to 'https://download.visualstudio.microsoft.com/download/pr/100349091/2cd2dba5748dc95950a5c42c2d2d78e4/VC_redist.x64.exe' and bitPackage to 64
2018-05-15 22:05:19,988 3396 [DEBUG] - Running Get-WebFileName -url 'https://download.visualstudio.microsoft.com/download/pr/100349091/2cd2dba5748dc95950a5c42c2d2d78e4/VC_redist.x64.exe' -defaultName 'vcredist140-x64Install.exe'
2018-05-15 22:05:20,020 3396 [DEBUG] - Using header 'Content-Disposition' to determine file name.
2018-05-15 22:05:20,035 3396 [DEBUG] - File name determined from url is 'VC_redist.x64.exe'
2018-05-15 22:05:20,035 3396 [DEBUG] - Running Get-WebHeaders -url 'https://download.visualstudio.microsoft.com/download/pr/100349091/2cd2dba5748dc95950a5c42c2d2d78e4/VC_redist.x64.exe' -ErrorAction 'Stop'
2018-05-15 22:05:20,051 3396 [DEBUG] - Setting the UserAgent to 'chocolatey command line'
2018-05-15 22:05:20,051 3396 [DEBUG] - Request Headers:
2018-05-15 22:05:20,066 3396 [DEBUG] - 'Accept':'*/*'
2018-05-15 22:05:20,066 3396 [DEBUG] - 'User-Agent':'chocolatey command line'
2018-05-15 22:05:20,176 3396 [DEBUG] - Response Headers:
2018-05-15 22:05:20,192 3396 [DEBUG] - 'Access-Control-Allow-Origin':'https://www.visualstudio.com'
2018-05-15 22:05:20,207 3396 [DEBUG] - 'Content-Disposition':'attachment; filename=VC_redist.x64.exe'
2018-05-15 22:05:20,207 3396 [DEBUG] - 'X-Cache':'HIT'
2018-05-15 22:05:20,223 3396 [DEBUG] - 'Accept-Ranges':'bytes'
2018-05-15 22:05:20,223 3396 [DEBUG] - 'Content-Length':'15328616'
2018-05-15 22:05:20,238 3396 [DEBUG] - 'Cache-Control':'public, max-age=259200'
2018-05-15 22:05:20,254 3396 [DEBUG] - 'Content-Type':'application/octet-stream'
2018-05-15 22:05:20,271 3396 [DEBUG] - 'Date':'Tue, 15 May 2018 20:05:20 GMT'
2018-05-15 22:05:20,271 3396 [DEBUG] - 'ETag':'"8667f91e4b4bd31:0"'
2018-05-15 22:05:20,285 3396 [DEBUG] - 'Last-Modified':'Sun, 22 Oct 2017 15:33:33 GMT'
2018-05-15 22:05:20,301 3396 [DEBUG] - 'Server':'ECAcc (waw/057D)'
2018-05-15 22:05:20,301 3396 [DEBUG] - 'X-Powered-By':'ASP.NET'
2018-05-15 22:05:20,316 3396 [INFO ] - Downloading vcredist140-x64 64 bit
from 'https://download.visualstudio.microsoft.com/download/pr/100349091/2cd2dba5748dc95950a5c42c2d2d78e4/VC_redist.x64.exe'
2018-05-15 22:05:20,348 3396 [INFO ] -
2018-05-15 22:05:20,379 3396 [DEBUG] - Running Get-WebFile -url 'https://download.visualstudio.microsoft.com/download/pr/100349091/2cd2dba5748dc95950a5c42c2d2d78e4/VC_redist.x64.exe' -fileName 'C:\Users\Admin\AppData\Local\Temp\chocolatey\vcredist140\14.12.25810\VC_redist.x64.exe' -options 'System.Collections.Hashtable'
2018-05-15 22:05:20,395 3396 [DEBUG] - Setting request timeout to 30000
2018-05-15 22:05:20,442 3396 [DEBUG] - Setting read/write timeout to 2700000
2018-05-15 22:05:20,457 3396 [DEBUG] - Setting the UserAgent to 'chocolatey command line'
2018-05-15 22:05:21,770 3396 [INFO ] -
2018-05-15 22:05:21,832 3396 [INFO ] -
2018-05-15 22:05:21,863 3396 [INFO ] - Download of VC_redist.x64.exe (14.62 MB) completed.
2018-05-15 22:05:21,895 3396 [INFO ] -
2018-05-15 22:05:25,361 3396 [DEBUG] - No runtime virus checking built into FOSS Chocolatey. Check out Pro/Business - https://chocolatey.org/compare
2018-05-15 22:05:25,361 3396 [DEBUG] - Verifying package provided checksum of '52dcfaf0c7cf62c333e12457339a581ac369e06576f93ded45ac002a1b3621fb' for 'C:\Users\Admin\AppData\Local\Temp\chocolatey\vcredist140\14.12.25810\VC_redist.x64.exe'.
2018-05-15 22:05:25,376 3396 [DEBUG] - Running Get-ChecksumValid -file 'C:\Users\Admin\AppData\Local\Temp\chocolatey\vcredist140\14.12.25810\VC_redist.x64.exe' -checksum '52dcfaf0c7cf62c333e12457339a581ac369e06576f93ded45ac002a1b3621fb' -checksumType 'sha256' -originalUrl 'https://download.visualstudio.microsoft.com/download/pr/100349091/2cd2dba5748dc95950a5c42c2d2d78e4/VC_redist.x64.exe'
2018-05-15 22:05:25,376 3396 [DEBUG] - checksum.exe found at 'C:\ProgramData\chocolatey\helpers\..\tools\checksum.exe'
2018-05-15 22:05:25,392 3396 [DEBUG] - Executing command ['C:\ProgramData\chocolatey\helpers\..\tools\checksum.exe' -c="52dcfaf0c7cf62c333e12457339a581ac369e06576f93ded45ac002a1b3621fb" -t="sha256" -f="C:\Users\Admin\AppData\Local\Temp\chocolatey\vcredist140\14.12.25810\VC_redist.x64.exe"]
2018-05-15 22:05:25,626 3396 [DEBUG] - Command ['C:\ProgramData\chocolatey\helpers\..\tools\checksum.exe' -c="52dcfaf0c7cf62c333e12457339a581ac369e06576f93ded45ac002a1b3621fb" -t="sha256" -f="C:\Users\Admin\AppData\Local\Temp\chocolatey\vcredist140\14.12.25810\VC_redist.x64.exe"] exited with '0'.
2018-05-15 22:05:25,642 3396 [DEBUG] - Running Install-ChocolateyInstallPackage -packageName 'vcredist140-x64' -fileType 'exe' -silentArgs '/quiet /norestart' -file 'C:\Users\Admin\AppData\Local\Temp\chocolatey\vcredist140\14.12.25810\VC_redist.x64.exe' -validExitCodes '0 3010' -useOnlyPackageSilentArguments 'False'
2018-05-15 22:05:25,642 3396 [DEBUG] - Running Get-ProcessorBits -compare '32'
2018-05-15 22:05:25,657 3396 [INFO ] - Installing vcredist140-x64...
2018-05-15 22:05:25,673 3396 [INFO ] -
2018-05-15 22:05:25,720 3396 [DEBUG] - Running Start-ChocolateyProcessAsAdmin -validExitCodes '0 3010' -workingDirectory 'C:\Users\Admin\AppData\Local\Temp\chocolatey\vcredist140\14.12.25810' -statements '/quiet /norestart ' -exeToRun 'C:\Users\Admin\AppData\Local\Temp\chocolatey\vcredist140\14.12.25810\VC_redist.x64.exe'
2018-05-15 22:05:25,737 3396 [DEBUG] - Test-ProcessAdminRights: returning True
2018-05-15 22:05:25,751 3396 [DEBUG] - Elevating permissions and running ["C:\Users\Admin\AppData\Local\Temp\chocolatey\vcredist140\14.12.25810\VC_redist.x64.exe" /quiet /norestart ]. This may take a while, depending on the statements.
2018-05-15 22:05:29,723 3396 [DEBUG] - Command ["C:\Users\Admin\AppData\Local\Temp\chocolatey\vcredist140\14.12.25810\VC_redist.x64.exe" /quiet /norestart ] exited with '0'.
2018-05-15 22:05:29,750 3396 [DEBUG] - Finishing 'Start-ChocolateyProcessAsAdmin'
2018-05-15 22:05:29,765 3396 [INFO ] - vcredist140-x64 has been installed.
2018-05-15 22:05:29,841 3396 [INFO ] -
2018-05-15 22:05:29,857 3396 [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\vcredist140\tools\chocolateyInstall.ps1' -installArguments '' -packageParameters '''] exited with '0'.
2018-05-15 22:05:29,872 3396 [DEBUG] - Calling command ['"C:\Windows\System32\shutdown.exe" /a']
2018-05-15 22:05:30,066 3396 [DEBUG] - Command ['"C:\Windows\System32\shutdown.exe" /a'] exited with '1116'
2018-05-15 22:05:30,076 3396 [INFO ] - vcredist140 may be able to be automatically uninstalled.
2018-05-15 22:05:30,123 3396 [DEBUG] - Capturing package files in 'C:\ProgramData\chocolatey\lib\vcredist140'
2018-05-15 22:05:30,154 3396 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\vcredist140\README.md'
with checksum '24A7D31A2C71317200879A93D41B3161'
2018-05-15 22:05:30,216 3396 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\vcredist140\vcredist140.nupkg'
with checksum '2CC8ECED80CCB7B4163312C1EDE9EED3'
2018-05-15 22:05:30,248 3396 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\vcredist140\vcredist140.nuspec'
with checksum '1119E06D1D418F682CE69968BBDE50AD'
2018-05-15 22:05:30,263 3396 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\vcredist140\tools\chocolateyInstall.ps1'
with checksum '7B22F5200507274E053BD658531323EB'
2018-05-15 22:05:30,310 3396 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\vcredist140\tools\chocolateyUninstall.ps1'
with checksum '0FFC57B43B4BD80ABCFD3A38D2AE4680'
2018-05-15 22:05:30,326 3396 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\vcredist140\tools\data.ps1'
with checksum '61EEF3ADC2F2C7A1B1045B1ABA190672'
2018-05-15 22:05:30,341 3396 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\.chocolatey\vcredist140.14.12.25810".
2018-05-15 22:05:30,404 3396 [DEBUG] - There was no original file at 'C:\ProgramData\chocolatey\.chocolatey\vcredist140.14.12.25810\.registry'
2018-05-15 22:05:30,435 3396 [DEBUG] - There was no original file at 'C:\ProgramData\chocolatey\.chocolatey\vcredist140.14.12.25810\.files'
2018-05-15 22:05:30,498 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\vcredist140.14.12.25810\.extra".
2018-05-15 22:05:30,498 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\vcredist140.14.12.25810\.version".
2018-05-15 22:05:30,513 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\vcredist140.14.12.25810\.sxs".
2018-05-15 22:05:30,513 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\vcredist140.14.12.25810\.pin".
2018-05-15 22:05:30,529 3396 [DEBUG] - Sending message 'HandlePackageResultCompletedMessage' out if there are subscribers...
2018-05-15 22:05:30,529 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\lib\vcredist140\.chocolateyPending".
2018-05-15 22:05:30,544 3396 [INFO ] - The install of vcredist140 was successful.
2018-05-15 22:05:30,560 3396 [INFO ] - Software installed as 'exe', install location is likely default.
2018-05-15 22:05:30,591 3396 [INFO ] - [NuGet] Installing 'vcredist2015 14.0.24215.20170201'.
2018-05-15 22:05:30,673 3396 [DEBUG] - [NuGet] Added file 'vcredist2015.nuspec' to folder 'vcredist2015'.
2018-05-15 22:05:30,701 3396 [DEBUG] - [NuGet] Added file 'vcredist2015.nupkg' to folder 'vcredist2015'.
2018-05-15 22:05:30,701 3396 [INFO ] - [NuGet] Successfully installed 'vcredist2015 14.0.24215.20170201'.
2018-05-15 22:05:30,734 3396 [INFO ] -
vcredist2015 v14.0.24215.20170201 [Approved]
2018-05-15 22:05:30,763 3396 [INFO ] - vcredist2015 package files install completed. Performing other installation steps.
2018-05-15 22:05:30,814 3396 [DEBUG] - Capturing package files in 'C:\ProgramData\chocolatey\lib\vcredist2015'
2018-05-15 22:05:30,858 3396 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\vcredist2015\vcredist2015.nupkg'
with checksum '56321731BC0AEFCA3EE5E547A7A25D5E'
2018-05-15 22:05:30,872 3396 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\vcredist2015\vcredist2015.nuspec'
with checksum 'B1CB794FB7C2E11E359B468859565CC7'
2018-05-15 22:05:30,888 3396 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\.chocolatey\vcredist2015.14.0.24215.20170201".
2018-05-15 22:05:30,888 3396 [DEBUG] - There was no original file at 'C:\ProgramData\chocolatey\.chocolatey\vcredist2015.14.0.24215.20170201\.files'
2018-05-15 22:05:30,951 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\vcredist2015.14.0.24215.20170201\.extra".
2018-05-15 22:05:30,966 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\vcredist2015.14.0.24215.20170201\.version".
2018-05-15 22:05:30,966 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\vcredist2015.14.0.24215.20170201\.sxs".
2018-05-15 22:05:30,982 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\vcredist2015.14.0.24215.20170201\.pin".
2018-05-15 22:05:30,982 3396 [DEBUG] - Sending message 'HandlePackageResultCompletedMessage' out if there are subscribers...
2018-05-15 22:05:30,997 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\lib\vcredist2015\.chocolateyPending".
2018-05-15 22:05:30,997 3396 [INFO ] - The install of vcredist2015 was successful.
2018-05-15 22:05:31,029 3396 [INFO ] - Software install location not explicitly set, could be in package or
default install location if installer.
2018-05-15 22:05:31,044 3396 [INFO ] - [NuGet] Installing 'KB2533623 1.0.2'.
2018-05-15 22:05:31,108 3396 [DEBUG] - [NuGet] Added file 'ChocolateyInstall.ps1' to folder 'KB2533623\Tools'.
2018-05-15 22:05:31,123 3396 [DEBUG] - [NuGet] Added file 'KB2533623.nuspec' to folder 'KB2533623'.
2018-05-15 22:05:31,154 3396 [DEBUG] - [NuGet] Added file 'KB2533623.nupkg' to folder 'KB2533623'.
2018-05-15 22:05:31,172 3396 [INFO ] - [NuGet] Successfully installed 'KB2533623 1.0.2'.
2018-05-15 22:05:31,201 3396 [INFO ] -
KB2533623 v1.0.2 [Approved]
2018-05-15 22:05:31,263 3396 [INFO ] - kb2533623 package files install completed. Performing other installation steps.
2018-05-15 22:05:31,341 3396 [DEBUG] - Contents of 'C:\ProgramData\chocolatey\lib\KB2533623\Tools\ChocolateyInstall.ps1':
2018-05-15 22:05:31,376 3396 [DEBUG] - $msuData = @{
'6.0-client' = @{
# Windows Vista
Url = 'https://download.microsoft.com/download/D/D/5/DD55423C-2E66-41D3-9815-6B9436B79B6F/Windows6.0-KB2533623-x86.msu'
Url64 = 'https://download.microsoft.com/download/9/F/3/9F3EE03C-F0F0-4210-909F-24C1EB9E8AA5/Windows6.0-KB2533623-x64.msu'
Checksum = '72184973C07B52F124EE896035557C53A7C1EAE1DCE2A5CC52D7DD9285E8EC01'
Checksum64 = 'E39850785094F183EC0BFE5687579E3ECAD1DA4FBFD9E56F690B4CC30B7C00AA'
}
'6.0-server' = @{
# Windows Server 2008
Url = 'https://download.microsoft.com/download/8/9/5/895F11C7-268D-40DD-8266-46A895A4EB09/Windows6.0-KB2533623-x86.msu'
Url64 = 'https://download.microsoft.com/download/0/7/7/077825F2-13D0-4209-9C9A-D3F9A49BBCBD/Windows6.0-KB2533623-x64.msu'
Checksum = '72184973C07B52F124EE896035557C53A7C1EAE1DCE2A5CC52D7DD9285E8EC01'
Checksum64 = 'E39850785094F183EC0BFE5687579E3ECAD1DA4FBFD9E56F690B4CC30B7C00AA'
}
'6.1-client' = @{
# Windows 7
Url = 'https://download.microsoft.com/download/2/D/7/2D78D0DD-2802-41F5-88D6-DC1D559F206D/Windows6.1-KB2533623-x86.msu'
Url64 = 'https://download.microsoft.com/download/F/1/0/F106E158-89A1-41E3-A9B5-32FEB2A99A0B/Windows6.1-KB2533623-x64.msu'
Checksum = '43BE36D164FD1C0CFF8E45BFB318EFA904EC4B53B0C8D306ABD640F1C06CCC41'
Checksum64 = '58B8B00113FA8B9657D8DA5B14BAE93F765F29651C81055E3D127D4A22E5C0D6'
}
'6.1-server' = @{
# Windows Server 2008 R2
Url64 = 'https://download.microsoft.com/download/0/B/D/0BD4C49B-92F8-4BD3-A835-8E8A8CDA2A30/Windows6.1-KB2533623-x64.msu'
Checksum64 = '58B8B00113FA8B9657D8DA5B14BAE93F765F29651C81055E3D127D4A22E5C0D6'
}
}
Install-WindowsUpdate -Id 'KB2533623' -MsuData $msuData -ChecksumType 'SHA256'
2018-05-15 22:05:31,904 3396 [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\KB2533623\Tools\ChocolateyInstall.ps1' -installArguments '' -packageParameters ''']
2018-05-15 22:05:32,185 3396 [DEBUG] - Redirecting Microsoft.PowerShell.Security, requested by ''
2018-05-15 22:05:32,404 3396 [DEBUG] - Attempting to load assembly Microsoft.PowerShell.Security failed:
Nie mo¿na za³adowaæ pliku lub zestawu 'Microsoft.PowerShell.Security, Version=5.0.0.0' lub jednej z jego zale¿noœci. Nie mo¿na odnaleŸæ okreœlonego pliku.
2018-05-15 22:05:32,638 3396 [DEBUG] - Attempting to load assembly Microsoft.PowerShell.Security failed:
Nie mo¿na za³adowaæ pliku lub zestawu 'Microsoft.PowerShell.Security, Version=4.0.0.0' lub jednej z jego zale¿noœci. Nie mo¿na odnaleŸæ okreœlonego pliku.
2018-05-15 22:05:32,951 3396 [DEBUG] - Attempting to load assembly Microsoft.PowerShell.Security failed:
Nie mo¿na za³adowaæ pliku lub zestawu 'Microsoft.PowerShell.Security, Version=3.0.0.0' lub jednej z jego zale¿noœci. Nie mo¿na odnaleŸæ okreœlonego pliku.
2018-05-15 22:05:33,357 3396 [DEBUG] - Attempting to load assembly Microsoft.PowerShell.Security failed:
Nie mo¿na za³adowaæ pliku lub zestawu 'Microsoft.PowerShell.Security, Version=1.0.0.0' lub jednej z jego zale¿noœci. Nie mo¿na odnaleŸæ okreœlonego pliku.
2018-05-15 22:05:33,767 3396 [DEBUG] - Host version is 4.0, PowerShell Version is '4.0' and CLR Version is '4.0.30319.42000'.
2018-05-15 22:05:34,044 3396 [INFO ] - VERBOSE: Exporting function 'Format-FileSize'.
2018-05-15 22:05:34,247 3396 [INFO ] - VERBOSE: Exporting function 'Get-ChecksumValid'.
2018-05-15 22:05:34,529 3396 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyUnzip'.
2018-05-15 22:05:34,748 3396 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyWebFile'.
2018-05-15 22:05:34,919 3396 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariable'.
2018-05-15 22:05:35,060 3396 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.
2018-05-15 22:05:35,154 3396 [INFO ] - VERBOSE: Exporting function 'Get-FtpFile'.
2018-05-15 22:05:35,279 3396 [INFO ] - VERBOSE: Exporting function 'Get-OSArchitectureWidth'.
2018-05-15 22:05:35,388 3396 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'.
2018-05-15 22:05:35,497 3396 [INFO ] - VERBOSE: Exporting function 'Get-ToolsLocation'.
2018-05-15 22:05:35,654 3396 [INFO ] - VERBOSE: Exporting function 'Get-UACEnabled'.
2018-05-15 22:05:35,794 3396 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
2018-05-15 22:05:35,904 3396 [INFO ] - VERBOSE: Exporting function 'Get-VirusCheckValid'.
2018-05-15 22:05:35,997 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebFile'.
2018-05-15 22:05:36,091 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebFileName'.
2018-05-15 22:05:36,201 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebHeaders'.
2018-05-15 22:05:36,310 3396 [INFO ] - VERBOSE: Exporting function 'Install-BinFile'.
2018-05-15 22:05:36,419 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.
2018-05-15 22:05:36,529 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.
2018-05-15 22:05:36,654 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.
2018-05-15 22:05:36,841 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.
2018-05-15 22:05:36,966 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.
2018-05-15 22:05:36,982 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPackage'.
2018-05-15 22:05:36,997 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPath'.
2018-05-15 22:05:37,013 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.
2018-05-15 22:05:37,029 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.
2018-05-15 22:05:37,044 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyShortcut'.
2018-05-15 22:05:37,060 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.
2018-05-15 22:05:37,091 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.
2018-05-15 22:05:37,107 3396 [INFO ] - VERBOSE: Exporting function 'Install-Vsix'.
2018-05-15 22:05:37,122 3396 [INFO ] - VERBOSE: Exporting function 'Set-EnvironmentVariable'.
2018-05-15 22:05:37,138 3396 [INFO ] - VERBOSE: Exporting function 'Set-PowerShellExitCode'.
2018-05-15 22:05:37,154 3396 [INFO ] - VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.
2018-05-15 22:05:37,169 3396 [INFO ] - VERBOSE: Exporting function 'Test-ProcessAdminRights'.
2018-05-15 22:05:37,201 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-BinFile'.
2018-05-15 22:05:37,216 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.
2018-05-15 22:05:37,232 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.
2018-05-15 22:05:37,263 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.
2018-05-15 22:05:37,279 3396 [INFO ] - VERBOSE: Exporting function 'Update-SessionEnvironment'.
2018-05-15 22:05:37,294 3396 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateyFailure'.
2018-05-15 22:05:37,310 3396 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateySuccess'.
2018-05-15 22:05:37,341 3396 [INFO ] - VERBOSE: Exporting function 'Write-FileUpdateLog'.
2018-05-15 22:05:37,357 3396 [INFO ] - VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.
2018-05-15 22:05:37,388 3396 [INFO ] - VERBOSE: Exporting alias 'Get-ProcessorBits'.
2018-05-15 22:05:37,404 3396 [INFO ] - VERBOSE: Exporting alias 'Get-OSBitness'.
2018-05-15 22:05:37,419 3396 [INFO ] - VERBOSE: Exporting alias 'Get-InstallRegistryKey'.
2018-05-15 22:05:37,435 3396 [INFO ] - VERBOSE: Exporting alias 'Generate-BinFile'.
2018-05-15 22:05:37,466 3396 [INFO ] - VERBOSE: Exporting alias 'Add-BinFile'.
2018-05-15 22:05:37,482 3396 [INFO ] - VERBOSE: Exporting alias 'Start-ChocolateyProcess'.
2018-05-15 22:05:37,497 3396 [INFO ] - VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.
2018-05-15 22:05:37,529 3396 [INFO ] - VERBOSE: Exporting alias 'Remove-BinFile'.
2018-05-15 22:05:37,560 3396 [INFO ] - VERBOSE: Exporting alias 'refreshenv'.
2018-05-15 22:05:37,591 3396 [DEBUG] - Loading community extensions
2018-05-15 22:05:37,607 3396 [DEBUG] - Importing 'C:\ProgramData\chocolatey\extensions\chocolatey-core\chocolatey-core.psm1'
2018-05-15 22:05:37,622 3396 [INFO ] - VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-core\chocolatey-core.psm1'.
2018-05-15 22:05:37,872 3396 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
2018-05-15 22:05:37,904 3396 [INFO ] - VERBOSE: Exporting function 'Get-AppInstallLocation'.
2018-05-15 22:05:37,935 3396 [INFO ] - VERBOSE: Exporting function 'Get-AvailableDriveLetter'.
2018-05-15 22:05:37,966 3396 [INFO ] - VERBOSE: Exporting function 'Get-EffectiveProxy'.
2018-05-15 22:05:37,982 3396 [INFO ] - VERBOSE: Exporting function 'Get-PackageCacheLocation'.
2018-05-15 22:05:38,013 3396 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'.
2018-05-15 22:05:38,029 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebContent'.
2018-05-15 22:05:38,060 3396 [INFO ] - VERBOSE: Exporting function 'Register-Application'.
2018-05-15 22:05:38,076 3396 [INFO ] - VERBOSE: Importing function 'Get-AppInstallLocation'.
2018-05-15 22:05:38,112 3396 [INFO ] - VERBOSE: Importing function 'Get-AvailableDriveLetter'.
2018-05-15 22:05:38,138 3396 [INFO ] - VERBOSE: Importing function 'Get-EffectiveProxy'.
2018-05-15 22:05:38,154 3396 [INFO ] - VERBOSE: Importing function 'Get-PackageCacheLocation'.
2018-05-15 22:05:38,187 3396 [INFO ] - VERBOSE: Importing function 'Get-PackageParameters'.
2018-05-15 22:05:38,201 3396 [INFO ] - VERBOSE: Importing function 'Get-UninstallRegistryKey'.
2018-05-15 22:05:38,232 3396 [INFO ] - VERBOSE: Importing function 'Get-WebContent'.
2018-05-15 22:05:38,247 3396 [INFO ] - VERBOSE: Importing function 'Register-Application'.
2018-05-15 22:05:38,264 3396 [DEBUG] - Importing 'C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\chocolatey-windowsupdate.psm1'
2018-05-15 22:05:38,279 3396 [INFO ] - VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\chocolatey-windowsupdate.psm1'.
2018-05-15 22:05:38,310 3396 [INFO ] - VERBOSE: Exporting function 'Install-WindowsUpdate'.
2018-05-15 22:05:38,326 3396 [INFO ] - VERBOSE: Exporting function 'Test-WindowsUpdate'.
2018-05-15 22:05:38,341 3396 [INFO ] - VERBOSE: Importing function 'Install-WindowsUpdate'.
2018-05-15 22:05:38,357 3396 [INFO ] - VERBOSE: Importing function 'Test-WindowsUpdate'.
2018-05-15 22:05:38,372 3396 [INFO ] - VERBOSE: Exporting function 'Format-FileSize'.
2018-05-15 22:05:38,388 3396 [INFO ] - VERBOSE: Exporting function 'Get-ChecksumValid'.
2018-05-15 22:05:38,404 3396 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyUnzip'.
2018-05-15 22:05:38,435 3396 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyWebFile'.
2018-05-15 22:05:38,451 3396 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariable'.
2018-05-15 22:05:38,466 3396 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.
2018-05-15 22:05:38,482 3396 [INFO ] - VERBOSE: Exporting function 'Get-FtpFile'.
2018-05-15 22:05:38,497 3396 [INFO ] - VERBOSE: Exporting function 'Get-OSArchitectureWidth'.
2018-05-15 22:05:38,513 3396 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'.
2018-05-15 22:05:38,529 3396 [INFO ] - VERBOSE: Exporting function 'Get-ToolsLocation'.
2018-05-15 22:05:38,544 3396 [INFO ] - VERBOSE: Exporting function 'Get-UACEnabled'.
2018-05-15 22:05:38,560 3396 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
2018-05-15 22:05:38,576 3396 [INFO ] - VERBOSE: Exporting function 'Get-VirusCheckValid'.
2018-05-15 22:05:38,591 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebFile'.
2018-05-15 22:05:38,607 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebFileName'.
2018-05-15 22:05:38,622 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebHeaders'.
2018-05-15 22:05:38,654 3396 [INFO ] - VERBOSE: Exporting function 'Install-BinFile'.
2018-05-15 22:05:38,669 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.
2018-05-15 22:05:38,685 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.
2018-05-15 22:05:38,701 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.
2018-05-15 22:05:38,716 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.
2018-05-15 22:05:38,732 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.
2018-05-15 22:05:38,747 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPackage'.
2018-05-15 22:05:38,763 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPath'.
2018-05-15 22:05:38,779 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.
2018-05-15 22:05:38,794 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.
2018-05-15 22:05:38,810 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyShortcut'.
2018-05-15 22:05:38,848 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.
2018-05-15 22:05:38,857 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.
2018-05-15 22:05:38,872 3396 [INFO ] - VERBOSE: Exporting function 'Install-Vsix'.
2018-05-15 22:05:38,888 3396 [INFO ] - VERBOSE: Exporting function 'Set-EnvironmentVariable'.
2018-05-15 22:05:38,904 3396 [INFO ] - VERBOSE: Exporting function 'Set-PowerShellExitCode'.
2018-05-15 22:05:38,935 3396 [INFO ] - VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.
2018-05-15 22:05:38,951 3396 [INFO ] - VERBOSE: Exporting function 'Test-ProcessAdminRights'.
2018-05-15 22:05:38,966 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-BinFile'.
2018-05-15 22:05:38,982 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.
2018-05-15 22:05:38,997 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.
2018-05-15 22:05:39,013 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.
2018-05-15 22:05:39,029 3396 [INFO ] - VERBOSE: Exporting function 'Update-SessionEnvironment'.
2018-05-15 22:05:39,044 3396 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateyFailure'.
2018-05-15 22:05:39,060 3396 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateySuccess'.
2018-05-15 22:05:39,076 3396 [INFO ] - VERBOSE: Exporting function 'Write-FileUpdateLog'.
2018-05-15 22:05:39,107 3396 [INFO ] - VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.
2018-05-15 22:05:39,122 3396 [INFO ] - VERBOSE: Exporting function 'Get-AppInstallLocation'.
2018-05-15 22:05:39,154 3396 [INFO ] - VERBOSE: Exporting function 'Get-AvailableDriveLetter'.
2018-05-15 22:05:39,169 3396 [INFO ] - VERBOSE: Exporting function 'Get-EffectiveProxy'.
2018-05-15 22:05:39,201 3396 [INFO ] - VERBOSE: Exporting function 'Get-PackageCacheLocation'.
2018-05-15 22:05:39,216 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebContent'.
2018-05-15 22:05:39,247 3396 [INFO ] - VERBOSE: Exporting function 'Register-Application'.
2018-05-15 22:05:39,279 3396 [INFO ] - VERBOSE: Exporting function 'Install-WindowsUpdate'.
2018-05-15 22:05:39,310 3396 [INFO ] - VERBOSE: Exporting function 'Test-WindowsUpdate'.
2018-05-15 22:05:39,326 3396 [INFO ] - VERBOSE: Exporting alias 'Get-ProcessorBits'.
2018-05-15 22:05:39,357 3396 [INFO ] - VERBOSE: Exporting alias 'Get-OSBitness'.
2018-05-15 22:05:39,372 3396 [INFO ] - VERBOSE: Exporting alias 'Get-InstallRegistryKey'.
2018-05-15 22:05:39,388 3396 [INFO ] - VERBOSE: Exporting alias 'Generate-BinFile'.
2018-05-15 22:05:39,404 3396 [INFO ] - VERBOSE: Exporting alias 'Add-BinFile'.
2018-05-15 22:05:39,419 3396 [INFO ] - VERBOSE: Exporting alias 'Start-ChocolateyProcess'.
2018-05-15 22:05:39,435 3396 [INFO ] - VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.
2018-05-15 22:05:39,451 3396 [INFO ] - VERBOSE: Exporting alias 'Remove-BinFile'.
2018-05-15 22:05:39,466 3396 [INFO ] - VERBOSE: Exporting alias 'refreshenv'.
2018-05-15 22:05:39,482 3396 [INFO ] - VERBOSE: Importing function 'Format-FileSize'.
2018-05-15 22:05:39,497 3396 [INFO ] - VERBOSE: Importing function 'Get-AppInstallLocation'.
2018-05-15 22:05:39,513 3396 [INFO ] - VERBOSE: Importing function 'Get-AvailableDriveLetter'.
2018-05-15 22:05:39,529 3396 [INFO ] - VERBOSE: Importing function 'Get-ChecksumValid'.
2018-05-15 22:05:39,544 3396 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyUnzip'.
2018-05-15 22:05:39,560 3396 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyWebFile'.
2018-05-15 22:05:39,576 3396 [INFO ] - VERBOSE: Importing function 'Get-EffectiveProxy'.
2018-05-15 22:05:39,607 3396 [INFO ] - VERBOSE: Importing function 'Get-EnvironmentVariable'.
2018-05-15 22:05:39,622 3396 [INFO ] - VERBOSE: Importing function 'Get-EnvironmentVariableNames'.
2018-05-15 22:05:39,638 3396 [INFO ] - VERBOSE: Importing function 'Get-FtpFile'.
2018-05-15 22:05:39,654 3396 [INFO ] - VERBOSE: Importing function 'Get-OSArchitectureWidth'.
2018-05-15 22:05:39,669 3396 [INFO ] - VERBOSE: Importing function 'Get-PackageCacheLocation'.
2018-05-15 22:05:39,685 3396 [INFO ] - VERBOSE: Importing function 'Get-PackageParameters'.
2018-05-15 22:05:39,701 3396 [INFO ] - VERBOSE: Importing function 'Get-ToolsLocation'.
2018-05-15 22:05:39,716 3396 [INFO ] - VERBOSE: Importing function 'Get-UACEnabled'.
2018-05-15 22:05:39,732 3396 [INFO ] - VERBOSE: Importing function 'Get-UninstallRegistryKey'.
2018-05-15 22:05:39,747 3396 [INFO ] - VERBOSE: Importing function 'Get-VirusCheckValid'.
2018-05-15 22:05:39,763 3396 [INFO ] - VERBOSE: Importing function 'Get-WebContent'.
2018-05-15 22:05:39,779 3396 [INFO ] - VERBOSE: Importing function 'Get-WebFile'.
2018-05-15 22:05:39,794 3396 [INFO ] - VERBOSE: Importing function 'Get-WebFileName'.
2018-05-15 22:05:39,826 3396 [INFO ] - VERBOSE: Importing function 'Get-WebHeaders'.
2018-05-15 22:05:39,841 3396 [INFO ] - VERBOSE: Importing function 'Install-BinFile'.
2018-05-15 22:05:39,857 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyDesktopLink'.
2018-05-15 22:05:39,872 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyEnvironmentVariable'.
2018-05-15 22:05:39,888 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyExplorerMenuItem'.
2018-05-15 22:05:39,904 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyFileAssociation'.
2018-05-15 22:05:39,919 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyInstallPackage'.
2018-05-15 22:05:39,935 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPackage'.
2018-05-15 22:05:39,951 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPath'.
2018-05-15 22:05:39,966 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPinnedTaskBarItem'.
2018-05-15 22:05:39,982 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPowershellCommand'.
2018-05-15 22:05:39,997 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyShortcut'.
2018-05-15 22:05:40,013 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyVsixPackage'.
2018-05-15 22:05:40,029 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyZipPackage'.
2018-05-15 22:05:40,044 3396 [INFO ] - VERBOSE: Importing function 'Install-Vsix'.
2018-05-15 22:05:40,060 3396 [INFO ] - VERBOSE: Importing function 'Install-WindowsUpdate'.
2018-05-15 22:05:40,076 3396 [INFO ] - VERBOSE: Importing function 'Register-Application'.
2018-05-15 22:05:40,091 3396 [INFO ] - VERBOSE: Importing function 'Set-EnvironmentVariable'.
2018-05-15 22:05:40,107 3396 [INFO ] - VERBOSE: Importing function 'Set-PowerShellExitCode'.
2018-05-15 22:05:40,122 3396 [INFO ] - VERBOSE: Importing function 'Start-ChocolateyProcessAsAdmin'.
2018-05-15 22:05:40,138 3396 [INFO ] - VERBOSE: Importing function 'Test-ProcessAdminRights'.
2018-05-15 22:05:40,154 3396 [INFO ] - VERBOSE: Importing function 'Test-WindowsUpdate'.
2018-05-15 22:05:40,169 3396 [INFO ] - VERBOSE: Importing function 'Uninstall-BinFile'.
2018-05-15 22:05:40,201 3396 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyEnvironmentVariable'.
2018-05-15 22:05:40,216 3396 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyPackage'.
2018-05-15 22:05:40,232 3396 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyZipPackage'.
2018-05-15 22:05:40,263 3396 [INFO ] - VERBOSE: Importing function 'Update-SessionEnvironment'.
2018-05-15 22:05:40,294 3396 [INFO ] - VERBOSE: Importing function 'Write-ChocolateyFailure'.
2018-05-15 22:05:40,326 3396 [INFO ] - VERBOSE: Importing function 'Write-ChocolateySuccess'.
2018-05-15 22:05:40,357 3396 [INFO ] - VERBOSE: Importing function 'Write-FileUpdateLog'.
2018-05-15 22:05:40,388 3396 [INFO ] - VERBOSE: Importing function 'Write-FunctionCallLogMessage'.
2018-05-15 22:05:40,435 3396 [INFO ] - VERBOSE: Importing alias 'Add-BinFile'.
2018-05-15 22:05:40,466 3396 [INFO ] - VERBOSE: Importing alias 'Generate-BinFile'.
2018-05-15 22:05:40,497 3396 [INFO ] - VERBOSE: Importing alias 'Get-InstallRegistryKey'.
2018-05-15 22:05:40,544 3396 [INFO ] - VERBOSE: Importing alias 'Get-OSBitness'.
2018-05-15 22:05:40,576 3396 [INFO ] - VERBOSE: Importing alias 'Get-ProcessorBits'.
2018-05-15 22:05:40,591 3396 [INFO ] - VERBOSE: Importing alias 'Invoke-ChocolateyProcess'.
2018-05-15 22:05:40,607 3396 [INFO ] - VERBOSE: Importing alias 'refreshenv'.
2018-05-15 22:05:40,622 3396 [INFO ] - VERBOSE: Importing alias 'Remove-BinFile'.
2018-05-15 22:05:40,638 3396 [INFO ] - VERBOSE: Importing alias 'Start-ChocolateyProcess'.
2018-05-15 22:05:40,669 3396 [DEBUG] - Running 'ChocolateyScriptRunner' for KB2533623 v1.0.2 with packageScript 'C:\ProgramData\chocolatey\lib\KB2533623\Tools\ChocolateyInstall.ps1', packageFolder:'C:\ProgramData\chocolatey\lib\KB2533623', installArguments: '', packageParameters: '',
2018-05-15 22:05:40,669 3396 [DEBUG] - Running 'C:\ProgramData\chocolatey\lib\KB2533623\Tools\ChocolateyInstall.ps1'
2018-05-15 22:05:40,685 3396 [INFO ] - VERBOSE: Obtaining operating system information
2018-05-15 22:05:40,732 3396 [INFO ] - VERBOSE: Operating system: Microsoft Windows 8.1 Pro, version 6.3.9600, product type 'client'
2018-05-15 22:05:40,747 3396 [INFO ] - VERBOSE: Locating MSU rules for this operating system
2018-05-15 22:05:40,763 3396 [INFO ] - VERBOSE: No MSU rules defined for this operating system
2018-05-15 22:05:40,779 3396 [INFO ] - Skipping installation because update KB2533623 does not apply to this operating system (Microsoft Windows 8.1 Pro).
2018-05-15 22:05:40,794 3396 [INFO ] -
2018-05-15 22:05:40,826 3396 [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\KB2533623\Tools\ChocolateyInstall.ps1' -installArguments '' -packageParameters '''] exited with '0'.
2018-05-15 22:05:40,841 3396 [DEBUG] - Calling command ['"C:\Windows\System32\shutdown.exe" /a']
2018-05-15 22:05:40,919 3396 [DEBUG] - Command ['"C:\Windows\System32\shutdown.exe" /a'] exited with '1116'
2018-05-15 22:05:40,935 3396 [DEBUG] - Capturing package files in 'C:\ProgramData\chocolatey\lib\KB2533623'
2018-05-15 22:05:40,935 3396 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\KB2533623\KB2533623.nupkg'
with checksum '9964ED0E96771136B42F72DC5F957C09'
2018-05-15 22:05:40,951 3396 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\KB2533623\KB2533623.nuspec'
with checksum '3F3CFD9FA022030F630F46D0F188B669'
2018-05-15 22:05:40,951 3396 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\KB2533623\Tools\ChocolateyInstall.ps1'
with checksum 'E2FAD4D34E330D89C601EC664F20A5DC'
2018-05-15 22:05:40,966 3396 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\.chocolatey\KB2533623.1.0.2".
2018-05-15 22:05:40,966 3396 [DEBUG] - There was no original file at 'C:\ProgramData\chocolatey\.chocolatey\KB2533623.1.0.2\.files'
2018-05-15 22:05:41,147 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\KB2533623.1.0.2\.extra".
2018-05-15 22:05:41,151 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\KB2533623.1.0.2\.version".
2018-05-15 22:05:41,167 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\KB2533623.1.0.2\.sxs".
2018-05-15 22:05:41,183 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\KB2533623.1.0.2\.pin".
2018-05-15 22:05:41,183 3396 [DEBUG] - Sending message 'HandlePackageResultCompletedMessage' out if there are subscribers...
2018-05-15 22:05:41,198 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\lib\KB2533623\.chocolateyPending".
2018-05-15 22:05:41,214 3396 [INFO ] - The install of kb2533623 was successful.
2018-05-15 22:05:41,229 3396 [INFO ] - Software install location not explicitly set, could be in package or
default install location if installer.
2018-05-15 22:05:41,276 3396 [INFO ] - [NuGet] Installing 'aspnetcore-runtimepackagestore 2.1.0-rc1'.
2018-05-15 22:05:41,312 3396 [DEBUG] - [NuGet] Added file 'ChocolateyInstall.ps1' to folder 'aspnetcore-runtimepackagestore\tools'.
2018-05-15 22:05:41,339 3396 [DEBUG] - [NuGet] Added file 'data.ps1' to folder 'aspnetcore-runtimepackagestore\tools'.
2018-05-15 22:05:41,417 3396 [DEBUG] - [NuGet] Added file 'aspnetcore-runtimepackagestore.nuspec' to folder 'aspnetcore-runtimepackagestore'.
2018-05-15 22:05:41,448 3396 [DEBUG] - [NuGet] Added file 'aspnetcore-runtimepackagestore.nupkg' to folder 'aspnetcore-runtimepackagestore'.
2018-05-15 22:05:41,448 3396 [INFO ] - [NuGet] Successfully installed 'aspnetcore-runtimepackagestore 2.1.0-rc1'.
2018-05-15 22:05:41,464 3396 [INFO ] -
aspnetcore-runtimepackagestore v2.1.0-rc1 - Possibly broken
2018-05-15 22:05:41,511 3396 [INFO ] - aspnetcore-runtimepackagestore package files install completed. Performing other installation steps.
2018-05-15 22:05:41,570 3396 [DEBUG] - Contents of 'C:\ProgramData\chocolatey\lib\aspnetcore-runtimepackagestore\tools\ChocolateyInstall.ps1':
2018-05-15 22:05:41,600 3396 [DEBUG] - $ErrorActionPreference = 'Stop'
Set-StrictMode -Version 2
$data = & (Join-Path -Path (Split-Path -Path $MyInvocation.MyCommand.Path) -ChildPath data.ps1)
function Test-QuietRequested
{
return $Env:chocolateyPackageParameters -like '*Quiet*'
}
function Get-PassiveOrQuietArgument
{
[CmdletBinding()]
Param (
[string] $Scenario = 'installation'
)
if (Test-QuietRequested) {
Write-Verbose "Performing a quiet $Scenario, as requested."
$passiveOrQuiet = 'quiet'
} else {
Write-Verbose "Performing an $Scenario with visible progress window (default)."
$passiveOrQuiet = 'passive'
}
return $passiveOrQuiet
}
$passiveOrQuiet = Get-PassiveOrQuietArgument -Scenario 'installation'
$arguments = @{
packageName = $data.PackageName
silentArgs = "$($data.AdditionalArgumentsToInstaller) /install /$passiveOrQuiet /norestart /log ""${Env:TEMP}\$($data.PackageName).log"""
validExitCodes = @(
0, # success
3010 # success, restart required
)
url = $data.Url
checksum = $data.Checksum
checksumType = $data.ChecksumType
url64 = $data.Url64
checksum64 = $data.Checksum64
checksumType64 = $data.ChecksumType64
}
Install-ChocolateyPackage @arguments
2018-05-15 22:05:41,755 3396 [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\aspnetcore-runtimepackagestore\tools\ChocolateyInstall.ps1' -installArguments '' -packageParameters ''']
2018-05-15 22:05:41,866 3396 [DEBUG] - Redirecting Microsoft.PowerShell.Security, requested by ''
2018-05-15 22:05:41,990 3396 [DEBUG] - Attempting to load assembly Microsoft.PowerShell.Security failed:
Nie mo¿na za³adowaæ pliku lub zestawu 'Microsoft.PowerShell.Security, Version=5.0.0.0' lub jednej z jego zale¿noœci. Nie mo¿na odnaleŸæ okreœlonego pliku.
2018-05-15 22:05:42,052 3396 [DEBUG] - Attempting to load assembly Microsoft.PowerShell.Security failed:
Nie mo¿na za³adowaæ pliku lub zestawu 'Microsoft.PowerShell.Security, Version=4.0.0.0' lub jednej z jego zale¿noœci. Nie mo¿na odnaleŸæ okreœlonego pliku.
2018-05-15 22:05:42,115 3396 [DEBUG] - Attempting to load assembly Microsoft.PowerShell.Security failed:
Nie mo¿na za³adowaæ pliku lub zestawu 'Microsoft.PowerShell.Security, Version=3.0.0.0' lub jednej z jego zale¿noœci. Nie mo¿na odnaleŸæ okreœlonego pliku.
2018-05-15 22:05:42,177 3396 [DEBUG] - Attempting to load assembly Microsoft.PowerShell.Security failed:
Nie mo¿na za³adowaæ pliku lub zestawu 'Microsoft.PowerShell.Security, Version=1.0.0.0' lub jednej z jego zale¿noœci. Nie mo¿na odnaleŸæ okreœlonego pliku.
2018-05-15 22:05:42,349 3396 [DEBUG] - Host version is 4.0, PowerShell Version is '4.0' and CLR Version is '4.0.30319.42000'.
2018-05-15 22:05:42,474 3396 [INFO ] - VERBOSE: Exporting function 'Format-FileSize'.
2018-05-15 22:05:42,584 3396 [INFO ] - VERBOSE: Exporting function 'Get-ChecksumValid'.
2018-05-15 22:05:42,662 3396 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyUnzip'.
2018-05-15 22:05:42,724 3396 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyWebFile'.
2018-05-15 22:05:42,865 3396 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariable'.
2018-05-15 22:05:43,005 3396 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.
2018-05-15 22:05:43,130 3396 [INFO ] - VERBOSE: Exporting function 'Get-FtpFile'.
2018-05-15 22:05:43,209 3396 [INFO ] - VERBOSE: Exporting function 'Get-OSArchitectureWidth'.
2018-05-15 22:05:43,271 3396 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'.
2018-05-15 22:05:43,365 3396 [INFO ] - VERBOSE: Exporting function 'Get-ToolsLocation'.
2018-05-15 22:05:43,427 3396 [INFO ] - VERBOSE: Exporting function 'Get-UACEnabled'.
2018-05-15 22:05:43,505 3396 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
2018-05-15 22:05:43,568 3396 [INFO ] - VERBOSE: Exporting function 'Get-VirusCheckValid'.
2018-05-15 22:05:43,646 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebFile'.
2018-05-15 22:05:43,771 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebFileName'.
2018-05-15 22:05:43,865 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebHeaders'.
2018-05-15 22:05:43,943 3396 [INFO ] - VERBOSE: Exporting function 'Install-BinFile'.
2018-05-15 22:05:44,021 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.
2018-05-15 22:05:44,099 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.
2018-05-15 22:05:44,193 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.
2018-05-15 22:05:44,209 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.
2018-05-15 22:05:44,240 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.
2018-05-15 22:05:44,255 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPackage'.
2018-05-15 22:05:44,287 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPath'.
2018-05-15 22:05:44,318 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.
2018-05-15 22:05:44,349 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.
2018-05-15 22:05:44,365 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyShortcut'.
2018-05-15 22:05:44,381 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.
2018-05-15 22:05:44,396 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.
2018-05-15 22:05:44,427 3396 [INFO ] - VERBOSE: Exporting function 'Install-Vsix'.
2018-05-15 22:05:44,443 3396 [INFO ] - VERBOSE: Exporting function 'Set-EnvironmentVariable'.
2018-05-15 22:05:44,459 3396 [INFO ] - VERBOSE: Exporting function 'Set-PowerShellExitCode'.
2018-05-15 22:05:44,474 3396 [INFO ] - VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.
2018-05-15 22:05:44,490 3396 [INFO ] - VERBOSE: Exporting function 'Test-ProcessAdminRights'.
2018-05-15 22:05:44,505 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-BinFile'.
2018-05-15 22:05:44,521 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.
2018-05-15 22:05:44,537 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.
2018-05-15 22:05:44,552 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.
2018-05-15 22:05:44,584 3396 [INFO ] - VERBOSE: Exporting function 'Update-SessionEnvironment'.
2018-05-15 22:05:44,599 3396 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateyFailure'.
2018-05-15 22:05:44,615 3396 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateySuccess'.
2018-05-15 22:05:44,630 3396 [INFO ] - VERBOSE: Exporting function 'Write-FileUpdateLog'.
2018-05-15 22:05:44,646 3396 [INFO ] - VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.
2018-05-15 22:05:44,662 3396 [INFO ] - VERBOSE: Exporting alias 'Get-ProcessorBits'.
2018-05-15 22:05:44,677 3396 [INFO ] - VERBOSE: Exporting alias 'Get-OSBitness'.
2018-05-15 22:05:44,693 3396 [INFO ] - VERBOSE: Exporting alias 'Get-InstallRegistryKey'.
2018-05-15 22:05:44,709 3396 [INFO ] - VERBOSE: Exporting alias 'Generate-BinFile'.
2018-05-15 22:05:44,740 3396 [INFO ] - VERBOSE: Exporting alias 'Add-BinFile'.
2018-05-15 22:05:44,755 3396 [INFO ] - VERBOSE: Exporting alias 'Start-ChocolateyProcess'.
2018-05-15 22:05:44,771 3396 [INFO ] - VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.
2018-05-15 22:05:44,787 3396 [INFO ] - VERBOSE: Exporting alias 'Remove-BinFile'.
2018-05-15 22:05:44,802 3396 [INFO ] - VERBOSE: Exporting alias 'refreshenv'.
2018-05-15 22:05:44,835 3396 [DEBUG] - Loading community extensions
2018-05-15 22:05:44,850 3396 [DEBUG] - Importing 'C:\ProgramData\chocolatey\extensions\chocolatey-core\chocolatey-core.psm1'
2018-05-15 22:05:44,865 3396 [INFO ] - VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-core\chocolatey-core.psm1'.
2018-05-15 22:05:44,959 3396 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
2018-05-15 22:05:44,974 3396 [INFO ] - VERBOSE: Exporting function 'Get-AppInstallLocation'.
2018-05-15 22:05:44,990 3396 [INFO ] - VERBOSE: Exporting function 'Get-AvailableDriveLetter'.
2018-05-15 22:05:45,005 3396 [INFO ] - VERBOSE: Exporting function 'Get-EffectiveProxy'.
2018-05-15 22:05:45,021 3396 [INFO ] - VERBOSE: Exporting function 'Get-PackageCacheLocation'.
2018-05-15 22:05:45,052 3396 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'.
2018-05-15 22:05:45,068 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebContent'.
2018-05-15 22:05:45,084 3396 [INFO ] - VERBOSE: Exporting function 'Register-Application'.
2018-05-15 22:05:45,099 3396 [INFO ] - VERBOSE: Importing function 'Get-AppInstallLocation'.
2018-05-15 22:05:45,115 3396 [INFO ] - VERBOSE: Importing function 'Get-AvailableDriveLetter'.
2018-05-15 22:05:45,130 3396 [INFO ] - VERBOSE: Importing function 'Get-EffectiveProxy'.
2018-05-15 22:05:45,146 3396 [INFO ] - VERBOSE: Importing function 'Get-PackageCacheLocation'.
2018-05-15 22:05:45,162 3396 [INFO ] - VERBOSE: Importing function 'Get-PackageParameters'.
2018-05-15 22:05:45,177 3396 [INFO ] - VERBOSE: Importing function 'Get-UninstallRegistryKey'.
2018-05-15 22:05:45,193 3396 [INFO ] - VERBOSE: Importing function 'Get-WebContent'.
2018-05-15 22:05:45,224 3396 [INFO ] - VERBOSE: Importing function 'Register-Application'.
2018-05-15 22:05:45,240 3396 [DEBUG] - Importing 'C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\chocolatey-windowsupdate.psm1'
2018-05-15 22:05:45,240 3396 [INFO ] - VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\chocolatey-windowsupdate.psm1'.
2018-05-15 22:05:45,271 3396 [INFO ] - VERBOSE: Exporting function 'Install-WindowsUpdate'.
2018-05-15 22:05:45,287 3396 [INFO ] - VERBOSE: Exporting function 'Test-WindowsUpdate'.
2018-05-15 22:05:45,318 3396 [INFO ] - VERBOSE: Importing function 'Install-WindowsUpdate'.
2018-05-15 22:05:45,334 3396 [INFO ] - VERBOSE: Importing function 'Test-WindowsUpdate'.
2018-05-15 22:05:45,380 3396 [INFO ] - VERBOSE: Exporting function 'Format-FileSize'.
2018-05-15 22:05:45,412 3396 [INFO ] - VERBOSE: Exporting function 'Get-ChecksumValid'.
2018-05-15 22:05:45,459 3396 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyUnzip'.
2018-05-15 22:05:45,474 3396 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyWebFile'.
2018-05-15 22:05:45,505 3396 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariable'.
2018-05-15 22:05:45,537 3396 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.
2018-05-15 22:05:45,552 3396 [INFO ] - VERBOSE: Exporting function 'Get-FtpFile'.
2018-05-15 22:05:45,568 3396 [INFO ] - VERBOSE: Exporting function 'Get-OSArchitectureWidth'.
2018-05-15 22:05:45,599 3396 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'.
2018-05-15 22:05:45,615 3396 [INFO ] - VERBOSE: Exporting function 'Get-ToolsLocation'.
2018-05-15 22:05:45,630 3396 [INFO ] - VERBOSE: Exporting function 'Get-UACEnabled'.
2018-05-15 22:05:45,646 3396 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
2018-05-15 22:05:45,662 3396 [INFO ] - VERBOSE: Exporting function 'Get-VirusCheckValid'.
2018-05-15 22:05:45,677 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebFile'.
2018-05-15 22:05:45,693 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebFileName'.
2018-05-15 22:05:45,709 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebHeaders'.
2018-05-15 22:05:45,724 3396 [INFO ] - VERBOSE: Exporting function 'Install-BinFile'.
2018-05-15 22:05:45,740 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.
2018-05-15 22:05:45,755 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.
2018-05-15 22:05:45,771 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.
2018-05-15 22:05:45,787 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.
2018-05-15 22:05:45,802 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.
2018-05-15 22:05:45,834 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPackage'.
2018-05-15 22:05:45,865 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPath'.
2018-05-15 22:05:45,880 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.
2018-05-15 22:05:45,896 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.
2018-05-15 22:05:45,912 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyShortcut'.
2018-05-15 22:05:45,927 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.
2018-05-15 22:05:45,943 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.
2018-05-15 22:05:45,959 3396 [INFO ] - VERBOSE: Exporting function 'Install-Vsix'.
2018-05-15 22:05:45,990 3396 [INFO ] - VERBOSE: Exporting function 'Set-EnvironmentVariable'.
2018-05-15 22:05:46,021 3396 [INFO ] - VERBOSE: Exporting function 'Set-PowerShellExitCode'.
2018-05-15 22:05:46,037 3396 [INFO ] - VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.
2018-05-15 22:05:46,069 3396 [INFO ] - VERBOSE: Exporting function 'Test-ProcessAdminRights'.
2018-05-15 22:05:46,084 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-BinFile'.
2018-05-15 22:05:46,099 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.
2018-05-15 22:05:46,115 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.
2018-05-15 22:05:46,146 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.
2018-05-15 22:05:46,162 3396 [INFO ] - VERBOSE: Exporting function 'Update-SessionEnvironment'.
2018-05-15 22:05:46,177 3396 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateyFailure'.
2018-05-15 22:05:46,193 3396 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateySuccess'.
2018-05-15 22:05:46,209 3396 [INFO ] - VERBOSE: Exporting function 'Write-FileUpdateLog'.
2018-05-15 22:05:46,224 3396 [INFO ] - VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.
2018-05-15 22:05:46,240 3396 [INFO ] - VERBOSE: Exporting function 'Get-AppInstallLocation'.
2018-05-15 22:05:46,255 3396 [INFO ] - VERBOSE: Exporting function 'Get-AvailableDriveLetter'.
2018-05-15 22:05:46,287 3396 [INFO ] - VERBOSE: Exporting function 'Get-EffectiveProxy'.
2018-05-15 22:05:46,302 3396 [INFO ] - VERBOSE: Exporting function 'Get-PackageCacheLocation'.
2018-05-15 22:05:46,318 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebContent'.
2018-05-15 22:05:46,334 3396 [INFO ] - VERBOSE: Exporting function 'Register-Application'.
2018-05-15 22:05:46,349 3396 [INFO ] - VERBOSE: Exporting function 'Install-WindowsUpdate'.
2018-05-15 22:05:46,365 3396 [INFO ] - VERBOSE: Exporting function 'Test-WindowsUpdate'.
2018-05-15 22:05:46,380 3396 [INFO ] - VERBOSE: Exporting alias 'Get-ProcessorBits'.
2018-05-15 22:05:46,396 3396 [INFO ] - VERBOSE: Exporting alias 'Get-OSBitness'.
2018-05-15 22:05:46,412 3396 [INFO ] - VERBOSE: Exporting alias 'Get-InstallRegistryKey'.
2018-05-15 22:05:46,443 3396 [INFO ] - VERBOSE: Exporting alias 'Generate-BinFile'.
2018-05-15 22:05:46,459 3396 [INFO ] - VERBOSE: Exporting alias 'Add-BinFile'.
2018-05-15 22:05:46,474 3396 [INFO ] - VERBOSE: Exporting alias 'Start-ChocolateyProcess'.
2018-05-15 22:05:46,490 3396 [INFO ] - VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.
2018-05-15 22:05:46,521 3396 [INFO ] - VERBOSE: Exporting alias 'Remove-BinFile'.
2018-05-15 22:05:46,552 3396 [INFO ] - VERBOSE: Exporting alias 'refreshenv'.
2018-05-15 22:05:46,568 3396 [INFO ] - VERBOSE: Importing function 'Format-FileSize'.
2018-05-15 22:05:46,599 3396 [INFO ] - VERBOSE: Importing function 'Get-AppInstallLocation'.
2018-05-15 22:05:46,630 3396 [INFO ] - VERBOSE: Importing function 'Get-AvailableDriveLetter'.
2018-05-15 22:05:46,646 3396 [INFO ] - VERBOSE: Importing function 'Get-ChecksumValid'.
2018-05-15 22:05:46,677 3396 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyUnzip'.
2018-05-15 22:05:46,709 3396 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyWebFile'.
2018-05-15 22:05:46,740 3396 [INFO ] - VERBOSE: Importing function 'Get-EffectiveProxy'.
2018-05-15 22:05:46,771 3396 [INFO ] - VERBOSE: Importing function 'Get-EnvironmentVariable'.
2018-05-15 22:05:46,787 3396 [INFO ] - VERBOSE: Importing function 'Get-EnvironmentVariableNames'.
2018-05-15 22:05:46,802 3396 [INFO ] - VERBOSE: Importing function 'Get-FtpFile'.
2018-05-15 22:05:46,834 3396 [INFO ] - VERBOSE: Importing function 'Get-OSArchitectureWidth'.
2018-05-15 22:05:46,849 3396 [INFO ] - VERBOSE: Importing function 'Get-PackageCacheLocation'.
2018-05-15 22:05:46,865 3396 [INFO ] - VERBOSE: Importing function 'Get-PackageParameters'.
2018-05-15 22:05:46,880 3396 [INFO ] - VERBOSE: Importing function 'Get-ToolsLocation'.
2018-05-15 22:05:46,896 3396 [INFO ] - VERBOSE: Importing function 'Get-UACEnabled'.
2018-05-15 22:05:46,912 3396 [INFO ] - VERBOSE: Importing function 'Get-UninstallRegistryKey'.
2018-05-15 22:05:46,927 3396 [INFO ] - VERBOSE: Importing function 'Get-VirusCheckValid'.
2018-05-15 22:05:46,959 3396 [INFO ] - VERBOSE: Importing function 'Get-WebContent'.
2018-05-15 22:05:46,974 3396 [INFO ] - VERBOSE: Importing function 'Get-WebFile'.
2018-05-15 22:05:46,990 3396 [INFO ] - VERBOSE: Importing function 'Get-WebFileName'.
2018-05-15 22:05:47,005 3396 [INFO ] - VERBOSE: Importing function 'Get-WebHeaders'.
2018-05-15 22:05:47,021 3396 [INFO ] - VERBOSE: Importing function 'Install-BinFile'.
2018-05-15 22:05:47,037 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyDesktopLink'.
2018-05-15 22:05:47,052 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyEnvironmentVariable'.
2018-05-15 22:05:47,068 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyExplorerMenuItem'.
2018-05-15 22:05:47,084 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyFileAssociation'.
2018-05-15 22:05:47,099 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyInstallPackage'.
2018-05-15 22:05:47,115 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPackage'.
2018-05-15 22:05:47,130 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPath'.
2018-05-15 22:05:47,162 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPinnedTaskBarItem'.
2018-05-15 22:05:47,177 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPowershellCommand'.
2018-05-15 22:05:47,193 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyShortcut'.
2018-05-15 22:05:47,209 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyVsixPackage'.
2018-05-15 22:05:47,224 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyZipPackage'.
2018-05-15 22:05:47,240 3396 [INFO ] - VERBOSE: Importing function 'Install-Vsix'.
2018-05-15 22:05:47,255 3396 [INFO ] - VERBOSE: Importing function 'Install-WindowsUpdate'.
2018-05-15 22:05:47,271 3396 [INFO ] - VERBOSE: Importing function 'Register-Application'.
2018-05-15 22:05:47,287 3396 [INFO ] - VERBOSE: Importing function 'Set-EnvironmentVariable'.
2018-05-15 22:05:47,318 3396 [INFO ] - VERBOSE: Importing function 'Set-PowerShellExitCode'.
2018-05-15 22:05:47,334 3396 [INFO ] - VERBOSE: Importing function 'Start-ChocolateyProcessAsAdmin'.
2018-05-15 22:05:47,349 3396 [INFO ] - VERBOSE: Importing function 'Test-ProcessAdminRights'.
2018-05-15 22:05:47,380 3396 [INFO ] - VERBOSE: Importing function 'Test-WindowsUpdate'.
2018-05-15 22:05:47,396 3396 [INFO ] - VERBOSE: Importing function 'Uninstall-BinFile'.
2018-05-15 22:05:47,412 3396 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyEnvironmentVariable'.
2018-05-15 22:05:47,427 3396 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyPackage'.
2018-05-15 22:05:47,443 3396 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyZipPackage'.
2018-05-15 22:05:47,459 3396 [INFO ] - VERBOSE: Importing function 'Update-SessionEnvironment'.
2018-05-15 22:05:47,474 3396 [INFO ] - VERBOSE: Importing function 'Write-ChocolateyFailure'.
2018-05-15 22:05:47,505 3396 [INFO ] - VERBOSE: Importing function 'Write-ChocolateySuccess'.
2018-05-15 22:05:47,521 3396 [INFO ] - VERBOSE: Importing function 'Write-FileUpdateLog'.
2018-05-15 22:05:47,537 3396 [INFO ] - VERBOSE: Importing function 'Write-FunctionCallLogMessage'.
2018-05-15 22:05:47,552 3396 [INFO ] - VERBOSE: Importing alias 'Add-BinFile'.
2018-05-15 22:05:47,568 3396 [INFO ] - VERBOSE: Importing alias 'Generate-BinFile'.
2018-05-15 22:05:47,584 3396 [INFO ] - VERBOSE: Importing alias 'Get-InstallRegistryKey'.
2018-05-15 22:05:47,599 3396 [INFO ] - VERBOSE: Importing alias 'Get-OSBitness'.
2018-05-15 22:05:47,615 3396 [INFO ] - VERBOSE: Importing alias 'Get-ProcessorBits'.
2018-05-15 22:05:47,630 3396 [INFO ] - VERBOSE: Importing alias 'Invoke-ChocolateyProcess'.
2018-05-15 22:05:47,646 3396 [INFO ] - VERBOSE: Importing alias 'refreshenv'.
2018-05-15 22:05:47,677 3396 [INFO ] - VERBOSE: Importing alias 'Remove-BinFile'.
2018-05-15 22:05:47,693 3396 [INFO ] - VERBOSE: Importing alias 'Start-ChocolateyProcess'.
2018-05-15 22:05:47,709 3396 [DEBUG] - Running 'ChocolateyScriptRunner' for aspnetcore-runtimepackagestore v2.1.0-rc1 with packageScript 'C:\ProgramData\chocolatey\lib\aspnetcore-runtimepackagestore\tools\ChocolateyInstall.ps1', packageFolder:'C:\ProgramData\chocolatey\lib\aspnetcore-runtimepackagestore', installArguments: '', packageParameters: '',
2018-05-15 22:05:47,724 3396 [DEBUG] - Running 'C:\ProgramData\chocolatey\lib\aspnetcore-runtimepackagestore\tools\ChocolateyInstall.ps1'
2018-05-15 22:05:47,755 3396 [INFO ] - VERBOSE: Performing an installation with visible progress window (default).
2018-05-15 22:05:47,802 3396 [DEBUG] - Running Install-ChocolateyPackage -url 'https://download.microsoft.com/download/D/0/B/D0B7F62D-9C5D-4CF3-AB6C-88F56B4FC1A9/aspnetcore-runtime-2.1.0-rc1-final-win-x86.exe' -checksumType64 'sha512' -checksum 'b5e9a89ecfbd638c0f92bbb1626183def620c22e50169fa58a7a21faa83a2d48ef8f3cdc9b2815527e8885617db3624e25a5c63cdb23cf73ecd07056afe997f9' -checksum64 '1138f7e2a23cf0309cb53986e219d52a27cba30d8d5caa3697317b4cab951bf2976211f0894eaf60900da778b4aa790490c417041abe9bc741695a259ff94789' -packageName 'aspnetcore-runtimepackagestore' -checksumType 'sha512' -validExitCodes '0 3010' -silentArgs ' /install /passive /norestart /log "C:\Users\Admin\AppData\Local\Temp\chocolatey\aspnetcore-runtimepackagestore.log"' -url64bit 'https://download.microsoft.com/download/D/0/B/D0B7F62D-9C5D-4CF3-AB6C-88F56B4FC1A9/aspnetcore-runtime-2.1.0-rc1-final-win-x64.exe'
2018-05-15 22:05:47,818 3396 [DEBUG] - Running Get-ChocolateyWebFile -packageName 'aspnetcore-runtimepackagestore' -fileFullPath 'C:\Users\Admin\AppData\Local\Temp\chocolatey\aspnetcore-runtimepackagestore\2.1.0-rc1\aspnetcore-runtimepackagestoreInstall.exe' -url 'https://download.microsoft.com/download/D/0/B/D0B7F62D-9C5D-4CF3-AB6C-88F56B4FC1A9/aspnetcore-runtime-2.1.0-rc1-final-win-x86.exe' -url64bit 'https://download.microsoft.com/download/D/0/B/D0B7F62D-9C5D-4CF3-AB6C-88F56B4FC1A9/aspnetcore-runtime-2.1.0-rc1-final-win-x64.exe' -checksum 'b5e9a89ecfbd638c0f92bbb1626183def620c22e50169fa58a7a21faa83a2d48ef8f3cdc9b2815527e8885617db3624e25a5c63cdb23cf73ecd07056afe997f9' -checksumType 'sha512' -checksum64 '1138f7e2a23cf0309cb53986e219d52a27cba30d8d5caa3697317b4cab951bf2976211f0894eaf60900da778b4aa790490c417041abe9bc741695a259ff94789' -checksumType64 'sha512' -options 'System.Collections.Hashtable' -getOriginalFileName 'True'
2018-05-15 22:05:47,834 3396 [DEBUG] - Running Get-ProcessorBits -compare '64'
2018-05-15 22:05:47,849 3396 [DEBUG] - CPU is 64 bit
2018-05-15 22:05:47,865 3396 [DEBUG] - Setting url to 'https://download.microsoft.com/download/D/0/B/D0B7F62D-9C5D-4CF3-AB6C-88F56B4FC1A9/aspnetcore-runtime-2.1.0-rc1-final-win-x64.exe' and bitPackage to 64
2018-05-15 22:05:47,880 3396 [DEBUG] - Running Get-WebFileName -url 'https://download.microsoft.com/download/D/0/B/D0B7F62D-9C5D-4CF3-AB6C-88F56B4FC1A9/aspnetcore-runtime-2.1.0-rc1-final-win-x64.exe' -defaultName 'aspnetcore-runtimepackagestoreInstall.exe'
2018-05-15 22:05:48,365 3396 [DEBUG] - Using response url to determine file name. 'https://download.microsoft.com/download/D/0/B/D0B7F62D-9C5D-4CF3-AB6C-88F56B4FC1A9/aspnetcore-runtime-2.1.0-rc1-final-win-x64.exe'
2018-05-15 22:05:48,380 3396 [DEBUG] - File name determined from url is 'aspnetcore-runtime-2.1.0-rc1-final-win-x64.exe'
2018-05-15 22:05:48,380 3396 [DEBUG] - Running Get-WebHeaders -url 'https://download.microsoft.com/download/D/0/B/D0B7F62D-9C5D-4CF3-AB6C-88F56B4FC1A9/aspnetcore-runtime-2.1.0-rc1-final-win-x64.exe' -ErrorAction 'Stop'
2018-05-15 22:05:48,396 3396 [DEBUG] - Setting the UserAgent to 'chocolatey command line'
2018-05-15 22:05:48,396 3396 [DEBUG] - Request Headers:
2018-05-15 22:05:48,412 3396 [DEBUG] - 'Accept':'*/*'
2018-05-15 22:05:48,427 3396 [DEBUG] - 'User-Agent':'chocolatey command line'
2018-05-15 22:05:48,506 3396 [DEBUG] - Response Headers:
2018-05-15 22:05:48,521 3396 [DEBUG] - 'Content-Disposition':'attachment'
2018-05-15 22:05:48,521 3396 [DEBUG] - 'Connection':'keep-alive'
2018-05-15 22:05:48,521 3396 [DEBUG] - 'Accept-Ranges':'bytes'
2018-05-15 22:05:48,537 3396 [DEBUG] - 'Content-Length':'26234352'
2018-05-15 22:05:48,537 3396 [DEBUG] - 'Content-Type':'application/octet-stream'
2018-05-15 22:05:48,552 3396 [DEBUG] - 'Date':'Tue, 15 May 2018 20:05:48 GMT'
2018-05-15 22:05:48,552 3396 [DEBUG] - 'ETag':'"ccaff4a78dded31:0"'
2018-05-15 22:05:48,568 3396 [DEBUG] - 'Last-Modified':'Sat, 28 Apr 2018 01:10:11 GMT'
2018-05-15 22:05:48,568 3396 [DEBUG] - 'Server':'Microsoft-IIS/8.5'
2018-05-15 22:05:48,584 3396 [INFO ] - Downloading aspnetcore-runtimepackagestore 64 bit
from 'https://download.microsoft.com/download/D/0/B/D0B7F62D-9C5D-4CF3-AB6C-88F56B4FC1A9/aspnetcore-runtime-2.1.0-rc1-final-win-x64.exe'
2018-05-15 22:05:48,615 3396 [INFO ] -
2018-05-15 22:05:48,630 3396 [DEBUG] - Running Get-WebFile -url 'https://download.microsoft.com/download/D/0/B/D0B7F62D-9C5D-4CF3-AB6C-88F56B4FC1A9/aspnetcore-runtime-2.1.0-rc1-final-win-x64.exe' -fileName 'C:\Users\Admin\AppData\Local\Temp\chocolatey\aspnetcore-runtimepackagestore\2.1.0-rc1\aspnetcore-runtime-2.1.0-rc1-final-win-x64.exe' -options 'System.Collections.Hashtable'
2018-05-15 22:05:48,630 3396 [DEBUG] - Setting request timeout to 30000
2018-05-15 22:05:48,662 3396 [DEBUG] - Setting read/write timeout to 2700000
2018-05-15 22:05:48,677 3396 [DEBUG] - Setting the UserAgent to 'chocolatey command line'
2018-05-15 22:05:48,818 3396 [DEBUG] - Downloading https://download.microsoft.com/download/D/0/B/D0B7F62D-9C5D-4CF3-AB6C-88F56B4FC1A9/aspnetcore-runtime-2.1.0-rc1-final-win-x64.exe to C:\Users\Admin\AppData\Local\Temp\chocolatey\aspnetcore-runtimepackagestore\2.1.0-rc1\aspnetcore-runtime-2.1.0-rc1-final-win-x64.exe
2018-05-15 22:05:50,490 3396 [INFO ] -
2018-05-15 22:05:50,537 3396 [INFO ] -
2018-05-15 22:05:50,599 3396 [INFO ] - Download of aspnetcore-runtime-2.1.0-rc1-final-win-x64.exe (25.02 MB) completed.
2018-05-15 22:05:50,615 3396 [INFO ] -
2018-05-15 22:05:53,971 3396 [DEBUG] - No runtime virus checking built into FOSS Chocolatey. Check out Pro/Business - https://chocolatey.org/compare
2018-05-15 22:05:53,971 3396 [DEBUG] - Verifying package provided checksum of '1138f7e2a23cf0309cb53986e219d52a27cba30d8d5caa3697317b4cab951bf2976211f0894eaf60900da778b4aa790490c417041abe9bc741695a259ff94789' for 'C:\Users\Admin\AppData\Local\Temp\chocolatey\aspnetcore-runtimepackagestore\2.1.0-rc1\aspnetcore-runtime-2.1.0-rc1-final-win-x64.exe'.
2018-05-15 22:05:53,986 3396 [DEBUG] - Running Get-ChecksumValid -file 'C:\Users\Admin\AppData\Local\Temp\chocolatey\aspnetcore-runtimepackagestore\2.1.0-rc1\aspnetcore-runtime-2.1.0-rc1-final-win-x64.exe' -checksum '1138f7e2a23cf0309cb53986e219d52a27cba30d8d5caa3697317b4cab951bf2976211f0894eaf60900da778b4aa790490c417041abe9bc741695a259ff94789' -checksumType 'sha512' -originalUrl 'https://download.microsoft.com/download/D/0/B/D0B7F62D-9C5D-4CF3-AB6C-88F56B4FC1A9/aspnetcore-runtime-2.1.0-rc1-final-win-x64.exe'
2018-05-15 22:05:54,002 3396 [DEBUG] - checksum.exe found at 'C:\ProgramData\chocolatey\helpers\..\tools\checksum.exe'
2018-05-15 22:05:54,018 3396 [DEBUG] - Executing command ['C:\ProgramData\chocolatey\helpers\..\tools\checksum.exe' -c="1138f7e2a23cf0309cb53986e219d52a27cba30d8d5caa3697317b4cab951bf2976211f0894eaf60900da778b4aa790490c417041abe9bc741695a259ff94789" -t="sha512" -f="C:\Users\Admin\AppData\Local\Temp\chocolatey\aspnetcore-runtimepackagestore\2.1.0-rc1\aspnetcore-runtime-2.1.0-rc1-final-win-x64.exe"]
2018-05-15 22:05:54,377 3396 [DEBUG] - Command ['C:\ProgramData\chocolatey\helpers\..\tools\checksum.exe' -c="1138f7e2a23cf0309cb53986e219d52a27cba30d8d5caa3697317b4cab951bf2976211f0894eaf60900da778b4aa790490c417041abe9bc741695a259ff94789" -t="sha512" -f="C:\Users\Admin\AppData\Local\Temp\chocolatey\aspnetcore-runtimepackagestore\2.1.0-rc1\aspnetcore-runtime-2.1.0-rc1-final-win-x64.exe"] exited with '0'.
2018-05-15 22:05:54,393 3396 [DEBUG] - Running Install-ChocolateyInstallPackage -packageName 'aspnetcore-runtimepackagestore' -fileType 'exe' -silentArgs ' /install /passive /norestart /log "C:\Users\Admin\AppData\Local\Temp\chocolatey\aspnetcore-runtimepackagestore.log"' -file 'C:\Users\Admin\AppData\Local\Temp\chocolatey\aspnetcore-runtimepackagestore\2.1.0-rc1\aspnetcore-runtime-2.1.0-rc1-final-win-x64.exe' -validExitCodes '0 3010' -useOnlyPackageSilentArguments 'False'
2018-05-15 22:05:54,408 3396 [DEBUG] - Running Get-ProcessorBits -compare '32'
2018-05-15 22:05:54,424 3396 [INFO ] - Installing aspnetcore-runtimepackagestore...
2018-05-15 22:05:54,440 3396 [INFO ] -
2018-05-15 22:05:54,487 3396 [DEBUG] - Ensuring 'C:\Users\Admin\AppData\Local\Temp\chocolatey' exists
2018-05-15 22:05:54,518 3396 [DEBUG] - Running Start-ChocolateyProcessAsAdmin -validExitCodes '0 3010' -workingDirectory 'C:\Users\Admin\AppData\Local\Temp\chocolatey\aspnetcore-runtimepackagestore\2.1.0-rc1' -statements ' /install /passive /norestart /log "C:\Users\Admin\AppData\Local\Temp\chocolatey\aspnetcore-runtimepackagestore.log" ' -exeToRun 'C:\Users\Admin\AppData\Local\Temp\chocolatey\aspnetcore-runtimepackagestore\2.1.0-rc1\aspnetcore-runtime-2.1.0-rc1-final-win-x64.exe'
2018-05-15 22:05:54,534 3396 [DEBUG] - Test-ProcessAdminRights: returning True
2018-05-15 22:05:54,549 3396 [DEBUG] - Elevating permissions and running ["C:\Users\Admin\AppData\Local\Temp\chocolatey\aspnetcore-runtimepackagestore\2.1.0-rc1\aspnetcore-runtime-2.1.0-rc1-final-win-x64.exe" /install /passive /norestart /log "C:\Users\Admin\AppData\Local\Temp\chocolatey\aspnetcore-runtimepackagestore.log" ]. This may take a while, depending on the statements.
2018-05-15 22:06:02,436 3396 [DEBUG] - Command ["C:\Users\Admin\AppData\Local\Temp\chocolatey\aspnetcore-runtimepackagestore\2.1.0-rc1\aspnetcore-runtime-2.1.0-rc1-final-win-x64.exe" /install /passive /norestart /log "C:\Users\Admin\AppData\Local\Temp\chocolatey\aspnetcore-runtimepackagestore.log" ] exited with '0'.
2018-05-15 22:06:02,451 3396 [DEBUG] - Finishing 'Start-ChocolateyProcessAsAdmin'
2018-05-15 22:06:02,483 3396 [INFO ] - aspnetcore-runtimepackagestore has been installed.
2018-05-15 22:06:02,498 3396 [INFO ] -
2018-05-15 22:06:02,529 3396 [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\aspnetcore-runtimepackagestore\tools\ChocolateyInstall.ps1' -installArguments '' -packageParameters '''] exited with '0'.
2018-05-15 22:06:02,545 3396 [DEBUG] - Calling command ['"C:\Windows\System32\shutdown.exe" /a']
2018-05-15 22:06:02,592 3396 [DEBUG] - Command ['"C:\Windows\System32\shutdown.exe" /a'] exited with '1116'
2018-05-15 22:06:02,608 3396 [INFO ] - aspnetcore-runtimepackagestore may be able to be automatically uninstalled.
2018-05-15 22:06:02,639 3396 [DEBUG] - Capturing package files in 'C:\ProgramData\chocolatey\lib\aspnetcore-runtimepackagestore'
2018-05-15 22:06:02,639 3396 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\aspnetcore-runtimepackagestore\aspnetcore-runtimepackagestore.nupkg'
with checksum '9E094528F7DC9942F227E96EC77A543C'
2018-05-15 22:06:02,654 3396 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\aspnetcore-runtimepackagestore\aspnetcore-runtimepackagestore.nuspec'
with checksum '7175433D1A8065AB0A5D50877D532206'
2018-05-15 22:06:02,654 3396 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\aspnetcore-runtimepackagestore\tools\ChocolateyInstall.ps1'
with checksum '63EF66436D9D37E2F3998AAE4F2048AC'
2018-05-15 22:06:02,670 3396 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\aspnetcore-runtimepackagestore\tools\data.ps1'
with checksum 'E08D653231F813A44AB5F38A95CAC68D'
2018-05-15 22:06:02,686 3396 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\.chocolatey\aspnetcore-runtimepackagestore.2.1.0-rc1".
2018-05-15 22:06:02,701 3396 [DEBUG] - There was no original file at 'C:\ProgramData\chocolatey\.chocolatey\aspnetcore-runtimepackagestore.2.1.0-rc1\.registry'
2018-05-15 22:06:02,717 3396 [DEBUG] - There was no original file at 'C:\ProgramData\chocolatey\.chocolatey\aspnetcore-runtimepackagestore.2.1.0-rc1\.files'
2018-05-15 22:06:02,748 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\aspnetcore-runtimepackagestore.2.1.0-rc1\.extra".
2018-05-15 22:06:02,764 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\aspnetcore-runtimepackagestore.2.1.0-rc1\.version".
2018-05-15 22:06:02,764 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\aspnetcore-runtimepackagestore.2.1.0-rc1\.sxs".
2018-05-15 22:06:02,779 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\aspnetcore-runtimepackagestore.2.1.0-rc1\.pin".
2018-05-15 22:06:02,779 3396 [DEBUG] - Sending message 'HandlePackageResultCompletedMessage' out if there are subscribers...
2018-05-15 22:06:02,795 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\lib\aspnetcore-runtimepackagestore\.chocolateyPending".
2018-05-15 22:06:02,795 3396 [INFO ] - The install of aspnetcore-runtimepackagestore was successful.
2018-05-15 22:06:02,811 3396 [INFO ] - Software installed as 'exe', install location is likely default.
2018-05-15 22:06:02,858 3396 [INFO ] - [NuGet] Installing 'dotnetcore-windowshosting 2.1.0.20180510-rc1'.
2018-05-15 22:06:02,904 3396 [DEBUG] - [NuGet] Added file 'ChocolateyInstall.ps1' to folder 'dotnetcore-windowshosting\tools'.
2018-05-15 22:06:02,904 3396 [DEBUG] - [NuGet] Added file 'data.ps1' to folder 'dotnetcore-windowshosting\tools'.
2018-05-15 22:06:02,940 3396 [DEBUG] - [NuGet] Added file 'dotnetcore-windowshosting.nuspec' to folder 'dotnetcore-windowshosting'.
2018-05-15 22:06:02,951 3396 [DEBUG] - [NuGet] Added file 'dotnetcore-windowshosting.nupkg' to folder 'dotnetcore-windowshosting'.
2018-05-15 22:06:02,967 3396 [INFO ] - [NuGet] Successfully installed 'dotnetcore-windowshosting 2.1.0.20180510-rc1'.
2018-05-15 22:06:02,983 3396 [INFO ] -
dotnetcore-windowshosting v2.1.0.20180510-rc1 [Approved]
2018-05-15 22:06:03,014 3396 [INFO ] - dotnetcore-windowshosting package files install completed. Performing other installation steps.
2018-05-15 22:06:03,029 3396 [DEBUG] - Setting installer args for dotnetcore-windowshosting
2018-05-15 22:06:03,045 3396 [DEBUG] - Setting package parameters for dotnetcore-windowshosting
2018-05-15 22:06:03,045 3396 [DEBUG] - Contents of 'C:\ProgramData\chocolatey\lib\dotnetcore-windowshosting\tools\ChocolateyInstall.ps1':
2018-05-15 22:06:03,061 3396 [DEBUG] - $ErrorActionPreference = 'Stop'
Set-StrictMode -Version 2
$data = & (Join-Path -Path (Split-Path -Path $MyInvocation.MyCommand.Path) -ChildPath data.ps1)
function Get-DismPath
{
# .NET Core supports Windows 7 or later - this aligns nicely with dism.exe availability
$dism = Join-Path -Path $Env:SystemRoot -ChildPath 'System32\dism.exe'
if (-not (Test-Path -Path $dism)) {
throw 'Windows 7 / Server 2008 R2 or later is required.'
}
return $dism
}
function Test-IisInstalled
{
$dism = Get-DismPath
$iisState = 'Unknown'
& $dism /English /Online /Get-FeatureInfo /FeatureName:IIS-WebServer | Tee-Object -Variable dismOutput | Select-String -Pattern '^State : (\w+)$' | ForEach-Object { $iisState = $_.Matches[0].Groups[1].Value }
if ($LastExitCode -ne 0) {
Write-Warning "Unable to determine IIS installation state (dism.exe exit code: $LastExitCode)"
Write-Warning 'dism.exe output:'
$dismOutput | Write-Warning
} else {
Write-Debug 'dism.exe output:'
$dismOutput | Write-Debug
}
$iisInstalled = $iisState -eq 'Enabled'
return $iisInstalled
}
function Ensure-IisInstalled
{
$iisInstalled = Test-IisInstalled
if (-not $iisInstalled) {
$ignoreMissingIisKeyword = 'IgnoreMissingIIS'
if ($Env:chocolateyPackageParameters -notlike "*$ignoreMissingIisKeyword*") {
throw "IIS is not installed. Install at least one of them before installing this package, or pass '$ignoreMissingIisKeyword' as package parameter to force the installation anyway."
} else {
Write-Warning "IIS is not installed, but proceeding with the installation because '$ignoreMissingIisKeyword' was passed as package parameter."
}
}
if ($iisInstalled) {
Write-Verbose 'IIS is enabled.'
} else {
Write-Warning 'IIS is not enabled. The ASP.NET Core Module for IIS requires IIS to be enabled before installing the module. To install the module, enable IIS and install this package again using the --force switch.'
}
}
function Test-QuietRequested
{
return $Env:chocolateyPackageParameters -like '*Quiet*'
}
function Get-PassiveOrQuietArgument
{
[CmdletBinding()]
Param (
[string] $Scenario = 'installation'
)
if (Test-QuietRequested) {
Write-Verbose "Performing a quiet $Scenario, as requested."
$passiveOrQuiet = 'quiet'
} else {
Write-Verbose "Performing an $Scenario with visible progress window (default)."
$passiveOrQuiet = 'passive'
}
return $passiveOrQuiet
}
Ensure-IisInstalled
$passiveOrQuiet = Get-PassiveOrQuietArgument -Scenario 'installation'
$arguments = @{
packageName = $data.PackageName
silentArgs = "$($data.AdditionalArgumentsToInstaller) /install /$passiveOrQuiet /norestart /log ""${Env:TEMP}\$($data.PackageName).log"""
validExitCodes = @(
0, # success
3010 # success, restart required
)
url = $data.Url
checksum = $data.Checksum
checksumType = $data.ChecksumType
url64 = $data.Url64
checksum64 = $data.Checksum64
checksumType64 = $data.ChecksumType64
}
Install-ChocolateyPackage @arguments
2018-05-15 22:06:03,123 3396 [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\dotnetcore-windowshosting\tools\ChocolateyInstall.ps1' -installArguments '' -packageParameters ''']
2018-05-15 22:06:03,186 3396 [DEBUG] - Redirecting Microsoft.PowerShell.Security, requested by ''
2018-05-15 22:06:03,264 3396 [DEBUG] - Attempting to load assembly Microsoft.PowerShell.Security failed:
Nie mo¿na za³adowaæ pliku lub zestawu 'Microsoft.PowerShell.Security, Version=5.0.0.0' lub jednej z jego zale¿noœci. Nie mo¿na odnaleŸæ okreœlonego pliku.
2018-05-15 22:06:03,342 3396 [DEBUG] - Attempting to load assembly Microsoft.PowerShell.Security failed:
Nie mo¿na za³adowaæ pliku lub zestawu 'Microsoft.PowerShell.Security, Version=4.0.0.0' lub jednej z jego zale¿noœci. Nie mo¿na odnaleŸæ okreœlonego pliku.
2018-05-15 22:06:03,467 3396 [DEBUG] - Attempting to load assembly Microsoft.PowerShell.Security failed:
Nie mo¿na za³adowaæ pliku lub zestawu 'Microsoft.PowerShell.Security, Version=3.0.0.0' lub jednej z jego zale¿noœci. Nie mo¿na odnaleŸæ okreœlonego pliku.
2018-05-15 22:06:03,576 3396 [DEBUG] - Attempting to load assembly Microsoft.PowerShell.Security failed:
Nie mo¿na za³adowaæ pliku lub zestawu 'Microsoft.PowerShell.Security, Version=1.0.0.0' lub jednej z jego zale¿noœci. Nie mo¿na odnaleŸæ okreœlonego pliku.
2018-05-15 22:06:03,811 3396 [DEBUG] - Host version is 4.0, PowerShell Version is '4.0' and CLR Version is '4.0.30319.42000'.
2018-05-15 22:06:03,920 3396 [INFO ] - VERBOSE: Exporting function 'Format-FileSize'.
2018-05-15 22:06:03,998 3396 [INFO ] - VERBOSE: Exporting function 'Get-ChecksumValid'.
2018-05-15 22:06:04,061 3396 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyUnzip'.
2018-05-15 22:06:04,154 3396 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyWebFile'.
2018-05-15 22:06:04,233 3396 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariable'.
2018-05-15 22:06:04,295 3396 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.
2018-05-15 22:06:04,373 3396 [INFO ] - VERBOSE: Exporting function 'Get-FtpFile'.
2018-05-15 22:06:04,436 3396 [INFO ] - VERBOSE: Exporting function 'Get-OSArchitectureWidth'.
2018-05-15 22:06:04,498 3396 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'.
2018-05-15 22:06:04,576 3396 [INFO ] - VERBOSE: Exporting function 'Get-ToolsLocation'.
2018-05-15 22:06:04,639 3396 [INFO ] - VERBOSE: Exporting function 'Get-UACEnabled'.
2018-05-15 22:06:04,717 3396 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
2018-05-15 22:06:04,858 3396 [INFO ] - VERBOSE: Exporting function 'Get-VirusCheckValid'.
2018-05-15 22:06:04,936 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebFile'.
2018-05-15 22:06:05,014 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebFileName'.
2018-05-15 22:06:05,076 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebHeaders'.
2018-05-15 22:06:05,139 3396 [INFO ] - VERBOSE: Exporting function 'Install-BinFile'.
2018-05-15 22:06:05,217 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.
2018-05-15 22:06:05,279 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.
2018-05-15 22:06:05,342 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.
2018-05-15 22:06:05,358 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.
2018-05-15 22:06:05,373 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.
2018-05-15 22:06:05,389 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPackage'.
2018-05-15 22:06:05,404 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPath'.
2018-05-15 22:06:05,420 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.
2018-05-15 22:06:05,436 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.
2018-05-15 22:06:05,451 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyShortcut'.
2018-05-15 22:06:05,467 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.
2018-05-15 22:06:05,483 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.
2018-05-15 22:06:05,498 3396 [INFO ] - VERBOSE: Exporting function 'Install-Vsix'.
2018-05-15 22:06:05,514 3396 [INFO ] - VERBOSE: Exporting function 'Set-EnvironmentVariable'.
2018-05-15 22:06:05,529 3396 [INFO ] - VERBOSE: Exporting function 'Set-PowerShellExitCode'.
2018-05-15 22:06:05,561 3396 [INFO ] - VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.
2018-05-15 22:06:05,576 3396 [INFO ] - VERBOSE: Exporting function 'Test-ProcessAdminRights'.
2018-05-15 22:06:05,592 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-BinFile'.
2018-05-15 22:06:05,608 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.
2018-05-15 22:06:05,623 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.
2018-05-15 22:06:05,639 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.
2018-05-15 22:06:05,670 3396 [INFO ] - VERBOSE: Exporting function 'Update-SessionEnvironment'.
2018-05-15 22:06:05,686 3396 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateyFailure'.
2018-05-15 22:06:05,701 3396 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateySuccess'.
2018-05-15 22:06:05,717 3396 [INFO ] - VERBOSE: Exporting function 'Write-FileUpdateLog'.
2018-05-15 22:06:05,733 3396 [INFO ] - VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.
2018-05-15 22:06:05,748 3396 [INFO ] - VERBOSE: Exporting alias 'Get-ProcessorBits'.
2018-05-15 22:06:05,764 3396 [INFO ] - VERBOSE: Exporting alias 'Get-OSBitness'.
2018-05-15 22:06:05,779 3396 [INFO ] - VERBOSE: Exporting alias 'Get-InstallRegistryKey'.
2018-05-15 22:06:05,795 3396 [INFO ] - VERBOSE: Exporting alias 'Generate-BinFile'.
2018-05-15 22:06:05,828 3396 [INFO ] - VERBOSE: Exporting alias 'Add-BinFile'.
2018-05-15 22:06:05,843 3396 [INFO ] - VERBOSE: Exporting alias 'Start-ChocolateyProcess'.
2018-05-15 22:06:05,858 3396 [INFO ] - VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.
2018-05-15 22:06:05,889 3396 [INFO ] - VERBOSE: Exporting alias 'Remove-BinFile'.
2018-05-15 22:06:05,904 3396 [INFO ] - VERBOSE: Exporting alias 'refreshenv'.
2018-05-15 22:06:05,936 3396 [DEBUG] - Loading community extensions
2018-05-15 22:06:05,951 3396 [DEBUG] - Importing 'C:\ProgramData\chocolatey\extensions\chocolatey-core\chocolatey-core.psm1'
2018-05-15 22:06:05,951 3396 [INFO ] - VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-core\chocolatey-core.psm1'.
2018-05-15 22:06:06,108 3396 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
2018-05-15 22:06:06,123 3396 [INFO ] - VERBOSE: Exporting function 'Get-AppInstallLocation'.
2018-05-15 22:06:06,154 3396 [INFO ] - VERBOSE: Exporting function 'Get-AvailableDriveLetter'.
2018-05-15 22:06:06,170 3396 [INFO ] - VERBOSE: Exporting function 'Get-EffectiveProxy'.
2018-05-15 22:06:06,186 3396 [INFO ] - VERBOSE: Exporting function 'Get-PackageCacheLocation'.
2018-05-15 22:06:06,201 3396 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'.
2018-05-15 22:06:06,217 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebContent'.
2018-05-15 22:06:06,233 3396 [INFO ] - VERBOSE: Exporting function 'Register-Application'.
2018-05-15 22:06:06,264 3396 [INFO ] - VERBOSE: Importing function 'Get-AppInstallLocation'.
2018-05-15 22:06:06,279 3396 [INFO ] - VERBOSE: Importing function 'Get-AvailableDriveLetter'.
2018-05-15 22:06:06,295 3396 [INFO ] - VERBOSE: Importing function 'Get-EffectiveProxy'.
2018-05-15 22:06:06,295 3396 [INFO ] - VERBOSE: Importing function 'Get-PackageCacheLocation'.
2018-05-15 22:06:06,311 3396 [INFO ] - VERBOSE: Importing function 'Get-PackageParameters'.
2018-05-15 22:06:06,326 3396 [INFO ] - VERBOSE: Importing function 'Get-UninstallRegistryKey'.
2018-05-15 22:06:06,342 3396 [INFO ] - VERBOSE: Importing function 'Get-WebContent'.
2018-05-15 22:06:06,358 3396 [INFO ] - VERBOSE: Importing function 'Register-Application'.
2018-05-15 22:06:06,373 3396 [DEBUG] - Importing 'C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\chocolatey-windowsupdate.psm1'
2018-05-15 22:06:06,389 3396 [INFO ] - VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\chocolatey-windowsupdate.psm1'.
2018-05-15 22:06:06,404 3396 [INFO ] - VERBOSE: Exporting function 'Install-WindowsUpdate'.
2018-05-15 22:06:06,436 3396 [INFO ] - VERBOSE: Exporting function 'Test-WindowsUpdate'.
2018-05-15 22:06:06,451 3396 [INFO ] - VERBOSE: Importing function 'Install-WindowsUpdate'.
2018-05-15 22:06:06,451 3396 [INFO ] - VERBOSE: Importing function 'Test-WindowsUpdate'.
2018-05-15 22:06:06,483 3396 [INFO ] - VERBOSE: Exporting function 'Format-FileSize'.
2018-05-15 22:06:06,498 3396 [INFO ] - VERBOSE: Exporting function 'Get-ChecksumValid'.
2018-05-15 22:06:06,514 3396 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyUnzip'.
2018-05-15 22:06:06,529 3396 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyWebFile'.
2018-05-15 22:06:06,529 3396 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariable'.
2018-05-15 22:06:06,545 3396 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.
2018-05-15 22:06:06,561 3396 [INFO ] - VERBOSE: Exporting function 'Get-FtpFile'.
2018-05-15 22:06:06,576 3396 [INFO ] - VERBOSE: Exporting function 'Get-OSArchitectureWidth'.
2018-05-15 22:06:06,592 3396 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'.
2018-05-15 22:06:06,608 3396 [INFO ] - VERBOSE: Exporting function 'Get-ToolsLocation'.
2018-05-15 22:06:06,623 3396 [INFO ] - VERBOSE: Exporting function 'Get-UACEnabled'.
2018-05-15 22:06:06,639 3396 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
2018-05-15 22:06:06,654 3396 [INFO ] - VERBOSE: Exporting function 'Get-VirusCheckValid'.
2018-05-15 22:06:06,670 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebFile'.
2018-05-15 22:06:06,686 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebFileName'.
2018-05-15 22:06:06,701 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebHeaders'.
2018-05-15 22:06:06,717 3396 [INFO ] - VERBOSE: Exporting function 'Install-BinFile'.
2018-05-15 22:06:06,733 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.
2018-05-15 22:06:06,748 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.
2018-05-15 22:06:06,764 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.
2018-05-15 22:06:06,779 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.
2018-05-15 22:06:06,795 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.
2018-05-15 22:06:06,842 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPackage'.
2018-05-15 22:06:06,858 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPath'.
2018-05-15 22:06:06,873 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.
2018-05-15 22:06:06,889 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.
2018-05-15 22:06:06,904 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyShortcut'.
2018-05-15 22:06:06,920 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.
2018-05-15 22:06:06,936 3396 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.
2018-05-15 22:06:06,951 3396 [INFO ] - VERBOSE: Exporting function 'Install-Vsix'.
2018-05-15 22:06:06,967 3396 [INFO ] - VERBOSE: Exporting function 'Set-EnvironmentVariable'.
2018-05-15 22:06:06,998 3396 [INFO ] - VERBOSE: Exporting function 'Set-PowerShellExitCode'.
2018-05-15 22:06:07,014 3396 [INFO ] - VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.
2018-05-15 22:06:07,029 3396 [INFO ] - VERBOSE: Exporting function 'Test-ProcessAdminRights'.
2018-05-15 22:06:07,045 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-BinFile'.
2018-05-15 22:06:07,061 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.
2018-05-15 22:06:07,076 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.
2018-05-15 22:06:07,092 3396 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.
2018-05-15 22:06:07,123 3396 [INFO ] - VERBOSE: Exporting function 'Update-SessionEnvironment'.
2018-05-15 22:06:07,154 3396 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateyFailure'.
2018-05-15 22:06:07,170 3396 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateySuccess'.
2018-05-15 22:06:07,201 3396 [INFO ] - VERBOSE: Exporting function 'Write-FileUpdateLog'.
2018-05-15 22:06:07,217 3396 [INFO ] - VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.
2018-05-15 22:06:07,248 3396 [INFO ] - VERBOSE: Exporting function 'Get-AppInstallLocation'.
2018-05-15 22:06:07,279 3396 [INFO ] - VERBOSE: Exporting function 'Get-AvailableDriveLetter'.
2018-05-15 22:06:07,311 3396 [INFO ] - VERBOSE: Exporting function 'Get-EffectiveProxy'.
2018-05-15 22:06:07,326 3396 [INFO ] - VERBOSE: Exporting function 'Get-PackageCacheLocation'.
2018-05-15 22:06:07,358 3396 [INFO ] - VERBOSE: Exporting function 'Get-WebContent'.
2018-05-15 22:06:07,373 3396 [INFO ] - VERBOSE: Exporting function 'Register-Application'.
2018-05-15 22:06:07,389 3396 [INFO ] - VERBOSE: Exporting function 'Install-WindowsUpdate'.
2018-05-15 22:06:07,404 3396 [INFO ] - VERBOSE: Exporting function 'Test-WindowsUpdate'.
2018-05-15 22:06:07,420 3396 [INFO ] - VERBOSE: Exporting alias 'Get-ProcessorBits'.
2018-05-15 22:06:07,436 3396 [INFO ] - VERBOSE: Exporting alias 'Get-OSBitness'.
2018-05-15 22:06:07,451 3396 [INFO ] - VERBOSE: Exporting alias 'Get-InstallRegistryKey'.
2018-05-15 22:06:07,467 3396 [INFO ] - VERBOSE: Exporting alias 'Generate-BinFile'.
2018-05-15 22:06:07,483 3396 [INFO ] - VERBOSE: Exporting alias 'Add-BinFile'.
2018-05-15 22:06:07,498 3396 [INFO ] - VERBOSE: Exporting alias 'Start-ChocolateyProcess'.
2018-05-15 22:06:07,514 3396 [INFO ] - VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.
2018-05-15 22:06:07,529 3396 [INFO ] - VERBOSE: Exporting alias 'Remove-BinFile'.
2018-05-15 22:06:07,545 3396 [INFO ] - VERBOSE: Exporting alias 'refreshenv'.
2018-05-15 22:06:07,577 3396 [INFO ] - VERBOSE: Importing function 'Format-FileSize'.
2018-05-15 22:06:07,592 3396 [INFO ] - VERBOSE: Importing function 'Get-AppInstallLocation'.
2018-05-15 22:06:07,608 3396 [INFO ] - VERBOSE: Importing function 'Get-AvailableDriveLetter'.
2018-05-15 22:06:07,623 3396 [INFO ] - VERBOSE: Importing function 'Get-ChecksumValid'.
2018-05-15 22:06:07,639 3396 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyUnzip'.
2018-05-15 22:06:07,654 3396 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyWebFile'.
2018-05-15 22:06:07,670 3396 [INFO ] - VERBOSE: Importing function 'Get-EffectiveProxy'.
2018-05-15 22:06:07,686 3396 [INFO ] - VERBOSE: Importing function 'Get-EnvironmentVariable'.
2018-05-15 22:06:07,701 3396 [INFO ] - VERBOSE: Importing function 'Get-EnvironmentVariableNames'.
2018-05-15 22:06:07,717 3396 [INFO ] - VERBOSE: Importing function 'Get-FtpFile'.
2018-05-15 22:06:07,733 3396 [INFO ] - VERBOSE: Importing function 'Get-OSArchitectureWidth'.
2018-05-15 22:06:07,748 3396 [INFO ] - VERBOSE: Importing function 'Get-PackageCacheLocation'.
2018-05-15 22:06:07,764 3396 [INFO ] - VERBOSE: Importing function 'Get-PackageParameters'.
2018-05-15 22:06:07,779 3396 [INFO ] - VERBOSE: Importing function 'Get-ToolsLocation'.
2018-05-15 22:06:07,795 3396 [INFO ] - VERBOSE: Importing function 'Get-UACEnabled'.
2018-05-15 22:06:07,826 3396 [INFO ] - VERBOSE: Importing function 'Get-UninstallRegistryKey'.
2018-05-15 22:06:07,843 3396 [INFO ] - VERBOSE: Importing function 'Get-VirusCheckValid'.
2018-05-15 22:06:07,858 3396 [INFO ] - VERBOSE: Importing function 'Get-WebContent'.
2018-05-15 22:06:07,873 3396 [INFO ] - VERBOSE: Importing function 'Get-WebFile'.
2018-05-15 22:06:07,889 3396 [INFO ] - VERBOSE: Importing function 'Get-WebFileName'.
2018-05-15 22:06:07,904 3396 [INFO ] - VERBOSE: Importing function 'Get-WebHeaders'.
2018-05-15 22:06:07,920 3396 [INFO ] - VERBOSE: Importing function 'Install-BinFile'.
2018-05-15 22:06:07,936 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyDesktopLink'.
2018-05-15 22:06:07,951 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyEnvironmentVariable'.
2018-05-15 22:06:07,967 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyExplorerMenuItem'.
2018-05-15 22:06:07,983 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyFileAssociation'.
2018-05-15 22:06:07,998 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyInstallPackage'.
2018-05-15 22:06:08,014 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPackage'.
2018-05-15 22:06:08,029 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPath'.
2018-05-15 22:06:08,045 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPinnedTaskBarItem'.
2018-05-15 22:06:08,061 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPowershellCommand'.
2018-05-15 22:06:08,076 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyShortcut'.
2018-05-15 22:06:08,092 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyVsixPackage'.
2018-05-15 22:06:08,108 3396 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyZipPackage'.
2018-05-15 22:06:08,123 3396 [INFO ] - VERBOSE: Importing function 'Install-Vsix'.
2018-05-15 22:06:08,139 3396 [INFO ] - VERBOSE: Importing function 'Install-WindowsUpdate'.
2018-05-15 22:06:08,154 3396 [INFO ] - VERBOSE: Importing function 'Register-Application'.
2018-05-15 22:06:08,170 3396 [INFO ] - VERBOSE: Importing function 'Set-EnvironmentVariable'.
2018-05-15 22:06:08,186 3396 [INFO ] - VERBOSE: Importing function 'Set-PowerShellExitCode'.
2018-05-15 22:06:08,201 3396 [INFO ] - VERBOSE: Importing function 'Start-ChocolateyProcessAsAdmin'.
2018-05-15 22:06:08,217 3396 [INFO ] - VERBOSE: Importing function 'Test-ProcessAdminRights'.
2018-05-15 22:06:08,233 3396 [INFO ] - VERBOSE: Importing function 'Test-WindowsUpdate'.
2018-05-15 22:06:08,248 3396 [INFO ] - VERBOSE: Importing function 'Uninstall-BinFile'.
2018-05-15 22:06:08,279 3396 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyEnvironmentVariable'.
2018-05-15 22:06:08,295 3396 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyPackage'.
2018-05-15 22:06:08,327 3396 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyZipPackage'.
2018-05-15 22:06:08,342 3396 [INFO ] - VERBOSE: Importing function 'Update-SessionEnvironment'.
2018-05-15 22:06:08,389 3396 [INFO ] - VERBOSE: Importing function 'Write-ChocolateyFailure'.
2018-05-15 22:06:08,404 3396 [INFO ] - VERBOSE: Importing function 'Write-ChocolateySuccess'.
2018-05-15 22:06:08,452 3396 [INFO ] - VERBOSE: Importing function 'Write-FileUpdateLog'.
2018-05-15 22:06:08,483 3396 [INFO ] - VERBOSE: Importing function 'Write-FunctionCallLogMessage'.
2018-05-15 22:06:08,517 3396 [INFO ] - VERBOSE: Importing alias 'Add-BinFile'.
2018-05-15 22:06:08,545 3396 [INFO ] - VERBOSE: Importing alias 'Generate-BinFile'.
2018-05-15 22:06:08,577 3396 [INFO ] - VERBOSE: Importing alias 'Get-InstallRegistryKey'.
2018-05-15 22:06:08,608 3396 [INFO ] - VERBOSE: Importing alias 'Get-OSBitness'.
2018-05-15 22:06:08,623 3396 [INFO ] - VERBOSE: Importing alias 'Get-ProcessorBits'.
2018-05-15 22:06:08,639 3396 [INFO ] - VERBOSE: Importing alias 'Invoke-ChocolateyProcess'.
2018-05-15 22:06:08,670 3396 [INFO ] - VERBOSE: Importing alias 'refreshenv'.
2018-05-15 22:06:08,686 3396 [INFO ] - VERBOSE: Importing alias 'Remove-BinFile'.
2018-05-15 22:06:08,701 3396 [INFO ] - VERBOSE: Importing alias 'Start-ChocolateyProcess'.
2018-05-15 22:06:08,717 3396 [DEBUG] - Running 'ChocolateyScriptRunner' for dotnetcore-windowshosting v2.1.0.20180510-rc1 with packageScript 'C:\ProgramData\chocolatey\lib\dotnetcore-windowshosting\tools\ChocolateyInstall.ps1', packageFolder:'C:\ProgramData\chocolatey\lib\dotnetcore-windowshosting', installArguments: '', packageParameters: '',
2018-05-15 22:06:08,717 3396 [DEBUG] - Running 'C:\ProgramData\chocolatey\lib\dotnetcore-windowshosting\tools\ChocolateyInstall.ps1'
2018-05-15 22:06:10,887 3396 [DEBUG] - dism.exe output:
2018-05-15 22:06:10,902 3396 [DEBUG] -
2018-05-15 22:06:10,918 3396 [DEBUG] - Deployment Image Servicing and Management tool
2018-05-15 22:06:10,936 3396 [DEBUG] - Version: 6.3.9600.17031
2018-05-15 22:06:10,949 3396 [DEBUG] -
2018-05-15 22:06:10,965 3396 [DEBUG] - Image Version: 6.3.9600.17031
2018-05-15 22:06:10,980 3396 [DEBUG] -
2018-05-15 22:06:10,980 3396 [DEBUG] - Feature Information:
2018-05-15 22:06:10,996 3396 [DEBUG] -
2018-05-15 22:06:10,996 3396 [DEBUG] - Feature Name : IIS-WebServer
2018-05-15 22:06:11,012 3396 [DEBUG] - Display Name : Us³ugi WWW
2018-05-15 22:06:11,028 3396 [DEBUG] - Description : Instaluje us³ugi sieci World Wide Web programu IIS 8.5. Zapewnia obs³ugê witryn sieci Web HTML oraz opcjonaln¹ obs³ugê platformy ASP.NET, jêzyka Classic ASP i rozszerzeñ serwera sieci Web.
2018-05-15 22:06:11,028 3396 [DEBUG] - Restart Required : Possible
2018-05-15 22:06:11,045 3396 [DEBUG] - State : Disabled
2018-05-15 22:06:11,045 3396 [DEBUG] -
2018-05-15 22:06:11,059 3396 [DEBUG] - Custom Properties:
2018-05-15 22:06:11,059 3396 [DEBUG] -
2018-05-15 22:06:11,074 3396 [DEBUG] - (No custom properties found)
2018-05-15 22:06:11,074 3396 [DEBUG] -
2018-05-15 22:06:11,090 3396 [DEBUG] - The operation completed successfully.
2018-05-15 22:06:11,105 3396 [ERROR] - ERROR: IIS is not installed. Install at least one of them before installing this package, or pass 'IgnoreMissingIIS' as package parameter to force the installation anyway.
2018-05-15 22:06:11,121 3396 [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\dotnetcore-windowshosting\tools\ChocolateyInstall.ps1' -installArguments '' -packageParameters '''] exited with '-1'.
2018-05-15 22:06:11,137 3396 [DEBUG] - Calling command ['"C:\Windows\System32\shutdown.exe" /a']
2018-05-15 22:06:11,231 3396 [DEBUG] - Command ['"C:\Windows\System32\shutdown.exe" /a'] exited with '1116'
2018-05-15 22:06:11,262 3396 [DEBUG] - Capturing package files in 'C:\ProgramData\chocolatey\lib\dotnetcore-windowshosting'
2018-05-15 22:06:11,262 3396 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\dotnetcore-windowshosting\dotnetcore-windowshosting.nupkg'
with checksum '1459AE24FD15772280D6D4BDFDA6D131'
2018-05-15 22:06:11,277 3396 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\dotnetcore-windowshosting\dotnetcore-windowshosting.nuspec'
with checksum 'C0900EFFA1661505DFACB82F21DC8531'
2018-05-15 22:06:11,277 3396 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\dotnetcore-windowshosting\tools\ChocolateyInstall.ps1'
with checksum 'B747C851341B1F750F7014D72C3EC4AB'
2018-05-15 22:06:11,293 3396 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\dotnetcore-windowshosting\tools\data.ps1'
with checksum '13B5A8CA02FC4172071EC7737AE880C0'
2018-05-15 22:06:11,309 3396 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\.chocolatey\dotnetcore-windowshosting.2.1.0.20180510-rc1".
2018-05-15 22:06:11,309 3396 [DEBUG] - There was no original file at 'C:\ProgramData\chocolatey\.chocolatey\dotnetcore-windowshosting.2.1.0.20180510-rc1\.files'
2018-05-15 22:06:11,324 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\dotnetcore-windowshosting.2.1.0.20180510-rc1\.arguments".
2018-05-15 22:06:11,340 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\dotnetcore-windowshosting.2.1.0.20180510-rc1\.extra".
2018-05-15 22:06:11,340 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\dotnetcore-windowshosting.2.1.0.20180510-rc1\.version".
2018-05-15 22:06:11,355 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\dotnetcore-windowshosting.2.1.0.20180510-rc1\.sxs".
2018-05-15 22:06:11,371 3396 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\dotnetcore-windowshosting.2.1.0.20180510-rc1\.pin".
2018-05-15 22:06:11,371 3396 [DEBUG] - Sending message 'HandlePackageResultCompletedMessage' out if there are subscribers...
2018-05-15 22:06:11,387 3396 [ERROR] - The install of dotnetcore-windowshosting was NOT successful.
2018-05-15 22:06:11,418 3396 [ERROR] - Error while running 'C:\ProgramData\chocolatey\lib\dotnetcore-windowshosting\tools\ChocolateyInstall.ps1'.
See log for details.
2018-05-15 22:06:11,449 3396 [DEBUG] - Moving 'C:\ProgramData\chocolatey\lib\dotnetcore-windowshosting'
to 'C:\ProgramData\chocolatey\lib-bad\dotnetcore-windowshosting'
2018-05-15 22:06:13,479 3396 [DEBUG] - Attempting to delete file "C:\Users\Admin\AppData\Local\NuGet\Cache\dotnetcore-windowshosting.2.1.0.20180510-rc1.nupkg".
2018-05-15 22:06:13,506 3396 [WARN ] -
Chocolatey installed 8/9 packages. 1 packages failed.
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
2018-05-15 22:06:13,569 3396 [INFO ] -
2018-05-15 22:06:13,631 3396 [WARN ] - Installed:
2018-05-15 22:06:13,711 3396 [INFO ] - - kb3033929 v1.0.3
2018-05-15 22:06:13,773 3396 [INFO ] - - kb2999226 v1.0.20170509
2018-05-15 22:06:13,819 3396 [INFO ] - - vcredist2015 v14.0.24215.20170201
2018-05-15 22:06:13,866 3396 [INFO ] - - kb2533623 v1.0.2
2018-05-15 22:06:13,944 3396 [INFO ] - - vcredist140 v14.12.25810
2018-05-15 22:06:14,007 3396 [INFO ] - - kb3035131 v1.0.1
2018-05-15 22:06:14,022 3396 [INFO ] - - aspnetcore-runtimepackagestore v2.1.0-rc1
2018-05-15 22:06:14,053 3396 [INFO ] - - chocolatey-windowsupdate.extension v1.0.2
2018-05-15 22:06:14,084 3396 [INFO ] -
2018-05-15 22:06:14,116 3396 [ERROR] - Failures
2018-05-15 22:06:14,179 3396 [ERROR] - - dotnetcore-windowshosting (exited -1) - Error while running 'C:\ProgramData\chocolatey\lib\dotnetcore-windowshosting\tools\ChocolateyInstall.ps1'.
See log for details.
2018-05-15 22:06:14,241 3396 [DEBUG] - Sending message 'PostRunMessage' out if there are subscribers...
2018-05-15 22:06:14,319 3396 [DEBUG] - Exiting with -1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment