Searched refs:Destination (Results 1 – 1 of 1) sorted by relevance
1411 [string]$Destination, in Expand-ArchiveWith7Zip() variable1433 if (-not $Destination) in Expand-ArchiveWith7Zip() variable1436 $Destination = $sourceDir in Expand-ArchiveWith7Zip() variable1438 … Trace-Message "No destination was specified so the default location $Destination was chosen." 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()1445 Trace-Message "Successfully uncompressed archive at $Source into $Destination" in Expand-ArchiveWith7Zip()