Home
last modified time | relevance | path

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

/GUIX-v6.4.1/scripts/
Dinstall_inno_setup.ps119 Get-File -Url "http://www.jrsoftware.org/download.php/is.exe" -fileName "innosetup-6.0.3.exe"
Dwin-installer-helper.psm1108 [string]$Url, in Get-File() variable
119 Trace-Message "Downloading from $Url to file $File" in Get-File() variable
120 …Invoke-WebRequest -Uri $Url -UseBasicParsing -OutFile $file -UserAgent "Mozilla/4.0 (compatible; M… in Get-File() variable
1545 $path = Get-File -Url $url -FileName $FileName in Get-BlobPackageFromEdge()