Searched refs:installProcess (Results 1 – 1 of 1) sorted by relevance
12 $installProcess = (Start-Process $installerPath -ArgumentList '/VERYSILENT' -PassThru -Wait) variable13 if($installProcess.ExitCode -ne 0) {14 …stem.String]::Format("Failed to install OpenCppCoverage, ExitCode: {0}.", $installProcess.ExitCode)