Searched defs:Path (Results 1 – 1 of 1) sorted by relevance
352 [string]$Path, in Install-FromMSI() variable365 if (-not (Test-Path $Path)) in Install-FromMSI() variable367 throw "CDPXERROR: Could not find the MSI installer package at $Path" in Install-FromMSI() variable376 Trace-Message "Installing from $Path" in Install-FromMSI() variable383 …Trace-Message "Install from $Path exited with code 3010. Ignoring since that is just indicating re… in Install-FromMSI() variable393 Trace-Message "Install from $Path succeeded with exit code $ex" in Install-FromMSI() variable399 Trace-Error "Failed to install from $Path. Process exited with code $ex" in Install-FromMSI() variable403 throw "Failed to install from $Path. Process exited with code $ex" in Install-FromMSI() variable436 [string]$Path, in Install-FromEXE() variable449 Trace-Message "Running $Path" in Install-FromEXE() variable[all …]