|
2021-01-12 18:23:09,554 628 [DEBUG] - [NuGet] Added file 'picard_x32.exe' to folder 'picard\tools'. |
|
2021-01-12 18:23:09,650 628 [DEBUG] - [NuGet] Added file 'picard.nupkg' to folder 'picard'. |
|
2021-01-12 18:23:09,898 628 [DEBUG] - [NuGet] Added file 'picard.nuspec' to folder 'picard'. |
|
2021-01-12 18:23:10,022 628 [INFO ] - [NuGet] Successfully installed 'picard 2.5.6'. |
|
2021-01-12 18:23:10,038 628 [INFO ] - |
|
picard v2.5.6 (forced) |
|
2021-01-12 18:23:10,038 628 [INFO ] - picard package files install completed. Performing other installation steps. |
|
2021-01-12 18:23:10,055 628 [DEBUG] - Setting installer args for picard |
|
2021-01-12 18:23:10,055 628 [DEBUG] - Setting package parameters for picard |
|
2021-01-12 18:23:10,055 628 [DEBUG] - Contents of 'C:\ProgramData\chocolatey\lib\picard\tools\chocolateyInstall.ps1': |
|
2021-01-12 18:23:10,069 628 [DEBUG] - $ErrorActionPreference = 'Stop' |
|
|
|
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition |
|
$filePath = "$toolsPath\picard_x32.exe" |
|
|
|
$packageArgs = @{ |
|
packageName = 'picard' |
|
fileType = 'exe' |
|
softwareName = 'MusicBrainz Picard' |
|
silentArgs = '/S' |
|
validExitCodes = @(0) |
|
} |
|
|
|
[array]$key = Get-UninstallRegistryKey $packageArgs.softwareName |
|
if ($key.Count -eq 1) { |
|
Write-Host "Previous installation detected, uninstalling" |
|
$packageArgs.file = $key[0].UninstallString |
|
Uninstall-ChocolateyPackage @packageArgs |
|
} |
|
$packageArgs.file = $filePath |
|
Install-ChocolateyInstallPackage @packageArgs |
|
Remove-Item -Force -ea 0 $filePath,"$filePath.ignore" |
|
|
|
2021-01-12 18:23:10,273 628 [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\picard\tools\chocolateyInstall.ps1' -installArguments '' -packageParameters '''] |
|
2021-01-12 18:23:10,382 628 [DEBUG] - Redirecting Microsoft.PowerShell.Security, requested by '' |
|
2021-01-12 18:23:10,430 628 [DEBUG] - Attempting to load assembly Microsoft.PowerShell.Security failed: |
|
Could not load file or assembly 'Microsoft.PowerShell.Security, Version=5.0.0.0' or one of its dependencies. The system cannot find the file specified. |
|
2021-01-12 18:23:10,430 628 [DEBUG] - Attempting to load assembly Microsoft.PowerShell.Security failed: |
|
Could not load file or assembly 'Microsoft.PowerShell.Security, Version=4.0.0.0' or one of its dependencies. The system cannot find the file specified. |
|
2021-01-12 18:23:10,445 628 [DEBUG] - Attempting to load assembly Microsoft.PowerShell.Security failed: |
|
Could not load file or assembly 'Microsoft.PowerShell.Security, Version=3.0.0.0' or one of its dependencies. The system cannot find the file specified. |
|
2021-01-12 18:23:10,445 628 [DEBUG] - Attempting to load assembly Microsoft.PowerShell.Security failed: |
|
Could not load file or assembly 'Microsoft.PowerShell.Security, Version=1.0.0.0' or one of its dependencies. The system cannot find the file specified. |
|
2021-01-12 18:23:11,257 628 [DEBUG] - Host version is 4.0, PowerShell Version is '4.0' and CLR Version is '4.0.30319.34014'. |
|
2021-01-12 18:23:13,758 628 [INFO ] - VERBOSE: Exporting function 'Format-FileSize'. |
|
2021-01-12 18:23:13,758 628 [INFO ] - VERBOSE: Exporting function 'Get-ChecksumValid'. |
|
2021-01-12 18:23:13,773 628 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyUnzip'. |
|
2021-01-12 18:23:13,773 628 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyWebFile'. |
|
2021-01-12 18:23:13,773 628 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariable'. |
|
2021-01-12 18:23:14,085 628 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariableNames'. |
|
2021-01-12 18:23:14,085 628 [INFO ] - VERBOSE: Exporting function 'Get-FtpFile'. |
|
2021-01-12 18:23:14,085 628 [INFO ] - VERBOSE: Exporting function 'Get-OSArchitectureWidth'. |
|
2021-01-12 18:23:14,085 628 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'. |
|
2021-01-12 18:23:14,100 628 [INFO ] - VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'. |
|
2021-01-12 18:23:14,100 628 [INFO ] - VERBOSE: Exporting function 'Get-ToolsLocation'. |
|
2021-01-12 18:23:14,100 628 [INFO ] - VERBOSE: Exporting function 'Get-UACEnabled'. |
|
2021-01-12 18:23:14,100 628 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'. |
|
2021-01-12 18:23:14,116 628 [INFO ] - VERBOSE: Exporting function 'Get-VirusCheckValid'. |
|
2021-01-12 18:23:14,116 628 [INFO ] - VERBOSE: Exporting function 'Get-WebFile'. |
|
2021-01-12 18:23:14,116 628 [INFO ] - VERBOSE: Exporting function 'Get-WebFileName'. |
|
2021-01-12 18:23:14,116 628 [INFO ] - VERBOSE: Exporting function 'Get-WebHeaders'. |
|
2021-01-12 18:23:14,133 628 [INFO ] - VERBOSE: Exporting function 'Install-BinFile'. |
|
2021-01-12 18:23:14,133 628 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'. |
|
2021-01-12 18:23:14,133 628 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'. |
|
2021-01-12 18:23:14,133 628 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'. |
|
2021-01-12 18:23:14,148 628 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'. |
|
2021-01-12 18:23:14,148 628 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'. |
|
2021-01-12 18:23:14,148 628 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPackage'. |
|
2021-01-12 18:23:14,148 628 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPath'. |
|
2021-01-12 18:23:14,164 628 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'. |
|
2021-01-12 18:23:14,164 628 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'. |
|
2021-01-12 18:23:14,164 628 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyShortcut'. |
|
2021-01-12 18:23:14,164 628 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'. |
|
2021-01-12 18:23:14,182 628 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyZipPackage'. |
|
2021-01-12 18:23:14,182 628 [INFO ] - VERBOSE: Exporting function 'Install-Vsix'. |
|
2021-01-12 18:23:14,182 628 [INFO ] - VERBOSE: Exporting function 'Set-EnvironmentVariable'. |
|
2021-01-12 18:23:14,195 628 [INFO ] - VERBOSE: Exporting function 'Set-PowerShellExitCode'. |
|
2021-01-12 18:23:14,195 628 [INFO ] - VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'. |
|
2021-01-12 18:23:14,195 628 [INFO ] - VERBOSE: Exporting function 'Test-ProcessAdminRights'. |
|
2021-01-12 18:23:14,195 628 [INFO ] - VERBOSE: Exporting function 'Uninstall-BinFile'. |
|
2021-01-12 18:23:14,257 628 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'. |
|
2021-01-12 18:23:14,257 628 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'. |
|
2021-01-12 18:23:14,257 628 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'. |
|
2021-01-12 18:23:14,257 628 [INFO ] - VERBOSE: Exporting function 'Update-SessionEnvironment'. |
|
2021-01-12 18:23:14,273 628 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateyFailure'. |
|
2021-01-12 18:23:14,273 628 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateySuccess'. |
|
2021-01-12 18:23:14,273 628 [INFO ] - VERBOSE: Exporting function 'Write-FileUpdateLog'. |
|
2021-01-12 18:23:14,273 628 [INFO ] - VERBOSE: Exporting function 'Write-FunctionCallLogMessage'. |
|
2021-01-12 18:23:14,289 628 [INFO ] - VERBOSE: Exporting alias 'Get-ProcessorBits'. |
|
2021-01-12 18:23:14,289 628 [INFO ] - VERBOSE: Exporting alias 'Get-OSBitness'. |
|
2021-01-12 18:23:14,289 628 [INFO ] - VERBOSE: Exporting alias 'Get-InstallRegistryKey'. |
|
2021-01-12 18:23:14,289 628 [INFO ] - VERBOSE: Exporting alias 'Generate-BinFile'. |
|
2021-01-12 18:23:14,303 628 [INFO ] - VERBOSE: Exporting alias 'Add-BinFile'. |
|
2021-01-12 18:23:14,303 628 [INFO ] - VERBOSE: Exporting alias 'Start-ChocolateyProcess'. |
|
2021-01-12 18:23:14,303 628 [INFO ] - VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'. |
|
2021-01-12 18:23:14,303 628 [INFO ] - VERBOSE: Exporting alias 'Remove-BinFile'. |
|
2021-01-12 18:23:14,320 628 [INFO ] - VERBOSE: Exporting alias 'refreshenv'. |
|
2021-01-12 18:23:14,320 628 [DEBUG] - Loading community extensions |
|
2021-01-12 18:23:15,085 628 [DEBUG] - Importing 'C:\ProgramData\chocolatey\extensions\chocolatey-core\chocolatey-core.psm1' |
|
2021-01-12 18:23:15,085 628 [INFO ] - VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-core\chocolatey-core.psm1'. |
|
2021-01-12 18:24:35,297 1336 [DEBUG] - XmlConfiguration is now operational |
|
2021-01-12 18:24:35,451 1336 [INFO ] - ============================================================ |
|
2021-01-12 18:24:36,049 1336 [INFO ] - Chocolatey v0.10.15 |
|
2021-01-12 18:24:36,091 1336 [DEBUG] - Chocolatey is running on Windows v 6.3.9600.0 |
|
2021-01-12 18:24:36,161 1336 [DEBUG] - Attempting to delete file "C:/ProgramData/chocolatey/choco.exe.old". |
|
2021-01-12 18:24:36,161 1336 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\choco.exe.old". |
|
2021-01-12 18:24:36,285 1336 [DEBUG] - Command line: "C:\ProgramData\chocolatey\choco.exe" install praat --version 6.1.38 -fdvy --execution-timeout=2700 --allow-downgrade |
|
2021-01-12 18:24:36,285 1336 [DEBUG] - Received arguments: install praat --version 6.1.38 -fdvy --execution-timeout=2700 --allow-downgrade |
|
2021-01-12 18:24:36,397 1336 [DEBUG] - RemovePendingPackagesTask is now ready and waiting for PreRunMessage. |
|
2021-01-12 18:24:36,425 1336 [DEBUG] - Sending message 'PreRunMessage' out if there are subscribers... |
|
2021-01-12 18:24:36,439 1336 [DEBUG] - [Pending] Removing all pending packages that should not be considered installed... |
|
2021-01-12 18:24:36,607 1336 [DEBUG] - Performing validation checks. |
|
2021-01-12 18:24:36,620 1336 [DEBUG] - Global Configuration Validation Checks: |
|
2021-01-12 18:24:36,634 1336 [DEBUG] - - Package Exit Code / Exit On Reboot = Checked |
|
2021-01-12 18:24:36,634 1336 [DEBUG] - System State Validation Checks: |
|
2021-01-12 18:24:36,649 1336 [DEBUG] - Reboot Requirement Checks: |
|
2021-01-12 18:24:36,649 1336 [DEBUG] - - Pending Computer Rename = Checked |
|
2021-01-12 18:24:36,662 1336 [DEBUG] - - Pending Component Based Servicing = Flagged |
|
2021-01-12 18:24:36,675 1336 [INFO ] - 2 validations performed. 1 success(es), 1 warning(s), and 0 error(s). |
|
2021-01-12 18:24:36,675 1336 [INFO ] - |
|
2021-01-12 18:24:36,689 1336 [WARN ] - Validation Warnings: |
|
2021-01-12 18:24:36,746 1336 [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. |
|
|
|
2021-01-12 18:24:36,773 1336 [DEBUG] - The source 'c:\cached-packages;https://chocolatey.org/api/v2/' evaluated to a 'normal' source type |
|
2021-01-12 18:24:36,788 1336 [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. |
|
2021-01-12 18:24:36,829 1336 [DEBUG] - Configuration: CommandName='install'| |
|
CacheLocation='C:\Users\Administrator\AppData\Local\Temp\chocolatey'| |
|
ContainsLegacyPackageInstalls='True'| |
|
CommandExecutionTimeoutSeconds='2700'|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='praat'|Version='6.1.38'| |
|
AllVersions='False'|SkipPackageInstallProvider='False'| |
|
PackageNames='praat'|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.15.0'| |
|
Information.ChocolateyProductVersion='0.10.15'| |
|
Information.FullName='choco, Version=0.10.15.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'| |
|
2021-01-12 18:24:36,870 1336 [DEBUG] - _ Chocolatey:ChocolateyInstallCommand - Normal Run Mode _ |
|
2021-01-12 18:24:36,912 1336 [INFO ] - Installing the following packages: |
|
2021-01-12 18:24:36,912 1336 [INFO ] - praat |
|
2021-01-12 18:24:36,912 1336 [INFO ] - By installing you accept licenses for the packages. |
|
2021-01-12 18:24:36,926 1336 [DEBUG] - Current environment values (may contain sensitive data): |
|
2021-01-12 18:24:36,940 1336 [DEBUG] - * 'TMP'='C:\Users\Administrator\AppData\Local\Temp' ('User') |
|
2021-01-12 18:24:36,940 1336 [DEBUG] - * 'TEMP'='C:\Users\Administrator\AppData\Local\Temp' ('User') |
|
2021-01-12 18:24:36,940 1336 [DEBUG] - * 'ChocolateyLastPathUpdate'='132546114748156950' ('User') |
|
2021-01-12 18:24:36,940 1336 [DEBUG] - * 'FP_NO_HOST_CHECK'='NO' ('Machine') |
|
2021-01-12 18:24:36,954 1336 [DEBUG] - * 'USERNAME'='SYSTEM' ('Machine') |
|
2021-01-12 18:24:36,954 1336 [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') |
|
2021-01-12 18:24:36,954 1336 [DEBUG] - * 'ComSpec'='C:\Windows\system32\cmd.exe' ('Machine') |
|
2021-01-12 18:24:36,954 1336 [DEBUG] - * 'TMP'='C:\Windows\TEMP' ('Machine') |
|
2021-01-12 18:24:36,954 1336 [DEBUG] - * 'OS'='Windows_NT' ('Machine') |
|
2021-01-12 18:24:36,968 1336 [DEBUG] - * 'windir'='C:\Windows' ('Machine') |
|
2021-01-12 18:24:36,968 1336 [DEBUG] - * 'PROCESSOR_ARCHITECTURE'='AMD64' ('Machine') |
|
2021-01-12 18:24:36,968 1336 [DEBUG] - * 'TEMP'='C:\Windows\TEMP' ('Machine') |
|
2021-01-12 18:24:36,968 1336 [DEBUG] - * 'PATHEXT'='.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC' ('Machine') |
|
2021-01-12 18:24:36,982 1336 [DEBUG] - * 'PSModulePath'='C:\Windows\system32\WindowsPowerShell\v1.0\Modules\' ('Machine') |
|
2021-01-12 18:24:36,982 1336 [DEBUG] - * 'NUMBER_OF_PROCESSORS'='1' ('Machine') |
|
2021-01-12 18:24:36,982 1336 [DEBUG] - * 'PROCESSOR_LEVEL'='16' ('Machine') |
|
2021-01-12 18:24:36,982 1336 [DEBUG] - * 'PROCESSOR_IDENTIFIER'='AMD64 Family 16 Model 6 Stepping 3, AuthenticAMD' ('Machine') |
|
2021-01-12 18:24:36,995 1336 [DEBUG] - * 'PROCESSOR_REVISION'='0603' ('Machine') |
|
2021-01-12 18:24:36,995 1336 [DEBUG] - * 'HOME'='C:\Users\Administrator' ('Machine') |
|
2021-01-12 18:24:36,995 1336 [DEBUG] - * 'ChocolateyInstall'='C:\ProgramData\chocolatey' ('Machine') |
|
2021-01-12 18:24:51,698 1336 [INFO ] - [NuGet] Installing 'praat 6.1.38'. |
|
2021-01-12 18:24:51,732 1336 [DEBUG] - [NuGet] Added file 'chocolateyinstall.ps1' to folder 'praat\tools'. |
|
2021-01-12 18:24:51,732 1336 [DEBUG] - [NuGet] Added file 'chocolateyuninstall.ps1' to folder 'praat\tools'. |
|
2021-01-12 18:24:51,732 1336 [DEBUG] - [NuGet] Added file 'LICENSE.txt' to folder 'praat\tools'. |
|
2021-01-12 18:24:51,867 1336 [DEBUG] - [NuGet] Added file 'praat6138_win32.zip' to folder 'praat\tools'. |
|
2021-01-12 18:24:51,900 1336 [DEBUG] - [NuGet] Added file 'praat6138_win64.zip' to folder 'praat\tools'. |
|
2021-01-12 18:24:51,900 1336 [DEBUG] - [NuGet] Added file 'VERIFICATION.txt' to folder 'praat\tools'. |
|
2021-01-12 18:24:51,951 1336 [DEBUG] - [NuGet] Added file 'praat.nupkg' to folder 'praat'. |
|
2021-01-12 18:24:52,323 1336 [DEBUG] - [NuGet] Added file 'praat.nuspec' to folder 'praat'. |
|
2021-01-12 18:24:52,355 1336 [INFO ] - [NuGet] Successfully installed 'praat 6.1.38'. |
|
2021-01-12 18:24:52,355 1336 [INFO ] - |
|
praat v6.1.38 (forced) |
|
2021-01-12 18:24:52,423 1336 [INFO ] - praat package files install completed. Performing other installation steps. |
|
2021-01-12 18:24:52,608 1336 [DEBUG] - Setting installer args for praat |
|
2021-01-12 18:24:52,995 1336 [DEBUG] - Setting package parameters for praat |
|
2021-01-12 18:24:52,995 1336 [DEBUG] - Contents of 'C:\ProgramData\chocolatey\lib\praat\tools\chocolateyinstall.ps1': |
|
2021-01-12 18:24:53,030 1336 [DEBUG] - $ErrorActionPreference = 'Stop' |
|
|
|
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" |
|
$BitLevel = Get-ProcessorBits |
|
|
|
# Remove old versions |
|
$null = Get-ChildItem $env:ChocolateyPackageFolder -Filter *.exe | Remove-Item -Force |
|
|
|
$ZipFile = Get-ChildItem $toolsDir -filter "*.zip" | |
|
Where-Object {$_.basename -match "$BitLevel`$"} | |
|
Sort-Object LastWriteTime | |
|
Select-Object -ExpandProperty FullName -Last 1 |
|
|
|
Get-ChocolateyUnzip -FileFullPath $ZipFile -Destination $env:ChocolateyPackageFolder |
|
|
|
$Linkname = (Get-Culture).textinfo.totitlecase($env:ChocolateyPackageName) + '.lnk' |
|
$StartPrograms = Join-Path $env:ProgramData '\Microsoft\Windows\Start Menu\Programs' |
|
$shortcutFilePath = Join-Path $StartPrograms $Linkname |
|
$targetPath = (Get-ChildItem $env:ChocolateyPackageFolder -filter "*.exe").fullname |
|
|
|
Install-ChocolateyShortcut -shortcutFilePath $shortcutFilePath -targetPath $targetPath |
|
|
|
$exes = Get-ChildItem $env:ChocolateyPackageFolder -filter *.exe |Select-Object -ExpandProperty fullname |
|
foreach ($exe in $exes) { |
|
$null = New-Item "$exe.gui" -Type file -Force |
|
} |
|
|
|
2021-01-12 18:24:53,096 1336 [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\praat\tools\chocolateyinstall.ps1' -installArguments '' -packageParameters '''] |
|
2021-01-12 18:24:53,114 1336 [DEBUG] - Redirecting System.Management.Automation.resources, Version=3.0.0.0, Culture=en-US, PublicKeyToken=31bf3856ad364e35, requested by '' |
|
2021-01-12 18:24:53,770 1336 [DEBUG] - Host version is 4.0, PowerShell Version is '4.0' and CLR Version is '4.0.30319.34014'. |
|
2021-01-12 18:24:54,764 1336 [INFO ] - VERBOSE: Exporting function 'Format-FileSize'. |
|
2021-01-12 18:24:54,764 1336 [INFO ] - VERBOSE: Exporting function 'Get-ChecksumValid'. |
|
2021-01-12 18:24:54,764 1336 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyUnzip'. |
|
2021-01-12 18:24:54,782 1336 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyWebFile'. |
|
2021-01-12 18:24:54,782 1336 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariable'. |
|
2021-01-12 18:24:54,782 1336 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariableNames'. |
|
2021-01-12 18:24:54,782 1336 [INFO ] - VERBOSE: Exporting function 'Get-FtpFile'. |
|
2021-01-12 18:24:54,798 1336 [INFO ] - VERBOSE: Exporting function 'Get-OSArchitectureWidth'. |
|
2021-01-12 18:24:54,798 1336 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'. |
|
2021-01-12 18:24:54,798 1336 [INFO ] - VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'. |
|
2021-01-12 18:24:54,798 1336 [INFO ] - VERBOSE: Exporting function 'Get-ToolsLocation'. |
|
2021-01-12 18:24:54,814 1336 [INFO ] - VERBOSE: Exporting function 'Get-UACEnabled'. |
|
2021-01-12 18:24:54,814 1336 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'. |
|
2021-01-12 18:24:54,814 1336 [INFO ] - VERBOSE: Exporting function 'Get-VirusCheckValid'. |
|
2021-01-12 18:24:54,814 1336 [INFO ] - VERBOSE: Exporting function 'Get-WebFile'. |
|
2021-01-12 18:24:54,882 1336 [INFO ] - VERBOSE: Exporting function 'Get-WebFileName'. |
|
2021-01-12 18:24:54,882 1336 [INFO ] - VERBOSE: Exporting function 'Get-WebHeaders'. |
|
2021-01-12 18:24:54,882 1336 [INFO ] - VERBOSE: Exporting function 'Install-BinFile'. |
|
2021-01-12 18:24:54,882 1336 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'. |
|
2021-01-12 18:24:54,899 1336 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'. |
|
2021-01-12 18:24:54,899 1336 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'. |
|
2021-01-12 18:24:54,899 1336 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'. |
|
2021-01-12 18:24:54,899 1336 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'. |
|
2021-01-12 18:24:54,915 1336 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPackage'. |
|
2021-01-12 18:24:54,915 1336 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPath'. |
|
2021-01-12 18:24:54,915 1336 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'. |
|
2021-01-12 18:24:54,915 1336 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'. |
|
2021-01-12 18:24:54,934 1336 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyShortcut'. |
|
2021-01-12 18:24:54,934 1336 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'. |
|
2021-01-12 18:24:54,934 1336 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyZipPackage'. |
|
2021-01-12 18:24:54,934 1336 [INFO ] - VERBOSE: Exporting function 'Install-Vsix'. |
|
2021-01-12 18:24:54,949 1336 [INFO ] - VERBOSE: Exporting function 'Set-EnvironmentVariable'. |
|
2021-01-12 18:24:54,949 1336 [INFO ] - VERBOSE: Exporting function 'Set-PowerShellExitCode'. |
|
2021-01-12 18:24:54,949 1336 [INFO ] - VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'. |
|
2021-01-12 18:24:54,949 1336 [INFO ] - VERBOSE: Exporting function 'Test-ProcessAdminRights'. |
|
2021-01-12 18:24:54,966 1336 [INFO ] - VERBOSE: Exporting function 'Uninstall-BinFile'. |
|
2021-01-12 18:24:54,966 1336 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'. |
|
2021-01-12 18:24:54,966 1336 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'. |
|
2021-01-12 18:24:54,966 1336 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'. |
|
2021-01-12 18:24:54,984 1336 [INFO ] - VERBOSE: Exporting function 'Update-SessionEnvironment'. |
|
2021-01-12 18:24:54,984 1336 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateyFailure'. |
|
2021-01-12 18:24:54,984 1336 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateySuccess'. |
|
2021-01-12 18:24:55,000 1336 [INFO ] - VERBOSE: Exporting function 'Write-FileUpdateLog'. |
|
2021-01-12 18:24:55,000 1336 [INFO ] - VERBOSE: Exporting function 'Write-FunctionCallLogMessage'. |
|
2021-01-12 18:24:55,000 1336 [INFO ] - VERBOSE: Exporting alias 'Get-ProcessorBits'. |
|
2021-01-12 18:24:55,000 1336 [INFO ] - VERBOSE: Exporting alias 'Get-OSBitness'. |
|
2021-01-12 18:24:55,017 1336 [INFO ] - VERBOSE: Exporting alias 'Get-InstallRegistryKey'. |
|
2021-01-12 18:24:55,017 1336 [INFO ] - VERBOSE: Exporting alias 'Generate-BinFile'. |
|
2021-01-12 18:24:55,017 1336 [INFO ] - VERBOSE: Exporting alias 'Add-BinFile'. |
|
2021-01-12 18:24:55,017 1336 [INFO ] - VERBOSE: Exporting alias 'Start-ChocolateyProcess'. |
|
2021-01-12 18:24:55,034 1336 [INFO ] - VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'. |
|
2021-01-12 18:24:55,034 1336 [INFO ] - VERBOSE: Exporting alias 'Remove-BinFile'. |
|
2021-01-12 18:24:55,034 1336 [INFO ] - VERBOSE: Exporting alias 'refreshenv'. |
|
2021-01-12 18:24:55,068 1336 [DEBUG] - Loading community extensions |
|
2021-01-12 18:24:55,084 1336 [DEBUG] - Importing 'C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\chocolatey-windowsupdate.psm1' |
|
2021-01-12 18:24:55,102 1336 [INFO ] - VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\chocolatey-windowsupdate.psm1'. |
|
2021-01-12 18:24:55,269 1336 [INFO ] - VERBOSE: Exporting function 'Install-WindowsUpdate'. |
|
2021-01-12 18:24:55,269 1336 [INFO ] - VERBOSE: Exporting function 'Test-WindowsUpdate'. |
|
2021-01-12 18:24:55,269 1336 [INFO ] - VERBOSE: Importing function 'Install-WindowsUpdate'. |
|
2021-01-12 18:24:55,269 1336 [INFO ] - VERBOSE: Importing function 'Test-WindowsUpdate'. |
|
2021-01-12 18:24:55,286 1336 [INFO ] - VERBOSE: Exporting function 'Format-FileSize'. |
|
2021-01-12 18:24:55,286 1336 [INFO ] - VERBOSE: Exporting function 'Get-ChecksumValid'. |
|
2021-01-12 18:24:55,286 1336 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyUnzip'. |
|
2021-01-12 18:24:55,286 1336 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyWebFile'. |
|
2021-01-12 18:24:55,303 1336 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariable'. |
|
2021-01-12 18:24:55,303 1336 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariableNames'. |
|
2021-01-12 18:24:55,303 1336 [INFO ] - VERBOSE: Exporting function 'Get-FtpFile'. |
|
2021-01-12 18:24:55,303 1336 [INFO ] - VERBOSE: Exporting function 'Get-OSArchitectureWidth'. |
|
2021-01-12 18:24:55,321 1336 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'. |
|
2021-01-12 18:24:55,321 1336 [INFO ] - VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'. |
|
2021-01-12 18:24:55,321 1336 [INFO ] - VERBOSE: Exporting function 'Get-ToolsLocation'. |
|
2021-01-12 18:24:55,321 1336 [INFO ] - VERBOSE: Exporting function 'Get-UACEnabled'. |
|
2021-01-12 18:24:55,338 1336 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'. |
|
2021-01-12 18:24:55,338 1336 [INFO ] - VERBOSE: Exporting function 'Get-VirusCheckValid'. |
|
2021-01-12 18:24:55,338 1336 [INFO ] - VERBOSE: Exporting function 'Get-WebFile'. |
|
2021-01-12 18:24:55,353 1336 [INFO ] - VERBOSE: Exporting function 'Get-WebFileName'. |
|
2021-01-12 18:24:55,353 1336 [INFO ] - VERBOSE: Exporting function 'Get-WebHeaders'. |
|
2021-01-12 18:24:55,353 1336 [INFO ] - VERBOSE: Exporting function 'Install-BinFile'. |
|
2021-01-12 18:24:55,353 1336 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'. |
|
2021-01-12 18:24:55,370 1336 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'. |
|
2021-01-12 18:24:55,370 1336 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'. |
|
2021-01-12 18:24:55,370 1336 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'. |
|
2021-01-12 18:24:56,162 1336 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'. |
|
2021-01-12 18:24:56,162 1336 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPackage'. |
|
2021-01-12 18:24:56,179 1336 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPath'. |
|
2021-01-12 18:24:56,179 1336 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'. |
|
2021-01-12 18:24:56,179 1336 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'. |
|
2021-01-12 18:24:56,179 1336 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyShortcut'. |
|
2021-01-12 18:24:56,196 1336 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'. |
|
2021-01-12 18:24:56,196 1336 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyZipPackage'. |
|
2021-01-12 18:24:56,196 1336 [INFO ] - VERBOSE: Exporting function 'Install-Vsix'. |
|
2021-01-12 18:24:56,196 1336 [INFO ] - VERBOSE: Exporting function 'Set-EnvironmentVariable'. |
|
2021-01-12 18:24:56,213 1336 [INFO ] - VERBOSE: Exporting function 'Set-PowerShellExitCode'. |
|
2021-01-12 18:24:56,213 1336 [INFO ] - VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'. |
|
2021-01-12 18:24:56,213 1336 [INFO ] - VERBOSE: Exporting function 'Test-ProcessAdminRights'. |
|
2021-01-12 18:24:56,213 1336 [INFO ] - VERBOSE: Exporting function 'Uninstall-BinFile'. |
|
2021-01-12 18:24:56,231 1336 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'. |
|
2021-01-12 18:24:56,231 1336 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'. |
|
2021-01-12 18:24:56,231 1336 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'. |
|
2021-01-12 18:24:56,231 1336 [INFO ] - VERBOSE: Exporting function 'Update-SessionEnvironment'. |
|
2021-01-12 18:24:56,246 1336 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateyFailure'. |
|
2021-01-12 18:24:56,246 1336 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateySuccess'. |
|
2021-01-12 18:24:56,246 1336 [INFO ] - VERBOSE: Exporting function 'Write-FileUpdateLog'. |
|
2021-01-12 18:24:56,246 1336 [INFO ] - VERBOSE: Exporting function 'Write-FunctionCallLogMessage'. |
|
2021-01-12 18:24:56,263 1336 [INFO ] - VERBOSE: Exporting function 'Install-WindowsUpdate'. |
|
2021-01-12 18:24:56,263 1336 [INFO ] - VERBOSE: Exporting function 'Test-WindowsUpdate'. |
|
2021-01-12 18:24:56,263 1336 [INFO ] - VERBOSE: Exporting alias 'Get-ProcessorBits'. |
|
2021-01-12 18:24:56,280 1336 [INFO ] - VERBOSE: Exporting alias 'Get-OSBitness'. |
|
2021-01-12 18:24:56,280 1336 [INFO ] - VERBOSE: Exporting alias 'Get-InstallRegistryKey'. |
|
2021-01-12 18:24:56,280 1336 [INFO ] - VERBOSE: Exporting alias 'Generate-BinFile'. |
|
2021-01-12 18:24:56,280 1336 [INFO ] - VERBOSE: Exporting alias 'Add-BinFile'. |
|
2021-01-12 18:24:56,299 1336 [INFO ] - VERBOSE: Exporting alias 'Start-ChocolateyProcess'. |
|
2021-01-12 18:24:56,299 1336 [INFO ] - VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'. |
|
2021-01-12 18:24:56,299 1336 [INFO ] - VERBOSE: Exporting alias 'Remove-BinFile'. |
|
2021-01-12 18:24:56,314 1336 [INFO ] - VERBOSE: Exporting alias 'refreshenv'. |
|
2021-01-12 18:24:56,314 1336 [INFO ] - VERBOSE: Importing function 'Format-FileSize'. |
|
2021-01-12 18:24:56,333 1336 [INFO ] - VERBOSE: Importing function 'Get-ChecksumValid'. |
|
2021-01-12 18:24:56,333 1336 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyUnzip'. |
|
2021-01-12 18:24:56,333 1336 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyWebFile'. |
|
2021-01-12 18:24:56,349 1336 [INFO ] - VERBOSE: Importing function 'Get-EnvironmentVariable'. |
|
2021-01-12 18:24:56,349 1336 [INFO ] - VERBOSE: Importing function 'Get-EnvironmentVariableNames'. |
|
2021-01-12 18:24:56,349 1336 [INFO ] - VERBOSE: Importing function 'Get-FtpFile'. |
|
2021-01-12 18:24:56,366 1336 [INFO ] - VERBOSE: Importing function 'Get-OSArchitectureWidth'. |
|
2021-01-12 18:24:56,366 1336 [INFO ] - VERBOSE: Importing function 'Get-PackageParameters'. |
|
2021-01-12 18:24:56,398 1336 [INFO ] - VERBOSE: Importing function 'Get-PackageParametersBuiltIn'. |
|
2021-01-12 18:24:56,398 1336 [INFO ] - VERBOSE: Importing function 'Get-ToolsLocation'. |
|
2021-01-12 18:24:56,398 1336 [INFO ] - VERBOSE: Importing function 'Get-UACEnabled'. |
|
2021-01-12 18:24:56,398 1336 [INFO ] - VERBOSE: Importing function 'Get-UninstallRegistryKey'. |
|
2021-01-12 18:24:56,415 1336 [INFO ] - VERBOSE: Importing function 'Get-VirusCheckValid'. |
|
2021-01-12 18:24:56,415 1336 [INFO ] - VERBOSE: Importing function 'Get-WebFile'. |
|
2021-01-12 18:24:56,415 1336 [INFO ] - VERBOSE: Importing function 'Get-WebFileName'. |
|
2021-01-12 18:24:56,433 1336 [INFO ] - VERBOSE: Importing function 'Get-WebHeaders'. |
|
2021-01-12 18:24:56,433 1336 [INFO ] - VERBOSE: Importing function 'Install-BinFile'. |
|
2021-01-12 18:24:56,433 1336 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyDesktopLink'. |
|
2021-01-12 18:24:56,453 1336 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyEnvironmentVariable'. |
|
2021-01-12 18:24:56,453 1336 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyExplorerMenuItem'. |
|
2021-01-12 18:24:56,466 1336 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyFileAssociation'. |
|
2021-01-12 18:24:56,466 1336 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyInstallPackage'. |
|
2021-01-12 18:24:56,466 1336 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPackage'. |
|
2021-01-12 18:24:56,484 1336 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPath'. |
|
2021-01-12 18:24:56,484 1336 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPinnedTaskBarItem'. |
|
2021-01-12 18:24:56,484 1336 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPowershellCommand'. |
|
2021-01-12 18:24:56,484 1336 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyShortcut'. |
|
2021-01-12 18:24:56,499 1336 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyVsixPackage'. |
|
2021-01-12 18:24:56,499 1336 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyZipPackage'. |
|
2021-01-12 18:24:56,499 1336 [INFO ] - VERBOSE: Importing function 'Install-Vsix'. |
|
2021-01-12 18:24:56,517 1336 [INFO ] - VERBOSE: Importing function 'Install-WindowsUpdate'. |
|
2021-01-12 18:24:56,517 1336 [INFO ] - VERBOSE: Importing function 'Set-EnvironmentVariable'. |
|
2021-01-12 18:24:56,517 1336 [INFO ] - VERBOSE: Importing function 'Set-PowerShellExitCode'. |
|
2021-01-12 18:24:56,517 1336 [INFO ] - VERBOSE: Importing function 'Start-ChocolateyProcessAsAdmin'. |
|
2021-01-12 18:24:56,533 1336 [INFO ] - VERBOSE: Importing function 'Test-ProcessAdminRights'. |
|
2021-01-12 18:24:56,533 1336 [INFO ] - VERBOSE: Importing function 'Test-WindowsUpdate'. |
|
2021-01-12 18:24:56,533 1336 [INFO ] - VERBOSE: Importing function 'Uninstall-BinFile'. |
|
2021-01-12 18:24:56,550 1336 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyEnvironmentVariable'. |
|
2021-01-12 18:24:56,550 1336 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyPackage'. |
|
2021-01-12 18:24:56,550 1336 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyZipPackage'. |
|
2021-01-12 18:24:56,550 1336 [INFO ] - VERBOSE: Importing function 'Update-SessionEnvironment'. |
|
2021-01-12 18:24:56,584 1336 [INFO ] - VERBOSE: Importing function 'Write-ChocolateyFailure'. |
|
2021-01-12 18:24:56,584 1336 [INFO ] - VERBOSE: Importing function 'Write-ChocolateySuccess'. |
|
2021-01-12 18:24:56,584 1336 [INFO ] - VERBOSE: Importing function 'Write-FileUpdateLog'. |
|
2021-01-12 18:24:56,600 1336 [INFO ] - VERBOSE: Importing function 'Write-FunctionCallLogMessage'. |
|
2021-01-12 18:24:56,600 1336 [INFO ] - VERBOSE: Importing alias 'Add-BinFile'. |
|
2021-01-12 18:24:56,600 1336 [INFO ] - VERBOSE: Importing alias 'Generate-BinFile'. |
|
2021-01-12 18:24:56,600 1336 [INFO ] - VERBOSE: Importing alias 'Get-InstallRegistryKey'. |
|
2021-01-12 18:24:56,618 1336 [INFO ] - VERBOSE: Importing alias 'Get-OSBitness'. |
|
2021-01-12 18:24:56,618 1336 [INFO ] - VERBOSE: Importing alias 'Get-ProcessorBits'. |
|
2021-01-12 18:24:56,618 1336 [INFO ] - VERBOSE: Importing alias 'Invoke-ChocolateyProcess'. |
|
2021-01-12 18:24:56,634 1336 [INFO ] - VERBOSE: Importing alias 'refreshenv'. |
|
2021-01-12 18:24:56,634 1336 [INFO ] - VERBOSE: Importing alias 'Remove-BinFile'. |
|
2021-01-12 18:24:56,634 1336 [INFO ] - VERBOSE: Importing alias 'Start-ChocolateyProcess'. |
|
2021-01-12 18:24:56,786 1336 [DEBUG] - ---------------------------Script Execution--------------------------- |
|
2021-01-12 18:24:56,802 1336 [DEBUG] - Running 'ChocolateyScriptRunner' for praat v6.1.38 with packageScript 'C:\ProgramData\chocolatey\lib\praat\tools\chocolateyinstall.ps1', packageFolder:'C:\ProgramData\chocolatey\lib\praat', installArguments: '', packageParameters: '', |
|
2021-01-12 18:24:56,838 1336 [DEBUG] - Running 'C:\ProgramData\chocolatey\lib\praat\tools\chocolateyinstall.ps1' |
|
2021-01-12 18:24:57,544 1336 [DEBUG] - Running Get-ProcessorBits |
|
2021-01-12 18:24:58,151 1336 [DEBUG] - Running Get-ChocolateyUnzip -fileFullPath 'C:\ProgramData\chocolatey\lib\praat\tools\praat6138_win64.zip' -destination 'C:\ProgramData\chocolatey\lib\praat' |
|
2021-01-12 18:24:58,171 1336 [DEBUG] - Running Get-ProcessorBits -compare '32' |
|
2021-01-12 18:24:58,217 1336 [INFO ] - Extracting C:\ProgramData\chocolatey\lib\praat\tools\praat6138_win64.zip to C:\ProgramData\chocolatey\lib\praat... |
|
2021-01-12 18:24:58,217 1336 [INFO ] - |
|
2021-01-12 18:24:58,270 1336 [DEBUG] - 7zip found at 'C:\ProgramData\chocolatey\tools\7z.exe' |
|
2021-01-12 18:24:58,319 1336 [DEBUG] - Executing command ['C:\ProgramData\chocolatey\tools\7z.exe' x -aoa -bd -bb1 -o"C:\ProgramData\chocolatey\lib\praat" -y "C:\ProgramData\chocolatey\lib\praat\tools\praat6138_win64.zip"] |
|
2021-01-12 18:25:09,999 1336 [INFO ] - VERBOSE: |
|
2021-01-12 18:25:10,046 1336 [INFO ] - VERBOSE: 7-Zip 18.06 (x86) : Copyright (c) 1999-2018 Igor Pavlov : 2018-12-30 |
|
2021-01-12 18:25:10,046 1336 [INFO ] - VERBOSE: |
|
2021-01-12 18:25:10,061 1336 [INFO ] - VERBOSE: Scanning the drive for archives: |
|
2021-01-12 18:25:10,061 1336 [INFO ] - VERBOSE: 1 file, 11907442 bytes (12 MiB) |
|
2021-01-12 18:25:10,061 1336 [INFO ] - VERBOSE: |
|
2021-01-12 18:25:10,078 1336 [INFO ] - VERBOSE: Extracting archive: C:\ProgramData\chocolatey\lib\praat\tools\praat6138_win64.zip |
|
2021-01-12 18:25:10,078 1336 [INFO ] - VERBOSE: -- |
|
2021-01-12 18:25:10,078 1336 [INFO ] - VERBOSE: Path = C:\ProgramData\chocolatey\lib\praat\tools\praat6138_win64.zip |
|
2021-01-12 18:25:10,093 1336 [INFO ] - VERBOSE: Type = zip |
|
2021-01-12 18:25:10,093 1336 [INFO ] - VERBOSE: Physical Size = 11907442 |
|
2021-01-12 18:25:10,093 1336 [INFO ] - VERBOSE: |
|
2021-01-12 18:25:10,093 1336 [INFO ] - VERBOSE: - Praat.exe |
|
2021-01-12 18:25:10,124 1336 [INFO ] - VERBOSE: Everything is Ok |
|
2021-01-12 18:25:10,124 1336 [INFO ] - VERBOSE: |
|
2021-01-12 18:25:10,139 1336 [INFO ] - VERBOSE: Size: 43781216 |
|
2021-01-12 18:25:10,139 1336 [INFO ] - VERBOSE: Compressed: 11907442 |
|
2021-01-12 18:25:10,233 1336 [DEBUG] - $exitCode was passed null |
|
2021-01-12 18:25:10,233 1336 [DEBUG] - Command ['C:\ProgramData\chocolatey\tools\7z.exe' x -aoa -bd -bb1 -o"C:\ProgramData\chocolatey\lib\praat" -y "C:\ProgramData\chocolatey\lib\praat\tools\praat6138_win64.zip"] exited with '0'. |
|
2021-01-12 18:25:10,233 1336 [DEBUG] - 7z exit code: 0 |
|
2021-01-12 18:25:10,249 1336 [INFO ] - C:\ProgramData\chocolatey\lib\praat |
|
2021-01-12 18:25:10,344 1336 [DEBUG] - Running Install-ChocolateyShortcut -shortcutFilePath 'C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Praat.lnk' -targetPath 'C:\ProgramData\chocolatey\lib\praat\Praat.exe' |
|
2021-01-12 18:25:10,358 1336 [DEBUG] - Creating Shortcut... |
|
2021-01-12 18:25:15,578 1336 [DEBUG] - Shortcut created. |
|
2021-01-12 18:25:15,640 1336 [DEBUG] - ---------------------------------------------------------------------- |
|
2021-01-12 18:25:15,640 1336 [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\praat\tools\chocolateyinstall.ps1' -installArguments '' -packageParameters '''] exited with '0'. |
|
2021-01-12 18:25:15,656 1336 [DEBUG] - Calling command ['"C:\Windows\System32\shutdown.exe" /a'] |
|
2021-01-12 18:25:15,718 1336 [DEBUG] - Command ['"C:\Windows\System32\shutdown.exe" /a'] exited with '1116' |
|
2021-01-12 18:25:15,905 1336 [DEBUG] - Capturing package files in 'C:\ProgramData\chocolatey\lib\praat' |
|
2021-01-12 18:25:16,186 1336 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\praat\Praat.exe' |
|
with checksum '34E9BE8A7C2044E42F572FF1DB2A4EF1' |
|
2021-01-12 18:25:16,234 1336 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\praat\Praat.exe.gui' |
|
with checksum 'D41D8CD98F00B204E9800998ECF8427E' |
|
2021-01-12 18:25:16,608 1336 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\praat\praat.nupkg' |
|
with checksum 'D364E5CE4358FDE7AFA5F5308B9138A5' |
|
2021-01-12 18:25:16,624 1336 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\praat\praat.nuspec' |
|
with checksum '3CB8A584E2EEA4BE9D7F1750B940153B' |
|
2021-01-12 18:25:16,624 1336 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\praat\tools\chocolateyinstall.ps1' |
|
with checksum '8420C65EA2F507B3BC87F673025EB7D7' |
|
2021-01-12 18:25:16,624 1336 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\praat\tools\chocolateyuninstall.ps1' |
|
with checksum 'FF0F0FB932E0A3746433C61002383D4B' |
|
2021-01-12 18:25:16,640 1336 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\praat\tools\LICENSE.txt' |
|
with checksum '718C0A4D0A49387FB92B78F58350C61F' |
|
2021-01-12 18:25:16,780 1336 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\praat\tools\praat6138_win32.zip' |
|
with checksum 'C3B7055452849CDC01E216AC413454C8' |
|
2021-01-12 18:25:16,937 1336 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\praat\tools\praat6138_win64.zip' |
|
with checksum '0CF04249CF8AFFC213019814C99880E0' |
|
2021-01-12 18:25:16,937 1336 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\praat\tools\VERIFICATION.txt' |
|
with checksum 'E0E2B0114B1E311AD3BC22504FEB19BC' |
|
2021-01-12 18:25:16,968 1336 [DEBUG] - Calling command ['"C:\ProgramData\chocolatey\tools\shimgen.exe" --path="..\\lib\praat\Praat.exe" --output="C:\ProgramData\chocolatey\bin\Praat.exe" --iconpath="C:\ProgramData\chocolatey\lib\praat\Praat.exe" --gui'] |
|
2021-01-12 18:25:35,250 1336 [DEBUG] - [ShimGen] Microsoft (R) Visual C# Compiler version 4.0.30319.33440 |
|
2021-01-12 18:25:35,250 1336 [DEBUG] - [ShimGen] for Microsoft (R) .NET Framework 4.5 |
|
2021-01-12 18:25:35,250 1336 [DEBUG] - [ShimGen] Copyright (C) Microsoft Corporation. All rights reserved. |
|
2021-01-12 18:25:35,265 1336 [DEBUG] - [ShimGen] ShimGen has successfully created 'C:\ProgramData\chocolatey\bin\Praat.exe' |
|
2021-01-12 18:25:35,313 1336 [DEBUG] - Command ['"C:\ProgramData\chocolatey\tools\shimgen.exe" --path="..\\lib\praat\Praat.exe" --output="C:\ProgramData\chocolatey\bin\Praat.exe" --iconpath="C:\ProgramData\chocolatey\lib\praat\Praat.exe" --gui'] exited with '0' |
|
2021-01-12 18:25:35,313 1336 [INFO ] - ShimGen has successfully created a gui shim for Praat.exe |
|
2021-01-12 18:25:35,313 1336 [DEBUG] - Created: C:\ProgramData\chocolatey\bin\Praat.exe |
|
Targeting: C:\ProgramData\chocolatey\lib\praat\Praat.exe |
|
IsGui:True |
|
|
|
2021-01-12 18:25:35,421 1336 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\.chocolatey\praat.6.1.38". |
|
2021-01-12 18:25:35,452 1336 [DEBUG] - There was no original file at 'C:\ProgramData\chocolatey\.chocolatey\praat.6.1.38\.files' |
|
2021-01-12 18:25:35,502 1336 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\praat.6.1.38\.extra". |
|
2021-01-12 18:25:35,502 1336 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\praat.6.1.38\.version". |
|
2021-01-12 18:25:35,515 1336 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\praat.6.1.38\.sxs". |
|
2021-01-12 18:25:35,515 1336 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\praat.6.1.38\.pin". |
|
2021-01-12 18:25:35,515 1336 [DEBUG] - Sending message 'HandlePackageResultCompletedMessage' out if there are subscribers... |
|
2021-01-12 18:25:35,530 1336 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\lib\praat\.chocolateyPending". |
|
2021-01-12 18:25:35,546 1336 [INFO ] - The install of praat was successful. |
|
2021-01-12 18:25:35,546 1336 [INFO ] - Software installed to 'C:\ProgramData\chocolatey\lib\praat' |
|
2021-01-12 18:25:35,546 1336 [DEBUG] - Attempting to delete file "C:\Users\Administrator\AppData\Local\NuGet\Cache\praat.6.1.38.nupkg". |
|
2021-01-12 18:25:35,734 1336 [WARN ] - |
|
Chocolatey installed 1/1 packages. |
|
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log). |
|
2021-01-12 18:25:35,734 1336 [WARN ] - |
|
Enjoy using Chocolatey? Explore more amazing features to take your |
|
experience to the next level at |
|
https://chocolatey.org/compare |
|
2021-01-12 18:25:35,749 1336 [DEBUG] - Sending message 'PostRunMessage' out if there are subscribers... |
|
2021-01-12 18:25:35,797 1336 [DEBUG] - Exiting with 0 |