|
2020-11-13 03:24:52,382 2360 [DEBUG] - [NuGet] Added file 'Julia.nupkg' to folder 'Julia'. |
|
2020-11-13 03:24:53,287 2360 [DEBUG] - [NuGet] Added file 'Julia.nuspec' to folder 'Julia'. |
|
2020-11-13 03:24:53,303 2360 [INFO ] - [NuGet] Successfully installed 'Julia 1.5.3'. |
|
2020-11-13 03:24:53,303 2360 [INFO ] - |
|
Julia v1.5.3 (forced) |
|
2020-11-13 03:24:57,553 2360 [INFO ] - julia package files install completed. Performing other installation steps. |
|
2020-11-13 03:24:57,601 2360 [DEBUG] - Setting installer args for Julia |
|
2020-11-13 03:24:57,601 2360 [DEBUG] - Setting package parameters for Julia |
|
2020-11-13 03:24:57,615 2360 [DEBUG] - Contents of 'C:\ProgramData\chocolatey\lib\Julia\tools\chocolateyinstall.ps1': |
|
2020-11-13 03:24:57,647 2360 [DEBUG] - $ErrorActionPreference = 'Stop'; |
|
|
|
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" |
|
|
|
$packageArgs = @{ |
|
packageName = $env:ChocolateyPackageName |
|
fileType = 'exe' |
|
file = "$toolsDir\julia-1.5.3-win32.exe" |
|
file64 = "$toolsDir\julia-1.5.3-win64.exe" |
|
|
|
softwareName = 'Julia*' |
|
|
|
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-' |
|
validExitCodes= @(0) |
|
} |
|
$packageVersion = "1.5.3" |
|
|
|
Install-ChocolateyInstallPackage @packageArgs |
|
|
|
# Lets remove the installer as there is no more need for it |
|
Get-ChildItem $toolsDir\*.exe | ForEach-Object { Remove-Item $_ -ea 0; if (Test-Path $_) { Set-Content "$_.ignore" '' } } |
|
|
|
# Find the executable of current installed version |
|
[array]$keysCurrentVersion = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName'] | Where-Object { |
|
($_.DisplayName -split "\s+" | Select-Object -last 1) -eq $packageVersion |
|
} |
|
|
|
if ($keysCurrentVersion.Count -eq 0) { Write-Warning "Can't find Julia install location"; return } |
|
$executableLocation = $($keysCurrentVersion | Select-Object -First 1).DisplayIcon |
|
Write-Host "Julia installed to '$executableLocation'" |
|
|
|
Install-BinFile 'julia' $executableLocation |
|
|
|
2020-11-13 03:24:57,678 2360 [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\Julia\tools\chocolateyinstall.ps1' -installArguments '' -packageParameters '''] |
|
2020-11-13 03:24:57,717 2360 [DEBUG] - Redirecting System.Management.Automation.resources, Version=3.0.0.0, Culture=en-US, PublicKeyToken=31bf3856ad364e35, requested by '' |
|
2020-11-13 03:21:35,151 2712 [DEBUG] - XmlConfiguration is now operational |
|
2020-11-13 03:21:35,307 2712 [INFO ] - ============================================================ |
|
2020-11-13 03:21:36,432 2712 [INFO ] - Chocolatey v0.10.16-beta |
|
2020-11-13 03:21:36,463 2712 [DEBUG] - Chocolatey is running on Windows v 6.3.9600.0 |
|
2020-11-13 03:21:36,479 2712 [DEBUG] - Attempting to delete file "C:/ProgramData/chocolatey/choco.exe.old". |
|
2020-11-13 03:21:36,479 2712 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\choco.exe.old". |
|
2020-11-13 03:21:36,510 2712 [DEBUG] - Command line: "C:\ProgramData\chocolatey\choco.exe" install nodejs --version 15.2.0 -fdvy --execution-timeout=3600 --allow-downgrade |
|
2020-11-13 03:21:36,573 2712 [DEBUG] - Received arguments: install nodejs --version 15.2.0 -fdvy --execution-timeout=3600 --allow-downgrade |
|
2020-11-13 03:21:36,698 2712 [DEBUG] - RemovePendingPackagesTask is now ready and waiting for PreRunMessage. |
|
2020-11-13 03:21:36,729 2712 [DEBUG] - Sending message 'PreRunMessage' out if there are subscribers... |
|
2020-11-13 03:21:36,760 2712 [DEBUG] - [Pending] Removing all pending packages that should not be considered installed... |
|
2020-11-13 03:21:36,916 2712 [DEBUG] - Performing validation checks. |
|
2020-11-13 03:21:36,932 2712 [DEBUG] - Global Configuration Validation Checks: |
|
2020-11-13 03:21:36,948 2712 [DEBUG] - - Package Exit Code / Exit On Reboot = Checked |
|
2020-11-13 03:21:36,963 2712 [DEBUG] - System State Validation Checks: |
|
2020-11-13 03:21:36,979 2712 [DEBUG] - Reboot Requirement Checks: |
|
2020-11-13 03:21:36,979 2712 [DEBUG] - - Pending Computer Rename = Checked |
|
2020-11-13 03:21:36,995 2712 [DEBUG] - - Pending Component Based Servicing = Flagged |
|
2020-11-13 03:21:36,995 2712 [INFO ] - 2 validations performed. 1 success(es), 1 warning(s), and 0 error(s). |
|
2020-11-13 03:21:37,010 2712 [INFO ] - |
|
2020-11-13 03:21:37,010 2712 [WARN ] - Validation Warnings: |
|
2020-11-13 03:21:37,026 2712 [WARN ] - - A pending system reboot request has been detected, however, this is |
|
being ignored due to the current Chocolatey configuration. If you |
|
want to halt when this occurs, then either set the global feature |
|
using: |
|
choco feature enable -name=exitOnRebootDetected |
|
or pass the option --exit-when-reboot-detected. |
|
|
|
2020-11-13 03:21:37,026 2712 [DEBUG] - The source 'c:\cached-packages;https://chocolatey.org/api/v2/' evaluated to a 'normal' source type |
|
2020-11-13 03:21:37,041 2712 [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. |
|
2020-11-13 03:21:37,073 2712 [DEBUG] - Configuration: CommandName='install'| |
|
CacheLocation='C:\Users\Administrator\AppData\Local\Temp\chocolatey'| |
|
ContainsLegacyPackageInstalls='True'| |
|
CommandExecutionTimeoutSeconds='3600'|WebRequestTimeoutSeconds='30'| |
|
Sources='c:\cached-packages;https://chocolatey.org/api/v2/'| |
|
SourceType='normal'|Debug='True'|Verbose='True'|Trace='False'| |
|
Force='True'|Noop='False'|HelpRequested='False'| |
|
UnsuccessfulParsing='False'|RegularOutput='True'|QuietOutput='False'| |
|
PromptForConfirmation='False'|AcceptLicense='True'| |
|
AllowUnofficialBuild='False'|Input='nodejs'|Version='15.2.0'| |
|
AllVersions='False'|SkipPackageInstallProvider='False'| |
|
PackageNames='nodejs'|Prerelease='False'|ForceX86='False'| |
|
OverrideArguments='False'|NotSilent='False'| |
|
ApplyPackageParametersToDependencies='False'| |
|
ApplyInstallArgumentsToDependencies='False'|IgnoreDependencies='False'| |
|
AllowMultipleVersions='False'|AllowDowngrade='True'| |
|
ForceDependencies='False'|Information.PlatformType='Windows'| |
|
Information.PlatformVersion='6.3.9600.0'| |
|
Information.PlatformName='Windows Server 2012 R2'| |
|
Information.ChocolateyVersion='0.10.16.0'| |
|
Information.ChocolateyProductVersion='0.10.16-beta'| |
|
Information.FullName='choco, Version=0.10.16.0, Culture=neutral, PublicKeyToken=79d02ea9cad655eb'| |
|
|
|
Information.Is64BitOperatingSystem='True'| |
|
Information.Is64BitProcess='True'|Information.IsInteractive='True'| |
|
Information.UserName='vagrant'| |
|
Information.UserDomainName='WIN-E5K8TM30719'| |
|
Information.IsUserAdministrator='True'| |
|
Information.IsUserSystemAccount='False'| |
|
Information.IsUserRemoteDesktop='False'| |
|
Information.IsUserRemote='True'| |
|
Information.IsProcessElevated='True'| |
|
Information.IsLicensedVersion='False'|Information.LicenseType='Foss'| |
|
Information.CurrentDirectory='C:\Windows\system32'| |
|
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.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'| |
|
ApiKeyCommand.Remove='False'|PinCommand.Command='unknown'| |
|
OutdatedCommand.IgnorePinned='False'|Proxy.BypassOnLocal='True'| |
|
2020-11-13 03:21:37,088 2712 [DEBUG] - _ Chocolatey:ChocolateyInstallCommand - Normal Run Mode _ |
|
2020-11-13 03:21:37,104 2712 [INFO ] - Installing the following packages: |
|
2020-11-13 03:21:37,104 2712 [INFO ] - nodejs |
|
2020-11-13 03:21:37,104 2712 [INFO ] - By installing you accept licenses for the packages. |
|
2020-11-13 03:21:37,120 2712 [DEBUG] - Current environment values (may contain sensitive data): |
|
2020-11-13 03:21:37,135 2712 [DEBUG] - * 'TMP'='C:\Users\Administrator\AppData\Local\Temp' ('User') |
|
2020-11-13 03:21:37,135 2712 [DEBUG] - * 'TEMP'='C:\Users\Administrator\AppData\Local\Temp' ('User') |
|
2020-11-13 03:21:37,135 2712 [DEBUG] - * 'ChocolateyLastPathUpdate'='132497085225254407' ('User') |
|
2020-11-13 03:21:37,151 2712 [DEBUG] - * 'FP_NO_HOST_CHECK'='NO' ('Machine') |
|
2020-11-13 03:21:37,151 2712 [DEBUG] - * 'USERNAME'='SYSTEM' ('Machine') |
|
2020-11-13 03:21:37,151 2712 [DEBUG] - * 'Path'='C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Git\cmd;C:\Program Files (x86)\Git\bin;C:\ProgramData\chocolatey\bin;' ('Machine') |
|
2020-11-13 03:21:37,151 2712 [DEBUG] - * 'ComSpec'='C:\Windows\system32\cmd.exe' ('Machine') |
|
2020-11-13 03:21:37,167 2712 [DEBUG] - * 'TMP'='C:\Windows\TEMP' ('Machine') |
|
2020-11-13 03:21:37,167 2712 [DEBUG] - * 'OS'='Windows_NT' ('Machine') |
|
2020-11-13 03:21:37,167 2712 [DEBUG] - * 'windir'='C:\Windows' ('Machine') |
|
2020-11-13 03:21:37,182 2712 [DEBUG] - * 'PROCESSOR_ARCHITECTURE'='AMD64' ('Machine') |
|
2020-11-13 03:21:37,198 2712 [DEBUG] - * 'TEMP'='C:\Windows\TEMP' ('Machine') |
|
2020-11-13 03:21:37,198 2712 [DEBUG] - * 'PATHEXT'='.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC' ('Machine') |
|
2020-11-13 03:21:37,260 2712 [DEBUG] - * 'PSModulePath'='C:\Windows\system32\WindowsPowerShell\v1.0\Modules\' ('Machine') |
|
2020-11-13 03:21:37,260 2712 [DEBUG] - * 'NUMBER_OF_PROCESSORS'='1' ('Machine') |
|
2020-11-13 03:21:37,276 2712 [DEBUG] - * 'PROCESSOR_LEVEL'='16' ('Machine') |
|
2020-11-13 03:21:37,276 2712 [DEBUG] - * 'PROCESSOR_IDENTIFIER'='AMD64 Family 16 Model 6 Stepping 3, AuthenticAMD' ('Machine') |
|
2020-11-13 03:21:37,276 2712 [DEBUG] - * 'PROCESSOR_REVISION'='0603' ('Machine') |
|
2020-11-13 03:21:37,291 2712 [DEBUG] - * 'HOME'='C:\Users\Administrator' ('Machine') |
|
2020-11-13 03:21:37,291 2712 [DEBUG] - * 'ChocolateyInstall'='C:\ProgramData\chocolatey' ('Machine') |
|
2020-11-13 03:21:39,463 2712 [INFO ] - [NuGet] Attempting to resolve dependency 'nodejs.install (= 15.2.0)'. |
|
2020-11-13 03:22:28,947 2712 [INFO ] - [NuGet] Installing 'nodejs.install 15.2.0'. |
|
2020-11-13 03:22:28,994 2712 [DEBUG] - [NuGet] Added file 'LICENSE.txt' to folder 'nodejs.install\legal'. |
|
2020-11-13 03:22:29,010 2712 [DEBUG] - [NuGet] Added file 'VERIFICATION.txt' to folder 'nodejs.install\legal'. |
|
2020-11-13 03:22:29,010 2712 [DEBUG] - [NuGet] Added file 'chocolateyInstall.ps1' to folder 'nodejs.install\tools'. |
|
2020-11-13 03:22:29,057 2712 [DEBUG] - [NuGet] Added file 'node-v15.2.0-x64.msi' to folder 'nodejs.install\tools'. |
|
2020-11-13 03:22:38,650 2712 [DEBUG] - [NuGet] Added file 'node-v15.2.0-x86.msi' to folder 'nodejs.install\tools'. |
|
2020-11-13 03:22:44,556 2712 [DEBUG] - [NuGet] Added file 'nodejs.install.nupkg' to folder 'nodejs.install'. |
|
2020-11-13 03:23:26,713 2712 [DEBUG] - [NuGet] Added file 'nodejs.install.nuspec' to folder 'nodejs.install'. |
|
2020-11-13 03:23:26,713 2712 [INFO ] - [NuGet] Successfully installed 'nodejs.install 15.2.0'. |
|
2020-11-13 03:23:26,727 2712 [INFO ] - |
|
nodejs.install v15.2.0 (forced) |
|
2020-11-13 03:23:26,774 2712 [INFO ] - nodejs.install package files install completed. Performing other installation steps. |
|
2020-11-13 03:23:26,961 2712 [DEBUG] - Setting installer args for nodejs.install |
|
2020-11-13 03:23:26,961 2712 [DEBUG] - Setting package parameters for nodejs.install |
|
2020-11-13 03:23:26,977 2712 [DEBUG] - Contents of 'C:\ProgramData\chocolatey\lib\nodejs.install\tools\chocolateyInstall.ps1': |
|
2020-11-13 03:23:26,993 2712 [DEBUG] - $ErrorActionPreference = 'Stop' |
|
|
|
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition |
|
|
|
$filePath32 = "$toolsPath\node-v15.2.0-x86.msi" |
|
$filePath64 = "$toolsPath\node-v15.2.0-x64.msi" |
|
$installFile = if ((Get-OSArchitectureWidth 64) -and $env:chocolateyForceX86 -ne 'true') { |
|
Write-Host "Installing 64 bit version"; $filePath64 } |
|
else { Write-Host "Installing 32 bit version"; $filePath32 } |
|
|
|
$packageArgs = @{ |
|
PackageName = 'nodejs.install' |
|
FileType = 'msi' |
|
SoftwareName = 'Node.js' |
|
File = $installFile |
|
SilentArgs = '/quiet ADDLOCAL=ALL REMOVE=NodeEtwSupport' |
|
ValidExitCodes = @(0) |
|
} |
|
Install-ChocolateyInstallPackage @packageArgs |
|
|
|
Remove-Item -Force $filePath32, $filePath64 -ea 0 |
|
|
|
2020-11-13 03:23:27,039 2712 [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\nodejs.install\tools\chocolateyInstall.ps1' -installArguments '' -packageParameters '''] |
|
2020-11-13 03:23:27,056 2712 [DEBUG] - Redirecting System.Management.Automation.resources, Version=3.0.0.0, Culture=en-US, PublicKeyToken=31bf3856ad364e35, requested by '' |
|
2020-11-13 03:23:29,305 2712 [DEBUG] - Host version is 4.0, PowerShell Version is '4.0' and CLR Version is '4.0.30319.34014'. |
|
2020-11-13 03:23:29,712 2712 [INFO ] - VERBOSE: Exporting function 'Format-FileSize'. |
|
2020-11-13 03:23:29,820 2712 [INFO ] - VERBOSE: Exporting function 'Get-ChecksumValid'. |
|
2020-11-13 03:23:29,837 2712 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyUnzip'. |
|
2020-11-13 03:23:29,837 2712 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyWebFile'. |
|
2020-11-13 03:23:29,837 2712 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariable'. |
|
2020-11-13 03:23:29,837 2712 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariableNames'. |
|
2020-11-13 03:23:29,852 2712 [INFO ] - VERBOSE: Exporting function 'Get-FtpFile'. |
|
2020-11-13 03:23:29,852 2712 [INFO ] - VERBOSE: Exporting function 'Get-OSArchitectureWidth'. |
|
2020-11-13 03:23:29,852 2712 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'. |
|
2020-11-13 03:23:29,852 2712 [INFO ] - VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'. |
|
2020-11-13 03:23:29,867 2712 [INFO ] - VERBOSE: Exporting function 'Get-ToolsLocation'. |
|
2020-11-13 03:23:29,867 2712 [INFO ] - VERBOSE: Exporting function 'Get-UACEnabled'. |
|
2020-11-13 03:23:29,867 2712 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'. |
|
2020-11-13 03:23:29,867 2712 [INFO ] - VERBOSE: Exporting function 'Get-VirusCheckValid'. |
|
2020-11-13 03:23:29,883 2712 [INFO ] - VERBOSE: Exporting function 'Get-WebFile'. |
|
2020-11-13 03:23:29,883 2712 [INFO ] - VERBOSE: Exporting function 'Get-WebFileName'. |
|
2020-11-13 03:23:29,883 2712 [INFO ] - VERBOSE: Exporting function 'Get-WebHeaders'. |
|
2020-11-13 03:23:29,899 2712 [INFO ] - VERBOSE: Exporting function 'Install-BinFile'. |
|
2020-11-13 03:23:29,899 2712 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'. |
|
2020-11-13 03:23:29,899 2712 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'. |
|
2020-11-13 03:23:29,899 2712 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'. |
|
2020-11-13 03:23:29,914 2712 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'. |
|
2020-11-13 03:23:29,914 2712 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'. |
|
2020-11-13 03:23:29,914 2712 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPackage'. |
|
2020-11-13 03:23:29,914 2712 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPath'. |
|
2020-11-13 03:23:29,932 2712 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'. |
|
2020-11-13 03:23:29,932 2712 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'. |
|
2020-11-13 03:23:29,932 2712 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyShortcut'. |
|
2020-11-13 03:23:29,947 2712 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'. |
|
2020-11-13 03:23:29,947 2712 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyZipPackage'. |
|
2020-11-13 03:23:29,947 2712 [INFO ] - VERBOSE: Exporting function 'Install-Vsix'. |
|
2020-11-13 03:23:29,947 2712 [INFO ] - VERBOSE: Exporting function 'Set-EnvironmentVariable'. |
|
2020-11-13 03:23:29,968 2712 [INFO ] - VERBOSE: Exporting function 'Set-PowerShellExitCode'. |
|
2020-11-13 03:23:29,968 2712 [INFO ] - VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'. |
|
2020-11-13 03:23:29,968 2712 [INFO ] - VERBOSE: Exporting function 'Test-ProcessAdminRights'. |
|
2020-11-13 03:23:29,977 2712 [INFO ] - VERBOSE: Exporting function 'Uninstall-BinFile'. |
|
2020-11-13 03:23:29,977 2712 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'. |
|
2020-11-13 03:23:29,977 2712 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'. |
|
2020-11-13 03:23:29,977 2712 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'. |
|
2020-11-13 03:23:30,003 2712 [INFO ] - VERBOSE: Exporting function 'Update-SessionEnvironment'. |
|
2020-11-13 03:23:30,008 2712 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateyFailure'. |
|
2020-11-13 03:23:30,008 2712 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateySuccess'. |
|
2020-11-13 03:23:30,008 2712 [INFO ] - VERBOSE: Exporting function 'Write-FileUpdateLog'. |
|
2020-11-13 03:23:30,008 2712 [INFO ] - VERBOSE: Exporting function 'Write-FunctionCallLogMessage'. |
|
2020-11-13 03:23:30,024 2712 [INFO ] - VERBOSE: Exporting alias 'Get-ProcessorBits'. |
|
2020-11-13 03:23:30,024 2712 [INFO ] - VERBOSE: Exporting alias 'Get-OSBitness'. |
|
2020-11-13 03:23:30,024 2712 [INFO ] - VERBOSE: Exporting alias 'Get-InstallRegistryKey'. |
|
2020-11-13 03:23:30,024 2712 [INFO ] - VERBOSE: Exporting alias 'Generate-BinFile'. |
|
2020-11-13 03:23:30,043 2712 [INFO ] - VERBOSE: Exporting alias 'Add-BinFile'. |
|
2020-11-13 03:23:30,043 2712 [INFO ] - VERBOSE: Exporting alias 'Start-ChocolateyProcess'. |
|
2020-11-13 03:23:30,043 2712 [INFO ] - VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'. |
|
2020-11-13 03:23:30,055 2712 [INFO ] - VERBOSE: Exporting alias 'Remove-BinFile'. |
|
2020-11-13 03:23:30,055 2712 [INFO ] - VERBOSE: Exporting alias 'refreshenv'. |
|
2020-11-13 03:23:30,087 2712 [DEBUG] - Loading community extensions |
|
2020-11-13 03:23:30,196 2712 [DEBUG] - Importing 'C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\chocolatey-windowsupdate.psm1' |
|
2020-11-13 03:23:30,211 2712 [INFO ] - VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\chocolatey-windowsupdate.psm1'. |
|
2020-11-13 03:23:30,322 2712 [INFO ] - VERBOSE: Exporting function 'Install-WindowsUpdate'. |
|
2020-11-13 03:23:30,336 2712 [INFO ] - VERBOSE: Exporting function 'Test-WindowsUpdate'. |
|
2020-11-13 03:23:30,336 2712 [INFO ] - VERBOSE: Importing function 'Install-WindowsUpdate'. |
|
2020-11-13 03:23:30,352 2712 [INFO ] - VERBOSE: Importing function 'Test-WindowsUpdate'. |
|
2020-11-13 03:23:30,352 2712 [INFO ] - VERBOSE: Exporting function 'Format-FileSize'. |
|
2020-11-13 03:23:30,352 2712 [INFO ] - VERBOSE: Exporting function 'Get-ChecksumValid'. |
|
2020-11-13 03:23:30,367 2712 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyUnzip'. |
|
2020-11-13 03:23:30,367 2712 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyWebFile'. |
|
2020-11-13 03:23:30,383 2712 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariable'. |
|
2020-11-13 03:23:30,383 2712 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariableNames'. |
|
2020-11-13 03:23:30,383 2712 [INFO ] - VERBOSE: Exporting function 'Get-FtpFile'. |
|
2020-11-13 03:23:30,383 2712 [INFO ] - VERBOSE: Exporting function 'Get-OSArchitectureWidth'. |
|
2020-11-13 03:23:30,400 2712 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'. |
|
2020-11-13 03:23:30,400 2712 [INFO ] - VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'. |
|
2020-11-13 03:23:30,400 2712 [INFO ] - VERBOSE: Exporting function 'Get-ToolsLocation'. |
|
2020-11-13 03:23:30,415 2712 [INFO ] - VERBOSE: Exporting function 'Get-UACEnabled'. |
|
2020-11-13 03:23:30,415 2712 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'. |
|
2020-11-13 03:23:30,415 2712 [INFO ] - VERBOSE: Exporting function 'Get-VirusCheckValid'. |
|
2020-11-13 03:23:30,415 2712 [INFO ] - VERBOSE: Exporting function 'Get-WebFile'. |
|
2020-11-13 03:23:30,430 2712 [INFO ] - VERBOSE: Exporting function 'Get-WebFileName'. |
|
2020-11-13 03:23:30,430 2712 [INFO ] - VERBOSE: Exporting function 'Get-WebHeaders'. |
|
2020-11-13 03:23:30,430 2712 [INFO ] - VERBOSE: Exporting function 'Install-BinFile'. |
|
2020-11-13 03:23:30,446 2712 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'. |
|
2020-11-13 03:23:30,463 2712 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'. |
|
2020-11-13 03:23:30,463 2712 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'. |
|
2020-11-13 03:23:30,463 2712 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'. |
|
2020-11-13 03:23:30,463 2712 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'. |
|
2020-11-13 03:23:30,477 2712 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPackage'. |
|
2020-11-13 03:23:30,477 2712 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPath'. |
|
2020-11-13 03:23:30,477 2712 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'. |
|
2020-11-13 03:23:30,492 2712 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'. |
|
2020-11-13 03:23:30,492 2712 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyShortcut'. |
|
2020-11-13 03:23:30,492 2712 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'. |
|
2020-11-13 03:23:30,492 2712 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyZipPackage'. |
|
2020-11-13 03:23:30,509 2712 [INFO ] - VERBOSE: Exporting function 'Install-Vsix'. |
|
2020-11-13 03:23:30,509 2712 [INFO ] - VERBOSE: Exporting function 'Set-EnvironmentVariable'. |
|
2020-11-13 03:23:30,509 2712 [INFO ] - VERBOSE: Exporting function 'Set-PowerShellExitCode'. |
|
2020-11-13 03:23:30,509 2712 [INFO ] - VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'. |
|
2020-11-13 03:23:30,523 2712 [INFO ] - VERBOSE: Exporting function 'Test-ProcessAdminRights'. |
|
2020-11-13 03:23:30,523 2712 [INFO ] - VERBOSE: Exporting function 'Uninstall-BinFile'. |
|
2020-11-13 03:23:30,523 2712 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'. |
|
2020-11-13 03:23:30,539 2712 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'. |
|
2020-11-13 03:23:30,539 2712 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'. |
|
2020-11-13 03:23:30,539 2712 [INFO ] - VERBOSE: Exporting function 'Update-SessionEnvironment'. |
|
2020-11-13 03:23:30,539 2712 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateyFailure'. |
|
2020-11-13 03:23:30,556 2712 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateySuccess'. |
|
2020-11-13 03:23:30,556 2712 [INFO ] - VERBOSE: Exporting function 'Write-FileUpdateLog'. |
|
2020-11-13 03:23:30,556 2712 [INFO ] - VERBOSE: Exporting function 'Write-FunctionCallLogMessage'. |
|
2020-11-13 03:23:30,571 2712 [INFO ] - VERBOSE: Exporting function 'Install-WindowsUpdate'. |
|
2020-11-13 03:23:30,571 2712 [INFO ] - VERBOSE: Exporting function 'Test-WindowsUpdate'. |
|
2020-11-13 03:23:30,571 2712 [INFO ] - VERBOSE: Exporting alias 'Get-ProcessorBits'. |
|
2020-11-13 03:23:30,586 2712 [INFO ] - VERBOSE: Exporting alias 'Get-OSBitness'. |
|
2020-11-13 03:23:30,586 2712 [INFO ] - VERBOSE: Exporting alias 'Get-InstallRegistryKey'. |
|
2020-11-13 03:23:30,586 2712 [INFO ] - VERBOSE: Exporting alias 'Generate-BinFile'. |
|
2020-11-13 03:23:30,586 2712 [INFO ] - VERBOSE: Exporting alias 'Add-BinFile'. |
|
2020-11-13 03:23:30,602 2712 [INFO ] - VERBOSE: Exporting alias 'Start-ChocolateyProcess'. |
|
2020-11-13 03:23:30,602 2712 [INFO ] - VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'. |
|
2020-11-13 03:23:30,602 2712 [INFO ] - VERBOSE: Exporting alias 'Remove-BinFile'. |
|
2020-11-13 03:23:30,617 2712 [INFO ] - VERBOSE: Exporting alias 'refreshenv'. |
|
2020-11-13 03:23:30,617 2712 [INFO ] - VERBOSE: Importing function 'Format-FileSize'. |
|
2020-11-13 03:23:30,617 2712 [INFO ] - VERBOSE: Importing function 'Get-ChecksumValid'. |
|
2020-11-13 03:23:30,617 2712 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyUnzip'. |
|
2020-11-13 03:23:30,633 2712 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyWebFile'. |
|
2020-11-13 03:23:30,633 2712 [INFO ] - VERBOSE: Importing function 'Get-EnvironmentVariable'. |
|
2020-11-13 03:23:30,633 2712 [INFO ] - VERBOSE: Importing function 'Get-EnvironmentVariableNames'. |
|
2020-11-13 03:23:30,649 2712 [INFO ] - VERBOSE: Importing function 'Get-FtpFile'. |
|
2020-11-13 03:23:30,649 2712 [INFO ] - VERBOSE: Importing function 'Get-OSArchitectureWidth'. |
|
2020-11-13 03:23:30,649 2712 [INFO ] - VERBOSE: Importing function 'Get-PackageParameters'. |
|
2020-11-13 03:23:30,664 2712 [INFO ] - VERBOSE: Importing function 'Get-PackageParametersBuiltIn'. |
|
2020-11-13 03:23:30,664 2712 [INFO ] - VERBOSE: Importing function 'Get-ToolsLocation'. |
|
2020-11-13 03:23:30,664 2712 [INFO ] - VERBOSE: Importing function 'Get-UACEnabled'. |
|
2020-11-13 03:23:30,664 2712 [INFO ] - VERBOSE: Importing function 'Get-UninstallRegistryKey'. |
|
2020-11-13 03:23:30,680 2712 [INFO ] - VERBOSE: Importing function 'Get-VirusCheckValid'. |
|
2020-11-13 03:23:30,680 2712 [INFO ] - VERBOSE: Importing function 'Get-WebFile'. |
|
2020-11-13 03:23:30,680 2712 [INFO ] - VERBOSE: Importing function 'Get-WebFileName'. |
|
2020-11-13 03:23:30,697 2712 [INFO ] - VERBOSE: Importing function 'Get-WebHeaders'. |
|
2020-11-13 03:23:30,697 2712 [INFO ] - VERBOSE: Importing function 'Install-BinFile'. |
|
2020-11-13 03:23:30,742 2712 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyDesktopLink'. |
|
2020-11-13 03:23:30,758 2712 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyEnvironmentVariable'. |
|
2020-11-13 03:23:30,758 2712 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyExplorerMenuItem'. |
|
2020-11-13 03:23:30,758 2712 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyFileAssociation'. |
|
2020-11-13 03:23:30,758 2712 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyInstallPackage'. |
|
2020-11-13 03:23:30,758 2712 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPackage'. |
|
2020-11-13 03:23:30,773 2712 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPath'. |
|
2020-11-13 03:23:30,773 2712 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPinnedTaskBarItem'. |
|
2020-11-13 03:23:30,773 2712 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPowershellCommand'. |
|
2020-11-13 03:23:30,773 2712 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyShortcut'. |
|
2020-11-13 03:23:30,773 2712 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyVsixPackage'. |
|
2020-11-13 03:23:30,789 2712 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyZipPackage'. |
|
2020-11-13 03:23:30,789 2712 [INFO ] - VERBOSE: Importing function 'Install-Vsix'. |
|
2020-11-13 03:23:30,789 2712 [INFO ] - VERBOSE: Importing function 'Install-WindowsUpdate'. |
|
2020-11-13 03:23:30,805 2712 [INFO ] - VERBOSE: Importing function 'Set-EnvironmentVariable'. |
|
2020-11-13 03:23:30,805 2712 [INFO ] - VERBOSE: Importing function 'Set-PowerShellExitCode'. |
|
2020-11-13 03:23:30,820 2712 [INFO ] - VERBOSE: Importing function 'Start-ChocolateyProcessAsAdmin'. |
|
2020-11-13 03:23:30,836 2712 [INFO ] - VERBOSE: Importing function 'Test-ProcessAdminRights'. |
|
2020-11-13 03:23:30,836 2712 [INFO ] - VERBOSE: Importing function 'Test-WindowsUpdate'. |
|
2020-11-13 03:23:30,853 2712 [INFO ] - VERBOSE: Importing function 'Uninstall-BinFile'. |
|
2020-11-13 03:23:30,867 2712 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyEnvironmentVariable'. |
|
2020-11-13 03:23:30,867 2712 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyPackage'. |
|
2020-11-13 03:23:30,867 2712 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyZipPackage'. |
|
2020-11-13 03:23:30,867 2712 [INFO ] - VERBOSE: Importing function 'Update-SessionEnvironment'. |
|
2020-11-13 03:23:30,883 2712 [INFO ] - VERBOSE: Importing function 'Write-ChocolateyFailure'. |
|
2020-11-13 03:23:30,883 2712 [INFO ] - VERBOSE: Importing function 'Write-ChocolateySuccess'. |
|
2020-11-13 03:23:30,883 2712 [INFO ] - VERBOSE: Importing function 'Write-FileUpdateLog'. |
|
2020-11-13 03:23:30,899 2712 [INFO ] - VERBOSE: Importing function 'Write-FunctionCallLogMessage'. |
|
2020-11-13 03:23:30,899 2712 [INFO ] - VERBOSE: Importing alias 'Add-BinFile'. |
|
2020-11-13 03:23:30,899 2712 [INFO ] - VERBOSE: Importing alias 'Generate-BinFile'. |
|
2020-11-13 03:23:30,899 2712 [INFO ] - VERBOSE: Importing alias 'Get-InstallRegistryKey'. |
|
2020-11-13 03:23:30,915 2712 [INFO ] - VERBOSE: Importing alias 'Get-OSBitness'. |
|
2020-11-13 03:23:30,915 2712 [INFO ] - VERBOSE: Importing alias 'Get-ProcessorBits'. |
|
2020-11-13 03:23:30,915 2712 [INFO ] - VERBOSE: Importing alias 'Invoke-ChocolateyProcess'. |
|
2020-11-13 03:23:30,930 2712 [INFO ] - VERBOSE: Importing alias 'refreshenv'. |
|
2020-11-13 03:23:30,930 2712 [INFO ] - VERBOSE: Importing alias 'Remove-BinFile'. |
|
2020-11-13 03:23:30,930 2712 [INFO ] - VERBOSE: Importing alias 'Start-ChocolateyProcess'. |
|
2020-11-13 03:23:31,086 2712 [DEBUG] - ---------------------------Script Execution--------------------------- |
|
2020-11-13 03:23:31,540 2712 [DEBUG] - Running 'ChocolateyScriptRunner' for nodejs.install v15.2.0 with packageScript 'C:\ProgramData\chocolatey\lib\nodejs.install\tools\chocolateyInstall.ps1', packageFolder:'C:\ProgramData\chocolatey\lib\nodejs.install', installArguments: '', packageParameters: '', |
|
2020-11-13 03:23:31,572 2712 [DEBUG] - Running 'C:\ProgramData\chocolatey\lib\nodejs.install\tools\chocolateyInstall.ps1' |
|
2020-11-13 03:23:31,650 2712 [DEBUG] - Running Get-OSArchitectureWidth -compare '64' |
|
2020-11-13 03:23:31,711 2712 [INFO ] - Installing 64 bit version |
|
2020-11-13 03:23:31,758 2712 [INFO ] - |
|
2020-11-13 03:23:31,837 2712 [DEBUG] - Running Install-ChocolateyInstallPackage -silentArgs '/quiet ADDLOCAL=ALL REMOVE=NodeEtwSupport' -file 'C:\ProgramData\chocolatey\lib\nodejs.install\tools\node-v15.2.0-x64.msi' -fileType 'msi' -validExitCodes '0' -packageName 'nodejs.install' |
|
2020-11-13 03:23:31,837 2712 [DEBUG] - Running Get-ProcessorBits -compare '32' |
|
2020-11-13 03:23:31,851 2712 [INFO ] - Installing nodejs.install... |
|
2020-11-13 03:23:31,851 2712 [INFO ] - |
|
2020-11-13 03:23:32,244 2712 [DEBUG] - Running Start-ChocolateyProcessAsAdmin -validExitCodes '0' -workingDirectory 'C:\ProgramData\chocolatey\lib\nodejs.install\tools' -statements '/i "C:\ProgramData\chocolatey\lib\nodejs.install\tools\node-v15.2.0-x64.msi" /quiet ADDLOCAL=ALL REMOVE=NodeEtwSupport ' -exeToRun 'C:\Windows\System32\msiexec.exe' |
|
2020-11-13 03:23:32,320 2712 [DEBUG] - Test-ProcessAdminRights: returning True |
|
2020-11-13 03:23:32,353 2712 [DEBUG] - Elevating permissions and running ["C:\Windows\System32\msiexec.exe" /i "C:\ProgramData\chocolatey\lib\nodejs.install\tools\node-v15.2.0-x64.msi" /quiet ADDLOCAL=ALL REMOVE=NodeEtwSupport ]. This may take a while, depending on the statements. |
|
2020-11-13 03:25:06,288 2712 [DEBUG] - Command ["C:\Windows\System32\msiexec.exe" /i "C:\ProgramData\chocolatey\lib\nodejs.install\tools\node-v15.2.0-x64.msi" /quiet ADDLOCAL=ALL REMOVE=NodeEtwSupport ] exited with '0'. |
|
2020-11-13 03:25:06,319 2712 [DEBUG] - Finishing 'Start-ChocolateyProcessAsAdmin' |
|
2020-11-13 03:25:06,334 2712 [INFO ] - nodejs.install has been installed. |
|
2020-11-13 03:25:06,334 2712 [INFO ] - |
|
2020-11-13 03:25:06,366 2712 [DEBUG] - ---------------------------------------------------------------------- |
|
2020-11-13 03:25:06,381 2712 [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\nodejs.install\tools\chocolateyInstall.ps1' -installArguments '' -packageParameters '''] exited with '0'. |
|
2020-11-13 03:25:06,413 2712 [DEBUG] - Calling command ['"C:\Windows\System32\shutdown.exe" /a'] |
|
2020-11-13 03:25:06,647 2712 [DEBUG] - Command ['"C:\Windows\System32\shutdown.exe" /a'] exited with '1116' |
|
2020-11-13 03:25:06,647 2712 [INFO ] - nodejs.install may be able to be automatically uninstalled. |
|
2020-11-13 03:25:06,678 2712 [WARN ] - Environment Vars (like PATH) have changed. Close/reopen your shell to |
|
see the changes (or in powershell/cmd.exe just type `refreshenv`). |
|
2020-11-13 03:25:06,678 2712 [DEBUG] - The following values have been added/changed (may contain sensitive data): |
|
2020-11-13 03:25:06,693 2712 [DEBUG] - * PATH='C:\Users\Administrator\AppData\Roaming\npm' (User) |
|
2020-11-13 03:25:06,693 2712 [DEBUG] - * Path='C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Git\cmd;C:\Program Files (x86)\Git\bin;C:\ProgramData\chocolatey\bin;C:\Program Files\nodejs\' (Machine) |
|
2020-11-13 03:25:06,849 2712 [DEBUG] - Capturing package files in 'C:\ProgramData\chocolatey\lib\nodejs.install' |
|
2020-11-13 03:25:07,303 2712 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nodejs.install\nodejs.install.nupkg' |
|
with checksum '9137BF31AF4D3BB4B7DF8BAA15EE4682' |
|
2020-11-13 03:25:07,303 2712 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nodejs.install\nodejs.install.nuspec' |
|
with checksum 'A75AF9AB37D7BE3154B17752CCEBCB9F' |
|
2020-11-13 03:25:07,319 2712 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nodejs.install\legal\LICENSE.txt' |
|
with checksum '637C5C82FC7332FC2F6A08E8DE0E3B52' |
|
2020-11-13 03:25:07,319 2712 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nodejs.install\legal\VERIFICATION.txt' |
|
with checksum '95FA3DEB6F22E18CCDA5A60A1E1D4A91' |
|
2020-11-13 03:25:07,319 2712 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nodejs.install\tools\chocolateyInstall.ps1' |
|
with checksum '3CE327FC87C723D9FEADFB9EE8322180' |
|
2020-11-13 03:25:07,335 2712 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nodejs.install\tools\node-v15.2.0-x64.msi.ignore' |
|
with checksum 'BEA07E6D2B8DCE396FE21BAA61B34956' |
|
2020-11-13 03:25:07,397 2712 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\.chocolatey\nodejs.install.15.2.0". |
|
2020-11-13 03:25:07,554 2712 [DEBUG] - There was no original file at 'C:\ProgramData\chocolatey\.chocolatey\nodejs.install.15.2.0\.registry' |
|
2020-11-13 03:25:07,584 2712 [DEBUG] - There was no original file at 'C:\ProgramData\chocolatey\.chocolatey\nodejs.install.15.2.0\.files' |
|
2020-11-13 03:25:07,599 2712 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\nodejs.install.15.2.0\.extra". |
|
2020-11-13 03:25:07,599 2712 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\nodejs.install.15.2.0\.version". |
|
2020-11-13 03:25:07,616 2712 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\nodejs.install.15.2.0\.sxs". |
|
2020-11-13 03:25:07,616 2712 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\nodejs.install.15.2.0\.pin". |
|
2020-11-13 03:25:07,616 2712 [DEBUG] - Sending message 'HandlePackageResultCompletedMessage' out if there are subscribers... |
|
2020-11-13 03:25:07,631 2712 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\lib\nodejs.install\.chocolateyPending". |
|
2020-11-13 03:25:07,647 2712 [INFO ] - The install of nodejs.install was successful. |
|
2020-11-13 03:25:07,647 2712 [INFO ] - Software installed as 'msi', install location is likely default. |
|
2020-11-13 03:25:07,647 2712 [INFO ] - [NuGet] Installing 'nodejs 15.2.0'. |
|
2020-11-13 03:25:07,662 2712 [DEBUG] - [NuGet] Added file 'nodejs.nupkg' to folder 'nodejs'. |
|
2020-11-13 03:25:07,896 2712 [DEBUG] - [NuGet] Added file 'nodejs.nuspec' to folder 'nodejs'. |
|
2020-11-13 03:25:07,896 2712 [INFO ] - [NuGet] Successfully installed 'nodejs 15.2.0'. |
|
2020-11-13 03:25:07,896 2712 [INFO ] - |
|
nodejs v15.2.0 (forced) |
|
2020-11-13 03:25:07,912 2712 [INFO ] - nodejs package files install completed. Performing other installation steps. |
|
2020-11-13 03:25:07,912 2712 [DEBUG] - Capturing package files in 'C:\ProgramData\chocolatey\lib\nodejs' |
|
2020-11-13 03:25:07,928 2712 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nodejs\nodejs.nupkg' |
|
with checksum '0D2730D049648EAE24FA840707B84795' |
|
2020-11-13 03:25:07,928 2712 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nodejs\nodejs.nuspec' |
|
with checksum '8F6F17BE762F08D61856DB823EA7AC3F' |
|
2020-11-13 03:25:07,928 2712 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\.chocolatey\nodejs.15.2.0". |
|
2020-11-13 03:25:07,943 2712 [DEBUG] - There was no original file at 'C:\ProgramData\chocolatey\.chocolatey\nodejs.15.2.0\.files' |
|
2020-11-13 03:25:07,959 2712 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\nodejs.15.2.0\.extra". |
|
2020-11-13 03:25:07,974 2712 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\nodejs.15.2.0\.version". |
|
2020-11-13 03:25:07,974 2712 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\nodejs.15.2.0\.sxs". |
|
2020-11-13 03:25:07,992 2712 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\nodejs.15.2.0\.pin". |
|
2020-11-13 03:25:07,992 2712 [DEBUG] - Sending message 'HandlePackageResultCompletedMessage' out if there are subscribers... |
|
2020-11-13 03:25:07,992 2712 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\lib\nodejs\.chocolateyPending". |
|
2020-11-13 03:25:08,006 2712 [INFO ] - The install of nodejs was successful. |
|
2020-11-13 03:25:08,006 2712 [INFO ] - Software install location not explicitly set, could be in package or |
|
default install location if installer. |
|
2020-11-13 03:25:08,023 2712 [DEBUG] - Attempting to delete file "C:\Users\Administrator\AppData\Local\NuGet\Cache\nodejs.15.2.0.nupkg". |
|
2020-11-13 03:25:08,131 2712 [WARN ] - |
|
Chocolatey installed 2/2 packages. |
|
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log). |
|
2020-11-13 03:25:08,991 2712 [DEBUG] - Sending message 'PostRunMessage' out if there are subscribers... |
|
2020-11-13 03:25:09,211 2712 [DEBUG] - Exiting with 0 |