Home
last modified time | relevance | path

Searched refs:errLogFile (Results 1 – 1 of 1) sorted by relevance

/GUIX-v6.4.1/scripts/
Dwin-installer-helper.psm11079 $errLogFile = Join-Path -Path $Env:TEMP -ChildPath $errLogFileName in Start-ExternalProcess() variable
1086 …ArgumentList $Arguments -NoNewWindow -PassThru -RedirectStandardError $errLogFile -RedirectStandar… in Start-ExternalProcess()
1090 …Process -FilePath $Path -NoNewWindow -PassThru -RedirectStandardError $errLogFile -RedirectStandar… in Start-ExternalProcess()
1113 Get-Content $errLogFile | Write-Host in Start-ExternalProcess() variable
1176 $errLogFile = Join-Path -Path $Env:TEMP -ChildPath $errLogFileName in Run-ExternalProcessWithWaitAndKill() variable
1183 …Process -FilePath $Path -NoNewWindow -PassThru -RedirectStandardError $errLogFile -RedirectStandar… in Run-ExternalProcessWithWaitAndKill()
1187 …ArgumentList $Arguments -NoNewWindow -PassThru -RedirectStandardError $errLogFile -RedirectStandar… in Run-ExternalProcessWithWaitAndKill()
1220 Get-Content $errLogFile | Write-Host in Run-ExternalProcessWithWaitAndKill() variable