Home
last modified time | relevance | path

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

/GUIX-v6.4.1/scripts/
Dwin-installer-helper.psm11411 [string]$Destination, in Expand-ArchiveWith7Zip() variable
1433 if (-not $Destination) in Expand-ArchiveWith7Zip() variable
1436 $Destination = $sourceDir in Expand-ArchiveWith7Zip() variable
1438 … Trace-Message "No destination was specified so the default location $Destination was chosen." 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()
1445 Trace-Message "Successfully uncompressed archive at $Source into $Destination" in Expand-ArchiveWith7Zip()