Home
last modified time | relevance | path

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

/GUIX-v6.4.1/scripts/
Dwin-installer-helper.psm11080 $outLogFile = Join-Path -Path $Env:TEMP -ChildPath $outLogFileName in Start-ExternalProcess() variable
1086 …ments -NoNewWindow -PassThru -RedirectStandardError $errLogFile -RedirectStandardOutput $outLogFile in Start-ExternalProcess()
1090 …$Path -NoNewWindow -PassThru -RedirectStandardError $errLogFile -RedirectStandardOutput $outLogFile in Start-ExternalProcess()
1116 Get-Content $outLogFile | Write-Host in Start-ExternalProcess() variable
1177 $outLogFile = Join-Path -Path $Env:TEMP -ChildPath $outLogFileName in Run-ExternalProcessWithWaitAndKill() variable
1183 …$Path -NoNewWindow -PassThru -RedirectStandardError $errLogFile -RedirectStandardOutput $outLogFile in Run-ExternalProcessWithWaitAndKill()
1187 …ments -NoNewWindow -PassThru -RedirectStandardError $errLogFile -RedirectStandardOutput $outLogFile in Run-ExternalProcessWithWaitAndKill()
1223 Get-Content $outLogFile | Write-Host in Run-ExternalProcessWithWaitAndKill() variable