Searched refs:ToolPath (Results 1 – 1 of 1) sorted by relevance
1415 [string]$ToolPath = "C:\7-Zip\7z.exe", in Expand-ArchiveWith7Zip() variable1423 if (-not $ToolPath) in Expand-ArchiveWith7Zip() variable1425 throw "CDPXERROR: The 7-Zip tool was not found at $ToolPath." in Expand-ArchiveWith7Zip() variable1441 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