|
2020-08-13 07:24:52,565 2320 [DEBUG] - Attempting to copy "C:\ProgramData\chocolatey\lib\chocolatey-core.extension\extensions\Get-UninstallRegistryKey.ps1" |
|
to "C:\ProgramData\chocolatey\extensions\chocolatey-core\Get-UninstallRegistryKey.ps1". |
|
2020-08-13 07:24:52,581 2320 [DEBUG] - Attempting to copy "C:\ProgramData\chocolatey\lib\chocolatey-core.extension\extensions\Get-WebContent.ps1" |
|
to "C:\ProgramData\chocolatey\extensions\chocolatey-core\Get-WebContent.ps1". |
|
2020-08-13 07:24:52,581 2320 [DEBUG] - Attempting to copy "C:\ProgramData\chocolatey\lib\chocolatey-core.extension\extensions\Register-Application.ps1" |
|
to "C:\ProgramData\chocolatey\extensions\chocolatey-core\Register-Application.ps1". |
|
2020-08-13 07:24:52,597 2320 [DEBUG] - Attempting to copy "C:\ProgramData\chocolatey\lib\chocolatey-core.extension\extensions\Remove-Process.ps1" |
|
to "C:\ProgramData\chocolatey\extensions\chocolatey-core\Remove-Process.ps1". |
|
2020-08-13 07:24:54,112 2320 [WARN ] - Installed/updated chocolatey-core extensions. |
|
2020-08-13 07:24:55,518 2320 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\.chocolatey\chocolatey-core.extension.1.3.5.1". |
|
2020-08-13 07:24:55,580 2320 [DEBUG] - There was no original file at 'C:\ProgramData\chocolatey\.chocolatey\chocolatey-core.extension.1.3.5.1\.files' |
|
2020-08-13 07:24:55,645 2320 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\chocolatey-core.extension.1.3.5.1\.extra". |
|
2020-08-13 07:24:55,659 2320 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\chocolatey-core.extension.1.3.5.1\.version". |
|
2020-08-13 07:24:55,659 2320 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\chocolatey-core.extension.1.3.5.1\.sxs". |
|
2020-08-13 07:24:55,659 2320 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\chocolatey-core.extension.1.3.5.1\.pin". |
|
2020-08-13 07:24:55,674 2320 [DEBUG] - Sending message 'HandlePackageResultCompletedMessage' out if there are subscribers... |
|
2020-08-13 07:24:55,674 2320 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\lib\chocolatey-core.extension\.chocolateyPending". |
|
2020-08-13 07:24:55,690 2320 [INFO ] - The install of chocolatey-core.extension was successful. |
|
2020-08-13 07:24:55,690 2320 [INFO ] - Software installed to 'C:\ProgramData\chocolatey\extensions\chocolatey-core' |
|
2020-08-13 07:24:55,705 2320 [INFO ] - [NuGet] Installing 'nomacs 3.17.2206'. |
|
2020-08-13 07:24:55,705 2320 [DEBUG] - [NuGet] Added file 'license.txt' to folder 'nomacs\legal'. |
|
2020-08-13 07:24:55,705 2320 [DEBUG] - [NuGet] Added file 'VERIFICATION.txt' to folder 'nomacs\legal'. |
|
2020-08-13 07:24:55,721 2320 [DEBUG] - [NuGet] Added file 'chocolateyInstall.ps1' to folder 'nomacs\tools'. |
|
2020-08-13 07:24:55,940 2320 [DEBUG] - [NuGet] Added file 'nomacs-setup-x64.msi' to folder 'nomacs\tools'. |
|
2020-08-13 07:24:56,143 2320 [DEBUG] - [NuGet] Added file 'nomacs.nupkg' to folder 'nomacs'. |
|
2020-08-13 07:24:56,394 2320 [DEBUG] - [NuGet] Added file 'nomacs.nuspec' to folder 'nomacs'. |
|
2020-08-13 07:24:56,394 2320 [INFO ] - [NuGet] Successfully installed 'nomacs 3.17.2206'. |
|
2020-08-13 07:24:56,394 2320 [INFO ] - |
|
nomacs v3.17.2206 (forced) |
|
2020-08-13 07:24:56,412 2320 [INFO ] - nomacs package files install completed. Performing other installation steps. |
|
2020-08-13 07:24:56,472 2320 [DEBUG] - Setting installer args for nomacs |
|
2020-08-13 07:24:56,472 2320 [DEBUG] - Setting package parameters for nomacs |
|
2020-08-13 07:24:56,487 2320 [DEBUG] - Contents of 'C:\ProgramData\chocolatey\lib\nomacs\tools\chocolateyInstall.ps1': |
|
2020-08-13 07:24:56,535 2320 [DEBUG] - $ErrorActionPreference = 'Stop' |
|
|
|
if ((Get-OSArchitectureWidth 32) -or ($env:chocolateyForceX86 -eq 'true')) { |
|
throw "This package doesn't support 32bit architecture" |
|
} |
|
|
|
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition |
|
|
|
$packageArgs = @{ |
|
packageName = 'nomacs' |
|
fileType = 'msi' |
|
file64 = Get-Item $toolsPath\*-x64.msi |
|
silentArgs = '/quiet /norestart /log "{0}/setup.log"' -f (Get-PackageCacheLocation) |
|
validExitCodes = @(0) |
|
softwareName = 'nomacs*' |
|
} |
|
Install-ChocolateyInstallPackage @packageArgs |
|
Remove-Item $toolsPath\*.msi -ea 0 |
|
|
|
2020-08-13 07:24:56,690 2320 [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\nomacs\tools\chocolateyInstall.ps1' -installArguments '' -packageParameters '''] |
|
2020-08-13 07:24:56,690 2320 [DEBUG] - Redirecting System.Management.Automation.resources, Version=3.0.0.0, Culture=en-US, PublicKeyToken=31bf3856ad364e35, requested by '' |
|
2020-08-13 07:24:57,565 2320 [DEBUG] - Host version is 4.0, PowerShell Version is '4.0' and CLR Version is '4.0.30319.33440'. |
|
2020-08-13 07:24:58,206 2320 [INFO ] - VERBOSE: Exporting function 'Format-FileSize'. |
|
2020-08-13 07:24:58,206 2320 [INFO ] - VERBOSE: Exporting function 'Get-ChecksumValid'. |
|
2020-08-13 07:24:58,238 2320 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyUnzip'. |
|
2020-08-13 07:24:58,252 2320 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyWebFile'. |
|
2020-08-13 07:24:58,252 2320 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariable'. |
|
2020-08-13 07:24:58,252 2320 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariableNames'. |
|
2020-08-13 07:24:58,268 2320 [INFO ] - VERBOSE: Exporting function 'Get-FtpFile'. |
|
2020-08-13 07:24:58,268 2320 [INFO ] - VERBOSE: Exporting function 'Get-OSArchitectureWidth'. |
|
2020-08-13 07:24:58,284 2320 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'. |
|
2020-08-13 07:24:58,284 2320 [INFO ] - VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'. |
|
2020-08-13 07:24:58,284 2320 [INFO ] - VERBOSE: Exporting function 'Get-ToolsLocation'. |
|
2020-08-13 07:24:58,299 2320 [INFO ] - VERBOSE: Exporting function 'Get-UACEnabled'. |
|
2020-08-13 07:24:58,299 2320 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'. |
|
2020-08-13 07:24:58,299 2320 [INFO ] - VERBOSE: Exporting function 'Get-VirusCheckValid'. |
|
2020-08-13 07:24:58,315 2320 [INFO ] - VERBOSE: Exporting function 'Get-WebFile'. |
|
2020-08-13 07:24:58,315 2320 [INFO ] - VERBOSE: Exporting function 'Get-WebFileName'. |
|
2020-08-13 07:24:58,315 2320 [INFO ] - VERBOSE: Exporting function 'Get-WebHeaders'. |
|
2020-08-13 07:24:58,315 2320 [INFO ] - VERBOSE: Exporting function 'Install-BinFile'. |
|
2020-08-13 07:24:58,315 2320 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'. |
|
2020-08-13 07:24:58,330 2320 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'. |
|
2020-08-13 07:24:58,330 2320 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'. |
|
2020-08-13 07:24:58,330 2320 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'. |
|
2020-08-13 07:24:58,330 2320 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'. |
|
2020-08-13 07:24:58,346 2320 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPackage'. |
|
2020-08-13 07:24:58,346 2320 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPath'. |
|
2020-08-13 07:24:58,346 2320 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'. |
|
2020-08-13 07:24:58,346 2320 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'. |
|
2020-08-13 07:24:58,363 2320 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyShortcut'. |
|
2020-08-13 07:24:58,363 2320 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'. |
|
2020-08-13 07:24:58,363 2320 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyZipPackage'. |
|
2020-08-13 07:24:58,363 2320 [INFO ] - VERBOSE: Exporting function 'Install-Vsix'. |
|
2020-08-13 07:24:58,378 2320 [INFO ] - VERBOSE: Exporting function 'Set-EnvironmentVariable'. |
|
2020-08-13 07:24:58,378 2320 [INFO ] - VERBOSE: Exporting function 'Set-PowerShellExitCode'. |
|
2020-08-13 07:24:58,378 2320 [INFO ] - VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'. |
|
2020-08-13 07:24:58,378 2320 [INFO ] - VERBOSE: Exporting function 'Test-ProcessAdminRights'. |
|
2020-08-13 07:24:58,393 2320 [INFO ] - VERBOSE: Exporting function 'Uninstall-BinFile'. |
|
2020-08-13 07:24:58,393 2320 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'. |
|
2020-08-13 07:24:58,393 2320 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'. |
|
2020-08-13 07:24:58,409 2320 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'. |
|
2020-08-13 07:24:58,409 2320 [INFO ] - VERBOSE: Exporting function 'Update-SessionEnvironment'. |
|
2020-08-13 07:24:58,409 2320 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateyFailure'. |
|
2020-08-13 07:24:58,409 2320 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateySuccess'. |
|
2020-08-13 07:24:58,424 2320 [INFO ] - VERBOSE: Exporting function 'Write-FileUpdateLog'. |
|
2020-08-13 07:24:58,424 2320 [INFO ] - VERBOSE: Exporting function 'Write-FunctionCallLogMessage'. |
|
2020-08-13 07:24:58,424 2320 [INFO ] - VERBOSE: Exporting alias 'Get-ProcessorBits'. |
|
2020-08-13 07:24:58,424 2320 [INFO ] - VERBOSE: Exporting alias 'Get-OSBitness'. |
|
2020-08-13 07:24:58,441 2320 [INFO ] - VERBOSE: Exporting alias 'Get-InstallRegistryKey'. |
|
2020-08-13 07:24:58,441 2320 [INFO ] - VERBOSE: Exporting alias 'Generate-BinFile'. |
|
2020-08-13 07:24:58,441 2320 [INFO ] - VERBOSE: Exporting alias 'Add-BinFile'. |
|
2020-08-13 07:24:58,441 2320 [INFO ] - VERBOSE: Exporting alias 'Start-ChocolateyProcess'. |
|
2020-08-13 07:24:58,455 2320 [INFO ] - VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'. |
|
2020-08-13 07:24:58,455 2320 [INFO ] - VERBOSE: Exporting alias 'Remove-BinFile'. |
|
2020-08-13 07:24:58,455 2320 [INFO ] - VERBOSE: Exporting alias 'refreshenv'. |
|
2020-08-13 07:24:58,488 2320 [DEBUG] - Loading community extensions |
|
2020-08-13 07:24:58,502 2320 [DEBUG] - Importing 'C:\ProgramData\chocolatey\extensions\chocolatey-core\chocolatey-core.psm1' |
|
2020-08-13 07:24:58,502 2320 [INFO ] - VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-core\chocolatey-core.psm1'. |
|
2020-08-13 07:24:58,770 2320 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'. |
|
2020-08-13 07:24:58,770 2320 [INFO ] - VERBOSE: Exporting function 'Get-AppInstallLocation'. |
|
2020-08-13 07:24:58,784 2320 [INFO ] - VERBOSE: Exporting function 'Get-AvailableDriveLetter'. |
|
2020-08-13 07:24:58,784 2320 [INFO ] - VERBOSE: Exporting function 'Get-EffectiveProxy'. |
|
2020-08-13 07:24:58,800 2320 [INFO ] - VERBOSE: Exporting function 'Get-PackageCacheLocation'. |
|
2020-08-13 07:24:58,800 2320 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'. |
|
2020-08-13 07:24:58,800 2320 [INFO ] - VERBOSE: Exporting function 'Get-WebContent'. |
|
2020-08-13 07:24:58,815 2320 [INFO ] - VERBOSE: Exporting function 'Register-Application'. |
|
2020-08-13 07:24:58,815 2320 [INFO ] - VERBOSE: Exporting function 'Remove-Process'. |
|
2020-08-13 07:24:58,815 2320 [INFO ] - VERBOSE: Importing function 'Get-AppInstallLocation'. |
|
2020-08-13 07:24:58,830 2320 [INFO ] - VERBOSE: Importing function 'Get-AvailableDriveLetter'. |
|
2020-08-13 07:24:58,830 2320 [INFO ] - VERBOSE: Importing function 'Get-EffectiveProxy'. |
|
2020-08-13 07:24:58,830 2320 [INFO ] - VERBOSE: Importing function 'Get-PackageCacheLocation'. |
|
2020-08-13 07:24:58,830 2320 [INFO ] - VERBOSE: Importing function 'Get-PackageParameters'. |
|
2020-08-13 07:24:58,846 2320 [INFO ] - VERBOSE: Importing function 'Get-UninstallRegistryKey'. |
|
2020-08-13 07:24:58,846 2320 [INFO ] - VERBOSE: Importing function 'Get-WebContent'. |
|
2020-08-13 07:24:58,846 2320 [INFO ] - VERBOSE: Importing function 'Register-Application'. |
|
2020-08-13 07:24:58,862 2320 [INFO ] - VERBOSE: Importing function 'Remove-Process'. |
|
2020-08-13 07:24:58,862 2320 [INFO ] - VERBOSE: Exporting function 'Format-FileSize'. |
|
2020-08-13 07:24:58,862 2320 [INFO ] - VERBOSE: Exporting function 'Get-ChecksumValid'. |
|
2020-08-13 07:24:58,862 2320 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyUnzip'. |
|
2020-08-13 07:24:58,877 2320 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyWebFile'. |
|
2020-08-13 07:24:58,877 2320 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariable'. |
|
2020-08-13 07:24:58,877 2320 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariableNames'. |
|
2020-08-13 07:24:58,877 2320 [INFO ] - VERBOSE: Exporting function 'Get-FtpFile'. |
|
2020-08-13 07:24:58,893 2320 [INFO ] - VERBOSE: Exporting function 'Get-OSArchitectureWidth'. |
|
2020-08-13 07:24:58,893 2320 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'. |
|
2020-08-13 07:24:58,893 2320 [INFO ] - VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'. |
|
2020-08-13 07:24:58,893 2320 [INFO ] - VERBOSE: Exporting function 'Get-ToolsLocation'. |
|
2020-08-13 07:24:58,909 2320 [INFO ] - VERBOSE: Exporting function 'Get-UACEnabled'. |
|
2020-08-13 07:24:58,909 2320 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'. |
|
2020-08-13 07:24:58,909 2320 [INFO ] - VERBOSE: Exporting function 'Get-VirusCheckValid'. |
|
2020-08-13 07:24:58,909 2320 [INFO ] - VERBOSE: Exporting function 'Get-WebFile'. |
|
2020-08-13 07:24:58,924 2320 [INFO ] - VERBOSE: Exporting function 'Get-WebFileName'. |
|
2020-08-13 07:24:58,924 2320 [INFO ] - VERBOSE: Exporting function 'Get-WebHeaders'. |
|
2020-08-13 07:24:58,924 2320 [INFO ] - VERBOSE: Exporting function 'Install-BinFile'. |
|
2020-08-13 07:24:58,924 2320 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'. |
|
2020-08-13 07:24:58,941 2320 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'. |
|
2020-08-13 07:24:58,941 2320 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'. |
|
2020-08-13 07:24:58,941 2320 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'. |
|
2020-08-13 07:24:58,955 2320 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'. |
|
2020-08-13 07:24:58,955 2320 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPackage'. |
|
2020-08-13 07:24:58,971 2320 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPath'. |
|
2020-08-13 07:24:58,971 2320 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'. |
|
2020-08-13 07:24:58,971 2320 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'. |
|
2020-08-13 07:24:58,988 2320 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyShortcut'. |
|
2020-08-13 07:24:58,988 2320 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'. |
|
2020-08-13 07:24:58,988 2320 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyZipPackage'. |
|
2020-08-13 07:24:59,002 2320 [INFO ] - VERBOSE: Exporting function 'Install-Vsix'. |
|
2020-08-13 07:24:59,002 2320 [INFO ] - VERBOSE: Exporting function 'Set-EnvironmentVariable'. |
|
2020-08-13 07:24:59,002 2320 [INFO ] - VERBOSE: Exporting function 'Set-PowerShellExitCode'. |
|
2020-08-13 07:24:59,002 2320 [INFO ] - VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'. |
|
2020-08-13 07:24:59,018 2320 [INFO ] - VERBOSE: Exporting function 'Test-ProcessAdminRights'. |
|
2020-08-13 07:24:59,018 2320 [INFO ] - VERBOSE: Exporting function 'Uninstall-BinFile'. |
|
2020-08-13 07:24:59,018 2320 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'. |
|
2020-08-13 07:24:59,018 2320 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'. |
|
2020-08-13 07:24:59,034 2320 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'. |
|
2020-08-13 07:24:59,034 2320 [INFO ] - VERBOSE: Exporting function 'Update-SessionEnvironment'. |
|
2020-08-13 07:24:59,049 2320 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateyFailure'. |
|
2020-08-13 07:24:59,049 2320 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateySuccess'. |
|
2020-08-13 07:24:59,049 2320 [INFO ] - VERBOSE: Exporting function 'Write-FileUpdateLog'. |
|
2020-08-13 07:24:59,065 2320 [INFO ] - VERBOSE: Exporting function 'Write-FunctionCallLogMessage'. |
|
2020-08-13 07:24:59,065 2320 [INFO ] - VERBOSE: Exporting function 'Get-AppInstallLocation'. |
|
2020-08-13 07:24:59,065 2320 [INFO ] - VERBOSE: Exporting function 'Get-AvailableDriveLetter'. |
|
2020-08-13 07:24:59,080 2320 [INFO ] - VERBOSE: Exporting function 'Get-EffectiveProxy'. |
|
2020-08-13 07:24:59,080 2320 [INFO ] - VERBOSE: Exporting function 'Get-PackageCacheLocation'. |
|
2020-08-13 07:24:59,080 2320 [INFO ] - VERBOSE: Exporting function 'Get-WebContent'. |
|
2020-08-13 07:24:59,080 2320 [INFO ] - VERBOSE: Exporting function 'Register-Application'. |
|
2020-08-13 07:24:59,097 2320 [INFO ] - VERBOSE: Exporting function 'Remove-Process'. |
|
2020-08-13 07:24:59,097 2320 [INFO ] - VERBOSE: Exporting alias 'Get-ProcessorBits'. |
|
2020-08-13 07:24:59,097 2320 [INFO ] - VERBOSE: Exporting alias 'Get-OSBitness'. |
|
2020-08-13 07:24:59,127 2320 [INFO ] - VERBOSE: Exporting alias 'Get-InstallRegistryKey'. |
|
2020-08-13 07:24:59,127 2320 [INFO ] - VERBOSE: Exporting alias 'Generate-BinFile'. |
|
2020-08-13 07:24:59,127 2320 [INFO ] - VERBOSE: Exporting alias 'Add-BinFile'. |
|
2020-08-13 07:24:59,127 2320 [INFO ] - VERBOSE: Exporting alias 'Start-ChocolateyProcess'. |
|
2020-08-13 07:24:59,144 2320 [INFO ] - VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'. |
|
2020-08-13 07:24:59,144 2320 [INFO ] - VERBOSE: Exporting alias 'Remove-BinFile'. |
|
2020-08-13 07:24:59,144 2320 [INFO ] - VERBOSE: Exporting alias 'refreshenv'. |
|
2020-08-13 07:24:59,144 2320 [INFO ] - VERBOSE: Importing function 'Format-FileSize'. |
|
2020-08-13 07:24:59,158 2320 [INFO ] - VERBOSE: Importing function 'Get-AppInstallLocation'. |
|
2020-08-13 07:24:59,158 2320 [INFO ] - VERBOSE: Importing function 'Get-AvailableDriveLetter'. |
|
2020-08-13 07:24:59,158 2320 [INFO ] - VERBOSE: Importing function 'Get-ChecksumValid'. |
|
2020-08-13 07:24:59,158 2320 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyUnzip'. |
|
2020-08-13 07:24:59,174 2320 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyWebFile'. |
|
2020-08-13 07:24:59,174 2320 [INFO ] - VERBOSE: Importing function 'Get-EffectiveProxy'. |
|
2020-08-13 07:24:59,174 2320 [INFO ] - VERBOSE: Importing function 'Get-EnvironmentVariable'. |
|
2020-08-13 07:24:59,174 2320 [INFO ] - VERBOSE: Importing function 'Get-EnvironmentVariableNames'. |
|
2020-08-13 07:24:59,190 2320 [INFO ] - VERBOSE: Importing function 'Get-FtpFile'. |
|
2020-08-13 07:24:59,190 2320 [INFO ] - VERBOSE: Importing function 'Get-OSArchitectureWidth'. |
|
2020-08-13 07:24:59,190 2320 [INFO ] - VERBOSE: Importing function 'Get-PackageCacheLocation'. |
|
2020-08-13 07:24:59,205 2320 [INFO ] - VERBOSE: Importing function 'Get-PackageParameters'. |
|
2020-08-13 07:24:59,205 2320 [INFO ] - VERBOSE: Importing function 'Get-PackageParametersBuiltIn'. |
|
2020-08-13 07:24:59,205 2320 [INFO ] - VERBOSE: Importing function 'Get-ToolsLocation'. |
|
2020-08-13 07:24:59,205 2320 [INFO ] - VERBOSE: Importing function 'Get-UACEnabled'. |
|
2020-08-13 07:24:59,222 2320 [INFO ] - VERBOSE: Importing function 'Get-UninstallRegistryKey'. |
|
2020-08-13 07:24:59,222 2320 [INFO ] - VERBOSE: Importing function 'Get-VirusCheckValid'. |
|
2020-08-13 07:24:59,222 2320 [INFO ] - VERBOSE: Importing function 'Get-WebContent'. |
|
2020-08-13 07:24:59,222 2320 [INFO ] - VERBOSE: Importing function 'Get-WebFile'. |
|
2020-08-13 07:24:59,237 2320 [INFO ] - VERBOSE: Importing function 'Get-WebFileName'. |
|
2020-08-13 07:24:59,237 2320 [INFO ] - VERBOSE: Importing function 'Get-WebHeaders'. |
|
2020-08-13 07:24:59,237 2320 [INFO ] - VERBOSE: Importing function 'Install-BinFile'. |
|
2020-08-13 07:24:59,237 2320 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyDesktopLink'. |
|
2020-08-13 07:24:59,252 2320 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyEnvironmentVariable'. |
|
2020-08-13 07:24:59,252 2320 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyExplorerMenuItem'. |
|
2020-08-13 07:24:59,252 2320 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyFileAssociation'. |
|
2020-08-13 07:24:59,252 2320 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyInstallPackage'. |
|
2020-08-13 07:24:59,269 2320 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPackage'. |
|
2020-08-13 07:24:59,269 2320 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPath'. |
|
2020-08-13 07:24:59,269 2320 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPinnedTaskBarItem'. |
|
2020-08-13 07:24:59,269 2320 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPowershellCommand'. |
|
2020-08-13 07:24:59,283 2320 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyShortcut'. |
|
2020-08-13 07:24:59,283 2320 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyVsixPackage'. |
|
2020-08-13 07:24:59,283 2320 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyZipPackage'. |
|
2020-08-13 07:24:59,299 2320 [INFO ] - VERBOSE: Importing function 'Install-Vsix'. |
|
2020-08-13 07:24:59,299 2320 [INFO ] - VERBOSE: Importing function 'Register-Application'. |
|
2020-08-13 07:24:59,299 2320 [INFO ] - VERBOSE: Importing function 'Remove-Process'. |
|
2020-08-13 07:24:59,299 2320 [INFO ] - VERBOSE: Importing function 'Set-EnvironmentVariable'. |
|
2020-08-13 07:24:59,315 2320 [INFO ] - VERBOSE: Importing function 'Set-PowerShellExitCode'. |
|
2020-08-13 07:24:59,315 2320 [INFO ] - VERBOSE: Importing function 'Start-ChocolateyProcessAsAdmin'. |
|
2020-08-13 07:24:59,315 2320 [INFO ] - VERBOSE: Importing function 'Test-ProcessAdminRights'. |
|
2020-08-13 07:24:59,315 2320 [INFO ] - VERBOSE: Importing function 'Uninstall-BinFile'. |
|
2020-08-13 07:24:59,331 2320 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyEnvironmentVariable'. |
|
2020-08-13 07:24:59,331 2320 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyPackage'. |
|
2020-08-13 07:24:59,331 2320 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyZipPackage'. |
|
2020-08-13 07:24:59,331 2320 [INFO ] - VERBOSE: Importing function 'Update-SessionEnvironment'. |
|
2020-08-13 07:24:59,346 2320 [INFO ] - VERBOSE: Importing function 'Write-ChocolateyFailure'. |
|
2020-08-13 07:24:59,346 2320 [INFO ] - VERBOSE: Importing function 'Write-ChocolateySuccess'. |
|
2020-08-13 07:24:59,346 2320 [INFO ] - VERBOSE: Importing function 'Write-FileUpdateLog'. |
|
2020-08-13 07:24:59,346 2320 [INFO ] - VERBOSE: Importing function 'Write-FunctionCallLogMessage'. |
|
2020-08-13 07:24:59,363 2320 [INFO ] - VERBOSE: Importing alias 'Add-BinFile'. |
|
2020-08-13 07:24:59,363 2320 [INFO ] - VERBOSE: Importing alias 'Generate-BinFile'. |
|
2020-08-13 07:24:59,363 2320 [INFO ] - VERBOSE: Importing alias 'Get-InstallRegistryKey'. |
|
2020-08-13 07:24:59,363 2320 [INFO ] - VERBOSE: Importing alias 'Get-OSBitness'. |
|
2020-08-13 07:24:59,378 2320 [INFO ] - VERBOSE: Importing alias 'Get-ProcessorBits'. |
|
2020-08-13 07:24:59,378 2320 [INFO ] - VERBOSE: Importing alias 'Invoke-ChocolateyProcess'. |
|
2020-08-13 07:24:59,378 2320 [INFO ] - VERBOSE: Importing alias 'refreshenv'. |
|
2020-08-13 07:24:59,393 2320 [INFO ] - VERBOSE: Importing alias 'Remove-BinFile'. |
|
2020-08-13 07:24:59,393 2320 [INFO ] - VERBOSE: Importing alias 'Start-ChocolateyProcess'. |
|
2020-08-13 07:24:59,565 2320 [DEBUG] - ---------------------------Script Execution--------------------------- |
|
2020-08-13 07:24:59,565 2320 [DEBUG] - Running 'ChocolateyScriptRunner' for nomacs v3.17.2206 with packageScript 'C:\ProgramData\chocolatey\lib\nomacs\tools\chocolateyInstall.ps1', packageFolder:'C:\ProgramData\chocolatey\lib\nomacs', installArguments: '', packageParameters: '', |
|
2020-08-13 07:24:59,690 2320 [DEBUG] - Running 'C:\ProgramData\chocolatey\lib\nomacs\tools\chocolateyInstall.ps1' |
|
2020-08-13 07:25:01,143 2320 [DEBUG] - Running Get-OSArchitectureWidth -compare '32' |
|
2020-08-13 07:25:01,315 2320 [DEBUG] - Running Install-ChocolateyInstallPackage -silentArgs '/quiet /norestart /log "C:\Users\Administrator\AppData\Local\Temp\chocolatey\nomacs\3.17.2206/setup.log"' -file64 'C:\ProgramData\chocolatey\lib\nomacs\tools\nomacs-setup-x64.msi' -fileType 'msi' -validExitCodes '0' -packageName 'nomacs' |
|
2020-08-13 07:25:01,346 2320 [DEBUG] - Running Get-ProcessorBits -compare '32' |
|
2020-08-13 07:25:01,362 2320 [INFO ] - Installing 64-bit nomacs... |
|
2020-08-13 07:25:01,377 2320 [INFO ] - |
|
2020-08-13 07:21:48,065 2040 [DEBUG] - XmlConfiguration is now operational |
|
2020-08-13 07:21:48,317 2040 [INFO ] - ============================================================ |
|
2020-08-13 07:21:49,238 2040 [INFO ] - Chocolatey v0.10.16-beta |
|
2020-08-13 07:21:49,268 2040 [DEBUG] - Chocolatey is running on Windows v 6.3.9600.0 |
|
2020-08-13 07:21:49,283 2040 [DEBUG] - Attempting to delete file "C:/ProgramData/chocolatey/choco.exe.old". |
|
2020-08-13 07:21:49,301 2040 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\choco.exe.old". |
|
2020-08-13 07:21:49,377 2040 [DEBUG] - Command line: "C:\ProgramData\chocolatey\choco.exe" install nomacs.portable --version 3.17.2206 -fdvy --execution-timeout=5400 --allow-downgrade |
|
2020-08-13 07:21:49,395 2040 [DEBUG] - Received arguments: install nomacs.portable --version 3.17.2206 -fdvy --execution-timeout=5400 --allow-downgrade |
|
2020-08-13 07:21:49,581 2040 [DEBUG] - RemovePendingPackagesTask is now ready and waiting for PreRunMessage. |
|
2020-08-13 07:21:49,597 2040 [DEBUG] - Sending message 'PreRunMessage' out if there are subscribers... |
|
2020-08-13 07:21:49,629 2040 [DEBUG] - [Pending] Removing all pending packages that should not be considered installed... |
|
2020-08-13 07:21:49,847 2040 [DEBUG] - Performing validation checks. |
|
2020-08-13 07:21:49,942 2040 [DEBUG] - Global Configuration Validation Checks: |
|
2020-08-13 07:21:49,942 2040 [DEBUG] - - Package Exit Code / Exit On Reboot = Checked |
|
2020-08-13 07:21:49,955 2040 [DEBUG] - System State Validation Checks: |
|
2020-08-13 07:21:49,976 2040 [DEBUG] - Reboot Requirement Checks: |
|
2020-08-13 07:21:49,987 2040 [DEBUG] - - Pending Computer Rename = Checked |
|
2020-08-13 07:21:49,987 2040 [DEBUG] - - Pending Component Based Servicing = Flagged |
|
2020-08-13 07:21:50,002 2040 [INFO ] - 2 validations performed. 1 success(es), 1 warning(s), and 0 error(s). |
|
2020-08-13 07:21:50,002 2040 [INFO ] - |
|
2020-08-13 07:21:50,018 2040 [WARN ] - Validation Warnings: |
|
2020-08-13 07:21:50,018 2040 [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-08-13 07:21:50,035 2040 [DEBUG] - The source 'c:\cached-packages;https://chocolatey.org/api/v2/' evaluated to a 'normal' source type |
|
2020-08-13 07:21:50,035 2040 [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-08-13 07:21:50,083 2040 [DEBUG] - Configuration: CommandName='install'| |
|
CacheLocation='C:\Users\Administrator\AppData\Local\Temp\chocolatey'| |
|
ContainsLegacyPackageInstalls='True'| |
|
CommandExecutionTimeoutSeconds='5400'|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='nomacs.portable'| |
|
Version='3.17.2206'|AllVersions='False'| |
|
SkipPackageInstallProvider='False'|PackageNames='nomacs.portable'| |
|
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-08-13 07:21:50,131 2040 [DEBUG] - _ Chocolatey:ChocolateyInstallCommand - Normal Run Mode _ |
|
2020-08-13 07:21:50,143 2040 [INFO ] - Installing the following packages: |
|
2020-08-13 07:21:50,159 2040 [INFO ] - nomacs.portable |
|
2020-08-13 07:21:50,159 2040 [INFO ] - By installing you accept licenses for the packages. |
|
2020-08-13 07:21:50,174 2040 [DEBUG] - Current environment values (may contain sensitive data): |
|
2020-08-13 07:21:50,174 2040 [DEBUG] - * 'TMP'='C:\Users\Administrator\AppData\Local\Temp' ('User') |
|
2020-08-13 07:21:50,191 2040 [DEBUG] - * 'TEMP'='C:\Users\Administrator\AppData\Local\Temp' ('User') |
|
2020-08-13 07:21:50,191 2040 [DEBUG] - * 'ChocolateyLastPathUpdate'='132417759955367275' ('User') |
|
2020-08-13 07:21:50,191 2040 [DEBUG] - * 'FP_NO_HOST_CHECK'='NO' ('Machine') |
|
2020-08-13 07:21:50,191 2040 [DEBUG] - * 'USERNAME'='SYSTEM' ('Machine') |
|
2020-08-13 07:21:50,206 2040 [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-08-13 07:21:50,206 2040 [DEBUG] - * 'ComSpec'='C:\Windows\system32\cmd.exe' ('Machine') |
|
2020-08-13 07:21:50,206 2040 [DEBUG] - * 'TMP'='C:\Windows\TEMP' ('Machine') |
|
2020-08-13 07:21:50,206 2040 [DEBUG] - * 'OS'='Windows_NT' ('Machine') |
|
2020-08-13 07:21:50,222 2040 [DEBUG] - * 'windir'='C:\Windows' ('Machine') |
|
2020-08-13 07:21:50,222 2040 [DEBUG] - * 'PROCESSOR_ARCHITECTURE'='AMD64' ('Machine') |
|
2020-08-13 07:21:50,222 2040 [DEBUG] - * 'TEMP'='C:\Windows\TEMP' ('Machine') |
|
2020-08-13 07:21:50,237 2040 [DEBUG] - * 'PATHEXT'='.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC' ('Machine') |
|
2020-08-13 07:21:50,237 2040 [DEBUG] - * 'PSModulePath'='C:\Windows\system32\WindowsPowerShell\v1.0\Modules\' ('Machine') |
|
2020-08-13 07:21:50,237 2040 [DEBUG] - * 'NUMBER_OF_PROCESSORS'='1' ('Machine') |
|
2020-08-13 07:21:50,285 2040 [DEBUG] - * 'PROCESSOR_LEVEL'='16' ('Machine') |
|
2020-08-13 07:21:50,285 2040 [DEBUG] - * 'PROCESSOR_IDENTIFIER'='AMD64 Family 16 Model 6 Stepping 3, AuthenticAMD' ('Machine') |
|
2020-08-13 07:21:50,285 2040 [DEBUG] - * 'PROCESSOR_REVISION'='0603' ('Machine') |
|
2020-08-13 07:21:50,299 2040 [DEBUG] - * 'HOME'='C:\Users\Administrator' ('Machine') |
|
2020-08-13 07:21:50,299 2040 [DEBUG] - * 'ChocolateyInstall'='C:\ProgramData\chocolatey' ('Machine') |
|
2020-08-13 07:22:59,487 2040 [INFO ] - [NuGet] Installing 'nomacs.portable 3.17.2206'. |
|
2020-08-13 07:23:02,112 2040 [DEBUG] - [NuGet] Added file 'license.txt' to folder 'nomacs.portable\legal'. |
|
2020-08-13 07:23:02,128 2040 [DEBUG] - [NuGet] Added file 'VERIFICATION.txt' to folder 'nomacs.portable\legal'. |
|
2020-08-13 07:23:02,143 2040 [DEBUG] - [NuGet] Added file 'chocolateyInstall.ps1' to folder 'nomacs.portable\tools'. |
|
2020-08-13 07:23:02,301 2040 [DEBUG] - [NuGet] Added file 'nomacs-portable-win.zip' to folder 'nomacs.portable\tools'. |
|
2020-08-13 07:23:21,975 2040 [DEBUG] - [NuGet] Added file 'nomacs.portable.nupkg' to folder 'nomacs.portable'. |
|
2020-08-13 07:23:45,581 2040 [DEBUG] - [NuGet] Added file 'nomacs.portable.nuspec' to folder 'nomacs.portable'. |
|
2020-08-13 07:23:45,596 2040 [INFO ] - [NuGet] Successfully installed 'nomacs.portable 3.17.2206'. |
|
2020-08-13 07:23:45,596 2040 [INFO ] - |
|
nomacs.portable v3.17.2206 (forced) |
|
2020-08-13 07:23:45,674 2040 [INFO ] - nomacs.portable package files install completed. Performing other installation steps. |
|
2020-08-13 07:23:46,018 2040 [DEBUG] - Setting installer args for nomacs.portable |
|
2020-08-13 07:23:46,049 2040 [DEBUG] - Setting package parameters for nomacs.portable |
|
2020-08-13 07:23:46,049 2040 [DEBUG] - Contents of 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\chocolateyInstall.ps1': |
|
2020-08-13 07:23:46,081 2040 [DEBUG] - $ErrorActionPreference = 'Stop' |
|
|
|
if ((Get-OSArchitectureWidth 32) -or ($env:chocolateyForceX86 -eq 'true')) { |
|
throw "This package doesn't support 32bit architecture" |
|
} |
|
|
|
$fileName = 'nomacs-portable-win.zip' |
|
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition |
|
$zip_path = "$toolsPath\$fileName" |
|
Get-ChildItem $toolsPath\* | Where-Object { $_.PSIsContainer } | Remove-Item -Force -Recurse |
|
|
|
$packageArgs = @{ |
|
PackageName = 'nomacs.portable' |
|
FileFullPath = $zip_path |
|
Destination = $toolsPath |
|
} |
|
Get-ChocolateyUnzip @packageArgs |
|
Remove-Item $zip_path -ea 0 |
|
|
|
2020-08-13 07:23:46,143 2040 [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\nomacs.portable\tools\chocolateyInstall.ps1' -installArguments '' -packageParameters '''] |
|
2020-08-13 07:23:46,143 2040 [DEBUG] - Redirecting System.Management.Automation.resources, Version=3.0.0.0, Culture=en-US, PublicKeyToken=31bf3856ad364e35, requested by '' |
|
2020-08-13 07:23:48,580 2040 [DEBUG] - Host version is 4.0, PowerShell Version is '4.0' and CLR Version is '4.0.30319.33440'. |
|
2020-08-13 07:23:49,112 2040 [INFO ] - VERBOSE: Exporting function 'Format-FileSize'. |
|
2020-08-13 07:23:49,690 2040 [INFO ] - VERBOSE: Exporting function 'Get-ChecksumValid'. |
|
2020-08-13 07:23:49,705 2040 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyUnzip'. |
|
2020-08-13 07:23:49,705 2040 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyWebFile'. |
|
2020-08-13 07:23:49,705 2040 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariable'. |
|
2020-08-13 07:23:49,705 2040 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariableNames'. |
|
2020-08-13 07:23:49,721 2040 [INFO ] - VERBOSE: Exporting function 'Get-FtpFile'. |
|
2020-08-13 07:23:49,721 2040 [INFO ] - VERBOSE: Exporting function 'Get-OSArchitectureWidth'. |
|
2020-08-13 07:23:49,737 2040 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'. |
|
2020-08-13 07:23:49,737 2040 [INFO ] - VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'. |
|
2020-08-13 07:23:49,737 2040 [INFO ] - VERBOSE: Exporting function 'Get-ToolsLocation'. |
|
2020-08-13 07:23:49,752 2040 [INFO ] - VERBOSE: Exporting function 'Get-UACEnabled'. |
|
2020-08-13 07:23:49,752 2040 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'. |
|
2020-08-13 07:23:49,752 2040 [INFO ] - VERBOSE: Exporting function 'Get-VirusCheckValid'. |
|
2020-08-13 07:23:49,768 2040 [INFO ] - VERBOSE: Exporting function 'Get-WebFile'. |
|
2020-08-13 07:23:49,768 2040 [INFO ] - VERBOSE: Exporting function 'Get-WebFileName'. |
|
2020-08-13 07:23:49,784 2040 [INFO ] - VERBOSE: Exporting function 'Get-WebHeaders'. |
|
2020-08-13 07:23:49,784 2040 [INFO ] - VERBOSE: Exporting function 'Install-BinFile'. |
|
2020-08-13 07:23:49,800 2040 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'. |
|
2020-08-13 07:23:49,800 2040 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'. |
|
2020-08-13 07:23:49,800 2040 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'. |
|
2020-08-13 07:23:49,815 2040 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'. |
|
2020-08-13 07:23:49,815 2040 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'. |
|
2020-08-13 07:23:49,815 2040 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPackage'. |
|
2020-08-13 07:23:49,847 2040 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPath'. |
|
2020-08-13 07:23:49,847 2040 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'. |
|
2020-08-13 07:23:49,847 2040 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'. |
|
2020-08-13 07:23:49,862 2040 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyShortcut'. |
|
2020-08-13 07:23:49,879 2040 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'. |
|
2020-08-13 07:23:49,893 2040 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyZipPackage'. |
|
2020-08-13 07:23:49,893 2040 [INFO ] - VERBOSE: Exporting function 'Install-Vsix'. |
|
2020-08-13 07:23:49,911 2040 [INFO ] - VERBOSE: Exporting function 'Set-EnvironmentVariable'. |
|
2020-08-13 07:23:49,911 2040 [INFO ] - VERBOSE: Exporting function 'Set-PowerShellExitCode'. |
|
2020-08-13 07:23:49,925 2040 [INFO ] - VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'. |
|
2020-08-13 07:23:49,925 2040 [INFO ] - VERBOSE: Exporting function 'Test-ProcessAdminRights'. |
|
2020-08-13 07:23:49,925 2040 [INFO ] - VERBOSE: Exporting function 'Uninstall-BinFile'. |
|
2020-08-13 07:23:49,941 2040 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'. |
|
2020-08-13 07:23:49,941 2040 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'. |
|
2020-08-13 07:23:49,941 2040 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'. |
|
2020-08-13 07:23:49,956 2040 [INFO ] - VERBOSE: Exporting function 'Update-SessionEnvironment'. |
|
2020-08-13 07:23:49,956 2040 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateyFailure'. |
|
2020-08-13 07:23:49,956 2040 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateySuccess'. |
|
2020-08-13 07:23:49,978 2040 [INFO ] - VERBOSE: Exporting function 'Write-FileUpdateLog'. |
|
2020-08-13 07:23:49,987 2040 [INFO ] - VERBOSE: Exporting function 'Write-FunctionCallLogMessage'. |
|
2020-08-13 07:23:49,987 2040 [INFO ] - VERBOSE: Exporting alias 'Get-ProcessorBits'. |
|
2020-08-13 07:23:49,987 2040 [INFO ] - VERBOSE: Exporting alias 'Get-OSBitness'. |
|
2020-08-13 07:23:50,018 2040 [INFO ] - VERBOSE: Exporting alias 'Get-InstallRegistryKey'. |
|
2020-08-13 07:23:50,018 2040 [INFO ] - VERBOSE: Exporting alias 'Generate-BinFile'. |
|
2020-08-13 07:23:50,018 2040 [INFO ] - VERBOSE: Exporting alias 'Add-BinFile'. |
|
2020-08-13 07:23:50,018 2040 [INFO ] - VERBOSE: Exporting alias 'Start-ChocolateyProcess'. |
|
2020-08-13 07:23:50,034 2040 [INFO ] - VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'. |
|
2020-08-13 07:23:50,034 2040 [INFO ] - VERBOSE: Exporting alias 'Remove-BinFile'. |
|
2020-08-13 07:23:50,034 2040 [INFO ] - VERBOSE: Exporting alias 'refreshenv'. |
|
2020-08-13 07:23:50,081 2040 [INFO ] - VERBOSE: Exporting function 'Format-FileSize'. |
|
2020-08-13 07:23:50,205 2040 [INFO ] - VERBOSE: Exporting function 'Get-ChecksumValid'. |
|
2020-08-13 07:23:51,894 2040 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyUnzip'. |
|
2020-08-13 07:23:51,894 2040 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyWebFile'. |
|
2020-08-13 07:23:51,909 2040 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariable'. |
|
2020-08-13 07:23:51,909 2040 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariableNames'. |
|
2020-08-13 07:23:51,924 2040 [INFO ] - VERBOSE: Exporting function 'Get-FtpFile'. |
|
2020-08-13 07:23:51,924 2040 [INFO ] - VERBOSE: Exporting function 'Get-OSArchitectureWidth'. |
|
2020-08-13 07:23:51,924 2040 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'. |
|
2020-08-13 07:23:51,924 2040 [INFO ] - VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'. |
|
2020-08-13 07:23:51,940 2040 [INFO ] - VERBOSE: Exporting function 'Get-ToolsLocation'. |
|
2020-08-13 07:23:51,940 2040 [INFO ] - VERBOSE: Exporting function 'Get-UACEnabled'. |
|
2020-08-13 07:23:51,940 2040 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'. |
|
2020-08-13 07:23:51,971 2040 [INFO ] - VERBOSE: Exporting function 'Get-VirusCheckValid'. |
|
2020-08-13 07:23:51,971 2040 [INFO ] - VERBOSE: Exporting function 'Get-WebFile'. |
|
2020-08-13 07:23:51,987 2040 [INFO ] - VERBOSE: Exporting function 'Get-WebFileName'. |
|
2020-08-13 07:23:51,987 2040 [INFO ] - VERBOSE: Exporting function 'Get-WebHeaders'. |
|
2020-08-13 07:23:51,987 2040 [INFO ] - VERBOSE: Exporting function 'Install-BinFile'. |
|
2020-08-13 07:23:51,987 2040 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'. |
|
2020-08-13 07:23:52,050 2040 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'. |
|
2020-08-13 07:23:52,065 2040 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'. |
|
2020-08-13 07:23:52,065 2040 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'. |
|
2020-08-13 07:23:52,065 2040 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'. |
|
2020-08-13 07:23:52,091 2040 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPackage'. |
|
2020-08-13 07:23:52,091 2040 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPath'. |
|
2020-08-13 07:23:52,096 2040 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'. |
|
2020-08-13 07:23:52,096 2040 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'. |
|
2020-08-13 07:23:52,096 2040 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyShortcut'. |
|
2020-08-13 07:23:52,113 2040 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'. |
|
2020-08-13 07:23:52,145 2040 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyZipPackage'. |
|
2020-08-13 07:23:52,145 2040 [INFO ] - VERBOSE: Exporting function 'Install-Vsix'. |
|
2020-08-13 07:23:52,222 2040 [INFO ] - VERBOSE: Exporting function 'Set-EnvironmentVariable'. |
|
2020-08-13 07:23:52,222 2040 [INFO ] - VERBOSE: Exporting function 'Set-PowerShellExitCode'. |
|
2020-08-13 07:23:52,237 2040 [INFO ] - VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'. |
|
2020-08-13 07:23:52,237 2040 [INFO ] - VERBOSE: Exporting function 'Test-ProcessAdminRights'. |
|
2020-08-13 07:23:52,237 2040 [INFO ] - VERBOSE: Exporting function 'Uninstall-BinFile'. |
|
2020-08-13 07:23:52,252 2040 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'. |
|
2020-08-13 07:23:52,252 2040 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'. |
|
2020-08-13 07:23:52,252 2040 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'. |
|
2020-08-13 07:23:52,252 2040 [INFO ] - VERBOSE: Exporting function 'Update-SessionEnvironment'. |
|
2020-08-13 07:23:52,268 2040 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateyFailure'. |
|
2020-08-13 07:23:52,268 2040 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateySuccess'. |
|
2020-08-13 07:23:52,268 2040 [INFO ] - VERBOSE: Exporting function 'Write-FileUpdateLog'. |
|
2020-08-13 07:23:52,284 2040 [INFO ] - VERBOSE: Exporting function 'Write-FunctionCallLogMessage'. |
|
2020-08-13 07:23:52,284 2040 [INFO ] - VERBOSE: Exporting alias 'Get-ProcessorBits'. |
|
2020-08-13 07:23:52,331 2040 [INFO ] - VERBOSE: Exporting alias 'Get-OSBitness'. |
|
2020-08-13 07:23:52,409 2040 [INFO ] - VERBOSE: Exporting alias 'Get-InstallRegistryKey'. |
|
2020-08-13 07:23:52,409 2040 [INFO ] - VERBOSE: Exporting alias 'Generate-BinFile'. |
|
2020-08-13 07:23:52,409 2040 [INFO ] - VERBOSE: Exporting alias 'Add-BinFile'. |
|
2020-08-13 07:23:52,425 2040 [INFO ] - VERBOSE: Exporting alias 'Start-ChocolateyProcess'. |
|
2020-08-13 07:23:52,425 2040 [INFO ] - VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'. |
|
2020-08-13 07:23:52,425 2040 [INFO ] - VERBOSE: Exporting alias 'Remove-BinFile'. |
|
2020-08-13 07:23:52,440 2040 [INFO ] - VERBOSE: Exporting alias 'refreshenv'. |
|
2020-08-13 07:23:52,440 2040 [INFO ] - VERBOSE: Importing function 'Format-FileSize'. |
|
2020-08-13 07:23:52,440 2040 [INFO ] - VERBOSE: Importing function 'Get-ChecksumValid'. |
|
2020-08-13 07:23:52,457 2040 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyUnzip'. |
|
2020-08-13 07:23:52,457 2040 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyWebFile'. |
|
2020-08-13 07:23:52,457 2040 [INFO ] - VERBOSE: Importing function 'Get-EnvironmentVariable'. |
|
2020-08-13 07:23:52,457 2040 [INFO ] - VERBOSE: Importing function 'Get-EnvironmentVariableNames'. |
|
2020-08-13 07:23:52,471 2040 [INFO ] - VERBOSE: Importing function 'Get-FtpFile'. |
|
2020-08-13 07:23:52,471 2040 [INFO ] - VERBOSE: Importing function 'Get-OSArchitectureWidth'. |
|
2020-08-13 07:23:52,471 2040 [INFO ] - VERBOSE: Importing function 'Get-PackageParameters'. |
|
2020-08-13 07:23:52,471 2040 [INFO ] - VERBOSE: Importing function 'Get-PackageParametersBuiltIn'. |
|
2020-08-13 07:23:52,487 2040 [INFO ] - VERBOSE: Importing function 'Get-ToolsLocation'. |
|
2020-08-13 07:23:52,487 2040 [INFO ] - VERBOSE: Importing function 'Get-UACEnabled'. |
|
2020-08-13 07:23:52,487 2040 [INFO ] - VERBOSE: Importing function 'Get-UninstallRegistryKey'. |
|
2020-08-13 07:23:52,502 2040 [INFO ] - VERBOSE: Importing function 'Get-VirusCheckValid'. |
|
2020-08-13 07:23:52,502 2040 [INFO ] - VERBOSE: Importing function 'Get-WebFile'. |
|
2020-08-13 07:23:52,502 2040 [INFO ] - VERBOSE: Importing function 'Get-WebFileName'. |
|
2020-08-13 07:23:52,502 2040 [INFO ] - VERBOSE: Importing function 'Get-WebHeaders'. |
|
2020-08-13 07:23:52,518 2040 [INFO ] - VERBOSE: Importing function 'Install-BinFile'. |
|
2020-08-13 07:23:52,518 2040 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyDesktopLink'. |
|
2020-08-13 07:23:52,518 2040 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyEnvironmentVariable'. |
|
2020-08-13 07:23:52,518 2040 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyExplorerMenuItem'. |
|
2020-08-13 07:23:52,518 2040 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyFileAssociation'. |
|
2020-08-13 07:23:52,534 2040 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyInstallPackage'. |
|
2020-08-13 07:23:52,534 2040 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPackage'. |
|
2020-08-13 07:23:52,534 2040 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPath'. |
|
2020-08-13 07:23:52,534 2040 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPinnedTaskBarItem'. |
|
2020-08-13 07:23:52,534 2040 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPowershellCommand'. |
|
2020-08-13 07:23:52,549 2040 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyShortcut'. |
|
2020-08-13 07:23:52,549 2040 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyVsixPackage'. |
|
2020-08-13 07:23:52,549 2040 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyZipPackage'. |
|
2020-08-13 07:23:52,549 2040 [INFO ] - VERBOSE: Importing function 'Install-Vsix'. |
|
2020-08-13 07:23:52,565 2040 [INFO ] - VERBOSE: Importing function 'Set-EnvironmentVariable'. |
|
2020-08-13 07:23:52,565 2040 [INFO ] - VERBOSE: Importing function 'Set-PowerShellExitCode'. |
|
2020-08-13 07:23:52,565 2040 [INFO ] - VERBOSE: Importing function 'Start-ChocolateyProcessAsAdmin'. |
|
2020-08-13 07:23:52,565 2040 [INFO ] - VERBOSE: Importing function 'Test-ProcessAdminRights'. |
|
2020-08-13 07:23:52,580 2040 [INFO ] - VERBOSE: Importing function 'Uninstall-BinFile'. |
|
2020-08-13 07:23:52,580 2040 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyEnvironmentVariable'. |
|
2020-08-13 07:23:52,580 2040 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyPackage'. |
|
2020-08-13 07:23:52,580 2040 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyZipPackage'. |
|
2020-08-13 07:23:52,597 2040 [INFO ] - VERBOSE: Importing function 'Update-SessionEnvironment'. |
|
2020-08-13 07:23:52,597 2040 [INFO ] - VERBOSE: Importing function 'Write-ChocolateyFailure'. |
|
2020-08-13 07:23:52,597 2040 [INFO ] - VERBOSE: Importing function 'Write-ChocolateySuccess'. |
|
2020-08-13 07:23:52,617 2040 [INFO ] - VERBOSE: Importing function 'Write-FileUpdateLog'. |
|
2020-08-13 07:23:52,617 2040 [INFO ] - VERBOSE: Importing function 'Write-FunctionCallLogMessage'. |
|
2020-08-13 07:23:52,617 2040 [INFO ] - VERBOSE: Importing alias 'Add-BinFile'. |
|
2020-08-13 07:23:52,627 2040 [INFO ] - VERBOSE: Importing alias 'Generate-BinFile'. |
|
2020-08-13 07:23:52,627 2040 [INFO ] - VERBOSE: Importing alias 'Get-InstallRegistryKey'. |
|
2020-08-13 07:23:52,627 2040 [INFO ] - VERBOSE: Importing alias 'Get-OSBitness'. |
|
2020-08-13 07:23:52,627 2040 [INFO ] - VERBOSE: Importing alias 'Get-ProcessorBits'. |
|
2020-08-13 07:23:52,660 2040 [INFO ] - VERBOSE: Importing alias 'Invoke-ChocolateyProcess'. |
|
2020-08-13 07:23:52,660 2040 [INFO ] - VERBOSE: Importing alias 'refreshenv'. |
|
2020-08-13 07:23:52,660 2040 [INFO ] - VERBOSE: Importing alias 'Remove-BinFile'. |
|
2020-08-13 07:23:52,675 2040 [INFO ] - VERBOSE: Importing alias 'Start-ChocolateyProcess'. |
|
2020-08-13 07:23:52,895 2040 [DEBUG] - ---------------------------Script Execution--------------------------- |
|
2020-08-13 07:23:53,409 2040 [DEBUG] - Running 'ChocolateyScriptRunner' for nomacs.portable v3.17.2206 with packageScript 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\chocolateyInstall.ps1', packageFolder:'C:\ProgramData\chocolatey\lib\nomacs.portable', installArguments: '', packageParameters: '', |
|
2020-08-13 07:23:53,487 2040 [DEBUG] - Running 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\chocolateyInstall.ps1' |
|
2020-08-13 07:23:54,612 2040 [DEBUG] - Running Get-OSArchitectureWidth -compare '32' |
|
2020-08-13 07:23:54,846 2040 [DEBUG] - Running Get-ChocolateyUnzip -destination 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools' -packageName 'nomacs.portable' -fileFullPath 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-portable-win.zip' |
|
2020-08-13 07:23:55,174 2040 [DEBUG] - Running Get-ProcessorBits -compare '32' |
|
2020-08-13 07:23:55,207 2040 [INFO ] - Extracting C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-portable-win.zip to C:\ProgramData\chocolatey\lib\nomacs.portable\tools... |
|
2020-08-13 07:23:55,221 2040 [INFO ] - |
|
2020-08-13 07:23:55,252 2040 [DEBUG] - 7zip found at 'C:\ProgramData\chocolatey\tools\7z.exe' |
|
2020-08-13 07:23:55,330 2040 [DEBUG] - Executing command ['C:\ProgramData\chocolatey\tools\7z.exe' x -aoa -bd -bb1 -o"C:\ProgramData\chocolatey\lib\nomacs.portable\tools" -y "C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-portable-win.zip"] |
|
2020-08-13 07:24:47,955 2040 [INFO ] - VERBOSE: |
|
2020-08-13 07:24:47,972 2040 [INFO ] - VERBOSE: 7-Zip 18.06 (x86) : Copyright (c) 1999-2018 Igor Pavlov : 2018-12-30 |
|
2020-08-13 07:24:47,972 2040 [INFO ] - VERBOSE: |
|
2020-08-13 07:24:47,972 2040 [INFO ] - VERBOSE: Scanning the drive for archives: |
|
2020-08-13 07:24:47,987 2040 [INFO ] - VERBOSE: 1 file, 39134169 bytes (38 MiB) |
|
2020-08-13 07:24:47,987 2040 [INFO ] - VERBOSE: |
|
2020-08-13 07:24:47,987 2040 [INFO ] - VERBOSE: Extracting archive: C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-portable-win.zip |
|
2020-08-13 07:24:48,003 2040 [INFO ] - VERBOSE: -- |
|
2020-08-13 07:24:48,003 2040 [INFO ] - VERBOSE: Path = C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-portable-win.zip |
|
2020-08-13 07:24:48,003 2040 [INFO ] - VERBOSE: Type = zip |
|
2020-08-13 07:24:48,018 2040 [INFO ] - VERBOSE: Physical Size = 39134169 |
|
2020-08-13 07:24:48,018 2040 [INFO ] - VERBOSE: |
|
2020-08-13 07:24:48,018 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\api-ms-win-crt-convert-l1-1-0.dll |
|
2020-08-13 07:24:48,050 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\api-ms-win-crt-environment-l1-1-0.dll |
|
2020-08-13 07:24:48,050 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\api-ms-win-crt-filesystem-l1-1-0.dll |
|
2020-08-13 07:24:48,050 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\api-ms-win-crt-heap-l1-1-0.dll |
|
2020-08-13 07:24:48,065 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\api-ms-win-crt-locale-l1-1-0.dll |
|
2020-08-13 07:24:48,065 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\api-ms-win-crt-math-l1-1-0.dll |
|
2020-08-13 07:24:48,100 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\api-ms-win-crt-runtime-l1-1-0.dll |
|
2020-08-13 07:24:48,100 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\api-ms-win-crt-stdio-l1-1-0.dll |
|
2020-08-13 07:24:48,112 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\api-ms-win-crt-string-l1-1-0.dll |
|
2020-08-13 07:24:48,128 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\api-ms-win-crt-time-l1-1-0.dll |
|
2020-08-13 07:24:48,143 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\api-ms-win-crt-utility-l1-1-0.dll |
|
2020-08-13 07:24:48,143 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\CONCRT140.dll |
|
2020-08-13 07:24:48,158 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\default.ini |
|
2020-08-13 07:24:48,158 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\exiv2.dll |
|
2020-08-13 07:24:48,158 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\expat.dll |
|
2020-08-13 07:24:48,175 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\heif.dll |
|
2020-08-13 07:24:48,175 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\libcrypto-1_1-x64.dll |
|
2020-08-13 07:24:48,175 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\libde265.dll |
|
2020-08-13 07:24:48,190 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\libssl-1_1-x64.dll |
|
2020-08-13 07:24:48,190 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\MSVCP140.dll |
|
2020-08-13 07:24:48,190 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\nomacs.exe |
|
2020-08-13 07:24:48,284 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\nomacsCore.dll |
|
2020-08-13 07:24:48,284 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\opencv_core430.dll |
|
2020-08-13 07:24:48,284 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\opencv_imgproc430.dll |
|
2020-08-13 07:24:48,299 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\Qt5Concurrent.dll |
|
2020-08-13 07:24:48,299 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\Qt5Core.dll |
|
2020-08-13 07:24:48,299 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\Qt5Gui.dll |
|
2020-08-13 07:24:48,315 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\Qt5Network.dll |
|
2020-08-13 07:24:48,315 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\Qt5PrintSupport.dll |
|
2020-08-13 07:24:48,315 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\Qt5Svg.dll |
|
2020-08-13 07:24:48,331 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\Qt5Widgets.dll |
|
2020-08-13 07:24:48,331 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\Qt5WinExtras.dll |
|
2020-08-13 07:24:48,331 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\quazip5.dll |
|
2020-08-13 07:24:48,346 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\raw.dll |
|
2020-08-13 07:24:48,346 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\settings.ini |
|
2020-08-13 07:24:48,346 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\VCRUNTIME140.dll |
|
2020-08-13 07:24:48,362 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\VCRUNTIME140_1.dll |
|
2020-08-13 07:24:48,362 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\imageformats\qavif.dll |
|
2020-08-13 07:24:48,362 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\imageformats\qgif.dll |
|
2020-08-13 07:24:48,362 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\imageformats\qheif.dll |
|
2020-08-13 07:24:48,378 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\imageformats\qicns.dll |
|
2020-08-13 07:24:48,378 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\imageformats\qico.dll |
|
2020-08-13 07:24:48,378 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\imageformats\qjp2.dll |
|
2020-08-13 07:24:48,393 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\imageformats\qjpeg.dll |
|
2020-08-13 07:24:48,393 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\imageformats\qmng.dll |
|
2020-08-13 07:24:48,393 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\imageformats\qpcx.dll |
|
2020-08-13 07:24:48,410 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\imageformats\qpsd.dll |
|
2020-08-13 07:24:48,410 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\imageformats\qsvg.dll |
|
2020-08-13 07:24:48,424 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\imageformats\qtga.dll |
|
2020-08-13 07:24:48,424 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\imageformats\qtiff.dll |
|
2020-08-13 07:24:48,443 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\imageformats\qwbmp.dll |
|
2020-08-13 07:24:48,456 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\imageformats\qwebp.dll |
|
2020-08-13 07:24:48,456 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\license\COPYING.EXPAT |
|
2020-08-13 07:24:48,456 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\license\COPYING.LIBDE256 |
|
2020-08-13 07:24:48,472 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\license\COPYING.LIBHEIF |
|
2020-08-13 07:24:48,472 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\license\COPYING.LIBRAW |
|
2020-08-13 07:24:48,487 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\license\COPYING.QUAZIP |
|
2020-08-13 07:24:48,487 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\license\COPYRIGHT |
|
2020-08-13 07:24:48,487 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\license\LICENSE.GPLv2 |
|
2020-08-13 07:24:48,487 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\license\LICENSE.GPLv3 |
|
2020-08-13 07:24:48,502 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\license\LICENSE.LGPLv2 |
|
2020-08-13 07:24:48,502 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\license\LICENSE.LGPLv3 |
|
2020-08-13 07:24:48,502 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\license\LICENSE.OPENCV |
|
2020-08-13 07:24:48,518 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\license\README.md |
|
2020-08-13 07:24:48,518 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\platforms\qwindows.dll |
|
2020-08-13 07:24:48,518 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\plugins\affineTransformPlugin.dll |
|
2020-08-13 07:24:48,535 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\plugins\CompositePlugin.dll |
|
2020-08-13 07:24:48,535 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\plugins\fakeMiniaturesPlugin.dll |
|
2020-08-13 07:24:48,535 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\plugins\pageExtractionPlugin.dll |
|
2020-08-13 07:24:48,549 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\plugins\paintPlugin.dll |
|
2020-08-13 07:24:48,549 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\printsupport\windowsprintersupport.dll |
|
2020-08-13 07:24:48,549 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\styles\qwindowsvistastyle.dll |
|
2020-08-13 07:24:48,566 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\themes\Dark-Theme.css |
|
2020-08-13 07:24:48,566 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\themes\Light-Theme.css |
|
2020-08-13 07:24:48,585 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\themes\System.css |
|
2020-08-13 07:24:48,585 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\translations\nomacs_ar.qm |
|
2020-08-13 07:24:48,596 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\translations\nomacs_bg.qm |
|
2020-08-13 07:24:48,596 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\translations\nomacs_br_pt.qm |
|
2020-08-13 07:24:48,626 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\translations\nomacs_bs.qm |
|
2020-08-13 07:24:48,630 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\translations\nomacs_ca.qm |
|
2020-08-13 07:24:48,643 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\translations\nomacs_cs.qm |
|
2020-08-13 07:24:48,643 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\translations\nomacs_de.qm |
|
2020-08-13 07:24:48,658 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\translations\nomacs_el.qm |
|
2020-08-13 07:24:48,658 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\translations\nomacs_es.qm |
|
2020-08-13 07:24:48,658 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\translations\nomacs_et.qm |
|
2020-08-13 07:24:48,658 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\translations\nomacs_fi.qm |
|
2020-08-13 07:24:48,674 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\translations\nomacs_fr.qm |
|
2020-08-13 07:24:48,674 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\translations\nomacs_hr.qm |
|
2020-08-13 07:24:48,674 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\translations\nomacs_hu.qm |
|
2020-08-13 07:24:48,691 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\translations\nomacs_id.qm |
|
2020-08-13 07:24:48,691 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\translations\nomacs_it.qm |
|
2020-08-13 07:24:48,691 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\translations\nomacs_ja.qm |
|
2020-08-13 07:24:48,705 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\translations\nomacs_ko.qm |
|
2020-08-13 07:24:48,705 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\translations\nomacs_nl.qm |
|
2020-08-13 07:24:48,705 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\translations\nomacs_pl.qm |
|
2020-08-13 07:24:48,721 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\translations\nomacs_pt.qm |
|
2020-08-13 07:24:48,721 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\translations\nomacs_ru.qm |
|
2020-08-13 07:24:48,721 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\translations\nomacs_sk.qm |
|
2020-08-13 07:24:48,721 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\translations\nomacs_sr.qm |
|
2020-08-13 07:24:48,737 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\translations\nomacs_sv.qm |
|
2020-08-13 07:24:48,737 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\translations\nomacs_tr.qm |
|
2020-08-13 07:24:48,737 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\translations\nomacs_tw_zh.qm |
|
2020-08-13 07:24:48,757 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\translations\nomacs_uk.qm |
|
2020-08-13 07:24:48,757 2040 [INFO ] - VERBOSE: - nomacs-3.17.2206\translations\nomacs_zh_CN.qm |
|
2020-08-13 07:24:48,757 2040 [INFO ] - VERBOSE: Everything is Ok |
|
2020-08-13 07:24:48,769 2040 [INFO ] - VERBOSE: |
|
2020-08-13 07:24:48,769 2040 [INFO ] - VERBOSE: Files: 104 |
|
2020-08-13 07:24:48,769 2040 [INFO ] - VERBOSE: Size: 103039417 |
|
2020-08-13 07:24:48,784 2040 [INFO ] - VERBOSE: Compressed: 39134169 |
|
2020-08-13 07:24:51,362 2040 [DEBUG] - $exitCode was passed null |
|
2020-08-13 07:24:51,377 2040 [DEBUG] - Command ['C:\ProgramData\chocolatey\tools\7z.exe' x -aoa -bd -bb1 -o"C:\ProgramData\chocolatey\lib\nomacs.portable\tools" -y "C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-portable-win.zip"] exited with '0'. |
|
2020-08-13 07:24:51,394 2040 [DEBUG] - 7z exit code: 0 |
|
2020-08-13 07:24:51,408 2040 [INFO ] - C:\ProgramData\chocolatey\lib\nomacs.portable\tools |
|
2020-08-13 07:24:51,458 2040 [DEBUG] - ---------------------------------------------------------------------- |
|
2020-08-13 07:24:51,472 2040 [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\nomacs.portable\tools\chocolateyInstall.ps1' -installArguments '' -packageParameters '''] exited with '0'. |
|
2020-08-13 07:24:51,503 2040 [DEBUG] - Calling command ['"C:\Windows\System32\shutdown.exe" /a'] |
|
2020-08-13 07:24:51,612 2040 [DEBUG] - Command ['"C:\Windows\System32\shutdown.exe" /a'] exited with '1116' |
|
2020-08-13 07:24:52,362 2040 [DEBUG] - Capturing package files in 'C:\ProgramData\chocolatey\lib\nomacs.portable' |
|
2020-08-13 07:24:53,347 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\nomacs-portable-win.zip.txt' |
|
with checksum '92681B6F6344C872C730F0BD3C1AF9E0' |
|
2020-08-13 07:24:53,616 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\nomacs.portable.nupkg' |
|
with checksum 'F2D35684AC3F5B278BF3535278FD9982' |
|
2020-08-13 07:24:53,616 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\nomacs.portable.nuspec' |
|
with checksum 'FD11D83E1A41B87DF02414DA33179587' |
|
2020-08-13 07:24:53,627 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\legal\license.txt' |
|
with checksum 'E62637EA8A114355B985FD86C9FFBD6E' |
|
2020-08-13 07:24:53,643 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\legal\VERIFICATION.txt' |
|
with checksum '34B68210BC65BE3502A0DA2CC36EC467' |
|
2020-08-13 07:24:53,643 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\chocolateyInstall.ps1' |
|
with checksum '9F2F41965917D56968052A61EB1FAF88' |
|
2020-08-13 07:24:53,643 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\api-ms-win-crt-convert-l1-1-0.dll' |
|
with checksum '278857B86F667C47CBCCE94F5EC73CA8' |
|
2020-08-13 07:24:53,659 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\api-ms-win-crt-environment-l1-1-0.dll' |
|
with checksum '6493B21FEFAE874655C62A56A156F3EB' |
|
2020-08-13 07:24:53,659 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\api-ms-win-crt-filesystem-l1-1-0.dll' |
|
with checksum 'AE83311041EE793253FF10736317A09E' |
|
2020-08-13 07:24:53,705 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\api-ms-win-crt-heap-l1-1-0.dll' |
|
with checksum '12311308D7D65895B3920B3DD3E54B3B' |
|
2020-08-13 07:24:53,957 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\api-ms-win-crt-locale-l1-1-0.dll' |
|
with checksum '3DAFCF25A2AC1BECF40ACBEC8FC7134B' |
|
2020-08-13 07:24:53,957 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\api-ms-win-crt-math-l1-1-0.dll' |
|
with checksum 'F32BD567D35D2E85504C39DEDE609E72' |
|
2020-08-13 07:24:53,971 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\api-ms-win-crt-runtime-l1-1-0.dll' |
|
with checksum '595A997BD415C8AE0EF1E3C3B73E6091' |
|
2020-08-13 07:24:53,971 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\api-ms-win-crt-stdio-l1-1-0.dll' |
|
with checksum '415D765AA267382A79E56E428C80B1E1' |
|
2020-08-13 07:24:53,971 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\api-ms-win-crt-string-l1-1-0.dll' |
|
with checksum '5BD5A9001CB0555C5B2B14E0CBC8D922' |
|
2020-08-13 07:24:53,987 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\api-ms-win-crt-time-l1-1-0.dll' |
|
with checksum 'F719AD4C04043F55A21E73805997B287' |
|
2020-08-13 07:24:53,987 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\api-ms-win-crt-utility-l1-1-0.dll' |
|
with checksum 'A405399D5B958A03E6054307A631553A' |
|
2020-08-13 07:24:54,002 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\CONCRT140.dll' |
|
with checksum '0248BBE3B1CB7F9970861C2B0CFA79F4' |
|
2020-08-13 07:24:54,002 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\default.ini' |
|
with checksum 'D41D8CD98F00B204E9800998ECF8427E' |
|
2020-08-13 07:24:54,019 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\exiv2.dll' |
|
with checksum '2D8A871D767C731A986527BBEA0BEE0A' |
|
2020-08-13 07:24:54,035 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\expat.dll' |
|
with checksum '45F267F8AE20B745CCDDCD9C9C0554D2' |
|
2020-08-13 07:24:54,035 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\heif.dll' |
|
with checksum '052538F6FB6D080DE514BBB56D2A3BCC' |
|
2020-08-13 07:24:54,050 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\libcrypto-1_1-x64.dll' |
|
with checksum '0C665F5B21F78B672720942DC603112E' |
|
2020-08-13 07:24:54,065 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\libde265.dll' |
|
with checksum '474EB8D12CAD88DD179DD4445C8C438A' |
|
2020-08-13 07:24:54,065 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\libssl-1_1-x64.dll' |
|
with checksum 'FB948538916A35FBBF2BC471789AD946' |
|
2020-08-13 07:24:54,080 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\MSVCP140.dll' |
|
with checksum '47101DE0DC287F47718C99C7DD19146E' |
|
2020-08-13 07:24:54,096 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\nomacs.exe' |
|
with checksum '1BEFD1A9B7E45D73A64AFBFA9F38416E' |
|
2020-08-13 07:24:54,237 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\nomacsCore.dll' |
|
with checksum '2BED543FB2B92FD91F88E813406DE07C' |
|
2020-08-13 07:24:54,348 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\opencv_core430.dll' |
|
with checksum '56A5069161EF7BB6F8566DCC1C24BB88' |
|
2020-08-13 07:24:55,612 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\opencv_imgproc430.dll' |
|
with checksum '376020E693D89BA1773051C01DC228CC' |
|
2020-08-13 07:24:56,237 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\Qt5Concurrent.dll' |
|
with checksum '90838E2BA6DD31F84767EC22831F4DA1' |
|
2020-08-13 07:24:56,317 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\Qt5Core.dll' |
|
with checksum '6853F6C5D6CF5D4945FE7E795415A04E' |
|
2020-08-13 07:24:56,471 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\Qt5Gui.dll' |
|
with checksum 'A02F395521487F3963B38E9D2D86DA2A' |
|
2020-08-13 07:24:56,536 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\Qt5Network.dll' |
|
with checksum 'AA903FBC163715359EB3A995827EF781' |
|
2020-08-13 07:24:56,536 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\Qt5PrintSupport.dll' |
|
with checksum '7FDFC065E52B1571C486805585B5828A' |
|
2020-08-13 07:24:56,549 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\Qt5Svg.dll' |
|
with checksum '7756B40B36D6A41EE8B26A3D8A6C7705' |
|
2020-08-13 07:24:56,582 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\Qt5Widgets.dll' |
|
with checksum '1B71C6EBE1446F8DADBDED8B8F9354E1' |
|
2020-08-13 07:24:56,674 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\Qt5WinExtras.dll' |
|
with checksum '21EEF69E555036B86F27385866268CC7' |
|
2020-08-13 07:24:56,674 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\quazip5.dll' |
|
with checksum '3C2AE8C33CD07E74373DA6EBB04AC4CE' |
|
2020-08-13 07:24:56,711 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\raw.dll' |
|
with checksum 'C864EE09140117D67C7E9C0F0E33EA78' |
|
2020-08-13 07:24:56,721 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\settings.ini' |
|
with checksum 'D41D8CD98F00B204E9800998ECF8427E' |
|
2020-08-13 07:24:56,721 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\VCRUNTIME140.dll' |
|
with checksum '18571D6663B7D9AC95F2821C203E471F' |
|
2020-08-13 07:24:56,741 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\VCRUNTIME140_1.dll' |
|
with checksum 'A4F89FFC725CCAE3C7BBCB9A0C91302F' |
|
2020-08-13 07:24:56,783 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\imageformats\qavif.dll' |
|
with checksum 'AB4B99ABA538C373AFB89A1B4C3DEF4F' |
|
2020-08-13 07:24:56,783 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\imageformats\qgif.dll' |
|
with checksum '907C63E82FC3B9217933014035D861AD' |
|
2020-08-13 07:24:56,799 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\imageformats\qheif.dll' |
|
with checksum '832C78DC94A4A553AF24E4825FAFCE87' |
|
2020-08-13 07:24:56,799 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\imageformats\qicns.dll' |
|
with checksum '35AEE3861714C2F9732EADF0B8DBB93A' |
|
2020-08-13 07:24:56,799 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\imageformats\qico.dll' |
|
with checksum 'E394B0AACA984F0486D3278EB79B9B3D' |
|
2020-08-13 07:24:56,956 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\imageformats\qjp2.dll' |
|
with checksum '2EEBBB564511CFA16CFEF3CF7971F7F1' |
|
2020-08-13 07:24:56,956 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\imageformats\qjpeg.dll' |
|
with checksum 'E27DBBBA68A01DD57AE86E427ED25A25' |
|
2020-08-13 07:24:56,971 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\imageformats\qmng.dll' |
|
with checksum '0450ED6FBC974684DE04067B31E2A18D' |
|
2020-08-13 07:24:56,971 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\imageformats\qpcx.dll' |
|
with checksum '1FA7CB0B548941B9245AA837B7568433' |
|
2020-08-13 07:24:56,971 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\imageformats\qpsd.dll' |
|
with checksum '7A9697B7E905585D82C78DE293B5D9BA' |
|
2020-08-13 07:24:56,987 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\imageformats\qsvg.dll' |
|
with checksum 'ADCBC05EE7234EC2CDA87AF7DC3229AF' |
|
2020-08-13 07:24:56,987 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\imageformats\qtga.dll' |
|
with checksum 'B2D26D41E22FBEAFF65C07E2CB8537FB' |
|
2020-08-13 07:24:56,987 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\imageformats\qtiff.dll' |
|
with checksum '4AE7199659FA7A41EB6703182A4BC62E' |
|
2020-08-13 07:24:57,034 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\imageformats\qwbmp.dll' |
|
with checksum '89E0A72447A37D35506933D0CE57D39A' |
|
2020-08-13 07:24:57,034 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\imageformats\qwebp.dll' |
|
with checksum 'D64562F9683757EC3123F22F593D1914' |
|
2020-08-13 07:24:57,050 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\license\COPYING.EXPAT' |
|
with checksum '1B71F681713D1256E1C23B0890920874' |
|
2020-08-13 07:24:57,067 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\license\COPYING.LIBDE256' |
|
with checksum '695B556799ABB2435C97A113CDCA512F' |
|
2020-08-13 07:24:57,067 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\license\COPYING.LIBHEIF' |
|
with checksum 'F07B2BC152EAEE52EDBD338825F474D4' |
|
2020-08-13 07:24:57,067 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\license\COPYING.LIBRAW' |
|
with checksum '857E298A5D8E529EB85D9C5FD5582D1F' |
|
2020-08-13 07:24:57,080 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\license\COPYING.QUAZIP' |
|
with checksum '910D778AAB53617CBAF13C4E1810E289' |
|
2020-08-13 07:24:57,080 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\license\COPYRIGHT' |
|
with checksum 'A6DDE2661992C52D2BF8A72F2D89B12D' |
|
2020-08-13 07:24:57,080 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\license\LICENSE.GPLv2' |
|
with checksum '6128000179C321ADC6667B9690D74E33' |
|
2020-08-13 07:24:57,080 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\license\LICENSE.GPLv3' |
|
with checksum 'D32239BCB673463AB874E80D47FAE504' |
|
2020-08-13 07:24:57,100 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\license\LICENSE.LGPLv2' |
|
with checksum 'FBC093901857FCD118F065F900982C24' |
|
2020-08-13 07:24:57,100 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\license\LICENSE.LGPLv3' |
|
with checksum '3000208D539EC061B899BCE1D9CE9404' |
|
2020-08-13 07:24:57,112 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\license\LICENSE.OPENCV' |
|
with checksum '19598330421859A6DD353A4318091AC7' |
|
2020-08-13 07:24:57,112 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\license\README.md' |
|
with checksum 'B46E824B1172FF5771E3FD64B37B8A1E' |
|
2020-08-13 07:24:57,129 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\platforms\qwindows.dll' |
|
with checksum '8C289134BFC31DD3452E224FC1892C92' |
|
2020-08-13 07:24:57,224 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\plugins\affineTransformPlugin.dll' |
|
with checksum 'D887746FB06F06B28AE447335DA2E2D0' |
|
2020-08-13 07:24:57,237 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\plugins\CompositePlugin.dll' |
|
with checksum '63530A8D19A732B09D874CBB3F72E083' |
|
2020-08-13 07:24:57,252 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\plugins\fakeMiniaturesPlugin.dll' |
|
with checksum '36BEC70099D348EE44A28C9DBE39D6AF' |
|
2020-08-13 07:24:57,252 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\plugins\pageExtractionPlugin.dll' |
|
with checksum '8B349FBA3048D521633EABBC1558F5BC' |
|
2020-08-13 07:24:57,268 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\plugins\paintPlugin.dll' |
|
with checksum 'BA7E232727FB82A35981AB5D84BA0A9B' |
|
2020-08-13 07:24:57,268 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\printsupport\windowsprintersupport.dll' |
|
with checksum 'FAA182CAD73DD4841E09FF0FC3353516' |
|
2020-08-13 07:24:57,283 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\styles\qwindowsvistastyle.dll' |
|
with checksum '057BD9F8CD48AA59DC29D3511595F571' |
|
2020-08-13 07:24:57,283 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\themes\Dark-Theme.css' |
|
with checksum 'BA8685441D09AE579C9AAE89BCDC1CC8' |
|
2020-08-13 07:24:57,283 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\themes\Light-Theme.css' |
|
with checksum '6D9D234098E3F22F97B7CCA9A8DF5EC8' |
|
2020-08-13 07:24:57,301 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\themes\System.css' |
|
with checksum 'D41D8CD98F00B204E9800998ECF8427E' |
|
2020-08-13 07:24:57,315 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\translations\nomacs_ar.qm' |
|
with checksum '195983212B13DD43F83A88D665F9F766' |
|
2020-08-13 07:24:57,315 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\translations\nomacs_bg.qm' |
|
with checksum '9E47AE514FB5737A0B0363B7ACCC53BC' |
|
2020-08-13 07:24:57,315 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\translations\nomacs_br_pt.qm' |
|
with checksum 'B83D33608DBB2DB703D24D43A78E7794' |
|
2020-08-13 07:24:57,330 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\translations\nomacs_bs.qm' |
|
with checksum '32D9B894283585F876227BDE07E5EBC2' |
|
2020-08-13 07:24:57,330 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\translations\nomacs_ca.qm' |
|
with checksum '67B99A36712A3FDAB383B5DF7D5E5D45' |
|
2020-08-13 07:24:57,330 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\translations\nomacs_cs.qm' |
|
with checksum '12FF9F88A91203245EF5E22E53A92AAC' |
|
2020-08-13 07:24:57,346 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\translations\nomacs_de.qm' |
|
with checksum 'CD0974FD1609519A90118CEFEDE761B5' |
|
2020-08-13 07:24:57,346 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\translations\nomacs_el.qm' |
|
with checksum '6E673B71A64920DB9AE55B5729D96FC2' |
|
2020-08-13 07:24:57,346 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\translations\nomacs_es.qm' |
|
with checksum 'E7CD8F0286CB204852BCDDAAFF1611CE' |
|
2020-08-13 07:24:57,362 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\translations\nomacs_et.qm' |
|
with checksum '02682CCC6A61ECDF96D388B08FDB0A70' |
|
2020-08-13 07:24:57,362 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\translations\nomacs_fi.qm' |
|
with checksum '044C3B925E5336C78B34AB8D4C2FE286' |
|
2020-08-13 07:24:57,383 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\translations\nomacs_fr.qm' |
|
with checksum '7AD562B4E16136766854EEDF4959248C' |
|
2020-08-13 07:24:57,383 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\translations\nomacs_hr.qm' |
|
with checksum '0AFB4BA0216ED80CBD5995C175476DF3' |
|
2020-08-13 07:24:57,393 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\translations\nomacs_hu.qm' |
|
with checksum '5FABB6932F2D906A5BD4FA1B05E4F2DF' |
|
2020-08-13 07:24:57,393 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\translations\nomacs_id.qm' |
|
with checksum '4DA764F5BB4831E46FB1AE4217CE4C75' |
|
2020-08-13 07:24:57,393 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\translations\nomacs_it.qm' |
|
with checksum 'F0B0F0428FD715F49B8AA6630E57A6C8' |
|
2020-08-13 07:24:57,502 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\translations\nomacs_ja.qm' |
|
with checksum '44C63AE84B6B48D783785E1114AA0DFE' |
|
2020-08-13 07:24:57,502 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\translations\nomacs_ko.qm' |
|
with checksum 'E46212D9CDF561234ECAD38D13B41B18' |
|
2020-08-13 07:24:57,518 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\translations\nomacs_nl.qm' |
|
with checksum '7B58DB7F24ED589748B4B2FEF20DE2FB' |
|
2020-08-13 07:24:57,518 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\translations\nomacs_pl.qm' |
|
with checksum 'E66DBB0AF8277D0CB6AF4633830D96DC' |
|
2020-08-13 07:24:57,533 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\translations\nomacs_pt.qm' |
|
with checksum '9E81FE31268EB751E48F48EA24C2C526' |
|
2020-08-13 07:24:57,533 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\translations\nomacs_ru.qm' |
|
with checksum '3DF010796353F5C27F1F71496A23FC95' |
|
2020-08-13 07:24:57,549 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\translations\nomacs_sk.qm' |
|
with checksum 'EE17029655D9DC30F8367459A7003613' |
|
2020-08-13 07:24:57,549 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\translations\nomacs_sr.qm' |
|
with checksum '2EB75A12B1235B23749672E5EBD43E7A' |
|
2020-08-13 07:24:57,565 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\translations\nomacs_sv.qm' |
|
with checksum 'AB3D9DE8C544E4D9888383496D12C477' |
|
2020-08-13 07:24:57,565 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\translations\nomacs_tr.qm' |
|
with checksum 'CD7207FEB9A5598DEF4FE0D382956318' |
|
2020-08-13 07:24:57,580 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\translations\nomacs_tw_zh.qm' |
|
with checksum 'B3B50B4717D473B9F3754001E1F10769' |
|
2020-08-13 07:24:57,580 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\translations\nomacs_uk.qm' |
|
with checksum '6E6B23CE7D06C6EB00E09A2D20535D2F' |
|
2020-08-13 07:24:57,596 2040 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\translations\nomacs_zh_CN.qm' |
|
with checksum 'EAA1D6D4146CE2DE7AEAA94D20FCC153' |
|
2020-08-13 07:24:57,628 2040 [DEBUG] - Calling command ['"C:\ProgramData\chocolatey\tools\shimgen.exe" --path="..\\lib\nomacs.portable\tools\nomacs-3.17.2206\nomacs.exe" --output="C:\ProgramData\chocolatey\bin\nomacs.exe" --iconpath="C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\nomacs.exe"'] |
|
2020-08-13 07:25:12,050 2040 [DEBUG] - [ShimGen] Microsoft (R) Visual C# Compiler version 4.0.30319.33440 |
|
2020-08-13 07:25:12,050 2040 [DEBUG] - [ShimGen] for Microsoft (R) .NET Framework 4.5 |
|
2020-08-13 07:25:12,065 2040 [DEBUG] - [ShimGen] Copyright (C) Microsoft Corporation. All rights reserved. |
|
2020-08-13 07:25:12,097 2040 [DEBUG] - [ShimGen] ShimGen has successfully created 'C:\ProgramData\chocolatey\bin\nomacs.exe' |
|
2020-08-13 07:25:12,174 2040 [DEBUG] - Command ['"C:\ProgramData\chocolatey\tools\shimgen.exe" --path="..\\lib\nomacs.portable\tools\nomacs-3.17.2206\nomacs.exe" --output="C:\ProgramData\chocolatey\bin\nomacs.exe" --iconpath="C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\nomacs.exe"'] exited with '0' |
|
2020-08-13 07:25:12,191 2040 [INFO ] - ShimGen has successfully created a shim for nomacs.exe |
|
2020-08-13 07:25:12,205 2040 [DEBUG] - Created: C:\ProgramData\chocolatey\bin\nomacs.exe |
|
Targeting: C:\ProgramData\chocolatey\lib\nomacs.portable\tools\nomacs-3.17.2206\nomacs.exe |
|
IsGui:False |
|
|
|
2020-08-13 07:25:12,268 2040 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\.chocolatey\nomacs.portable.3.17.2206". |
|
2020-08-13 07:25:12,299 2040 [DEBUG] - There was no original file at 'C:\ProgramData\chocolatey\.chocolatey\nomacs.portable.3.17.2206\.files' |
|
2020-08-13 07:25:12,315 2040 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\nomacs.portable.3.17.2206\.extra". |
|
2020-08-13 07:25:12,315 2040 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\nomacs.portable.3.17.2206\.version". |
|
2020-08-13 07:25:12,330 2040 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\nomacs.portable.3.17.2206\.sxs". |
|
2020-08-13 07:25:12,330 2040 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\nomacs.portable.3.17.2206\.pin". |
|
2020-08-13 07:25:12,350 2040 [DEBUG] - Sending message 'HandlePackageResultCompletedMessage' out if there are subscribers... |
|
2020-08-13 07:25:12,350 2040 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\lib\nomacs.portable\.chocolateyPending". |
|
2020-08-13 07:25:12,362 2040 [INFO ] - The install of nomacs.portable was successful. |
|
2020-08-13 07:25:12,362 2040 [INFO ] - Software installed to 'C:\ProgramData\chocolatey\lib\nomacs.portable\tools' |
|
2020-08-13 07:25:12,377 2040 [DEBUG] - Attempting to delete file "C:\Users\Administrator\AppData\Local\NuGet\Cache\nomacs.portable.3.17.2206.nupkg". |
|
2020-08-13 07:25:12,409 2040 [WARN ] - |
|
Chocolatey installed 1/1 packages. |
|
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log). |
|
2020-08-13 07:25:12,425 2040 [DEBUG] - Sending message 'PostRunMessage' out if there are subscribers... |
|
2020-08-13 07:25:12,534 2040 [DEBUG] - Exiting with 0 |