|
2025-06-17 23:46:30,503 5616 [WARN ] - Chocolatey timed out waiting for the command to finish. The timeout
|
|
specified (or the default value) was '2700' seconds. Perhaps try a
|
|
higher `--execution-timeout`? See `choco -h` for details.
|
|
2025-06-17 23:46:30,532 5616 [DEBUG] - Calling command ['"C:\Windows\System32\shutdown.exe" /a']
|
|
2025-06-17 23:46:32,536 5616 [DEBUG] - Command ['"C:\Windows\System32\shutdown.exe" /a'] exited with '1116'
|
|
2025-06-17 23:46:32,600 5616 [DEBUG] - Capturing package files in 'C:\ProgramData\chocolatey\lib\ssip'
|
|
2025-06-17 23:46:32,628 5616 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\ssip\ssip.nupkg'
|
|
with checksum '8ACAD597ABF7EEB9ECC38D6364F3A0DB'
|
|
2025-06-17 23:46:32,659 5616 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\ssip\ssip.nuspec'
|
|
with checksum '5CD9716C062859678AD57849136765A5'
|
|
2025-06-17 23:46:32,707 5616 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\ssip\tools\chocolateyinstall.ps1'
|
|
with checksum '632A70E451220F7A87474AEAA766C375'
|
|
2025-06-17 23:46:32,722 5616 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\ssip\tools\chocolateyuninstall.ps1'
|
|
with checksum 'B3703E58281DA0B2ABC80114DE12B99D'
|
|
2025-06-17 23:46:32,756 5616 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\ssip\tools\install.ahk'
|
|
with checksum 'BA617C7492C980B187FF5ABA462A8A6E'
|
|
2025-06-17 23:46:32,772 5616 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\ssip\tools\uninstall.ahk'
|
|
with checksum 'FA04F6A84CDFA39C73DB04D837514E33'
|
|
2025-06-17 23:46:32,800 5616 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\.chocolatey\ssip.1.3.0.20170918".
|
|
2025-06-17 23:46:32,897 5616 [DEBUG] - There was no original file at 'C:\ProgramData\chocolatey\.chocolatey\ssip.1.3.0.20170918\.files'
|
|
2025-06-17 23:46:32,925 5616 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\ssip.1.3.0.20170918\.arguments".
|
|
2025-06-17 23:46:32,955 5616 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\ssip.1.3.0.20170918\.extra".
|
|
2025-06-17 23:46:32,987 5616 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\ssip.1.3.0.20170918\.version".
|
|
2025-06-17 23:46:33,023 5616 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\ssip.1.3.0.20170918\.sxs".
|
|
2025-06-17 23:46:33,048 5616 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\ssip.1.3.0.20170918\.pin".
|
|
2025-06-17 23:46:33,065 5616 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\ssip.1.3.0.20170918\.deploymentLocation".
|
|
2025-06-17 23:46:33,097 5616 [DEBUG] - Sending message 'HandlePackageResultCompletedMessage' out if there are subscribers...
|
|
2025-06-17 23:46:33,114 5616 [ERROR] - The install of ssip was NOT successful.
|
|
2025-06-17 23:46:33,142 5616 [ERROR] - Error while running 'C:\ProgramData\chocolatey\lib\ssip\tools\chocolateyinstall.ps1'.
|
|
See log for details.
|
|
2025-06-17 23:46:33,158 5616 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\lib-bad".
|
|
2025-06-17 23:46:33,220 5616 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\lib-bad\ssip".
|
|
2025-06-17 23:46:33,243 5616 [DEBUG] - Moving C:\ProgramData\chocolatey\lib\ssip to C:\ProgramData\chocolatey\lib-bad\ssip\1.3.0.20170918
|
|
2025-06-17 23:46:33,282 5616 [DEBUG] - Moving 'C:\ProgramData\chocolatey\lib\ssip'
|
|
to 'C:\ProgramData\chocolatey\lib-bad\ssip\1.3.0.20170918'
|
|
2025-06-17 23:46:33,722 5616 [WARN ] - This is try 1/3. Retrying after 300 milliseconds.
|
|
Error converted to warning:
|
|
System.UnauthorizedAccessException: (5) Access is denied: [\\?\C:\ProgramData\chocolatey\lib-bad\ssip\1.3.0.20170918]
|
|
at Alphaleonis.Win32.NativeError.ThrowException(UInt32 errorCode, String readPath, String writePath)
|
|
at Alphaleonis.Win32.Filesystem.File.CopyMoveCore(Boolean isFolder, KernelTransaction transaction, String sourcePath, String destinationPath, Boolean preserveDates, Nullable`1 copyOptions, Nullable`1 moveOptions, CopyMoveProgressRoutine progressHandler, Object userProgressData, PathFormat pathFormat)
|
|
at Alphaleonis.Win32.Filesystem.Directory.CopyMoveCore(KernelTransaction transaction, String sourcePath, String destinationPath, Nullable`1 copyOptions, Nullable`1 moveOptions, CopyMoveProgressRoutine progressHandler, Object userProgressData, PathFormat pathFormat)
|
|
at Alphaleonis.Win32.Filesystem.Directory.Move(String sourcePath, String destinationPath)
|
|
at chocolatey.infrastructure.filesystem.DotNetFileSystem.<>c__DisplayClass56_0.<MoveDirectory>b__0()
|
|
at chocolatey.infrastructure.tolerance.FaultTolerance.<>c__DisplayClass1_0.<Retry>b__0()
|
|
at chocolatey.infrastructure.tolerance.FaultTolerance.Retry[T](Int32 numberOfTries, Func`1 function, Int32 waitDurationMilliseconds, Int32 increaseRetryByMilliseconds, Boolean isSilent)
|
|
2025-06-17 23:46:34,088 5616 [WARN ] - This is try 2/3. Retrying after 400 milliseconds.
|
|
Error converted to warning:
|
|
System.UnauthorizedAccessException: (5) Access is denied: [\\?\C:\ProgramData\chocolatey\lib-bad\ssip\1.3.0.20170918]
|
|
at Alphaleonis.Win32.NativeError.ThrowException(UInt32 errorCode, String readPath, String writePath)
|
|
at Alphaleonis.Win32.Filesystem.File.CopyMoveCore(Boolean isFolder, KernelTransaction transaction, String sourcePath, String destinationPath, Boolean preserveDates, Nullable`1 copyOptions, Nullable`1 moveOptions, CopyMoveProgressRoutine progressHandler, Object userProgressData, PathFormat pathFormat)
|
|
at Alphaleonis.Win32.Filesystem.Directory.CopyMoveCore(KernelTransaction transaction, String sourcePath, String destinationPath, Nullable`1 copyOptions, Nullable`1 moveOptions, CopyMoveProgressRoutine progressHandler, Object userProgressData, PathFormat pathFormat)
|
|
at Alphaleonis.Win32.Filesystem.Directory.Move(String sourcePath, String destinationPath)
|
|
at chocolatey.infrastructure.filesystem.DotNetFileSystem.<>c__DisplayClass56_0.<MoveDirectory>b__0()
|
|
at chocolatey.infrastructure.tolerance.FaultTolerance.<>c__DisplayClass1_0.<Retry>b__0()
|
|
at chocolatey.infrastructure.tolerance.FaultTolerance.Retry[T](Int32 numberOfTries, Func`1 function, Int32 waitDurationMilliseconds, Int32 increaseRetryByMilliseconds, Boolean isSilent)
|
|
2025-06-17 23:46:34,536 5616 [ERROR] - Maximum tries of 3 reached. Throwing error.
|
|
2025-06-17 23:46:34,556 5616 [WARN ] - Unable to move directory 'C:\ProgramData\chocolatey\lib\ssip':
|
|
(5) Access is denied: [\\?\C:\ProgramData\chocolatey\lib-bad\ssip\1.3.0.20170918]
|
|
2025-06-17 23:46:34,564 5616 [WARN ] - Retrying by moving individual files
|
|
2025-06-17 23:46:34,602 5616 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\lib-bad\ssip\1.3.0.20170918".
|
|
2025-06-17 23:46:34,658 5616 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\lib-bad\ssip\1.3.0.20170918\tools".
|
|
2025-06-17 23:46:34,800 5616 [WARN ] - This is try 1/3. Retrying after 300 milliseconds.
|
|
Error converted to warning:
|
|
System.IO.IOException: (32) The process cannot access the file because it is being used by another process: [\\?\C:\ProgramData\chocolatey\lib-bad\ssip\1.3.0.20170918\tools\install.ahk]
|
|
at Alphaleonis.Win32.NativeError.ThrowException(UInt32 errorCode, String readPath, String writePath)
|
|
at Alphaleonis.Win32.Filesystem.File.CopyMoveCore(Boolean isFolder, KernelTransaction transaction, String sourcePath, String destinationPath, Boolean preserveDates, Nullable`1 copyOptions, Nullable`1 moveOptions, CopyMoveProgressRoutine progressHandler, Object userProgressData, PathFormat pathFormat)
|
|
at Alphaleonis.Win32.Filesystem.File.Move(String sourceFileName, String destinationFileName)
|
|
at chocolatey.infrastructure.filesystem.DotNetFileSystem.<>c__DisplayClass31_0.<MoveFile>b__0()
|
|
at chocolatey.infrastructure.tolerance.FaultTolerance.<>c__DisplayClass1_0.<Retry>b__0()
|
|
at chocolatey.infrastructure.tolerance.FaultTolerance.Retry[T](Int32 numberOfTries, Func`1 function, Int32 waitDurationMilliseconds, Int32 increaseRetryByMilliseconds, Boolean isSilent)
|
|
2025-06-17 23:46:35,130 5616 [WARN ] - This is try 2/3. Retrying after 400 milliseconds.
|
|
Error converted to warning:
|
|
System.IO.IOException: (32) The process cannot access the file because it is being used by another process: [\\?\C:\ProgramData\chocolatey\lib-bad\ssip\1.3.0.20170918\tools\install.ahk]
|
|
at Alphaleonis.Win32.NativeError.ThrowException(UInt32 errorCode, String readPath, String writePath)
|
|
at Alphaleonis.Win32.Filesystem.File.CopyMoveCore(Boolean isFolder, KernelTransaction transaction, String sourcePath, String destinationPath, Boolean preserveDates, Nullable`1 copyOptions, Nullable`1 moveOptions, CopyMoveProgressRoutine progressHandler, Object userProgressData, PathFormat pathFormat)
|
|
at Alphaleonis.Win32.Filesystem.File.Move(String sourceFileName, String destinationFileName)
|
|
at chocolatey.infrastructure.filesystem.DotNetFileSystem.<>c__DisplayClass31_0.<MoveFile>b__0()
|
|
at chocolatey.infrastructure.tolerance.FaultTolerance.<>c__DisplayClass1_0.<Retry>b__0()
|
|
at chocolatey.infrastructure.tolerance.FaultTolerance.Retry[T](Int32 numberOfTries, Func`1 function, Int32 waitDurationMilliseconds, Int32 increaseRetryByMilliseconds, Boolean isSilent)
|
|
2025-06-17 23:46:35,579 5616 [ERROR] - Maximum tries of 3 reached. Throwing error.
|
|
2025-06-17 23:46:35,595 5616 [WARN ] - Unable to move file 'C:\ProgramData\chocolatey\lib\ssip\tools\install.ahk':
|
|
(32) The process cannot access the file because it is being used by another process: [\\?\C:\ProgramData\chocolatey\lib-bad\ssip\1.3.0.20170918\tools\install.ahk]
|
|
2025-06-17 23:46:35,677 5616 [DEBUG] - Attempting to copy "C:\ProgramData\chocolatey\lib\ssip\tools\install.ahk"
|
|
to "C:\ProgramData\chocolatey\lib-bad\ssip\1.3.0.20170918\tools\install.ahk".
|
|
2025-06-17 23:46:36,051 5616 [WARN ] -
|
|
Chocolatey installed 1/2 packages. 1 packages failed.
|
|
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
|
|
2025-06-17 23:46:36,518 5616 [INFO ] -
|
|
2025-06-17 23:46:36,534 5616 [ERROR] - Failures
|
|
2025-06-17 23:46:36,549 5616 [ERROR] - - ssip (exited -1) - Error while running 'C:\ProgramData\chocolatey\lib\ssip\tools\chocolateyinstall.ps1'.
|
|
See log for details.
|
|
2025-06-17 23:46:36,582 5616 [DEBUG] - Sending message 'PostRunMessage' out if there are subscribers...
|
|
2025-06-17 23:46:36,630 5616 [DEBUG] - Exiting with -1
|
|
2025-06-17 23:48:41,283 5616 [DEBUG] - XmlConfiguration is now operational
|
|
2025-06-17 23:48:41,516 5616 [DEBUG] - Adding new type 'CygwinService' for type 'IAlternativeSourceRunner' from assembly 'choco'
|
|
2025-06-17 23:48:41,532 5616 [DEBUG] - Adding new type 'CygwinService' for type 'IInstallSourceRunner' from assembly 'choco'
|
|
2025-06-17 23:48:41,532 5616 [DEBUG] - Adding new type 'PythonService' for type 'IAlternativeSourceRunner' from assembly 'choco'
|
|
2025-06-17 23:48:41,548 5616 [DEBUG] - Adding new type 'PythonService' for type 'IListSourceRunner' from assembly 'choco'
|
|
2025-06-17 23:48:41,568 5616 [DEBUG] - Adding new type 'PythonService' for type 'IInstallSourceRunner' from assembly 'choco'
|
|
2025-06-17 23:48:41,568 5616 [DEBUG] - Adding new type 'PythonService' for type 'IUninstallSourceRunner' from assembly 'choco'
|
|
2025-06-17 23:48:41,582 5616 [DEBUG] - Adding new type 'RubyGemsService' for type 'IAlternativeSourceRunner' from assembly 'choco'
|
|
2025-06-17 23:48:41,582 5616 [DEBUG] - Adding new type 'RubyGemsService' for type 'IListSourceRunner' from assembly 'choco'
|
|
2025-06-17 23:48:41,594 5616 [DEBUG] - Adding new type 'RubyGemsService' for type 'IInstallSourceRunner' from assembly 'choco'
|
|
2025-06-17 23:48:41,610 5616 [DEBUG] - Adding new type 'SystemStateValidation' for type 'IValidation' from assembly 'choco'
|
|
2025-06-17 23:48:41,626 5616 [DEBUG] - Adding new type 'CacheFolderLockdownValidation' for type 'IValidation' from assembly 'choco'
|
|
2025-06-17 23:48:43,033 5616 [DEBUG] - Adding new type 'EmptyOrInvalidUrlMetadataRule' for type 'IMetadataRule' from assembly 'choco'
|
|
2025-06-17 23:48:43,049 5616 [DEBUG] - Adding new type 'FrameWorkReferencesMetadataRule' for type 'IMetadataRule' from assembly 'choco'
|
|
2025-06-17 23:48:43,049 5616 [DEBUG] - Adding new type 'IconMetadataRule' for type 'IMetadataRule' from assembly 'choco'
|
|
2025-06-17 23:48:43,068 5616 [DEBUG] - Adding new type 'LicenseMetadataRule' for type 'IMetadataRule' from assembly 'choco'
|
|
2025-06-17 23:48:43,078 5616 [DEBUG] - Adding new type 'PackageTypesMetadataRule' for type 'IMetadataRule' from assembly 'choco'
|
|
2025-06-17 23:48:43,078 5616 [DEBUG] - Adding new type 'ReadmeMetadataRule' for type 'IMetadataRule' from assembly 'choco'
|
|
2025-06-17 23:48:43,078 5616 [DEBUG] - Adding new type 'RepositoryMetadataRule' for type 'IMetadataRule' from assembly 'choco'
|
|
2025-06-17 23:48:43,102 5616 [DEBUG] - Adding new type 'RequireLicenseAcceptanceMetadataRule' for type 'IMetadataRule' from assembly 'choco'
|
|
2025-06-17 23:48:43,102 5616 [DEBUG] - Adding new type 'ServicableMetadataRule' for type 'IMetadataRule' from assembly 'choco'
|
|
2025-06-17 23:48:43,112 5616 [DEBUG] - Adding new type 'VersionMetadataRule' for type 'IMetadataRule' from assembly 'choco'
|
|
2025-06-17 23:48:43,157 5616 [DEBUG] - Registering new command 'cache' in assembly 'choco'
|
|
2025-06-17 23:48:43,157 5616 [DEBUG] - Registering new command 'list' in assembly 'choco'
|
|
2025-06-17 23:48:43,173 5616 [DEBUG] - Registering new command 'rule' in assembly 'choco'
|
|
2025-06-17 23:48:43,173 5616 [DEBUG] - Registering new command 'template' in assembly 'choco'
|
|
2025-06-17 23:48:43,187 5616 [DEBUG] - Registering new command 'export' in assembly 'choco'
|
|
2025-06-17 23:48:43,187 5616 [DEBUG] - Registering new command 'info' in assembly 'choco'
|
|
2025-06-17 23:48:43,205 5616 [DEBUG] - Registering new command 'help' in assembly 'choco'
|
|
2025-06-17 23:48:43,205 5616 [DEBUG] - Registering new command 'config' in assembly 'choco'
|
|
2025-06-17 23:48:43,219 5616 [DEBUG] - Registering new command 'feature' in assembly 'choco'
|
|
2025-06-17 23:48:43,219 5616 [DEBUG] - Registering new command 'new' in assembly 'choco'
|
|
2025-06-17 23:48:43,235 5616 [DEBUG] - Registering new command 'outdated' in assembly 'choco'
|
|
2025-06-17 23:48:43,235 5616 [DEBUG] - Registering new command 'pack' in assembly 'choco'
|
|
2025-06-17 23:48:43,250 5616 [DEBUG] - Registering new command 'pin' in assembly 'choco'
|
|
2025-06-17 23:48:43,250 5616 [DEBUG] - Registering new command 'push' in assembly 'choco'
|
|
2025-06-17 23:48:43,266 5616 [DEBUG] - Registering new command 'apikey' in assembly 'choco'
|
|
2025-06-17 23:48:43,266 5616 [DEBUG] - Registering new command 'source' in assembly 'choco'
|
|
2025-06-17 23:48:43,266 5616 [DEBUG] - Registering new command 'uninstall' in assembly 'choco'
|
|
2025-06-17 23:48:43,282 5616 [DEBUG] - Registering new command 'upgrade' in assembly 'choco'
|
|
2025-06-17 23:48:43,299 5616 [DEBUG] - Registering new command 'search' in assembly 'choco'
|
|
2025-06-17 23:48:43,299 5616 [DEBUG] - Registering new command 'unpackself' in assembly 'choco'
|
|
2025-06-17 23:48:43,299 5616 [DEBUG] - Registering new command 'install' in assembly 'choco'
|
|
2025-06-17 23:48:43,751 5616 [INFO ] - ============================================================
|
|
2025-06-17 23:48:44,328 5616 [INFO ] - Chocolatey v2.4.3
|
|
2025-06-17 23:48:44,376 5616 [DEBUG] - Chocolatey is running on Windows v 10.0.17763.0
|
|
2025-06-17 23:48:44,391 5616 [DEBUG] - Attempting to delete file "C:/ProgramData/chocolatey/choco.exe.old".
|
|
2025-06-17 23:48:44,391 5616 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\choco.exe.old".
|
|
2025-06-17 23:48:44,424 5616 [DEBUG] - Command line: "C:\ProgramData\chocolatey\choco.exe" install you-get --version 0.4.915 -fdvy --execution-timeout=2700 --allow-downgrade
|
|
2025-06-17 23:48:44,437 5616 [DEBUG] - Received arguments: install you-get --version 0.4.915 -fdvy --execution-timeout=2700 --allow-downgrade
|
|
2025-06-17 23:48:44,672 5616 [DEBUG] - RemovePendingPackagesTask is now ready and waiting for PreRunMessage.
|
|
2025-06-17 23:48:44,719 5616 [DEBUG] - Sending message 'PreRunMessage' out if there are subscribers...
|
|
2025-06-17 23:48:44,750 5616 [DEBUG] - [Pending] Removing all pending packages that should not be considered installed...
|
|
2025-06-17 23:48:45,112 5616 [DEBUG] - Performing validation checks.
|
|
2025-06-17 23:48:45,147 5616 [DEBUG] - Global Configuration Validation Checks:
|
|
2025-06-17 23:48:45,157 5616 [DEBUG] - - Package Exit Code / Exit On Reboot = Checked
|
|
2025-06-17 23:48:45,187 5616 [DEBUG] - System State Validation Checks:
|
|
2025-06-17 23:48:45,219 5616 [DEBUG] - Reboot Requirement Checks:
|
|
2025-06-17 23:48:45,239 5616 [DEBUG] - - Pending Computer Rename = Checked
|
|
2025-06-17 23:48:45,250 5616 [DEBUG] - - Pending Component Based Servicing = Checked
|
|
2025-06-17 23:48:45,267 5616 [DEBUG] - - Pending Windows Auto Update = Checked
|
|
2025-06-17 23:48:45,287 5616 [DEBUG] - - Pending File Rename Operations = Ignored
|
|
2025-06-17 23:48:45,298 5616 [DEBUG] - - Pending Windows Package Installer = Checked
|
|
2025-06-17 23:48:45,314 5616 [DEBUG] - - Pending Windows Package Installer SysWow64 = Checked
|
|
2025-06-17 23:48:45,345 5616 [DEBUG] - Cache Folder Lockdown Checks:
|
|
2025-06-17 23:48:45,360 5616 [DEBUG] - - Elevated State = Checked
|
|
2025-06-17 23:48:45,360 5616 [DEBUG] - - Folder Exists = Checked
|
|
2025-06-17 23:48:45,391 5616 [DEBUG] - - Folder lockdown = Checked
|
|
2025-06-17 23:48:45,407 5616 [INFO ] - 3 validations performed. 3 success(es), 0 warning(s), and 0 error(s).
|
|
2025-06-17 23:48:45,501 5616 [DEBUG] - The source 'c:\cached-packages;https://community.chocolatey.org/api/v2/' evaluated to a 'normal' source type
|
|
2025-06-17 23:48:45,515 5616 [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.
|
|
2025-06-17 23:48:45,628 5616 [DEBUG] - Configuration: CommandName='install'|
|
|
CacheLocation='C:\Users\vagrant\AppData\Local\Temp\chocolatey'|
|
|
CommandExecutionTimeoutSeconds='2700'|WebRequestTimeoutSeconds='30'|
|
|
Sources='c:\cached-packages;https://community.chocolatey.org/api/v2/'|
|
|
SourceType='normal'|IncludeConfiguredSources='False'|
|
|
ShowOnlineHelp='False'|Debug='True'|Verbose='True'|Trace='False'|
|
|
Force='True'|Noop='False'|HelpRequested='False'|
|
|
UnsuccessfulParsing='False'|RegularOutput='True'|QuietOutput='False'|
|
|
PromptForConfirmation='False'|DisableCompatibilityChecks='False'|
|
|
AcceptLicense='True'|AllowUnofficialBuild='False'|Input='you-get'|
|
|
Version='0.4.915'|AllVersions='False'|
|
|
SkipPackageInstallProvider='False'|SkipHookScripts='False'|
|
|
PackageNames='you-get'|Prerelease='False'|ForceX86='False'|
|
|
OverrideArguments='False'|NotSilent='False'|
|
|
ApplyPackageParametersToDependencies='False'|
|
|
ApplyInstallArgumentsToDependencies='False'|IgnoreDependencies='False'|
|
|
CacheExpirationInMinutes='30'|AllowDowngrade='True'|
|
|
ForceDependencies='False'|PinPackage='False'|
|
|
Information.PlatformType='Windows'|
|
|
Information.PlatformVersion='10.0.17763.0'|
|
|
Information.PlatformName='Windows Server 2019'|
|
|
Information.ChocolateyVersion='2.4.3.0'|
|
|
Information.ChocolateyProductVersion='2.4.3'|
|
|
Information.FullName='choco, Version=2.4.3.0, Culture=neutral, PublicKeyToken=79d02ea9cad655eb'|
|
|
|
|
Information.Is64BitOperatingSystem='True'|
|
|
Information.Is64BitProcess='True'|Information.IsInteractive='False'|
|
|
Information.UserName='vagrant'|
|
|
Information.UserDomainName='WIN-5E5KQ3SCRP4'|
|
|
Information.IsUserAdministrator='True'|
|
|
Information.IsUserSystemAccount='False'|
|
|
Information.IsUserRemoteDesktop='False'|
|
|
Information.IsUserRemote='True'|
|
|
Information.IsProcessElevated='True'|
|
|
Information.IsLicensedVersion='False'|
|
|
Information.IsLicensedAssemblyLoaded='False'|
|
|
Information.LicenseType='Foss'|
|
|
Information.CurrentDirectory='C:\Users\vagrant'|
|
|
Features.AutoUninstaller='True'|Features.ChecksumFiles='True'|
|
|
Features.AllowEmptyChecksums='False'|
|
|
Features.AllowEmptyChecksumsSecure='True'|
|
|
Features.FailOnAutoUninstaller='False'|
|
|
Features.FailOnStandardError='False'|Features.UsePowerShellHost='True'|
|
|
Features.LogEnvironmentValues='True'|Features.LogWithoutColor='False'|
|
|
Features.VirusCheck='False'|
|
|
Features.FailOnInvalidOrMissingLicense='False'|
|
|
Features.IgnoreInvalidOptionsSwitches='True'|
|
|
Features.UsePackageExitCodes='True'|
|
|
Features.UseEnhancedExitCodes='False'|
|
|
Features.UseFipsCompliantChecksums='False'|
|
|
Features.ShowNonElevatedWarnings='True'|
|
|
Features.ShowDownloadProgress='False'|
|
|
Features.StopOnFirstPackageFailure='False'|
|
|
Features.UseRememberedArgumentsForUpgrades='False'|
|
|
Features.IgnoreUnfoundPackagesOnUpgradeOutdated='False'|
|
|
Features.SkipPackageUpgradesWhenNotInstalled='False'|
|
|
Features.RemovePackageInformationOnUninstall='False'|
|
|
Features.ExitOnRebootDetected='False'|
|
|
Features.LogValidationResultsOnWarnings='True'|
|
|
Features.UsePackageRepositoryOptimizations='True'|
|
|
Features.UsePackageHashValidation='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'|
|
|
ListCommand.ExplicitPageSize='False'|
|
|
ListCommand.ExplicitSource='False'|
|
|
UpgradeCommand.FailOnUnfound='False'|
|
|
UpgradeCommand.FailOnNotInstalled='False'|
|
|
UpgradeCommand.NotifyOnlyAvailableUpgrades='False'|
|
|
UpgradeCommand.ExcludePrerelease='False'|
|
|
UpgradeCommand.IgnorePinned='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'|
|
|
ApiKeyCommand.Command='Unknown'|PinCommand.Command='Unknown'|
|
|
OutdatedCommand.IgnorePinned='False'|
|
|
ExportCommand.IncludeVersionNumbers='False'|Proxy.BypassOnLocal='True'|
|
|
TemplateCommand.Command='unknown'|CacheCommand.Command='Unknown'|
|
|
CacheCommand.RemoveExpiredItemsOnly='False'|
|
|
2025-06-17 23:48:45,643 5616 [DEBUG] - _ Chocolatey:ChocolateyInstallCommand - Normal Run Mode _
|
|
2025-06-17 23:48:45,689 5616 [INFO ] - Installing the following packages:
|
|
2025-06-17 23:48:45,689 5616 [INFO ] - you-get
|
|
2025-06-17 23:48:45,705 5616 [INFO ] - By installing, you accept licenses for the packages.
|
|
2025-06-17 23:48:45,737 5616 [DEBUG] - Current environment values (may contain sensitive data):
|
|
2025-06-17 23:48:45,755 5616 [DEBUG] - * 'Path'='C:\Users\vagrant\AppData\Local\Microsoft\WindowsApps;' ('User')
|
|
2025-06-17 23:48:45,766 5616 [DEBUG] - * 'TEMP'='C:\Users\vagrant\AppData\Local\Temp' ('User')
|
|
2025-06-17 23:48:45,784 5616 [DEBUG] - * 'TMP'='C:\Users\vagrant\AppData\Local\Temp' ('User')
|
|
2025-06-17 23:48:45,801 5616 [DEBUG] - * 'ChocolateyLastPathUpdate'='133946398307605434' ('User')
|
|
2025-06-17 23:48:45,814 5616 [DEBUG] - * 'ComSpec'='C:\Windows\system32\cmd.exe' ('Machine')
|
|
2025-06-17 23:48:45,829 5616 [DEBUG] - * 'DriverData'='C:\Windows\System32\Drivers\DriverData' ('Machine')
|
|
2025-06-17 23:48:45,829 5616 [DEBUG] - * 'OS'='Windows_NT' ('Machine')
|
|
2025-06-17 23:48:45,847 5616 [DEBUG] - * 'Path'='C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\ProgramData\chocolatey\bin' ('Machine')
|
|
2025-06-17 23:48:45,847 5616 [DEBUG] - * 'PATHEXT'='.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC' ('Machine')
|
|
2025-06-17 23:48:45,860 5616 [DEBUG] - * 'PROCESSOR_ARCHITECTURE'='AMD64' ('Machine')
|
|
2025-06-17 23:48:45,860 5616 [DEBUG] - * 'PSModulePath'='C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules' ('Machine')
|
|
2025-06-17 23:48:45,875 5616 [DEBUG] - * 'TEMP'='C:\Windows\TEMP' ('Machine')
|
|
2025-06-17 23:48:45,875 5616 [DEBUG] - * 'TMP'='C:\Windows\TEMP' ('Machine')
|
|
2025-06-17 23:48:45,892 5616 [DEBUG] - * 'USERNAME'='SYSTEM' ('Machine')
|
|
2025-06-17 23:48:45,892 5616 [DEBUG] - * 'windir'='C:\Windows' ('Machine')
|
|
2025-06-17 23:48:45,892 5616 [DEBUG] - * 'NUMBER_OF_PROCESSORS'='10' ('Machine')
|
|
2025-06-17 23:48:45,911 5616 [DEBUG] - * 'PROCESSOR_LEVEL'='6' ('Machine')
|
|
2025-06-17 23:48:45,922 5616 [DEBUG] - * 'PROCESSOR_IDENTIFIER'='Intel64 Family 6 Model 85 Stepping 7, GenuineIntel' ('Machine')
|
|
2025-06-17 23:48:45,922 5616 [DEBUG] - * 'PROCESSOR_REVISION'='5507' ('Machine')
|
|
2025-06-17 23:48:45,938 5616 [DEBUG] - * 'ChocolateyInstall'='C:\ProgramData\chocolatey' ('Machine')
|
|
2025-06-17 23:48:46,250 5616 [DEBUG] - Unable to get parent process for 'choco'. Ignoring...
|
|
2025-06-17 23:48:46,266 5616 [DEBUG] - Process Tree: Chocolatey CLI => Chocolatey CLI => powershell => powershell => cmd => sshd => sshd => sshd => services
|
|
2025-06-17 23:48:46,313 5616 [DEBUG] - Updating User Agent to 'Chocolatey Command Line/2.4.3 (sshd, Chocolatey CLI) via NuGet Client/6.4.1 (Microsoft Windows NT 10.0.17763.0)'.
|
|
2025-06-17 23:48:46,875 5616 [DEBUG] - Running list with the following filter = ''
|
|
2025-06-17 23:48:46,891 5616 [DEBUG] - --- Start of List ---
|
|
2025-06-17 23:48:46,970 5616 [DEBUG] - Process Tree: Chocolatey CLI => Chocolatey CLI => powershell => powershell => cmd => sshd => sshd => sshd => services
|
|
2025-06-17 23:48:46,986 5616 [DEBUG] - Updating User Agent to 'Chocolatey Command Line/2.4.3 (sshd, Chocolatey CLI) via NuGet Client/6.4.1 (Microsoft Windows NT 10.0.17763.0)'.
|
|
2025-06-17 23:48:47,001 5616 [DEBUG] - Resolving resource PackageSearchResource for source C:\ProgramData\chocolatey\lib
|
|
2025-06-17 23:48:48,703 5616 [DEBUG] - chocolatey 2.4.3
|
|
2025-06-17 23:48:48,734 5616 [DEBUG] - chocolatey-windowsupdate.extension 1.0.5
|
|
2025-06-17 23:48:48,734 5616 [DEBUG] - KB2919355 1.0.20160915
|
|
2025-06-17 23:48:48,767 5616 [DEBUG] - KB2919442 1.0.20160915
|
|
2025-06-17 23:48:48,783 5616 [DEBUG] - KB2999226 1.0.20181019
|
|
2025-06-17 23:48:48,783 5616 [DEBUG] - KB3035131 1.0.3
|
|
2025-06-17 23:48:48,800 5616 [DEBUG] - KB3118401 1.0.5
|
|
2025-06-17 23:48:48,828 5616 [DEBUG] - virtualbox-guest-additions-guest.install 7.1.0
|
|
2025-06-17 23:48:48,828 5616 [DEBUG] - --- End of List ---
|
|
2025-06-17 23:48:48,843 5616 [DEBUG] - Resolving resource PackageMetadataResource for source c:\cached-packages
|
|
2025-06-17 23:48:50,548 5616 [DEBUG] - Resolving resource PackageMetadataResource for source https://community.chocolatey.org/api/v2/
|
|
2025-06-17 23:48:51,422 5616 [INFO ] - [NuGet] GET https://community.chocolatey.org/api/v2/Packages(Id='you-get',Version='0.4.915')
|
|
2025-06-17 23:48:51,568 5616 [INFO ] - [NuGet] OK https://community.chocolatey.org/api/v2/Packages(Id='you-get',Version='0.4.915') 140ms
|
|
2025-06-17 23:48:51,908 5616 [DEBUG] - Resolving resource DependencyInfoResource for source c:\cached-packages
|
|
2025-06-17 23:48:52,829 5616 [DEBUG] - Resolving resource DependencyInfoResource for source https://community.chocolatey.org/api/v2/
|
|
2025-06-17 23:48:52,859 5616 [INFO ] - [NuGet] CACHE https://community.chocolatey.org/api/v2/Packages(Id='you-get',Version='0.4.915')
|
|
2025-06-17 23:48:53,205 5616 [INFO ] - [NuGet] Resolving dependency information took 0 ms
|
|
2025-06-17 23:48:53,234 5616 [DEBUG] - Resolving resource DownloadResource for source https://community.chocolatey.org/api/v2/
|
|
2025-06-17 23:48:53,313 5616 [DEBUG] - Attempting to delete file "".
|
|
2025-06-17 23:48:53,330 5616 [INFO ] - Downloading package from source 'https://community.chocolatey.org/api/v2/'
|
|
2025-06-17 23:48:53,330 5616 [DEBUG] - Package download location 'https://community.chocolatey.org/api/v2/package/you-get/0.4.915'
|
|
2025-06-17 23:48:53,391 5616 [INFO ] - [NuGet] GET https://community.chocolatey.org/api/v2/package/you-get/0.4.915
|
|
2025-06-17 23:48:53,766 5616 [INFO ] - [NuGet] OK https://community.chocolatey.org/api/v2/package/you-get/0.4.915 328ms
|
|
2025-06-17 23:48:53,829 5616 [INFO ] - [NuGet] Acquiring lock for the installation of you-get 0.4.915
|
|
2025-06-17 23:48:53,956 5616 [INFO ] - [NuGet] Acquired lock for the installation of you-get 0.4.915
|
|
2025-06-17 23:48:54,485 5616 [INFO ] - [NuGet] Installed you-get 0.4.915 from https://community.chocolatey.org/api/v2/ with content hash /63wigGBKm4+32IOWceRNhrOcl31NbokKbTrI0gfswfh+XeP9qYMuaYgyQbZKmUdE4LgCKZepwtT6/cVSgPOxg==.
|
|
2025-06-17 23:48:54,519 5616 [DEBUG] - Skipping package hash validation as feature 'usePackageHashValidation' is not enabled.
|
|
2025-06-17 23:48:54,609 5616 [INFO ] - [NuGet] Adding package 'you-get.0.4.915' to folder 'C:\ProgramData\chocolatey\lib'
|
|
2025-06-17 23:48:54,813 5616 [INFO ] - [NuGet] Added package 'you-get.0.4.915' to folder 'C:\ProgramData\chocolatey\lib'
|
|
2025-06-17 23:48:54,850 5616 [DEBUG] - Attempting to delete file "C:\Users\vagrant\AppData\Local\Temp\chocolatey\ChocolateyScratch\you-get/0.4.915\you-get.0.4.915.nupkg".
|
|
2025-06-17 23:48:54,860 5616 [DEBUG] - Attempting to delete file "C:\Users\vagrant\AppData\Local\Temp\chocolatey\ChocolateyScratch\you-get/0.4.915\.nupkg.metadata".
|
|
2025-06-17 23:48:54,860 5616 [DEBUG] - Attempting to delete file "C:\Users\vagrant\AppData\Local\Temp\chocolatey\ChocolateyScratch\you-get/0.4.915\you-get.0.4.915.nupkg.sha512".
|
|
2025-06-17 23:48:54,891 5616 [INFO ] -
|
|
you-get v0.4.915 (forced) [Approved]
|
|
2025-06-17 23:48:55,032 5616 [INFO ] - you-get package files install completed. Performing other installation steps.
|
|
2025-06-17 23:48:55,158 5616 [DEBUG] - Setting installer args for you-get
|
|
2025-06-17 23:48:55,158 5616 [DEBUG] - Setting package parameters for you-get
|
|
2025-06-17 23:48:55,189 5616 [DEBUG] - Contents of 'C:\ProgramData\chocolatey\lib\you-get\tools\chocolateyinstall.ps1':
|
|
2025-06-17 23:48:55,204 5616 [DEBUG] - $ErrorActionPreference = 'stop'
|
|
|
|
Get-ChocolateyWebFile -packageName 'you-get' -FileFullPath "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)\you-get.exe" -Url 'https://github.com/soimort/you-get/releases/download/v0.4.915/you-get-0.4.915-win32.exe' -checksum 'E1640DFAF2D4E9DF4C50A472BA22AA5380A118307E9160C4D8E25E7913C84D99' -checksumType 'sha256'
|
|
|
|
2025-06-17 23:48:55,250 5616 [DEBUG] - Calling built-in PowerShell host with ['[System.Threading.Thread]::CurrentThread.CurrentCulture = '';[System.Threading.Thread]::CurrentThread.CurrentUICulture = '';[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::SystemDefault; & import-module -name 'C:\ProgramData\chocolatey\helpers\chocolateyInstaller.psm1'; & 'C:\ProgramData\chocolatey\helpers\chocolateyScriptRunner.ps1' -packageScript 'C:\ProgramData\chocolatey\lib\you-get\tools\chocolateyinstall.ps1' -installArguments '' -packageParameters '' -preRunHookScripts $null -postRunHookScripts $null']
|
|
2025-06-17 23:48:55,266 5616 [DEBUG] - Redirecting System.Management.Automation.resources, Version=3.0.0.0, Culture=en-US, PublicKeyToken=31bf3856ad364e35, requested by ''
|
|
2025-06-17 23:48:56,625 5616 [DEBUG] - Host version is 5.1.17763.1, PowerShell Version is '5.1.17763.6893' and CLR Version is '4.0.30319.42000'.
|
|
2025-06-17 23:48:57,578 5616 [INFO ] - VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\helpers\Chocolatey.PowerShell.dll'.
|
|
2025-06-17 23:48:57,610 5616 [DEBUG] - Returning loaded assembly type for 'Chocolatey.PowerShell'
|
|
2025-06-17 23:48:57,631 5616 [INFO ] - VERBOSE: Importing cmdlet 'Get-EnvironmentVariable'.
|
|
2025-06-17 23:48:57,649 5616 [INFO ] - VERBOSE: Importing cmdlet 'Get-EnvironmentVariableNames'.
|
|
2025-06-17 23:48:57,656 5616 [INFO ] - VERBOSE: Importing cmdlet 'Install-ChocolateyPath'.
|
|
2025-06-17 23:48:57,656 5616 [INFO ] - VERBOSE: Importing cmdlet 'Set-EnvironmentVariable'.
|
|
2025-06-17 23:48:57,672 5616 [INFO ] - VERBOSE: Importing cmdlet 'Test-ProcessAdminRights'.
|
|
2025-06-17 23:48:57,672 5616 [INFO ] - VERBOSE: Importing cmdlet 'Uninstall-ChocolateyPath'.
|
|
2025-06-17 23:48:57,689 5616 [INFO ] - VERBOSE: Importing cmdlet 'Update-SessionEnvironment'.
|
|
2025-06-17 23:48:57,781 5616 [DEBUG] - Cmdlets exported from Chocolatey.PowerShell.dll
|
|
2025-06-17 23:48:57,829 5616 [DEBUG] - Get-EnvironmentVariable
|
|
2025-06-17 23:48:57,845 5616 [DEBUG] - Get-EnvironmentVariableNames
|
|
2025-06-17 23:48:57,845 5616 [DEBUG] - Install-ChocolateyPath
|
|
2025-06-17 23:48:57,860 5616 [DEBUG] - Set-EnvironmentVariable
|
|
2025-06-17 23:48:57,860 5616 [DEBUG] - Test-ProcessAdminRights
|
|
2025-06-17 23:48:57,878 5616 [DEBUG] - Uninstall-ChocolateyPath
|
|
2025-06-17 23:48:57,893 5616 [DEBUG] - Update-SessionEnvironment
|
|
2025-06-17 23:48:57,907 5616 [INFO ] - VERBOSE: Exporting function 'Format-FileSize'.
|
|
2025-06-17 23:48:57,922 5616 [INFO ] - VERBOSE: Exporting function 'Get-ChecksumValid'.
|
|
2025-06-17 23:48:57,922 5616 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyConfigValue'.
|
|
2025-06-17 23:48:57,938 5616 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyPath'.
|
|
2025-06-17 23:48:57,955 5616 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyUnzip'.
|
|
2025-06-17 23:48:57,970 5616 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyWebFile'.
|
|
2025-06-17 23:48:57,970 5616 [INFO ] - VERBOSE: Exporting function 'Get-FtpFile'.
|
|
2025-06-17 23:48:57,992 5616 [INFO ] - VERBOSE: Exporting function 'Get-OSArchitectureWidth'.
|
|
2025-06-17 23:48:58,002 5616 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'.
|
|
2025-06-17 23:48:58,017 5616 [INFO ] - VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'.
|
|
2025-06-17 23:48:58,063 5616 [INFO ] - VERBOSE: Exporting function 'Get-ToolsLocation'.
|
|
2025-06-17 23:48:58,079 5616 [INFO ] - VERBOSE: Exporting function 'Get-UACEnabled'.
|
|
2025-06-17 23:48:58,095 5616 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
|
|
2025-06-17 23:48:58,095 5616 [INFO ] - VERBOSE: Exporting function 'Get-VirusCheckValid'.
|
|
2025-06-17 23:48:58,112 5616 [INFO ] - VERBOSE: Exporting function 'Get-WebFile'.
|
|
2025-06-17 23:48:58,129 5616 [INFO ] - VERBOSE: Exporting function 'Get-WebFileName'.
|
|
2025-06-17 23:48:58,146 5616 [INFO ] - VERBOSE: Exporting function 'Get-WebHeaders'.
|
|
2025-06-17 23:48:58,173 5616 [INFO ] - VERBOSE: Exporting function 'Install-BinFile'.
|
|
2025-06-17 23:48:58,173 5616 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.
|
|
2025-06-17 23:48:58,190 5616 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.
|
|
2025-06-17 23:48:58,216 5616 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.
|
|
2025-06-17 23:48:58,219 5616 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.
|
|
2025-06-17 23:48:58,235 5616 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPackage'.
|
|
2025-06-17 23:48:58,254 5616 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.
|
|
2025-06-17 23:48:58,266 5616 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.
|
|
2025-06-17 23:48:58,266 5616 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyShortcut'.
|
|
2025-06-17 23:48:58,283 5616 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.
|
|
2025-06-17 23:48:58,298 5616 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.
|
|
2025-06-17 23:48:58,314 5616 [INFO ] - VERBOSE: Exporting function 'Install-Vsix'.
|
|
2025-06-17 23:48:58,314 5616 [INFO ] - VERBOSE: Exporting function 'Set-PowerShellExitCode'.
|
|
2025-06-17 23:48:58,331 5616 [INFO ] - VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.
|
|
2025-06-17 23:48:58,350 5616 [INFO ] - VERBOSE: Exporting function 'Uninstall-BinFile'.
|
|
2025-06-17 23:48:58,362 5616 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.
|
|
2025-06-17 23:48:58,362 5616 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.
|
|
2025-06-17 23:48:58,376 5616 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.
|
|
2025-06-17 23:48:58,376 5616 [INFO ] - VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.
|
|
2025-06-17 23:48:58,392 5616 [INFO ] - VERBOSE: Exporting cmdlet 'Get-EnvironmentVariable'.
|
|
2025-06-17 23:48:58,392 5616 [INFO ] - VERBOSE: Exporting cmdlet 'Get-EnvironmentVariableNames'.
|
|
2025-06-17 23:48:58,414 5616 [INFO ] - VERBOSE: Exporting cmdlet 'Install-ChocolateyPath'.
|
|
2025-06-17 23:48:58,425 5616 [INFO ] - VERBOSE: Exporting cmdlet 'Set-EnvironmentVariable'.
|
|
2025-06-17 23:48:58,439 5616 [INFO ] - VERBOSE: Exporting cmdlet 'Test-ProcessAdminRights'.
|
|
2025-06-17 23:48:58,454 5616 [INFO ] - VERBOSE: Exporting cmdlet 'Uninstall-ChocolateyPath'.
|
|
2025-06-17 23:48:58,470 5616 [INFO ] - VERBOSE: Exporting cmdlet 'Update-SessionEnvironment'.
|
|
2025-06-17 23:48:58,470 5616 [INFO ] - VERBOSE: Exporting alias 'Get-ProcessorBits'.
|
|
2025-06-17 23:48:58,485 5616 [INFO ] - VERBOSE: Exporting alias 'Get-OSBitness'.
|
|
2025-06-17 23:48:58,485 5616 [INFO ] - VERBOSE: Exporting alias 'Get-InstallRegistryKey'.
|
|
2025-06-17 23:48:58,502 5616 [INFO ] - VERBOSE: Exporting alias 'Generate-BinFile'.
|
|
2025-06-17 23:48:58,516 5616 [INFO ] - VERBOSE: Exporting alias 'Add-BinFile'.
|
|
2025-06-17 23:48:58,516 5616 [INFO ] - VERBOSE: Exporting alias 'Start-ChocolateyProcess'.
|
|
2025-06-17 23:48:58,535 5616 [INFO ] - VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.
|
|
2025-06-17 23:48:58,550 5616 [INFO ] - VERBOSE: Exporting alias 'Remove-BinFile'.
|
|
2025-06-17 23:48:58,565 5616 [INFO ] - VERBOSE: Exporting alias 'refreshenv'.
|
|
2025-06-17 23:48:58,597 5616 [DEBUG] - Loading community extensions
|
|
2025-06-17 23:48:58,656 5616 [DEBUG] - Importing 'C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\chocolatey-windowsupdate.psm1'
|
|
2025-06-17 23:48:58,673 5616 [INFO ] - VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\chocolatey-windowsupdate.psm1'.
|
|
2025-06-17 23:48:58,890 5616 [INFO ] - VERBOSE: Exporting function 'Install-WindowsUpdate'.
|
|
2025-06-17 23:48:58,924 5616 [INFO ] - VERBOSE: Exporting function 'Test-WindowsUpdate'.
|
|
2025-06-17 23:48:58,941 5616 [INFO ] - VERBOSE: Importing function 'Install-WindowsUpdate'.
|
|
2025-06-17 23:48:58,954 5616 [INFO ] - VERBOSE: Importing function 'Test-WindowsUpdate'.
|
|
2025-06-17 23:48:59,016 5616 [INFO ] - VERBOSE: Exporting function 'Format-FileSize'.
|
|
2025-06-17 23:48:59,016 5616 [INFO ] - VERBOSE: Exporting function 'Get-ChecksumValid'.
|
|
2025-06-17 23:48:59,032 5616 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyConfigValue'.
|
|
2025-06-17 23:48:59,047 5616 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyPath'.
|
|
2025-06-17 23:48:59,047 5616 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyUnzip'.
|
|
2025-06-17 23:48:59,063 5616 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyWebFile'.
|
|
2025-06-17 23:48:59,081 5616 [INFO ] - VERBOSE: Exporting function 'Get-FtpFile'.
|
|
2025-06-17 23:48:59,081 5616 [INFO ] - VERBOSE: Exporting function 'Get-OSArchitectureWidth'.
|
|
2025-06-17 23:48:59,099 5616 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'.
|
|
2025-06-17 23:48:59,110 5616 [INFO ] - VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'.
|
|
2025-06-17 23:48:59,110 5616 [INFO ] - VERBOSE: Exporting function 'Get-ToolsLocation'.
|
|
2025-06-17 23:48:59,130 5616 [INFO ] - VERBOSE: Exporting function 'Get-UACEnabled'.
|
|
2025-06-17 23:48:59,142 5616 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
|
|
2025-06-17 23:48:59,157 5616 [INFO ] - VERBOSE: Exporting function 'Get-VirusCheckValid'.
|
|
2025-06-17 23:48:59,157 5616 [INFO ] - VERBOSE: Exporting function 'Get-WebFile'.
|
|
2025-06-17 23:48:59,175 5616 [INFO ] - VERBOSE: Exporting function 'Get-WebFileName'.
|
|
2025-06-17 23:48:59,188 5616 [INFO ] - VERBOSE: Exporting function 'Get-WebHeaders'.
|
|
2025-06-17 23:48:59,205 5616 [INFO ] - VERBOSE: Exporting function 'Install-BinFile'.
|
|
2025-06-17 23:48:59,205 5616 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.
|
|
2025-06-17 23:48:59,223 5616 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.
|
|
2025-06-17 23:48:59,237 5616 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.
|
|
2025-06-17 23:48:59,253 5616 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.
|
|
2025-06-17 23:48:59,253 5616 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPackage'.
|
|
2025-06-17 23:48:59,265 5616 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.
|
|
2025-06-17 23:48:59,282 5616 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.
|
|
2025-06-17 23:48:59,282 5616 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyShortcut'.
|
|
2025-06-17 23:48:59,298 5616 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.
|
|
2025-06-17 23:48:59,298 5616 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.
|
|
2025-06-17 23:48:59,317 5616 [INFO ] - VERBOSE: Exporting function 'Install-Vsix'.
|
|
2025-06-17 23:48:59,332 5616 [INFO ] - VERBOSE: Exporting function 'Set-PowerShellExitCode'.
|
|
2025-06-17 23:48:59,332 5616 [INFO ] - VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.
|
|
2025-06-17 23:48:59,345 5616 [INFO ] - VERBOSE: Exporting function 'Uninstall-BinFile'.
|
|
2025-06-17 23:48:59,361 5616 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.
|
|
2025-06-17 23:48:59,361 5616 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.
|
|
2025-06-17 23:48:59,375 5616 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.
|
|
2025-06-17 23:48:59,469 5616 [INFO ] - VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.
|
|
2025-06-17 23:48:59,484 5616 [INFO ] - VERBOSE: Exporting function 'Install-WindowsUpdate'.
|
|
2025-06-17 23:48:59,484 5616 [INFO ] - VERBOSE: Exporting function 'Test-WindowsUpdate'.
|
|
2025-06-17 23:48:59,500 5616 [INFO ] - VERBOSE: Exporting cmdlet 'Get-EnvironmentVariable'.
|
|
2025-06-17 23:48:59,500 5616 [INFO ] - VERBOSE: Exporting cmdlet 'Get-EnvironmentVariableNames'.
|
|
2025-06-17 23:48:59,520 5616 [INFO ] - VERBOSE: Exporting cmdlet 'Install-ChocolateyPath'.
|
|
2025-06-17 23:48:59,533 5616 [INFO ] - VERBOSE: Exporting cmdlet 'Set-EnvironmentVariable'.
|
|
2025-06-17 23:48:59,547 5616 [INFO ] - VERBOSE: Exporting cmdlet 'Test-ProcessAdminRights'.
|
|
2025-06-17 23:48:59,547 5616 [INFO ] - VERBOSE: Exporting cmdlet 'Uninstall-ChocolateyPath'.
|
|
2025-06-17 23:48:59,563 5616 [INFO ] - VERBOSE: Exporting cmdlet 'Update-SessionEnvironment'.
|
|
2025-06-17 23:48:59,579 5616 [INFO ] - VERBOSE: Exporting cmdlet 'Get-EnvironmentVariable'.
|
|
2025-06-17 23:48:59,579 5616 [INFO ] - VERBOSE: Exporting cmdlet 'Get-EnvironmentVariableNames'.
|
|
2025-06-17 23:48:59,595 5616 [INFO ] - VERBOSE: Exporting cmdlet 'Install-ChocolateyPath'.
|
|
2025-06-17 23:48:59,595 5616 [INFO ] - VERBOSE: Exporting cmdlet 'Set-EnvironmentVariable'.
|
|
2025-06-17 23:48:59,612 5616 [INFO ] - VERBOSE: Exporting cmdlet 'Test-ProcessAdminRights'.
|
|
2025-06-17 23:48:59,628 5616 [INFO ] - VERBOSE: Exporting cmdlet 'Uninstall-ChocolateyPath'.
|
|
2025-06-17 23:48:59,628 5616 [INFO ] - VERBOSE: Exporting cmdlet 'Update-SessionEnvironment'.
|
|
2025-06-17 23:48:59,656 5616 [INFO ] - VERBOSE: Exporting alias 'Get-ProcessorBits'.
|
|
2025-06-17 23:48:59,656 5616 [INFO ] - VERBOSE: Exporting alias 'Get-OSBitness'.
|
|
2025-06-17 23:48:59,673 5616 [INFO ] - VERBOSE: Exporting alias 'Get-InstallRegistryKey'.
|
|
2025-06-17 23:48:59,689 5616 [INFO ] - VERBOSE: Exporting alias 'Generate-BinFile'.
|
|
2025-06-17 23:48:59,689 5616 [INFO ] - VERBOSE: Exporting alias 'Add-BinFile'.
|
|
2025-06-17 23:48:59,706 5616 [INFO ] - VERBOSE: Exporting alias 'Start-ChocolateyProcess'.
|
|
2025-06-17 23:48:59,719 5616 [INFO ] - VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.
|
|
2025-06-17 23:48:59,719 5616 [INFO ] - VERBOSE: Exporting alias 'Remove-BinFile'.
|
|
2025-06-17 23:48:59,737 5616 [INFO ] - VERBOSE: Exporting alias 'refreshenv'.
|
|
2025-06-17 23:48:59,751 5616 [INFO ] - VERBOSE: Importing cmdlet 'Get-EnvironmentVariable'.
|
|
2025-06-17 23:48:59,751 5616 [INFO ] - VERBOSE: Importing cmdlet 'Get-EnvironmentVariableNames'.
|
|
2025-06-17 23:48:59,766 5616 [INFO ] - VERBOSE: Importing cmdlet 'Install-ChocolateyPath'.
|
|
2025-06-17 23:48:59,766 5616 [INFO ] - VERBOSE: Importing cmdlet 'Set-EnvironmentVariable'.
|
|
2025-06-17 23:48:59,799 5616 [INFO ] - VERBOSE: Importing cmdlet 'Test-ProcessAdminRights'.
|
|
2025-06-17 23:48:59,816 5616 [INFO ] - VERBOSE: Importing cmdlet 'Uninstall-ChocolateyPath'.
|
|
2025-06-17 23:48:59,830 5616 [INFO ] - VERBOSE: Importing cmdlet 'Update-SessionEnvironment'.
|
|
2025-06-17 23:48:59,830 5616 [INFO ] - VERBOSE: Importing function 'Format-FileSize'.
|
|
2025-06-17 23:48:59,845 5616 [INFO ] - VERBOSE: Importing function 'Get-ChecksumValid'.
|
|
2025-06-17 23:48:59,845 5616 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyConfigValue'.
|
|
2025-06-17 23:48:59,861 5616 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyPath'.
|
|
2025-06-17 23:48:59,875 5616 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyUnzip'.
|
|
2025-06-17 23:48:59,890 5616 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyWebFile'.
|
|
2025-06-17 23:48:59,890 5616 [INFO ] - VERBOSE: Importing function 'Get-FtpFile'.
|
|
2025-06-17 23:48:59,908 5616 [INFO ] - VERBOSE: Importing function 'Get-OSArchitectureWidth'.
|
|
2025-06-17 23:48:59,908 5616 [INFO ] - VERBOSE: Importing function 'Get-PackageParameters'.
|
|
2025-06-17 23:48:59,939 5616 [INFO ] - VERBOSE: Importing function 'Get-PackageParametersBuiltIn'.
|
|
2025-06-17 23:48:59,939 5616 [INFO ] - VERBOSE: Importing function 'Get-ToolsLocation'.
|
|
2025-06-17 23:48:59,953 5616 [INFO ] - VERBOSE: Importing function 'Get-UACEnabled'.
|
|
2025-06-17 23:48:59,953 5616 [INFO ] - VERBOSE: Importing function 'Get-UninstallRegistryKey'.
|
|
2025-06-17 23:48:59,970 5616 [INFO ] - VERBOSE: Importing function 'Get-VirusCheckValid'.
|
|
2025-06-17 23:48:59,970 5616 [INFO ] - VERBOSE: Importing function 'Get-WebFile'.
|
|
2025-06-17 23:48:59,985 5616 [INFO ] - VERBOSE: Importing function 'Get-WebFileName'.
|
|
2025-06-17 23:49:00,001 5616 [INFO ] - VERBOSE: Importing function 'Get-WebHeaders'.
|
|
2025-06-17 23:49:00,020 5616 [INFO ] - VERBOSE: Importing function 'Install-BinFile'.
|
|
2025-06-17 23:49:00,037 5616 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyEnvironmentVariable'.
|
|
2025-06-17 23:49:00,063 5616 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyExplorerMenuItem'.
|
|
2025-06-17 23:49:00,080 5616 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyFileAssociation'.
|
|
2025-06-17 23:49:00,080 5616 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyInstallPackage'.
|
|
2025-06-17 23:49:00,110 5616 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPackage'.
|
|
2025-06-17 23:49:00,110 5616 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPinnedTaskBarItem'.
|
|
2025-06-17 23:49:00,129 5616 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPowershellCommand'.
|
|
2025-06-17 23:49:00,141 5616 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyShortcut'.
|
|
2025-06-17 23:49:00,141 5616 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyVsixPackage'.
|
|
2025-06-17 23:49:00,176 5616 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyZipPackage'.
|
|
2025-06-17 23:49:00,176 5616 [INFO ] - VERBOSE: Importing function 'Install-Vsix'.
|
|
2025-06-17 23:49:00,203 5616 [INFO ] - VERBOSE: Importing function 'Install-WindowsUpdate'.
|
|
2025-06-17 23:49:00,203 5616 [INFO ] - VERBOSE: Importing function 'Set-PowerShellExitCode'.
|
|
2025-06-17 23:49:00,251 5616 [INFO ] - VERBOSE: Importing function 'Start-ChocolateyProcessAsAdmin'.
|
|
2025-06-17 23:49:00,267 5616 [INFO ] - VERBOSE: Importing function 'Test-WindowsUpdate'.
|
|
2025-06-17 23:49:00,283 5616 [INFO ] - VERBOSE: Importing function 'Uninstall-BinFile'.
|
|
2025-06-17 23:49:00,298 5616 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyEnvironmentVariable'.
|
|
2025-06-17 23:49:00,314 5616 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyPackage'.
|
|
2025-06-17 23:49:00,333 5616 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyZipPackage'.
|
|
2025-06-17 23:49:00,344 5616 [INFO ] - VERBOSE: Importing function 'Write-FunctionCallLogMessage'.
|
|
2025-06-17 23:49:00,362 5616 [INFO ] - VERBOSE: Importing alias 'Add-BinFile'.
|
|
2025-06-17 23:49:00,362 5616 [INFO ] - VERBOSE: Importing alias 'Generate-BinFile'.
|
|
2025-06-17 23:49:00,376 5616 [INFO ] - VERBOSE: Importing alias 'Get-InstallRegistryKey'.
|
|
2025-06-17 23:49:00,392 5616 [INFO ] - VERBOSE: Importing alias 'Get-OSBitness'.
|
|
2025-06-17 23:49:00,392 5616 [INFO ] - VERBOSE: Importing alias 'Get-ProcessorBits'.
|
|
2025-06-17 23:49:00,407 5616 [INFO ] - VERBOSE: Importing alias 'Invoke-ChocolateyProcess'.
|
|
2025-06-17 23:49:00,423 5616 [INFO ] - VERBOSE: Importing alias 'refreshenv'.
|
|
2025-06-17 23:49:00,423 5616 [INFO ] - VERBOSE: Importing alias 'Remove-BinFile'.
|
|
2025-06-17 23:49:00,438 5616 [INFO ] - VERBOSE: Importing alias 'Start-ChocolateyProcess'.
|
|
2025-06-17 23:49:00,687 5616 [DEBUG] - ---------------------------Script Execution---------------------------
|
|
2025-06-17 23:49:00,735 5616 [DEBUG] - Running 'ChocolateyScriptRunner' for you-get v0.4.915 with packageScript 'C:\ProgramData\chocolatey\lib\you-get\tools\chocolateyinstall.ps1', packageFolder:'C:\ProgramData\chocolatey\lib\you-get', installArguments: '', packageParameters: '', preRunHookScripts: '', postRunHookScripts: '',
|
|
2025-06-17 23:49:00,874 5616 [DEBUG] - Running package script 'C:\ProgramData\chocolatey\lib\you-get\tools\chocolateyinstall.ps1'
|
|
2025-06-17 23:49:01,533 5616 [DEBUG] - Running Get-ChocolateyWebFile -packageName 'you-get' -fileFullPath 'C:\ProgramData\chocolatey\lib\you-get\tools\you-get.exe' -url 'https://github.com/soimort/you-get/releases/download/v0.4.915/you-get-0.4.915-win32.exe' -checksum 'E1640DFAF2D4E9DF4C50A472BA22AA5380A118307E9160C4D8E25E7913C84D99' -checksumType 'sha256'
|
|
2025-06-17 23:49:01,704 5616 [DEBUG] - Running Get-OSArchitectureWidth -compare '64'
|
|
2025-06-17 23:49:01,814 5616 [DEBUG] - CPU is 64 bit
|
|
2025-06-17 23:49:02,146 5616 [DEBUG] - Running Get-WebHeaders -url 'https://github.com/soimort/you-get/releases/download/v0.4.915/you-get-0.4.915-win32.exe' -ErrorAction 'Stop'
|
|
2025-06-17 23:49:02,782 5616 [DEBUG] - Setting the UserAgent to 'chocolatey command line'
|
|
2025-06-17 23:49:02,813 5616 [DEBUG] - Request Headers:
|
|
2025-06-17 23:49:02,906 5616 [DEBUG] - 'Accept':'*/*'
|
|
2025-06-17 23:49:02,906 5616 [DEBUG] - 'User-Agent':'chocolatey command line'
|
|
2025-06-17 23:49:03,656 5616 [DEBUG] - Response Headers:
|
|
2025-06-17 23:49:03,704 5616 [DEBUG] - 'Connection':'keep-alive'
|
|
2025-06-17 23:49:03,720 5616 [DEBUG] - 'x-ms-request-id':'72b02764-f01e-004c-4505-dc7165000000'
|
|
2025-06-17 23:49:03,738 5616 [DEBUG] - 'x-ms-version':'2025-05-05'
|
|
2025-06-17 23:49:03,755 5616 [DEBUG] - 'x-ms-creation-time':'Wed, 18 Aug 2021 02:23:42 GMT'
|
|
2025-06-17 23:49:03,755 5616 [DEBUG] - 'x-ms-blob-content-md5':'OTSbNbla2Uv0dyddnqCaVg=='
|
|
2025-06-17 23:49:03,770 5616 [DEBUG] - 'x-ms-lease-status':'unlocked'
|
|
2025-06-17 23:49:03,782 5616 [DEBUG] - 'x-ms-lease-state':'available'
|
|
2025-06-17 23:49:03,797 5616 [DEBUG] - 'x-ms-blob-type':'BlockBlob'
|
|
2025-06-17 23:49:03,797 5616 [DEBUG] - 'Content-Disposition':'attachment; filename=you-get-0.4.915-win32.exe'
|
|
2025-06-17 23:49:03,814 5616 [DEBUG] - 'x-ms-server-encrypted':'true'
|
|
2025-06-17 23:49:03,829 5616 [DEBUG] - 'Fastly-Restarts':'1'
|
|
2025-06-17 23:49:03,847 5616 [DEBUG] - 'Age':'0'
|
|
2025-06-17 23:49:03,847 5616 [DEBUG] - 'X-Served-By':'cache-iad-kiad7000035-IAD, cache-mci680022-MCI'
|
|
2025-06-17 23:49:03,860 5616 [DEBUG] - 'X-Cache':'HIT, MISS'
|
|
2025-06-17 23:49:03,860 5616 [DEBUG] - 'X-Cache-Hits':'2, 0'
|
|
2025-06-17 23:49:03,876 5616 [DEBUG] - 'X-Timer':'S1750204143.457702,VS0,VE41'
|
|
2025-06-17 23:49:03,892 5616 [DEBUG] - 'Accept-Ranges':'bytes'
|
|
2025-06-17 23:49:03,892 5616 [DEBUG] - 'Content-Length':'6568987'
|
|
2025-06-17 23:49:03,909 5616 [DEBUG] - 'Content-Type':'application/octet-stream'
|
|
2025-06-17 23:49:03,923 5616 [DEBUG] - 'Date':'Tue, 17 Jun 2025 23:49:03 GMT'
|
|
2025-06-17 23:49:03,939 5616 [DEBUG] - 'ETag':'"0x8D9BA04A3E25441"'
|
|
2025-06-17 23:49:03,954 5616 [DEBUG] - 'Last-Modified':'Wed, 08 Dec 2021 04:38:54 GMT'
|
|
2025-06-17 23:49:03,954 5616 [DEBUG] - 'Server':'Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0'
|
|
2025-06-17 23:49:03,970 5616 [DEBUG] - 'Via':'1.1 varnish, 1.1 varnish'
|
|
2025-06-17 23:49:04,127 5616 [INFO ] - Downloading you-get
|
|
from 'https://github.com/soimort/you-get/releases/download/v0.4.915/you-get-0.4.915-win32.exe'
|
|
2025-06-17 23:49:04,265 5616 [DEBUG] - Running Get-WebFile -url 'https://github.com/soimort/you-get/releases/download/v0.4.915/you-get-0.4.915-win32.exe' -fileName 'C:\ProgramData\chocolatey\lib\you-get\tools\you-get.exe' -options 'System.Collections.Hashtable'
|
|
2025-06-17 23:49:04,313 5616 [DEBUG] - Setting request timeout to 30000
|
|
2025-06-17 23:49:04,329 5616 [DEBUG] - Setting read/write timeout to 2700000
|
|
2025-06-17 23:49:04,329 5616 [DEBUG] - Setting the UserAgent to 'chocolatey command line'
|
|
2025-06-17 23:49:05,438 5616 [DEBUG] - Downloading https://github.com/soimort/you-get/releases/download/v0.4.915/you-get-0.4.915-win32.exe to C:\ProgramData\chocolatey\lib\you-get\tools\you-get.exe
|
|
2025-06-17 23:49:06,579 5616 [INFO ] -
|
|
2025-06-17 23:49:06,613 5616 [INFO ] - Download of you-get.exe (6.26 MB) completed.
|
|
2025-06-17 23:49:09,767 5616 [DEBUG] - No runtime virus checking built into FOSS Chocolatey. Check out Pro/Business - https://chocolatey.org/compare
|
|
2025-06-17 23:49:09,797 5616 [DEBUG] - Verifying package provided checksum of 'E1640DFAF2D4E9DF4C50A472BA22AA5380A118307E9160C4D8E25E7913C84D99' for 'C:\ProgramData\chocolatey\lib\you-get\tools\you-get.exe'.
|
|
2025-06-17 23:49:09,861 5616 [DEBUG] - Running Get-ChecksumValid -file 'C:\ProgramData\chocolatey\lib\you-get\tools\you-get.exe' -checksum 'E1640DFAF2D4E9DF4C50A472BA22AA5380A118307E9160C4D8E25E7913C84D99' -checksumType 'sha256' -originalUrl 'https://github.com/soimort/you-get/releases/download/v0.4.915/you-get-0.4.915-win32.exe'
|
|
2025-06-17 23:49:09,922 5616 [DEBUG] - checksum.exe found at 'C:\ProgramData\chocolatey\helpers\..\tools\checksum.exe'
|
|
2025-06-17 23:49:09,939 5616 [DEBUG] - Executing command ['C:\ProgramData\chocolatey\helpers\..\tools\checksum.exe' -c="E1640DFAF2D4E9DF4C50A472BA22AA5380A118307E9160C4D8E25E7913C84D99" -t="sha256" -f="C:\ProgramData\chocolatey\lib\you-get\tools\you-get.exe"]
|
|
2025-06-17 23:49:13,282 5616 [DEBUG] - Command ['C:\ProgramData\chocolatey\helpers\..\tools\checksum.exe' -c="E1640DFAF2D4E9DF4C50A472BA22AA5380A118307E9160C4D8E25E7913C84D99" -t="sha256" -f="C:\ProgramData\chocolatey\lib\you-get\tools\you-get.exe"] exited with '0'.
|
|
2025-06-17 23:49:13,299 5616 [INFO ] - C:\ProgramData\chocolatey\lib\you-get\tools\you-get.exe
|
|
2025-06-17 23:49:13,375 5616 [DEBUG] - ----------------------------------------------------------------------
|
|
2025-06-17 23:49:13,409 5616 [DEBUG] - Built-in PowerShell host called with ['[System.Threading.Thread]::CurrentThread.CurrentCulture = '';[System.Threading.Thread]::CurrentThread.CurrentUICulture = '';[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::SystemDefault; & import-module -name 'C:\ProgramData\chocolatey\helpers\chocolateyInstaller.psm1'; & 'C:\ProgramData\chocolatey\helpers\chocolateyScriptRunner.ps1' -packageScript 'C:\ProgramData\chocolatey\lib\you-get\tools\chocolateyinstall.ps1' -installArguments '' -packageParameters '' -preRunHookScripts $null -postRunHookScripts $null'] exited with '0'.
|
|
2025-06-17 23:49:13,439 5616 [DEBUG] - Calling command ['"C:\Windows\System32\shutdown.exe" /a']
|
|
2025-06-17 23:49:13,674 5616 [DEBUG] - Command ['"C:\Windows\System32\shutdown.exe" /a'] exited with '1116'
|
|
2025-06-17 23:49:14,047 5616 [DEBUG] - Capturing package files in 'C:\ProgramData\chocolatey\lib\you-get'
|
|
2025-06-17 23:49:14,079 5616 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\you-get\you-get.nupkg'
|
|
with checksum 'E4C2BB14404172956011267EB9D71435'
|
|
2025-06-17 23:49:14,095 5616 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\you-get\you-get.nuspec'
|
|
with checksum '829355B567F675BDB3DCF91003D7BF1E'
|
|
2025-06-17 23:49:14,095 5616 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\you-get\tools\chocolateyinstall.ps1'
|
|
with checksum 'CFEADC6827AEA528CA6528CF9D02048E'
|
|
2025-06-17 23:49:14,180 5616 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\you-get\tools\you-get.exe'
|
|
with checksum '39349B35B95AD94BF477275D9EA09A56'
|
|
2025-06-17 23:49:14,252 5616 [DEBUG] - Calling command ['"C:\ProgramData\chocolatey\tools\shimgen.exe" --path="..\\lib\you-get\tools\you-get.exe" --output="C:\ProgramData\chocolatey\bin\you-get.exe" --iconpath="C:\ProgramData\chocolatey\lib\you-get\tools\you-get.exe"']
|
|
2025-06-17 23:49:16,125 5616 [DEBUG] - [ShimGen] Microsoft (R) Visual C# Compiler version 4.8.3761.0
|
|
2025-06-17 23:49:16,143 5616 [DEBUG] - [ShimGen] for C# 5
|
|
2025-06-17 23:49:16,157 5616 [DEBUG] - [ShimGen] Copyright (C) Microsoft Corporation. All rights reserved.
|
|
2025-06-17 23:49:16,174 5616 [DEBUG] - [ShimGen] This compiler is provided as part of the Microsoft (R) .NET Framework, but only supports language versions up to C# 5, which is no longer the latest version. For compilers that support newer versions of the C# programming language, see http://go.microsoft.com/fwlink/?LinkID=533240
|
|
2025-06-17 23:49:16,190 5616 [DEBUG] - [ShimGen] ShimGen has successfully created 'C:\ProgramData\chocolatey\bin\you-get.exe'
|
|
2025-06-17 23:49:16,190 5616 [DEBUG] - Command ['"C:\ProgramData\chocolatey\tools\shimgen.exe" --path="..\\lib\you-get\tools\you-get.exe" --output="C:\ProgramData\chocolatey\bin\you-get.exe" --iconpath="C:\ProgramData\chocolatey\lib\you-get\tools\you-get.exe"'] exited with '0'
|
|
2025-06-17 23:49:16,204 5616 [INFO ] - ShimGen has successfully created a shim for you-get.exe
|
|
2025-06-17 23:49:16,204 5616 [DEBUG] - Created: C:\ProgramData\chocolatey\bin\you-get.exe
|
|
Targeting: C:\ProgramData\chocolatey\lib\you-get\tools\you-get.exe
|
|
IsGui:False
|
|
|
|
2025-06-17 23:49:16,298 5616 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\.chocolatey\you-get.0.4.915".
|
|
2025-06-17 23:49:16,391 5616 [DEBUG] - There was no original file at 'C:\ProgramData\chocolatey\.chocolatey\you-get.0.4.915\.files'
|
|
2025-06-17 23:49:16,408 5616 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\you-get.0.4.915\.extra".
|
|
2025-06-17 23:49:16,423 5616 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\you-get.0.4.915\.version".
|
|
2025-06-17 23:49:16,438 5616 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\you-get.0.4.915\.sxs".
|
|
2025-06-17 23:49:16,438 5616 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\you-get.0.4.915\.pin".
|
|
2025-06-17 23:49:16,454 5616 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\you-get.0.4.915\.deploymentLocation".
|
|
2025-06-17 23:49:16,492 5616 [DEBUG] - Sending message 'HandlePackageResultCompletedMessage' out if there are subscribers...
|
|
2025-06-17 23:49:16,502 5616 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\lib\you-get\.chocolateyPending".
|
|
2025-06-17 23:49:16,517 5616 [INFO ] - The install of you-get was successful.
|
|
2025-06-17 23:49:16,532 5616 [INFO ] - Software install location not explicitly set, it could be in package or
|
|
default install location of installer.
|
|
2025-06-17 23:49:16,579 5616 [WARN ] -
|
|
Chocolatey installed 1/1 packages.
|
|
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
|
|
2025-06-17 23:49:16,625 5616 [DEBUG] - Sending message 'PostRunMessage' out if there are subscribers...
|
|
2025-06-17 23:49:16,640 5616 [DEBUG] - Exiting with 0
|