Home
last modified time | relevance | path

Searched defs:Path (Results 1 – 1 of 1) sorted by relevance

/GUIX-v6.4.1/scripts/
Dwin-installer-helper.psm1352 [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
[all …]