Home
last modified time | relevance | path

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

/GUIX-v6.4.1/scripts/
Dwin-installer-helper.psm11415 [string]$ToolPath = "C:\7-Zip\7z.exe", in Expand-ArchiveWith7Zip() variable
1423 if (-not $ToolPath) in Expand-ArchiveWith7Zip() variable
1425 throw "CDPXERROR: The 7-Zip tool was not found at $ToolPath." in Expand-ArchiveWith7Zip() variable
1441 Trace-Message "Uncompressing archive $Source into folder $Destination using 7-Zip at $ToolPath" in Expand-ArchiveWith7Zip()
1443 …Install-FromEXE -Path $ToolPath -Arguments "x -aoa -y `"$Source`" -o`"$Destination`"" -IgnoreFailu… in Expand-ArchiveWith7Zip() variable