Lines Matching defs:Path

352         [string]$Path,  in Install-FromMSI()  variable
365 if (-not (Test-Path $Path)) in Install-FromMSI() variable
367 throw "CDPXERROR: Could not find the MSI installer package at $Path" in Install-FromMSI() variable
376 Trace-Message "Installing from $Path" in Install-FromMSI() variable
383 …Trace-Message "Install from $Path exited with code 3010. Ignoring since that is just indicating re… in Install-FromMSI() variable
393 Trace-Message "Install from $Path succeeded with exit code $ex" in Install-FromMSI() variable
399 Trace-Error "Failed to install from $Path. Process exited with code $ex" in Install-FromMSI() variable
403 throw "Failed to install from $Path. Process exited with code $ex" in Install-FromMSI() variable
436 [string]$Path, in Install-FromEXE() variable
449 Trace-Message "Running $Path" in Install-FromEXE() variable
455 …Trace-Message "Install from $Path exited with code 3010. Ignoring since that is just indicating re… in Install-FromEXE() variable
465 Trace-Message "Install from $Path succeeded with exit code $ex" in Install-FromEXE() variable
471 Trace-Error "Failed to install from $Path. Process exited with code $ex" in Install-FromEXE() variable
475 throw "Failed to install from $Path. Process exited with code $ex" in Install-FromEXE() variable
507 [string]$Path, in Install-FromInnoSetup() variable
525 …Install-FromEXE -Path $Path -Arguments $args -IgnoreExitCodes $IgnoreExitCodes -IgnoreFailures:$Ig… in Install-FromInnoSetup() variable
556 [string]$Path, in Install-FromDevDivToolsInstaller() variable
577 … Install-FromEXE -Path $Path -Arguments $args -IgnoreExitCodes $iec -IgnoreFailures:$IgnoreFailures in Install-FromDevDivToolsInstaller() variable
639 [string]$Path, in Install-FromEXEAsyncWithDevenvKill() variable
659 Trace-Message "Running $Path with $Arguments" in Install-FromEXEAsyncWithDevenvKill() variable
688 Trace-Message "Install from $Path succeeded with exit code 0" in Install-FromEXEAsyncWithDevenvKill() variable
697 Trace-Message "Install from $Path succeeded with exit code $ex" in Install-FromEXEAsyncWithDevenvKill() variable
703 Trace-Error "Failed to install from $Path. Process exited with code $ex" in Install-FromEXEAsyncWithDevenvKill() variable
707 throw "CDPXERROR: Failed to install from $Path. Process exited with exit code $ex" in Install-FromEXEAsyncWithDevenvKill() variable
742 [string]$Path = $Env:TEMP, in Confirm-PresenceOfVisualStudioErrorLogFile() variable
751 if (Test-Path $Path) in Confirm-PresenceOfVisualStudioErrorLogFile() variable
755 Get-ChildItem -Path $Path -Filter $Filter | in Confirm-PresenceOfVisualStudioErrorLogFile() variable
776 Trace-Warning "Folder $Path does not exist. Skipping checks." in Confirm-PresenceOfVisualStudioErrorLogFile() variable
1015 [string]$Path, in Confirm-FileHash() variable
1026 Trace-Message "Verifying content hash for file $Path" in Confirm-FileHash() variable
1032 throw "CDPXERROR: Failed to find file $Path in order to verify hash." in Confirm-FileHash() variable
1039 throw "File $Path hash $hash.Hash did not match expected hash $expectedHash" in Confirm-FileHash() variable
1068 [string]$Path, in Start-ExternalProcess() variable
1074 Trace-Message "Executing application: $Path $Arguments" in Start-ExternalProcess() variable
1097 Trace-Message -Message "Started process from $Path with PID $pid (and cached handle $handle)" in Start-ExternalProcess() variable
1158 [string]$Path, in Run-ExternalProcessWithWaitAndKill() variable
1171 …Trace-Message "Executing application: $Path $Arguments. Will wait $Minutes minutes before killing … in Run-ExternalProcessWithWaitAndKill() variable
1194 Trace-Message -Message "Started process from $Path with PID $pid (and cached handle $handle)" in Run-ExternalProcessWithWaitAndKill() variable
1216 Trace-Message "Application $Path exited with exit code $ex" in Run-ExternalProcessWithWaitAndKill() variable
1497 return $Path in Get-BlobPackageFromBase() variable
1530 [string]$Path="C:\Downloads", in Get-BlobPackageFromEdge() variable