Home
last modified time | relevance | path

Searched +refs:Update +refs:Path (Results 1 – 1 of 1) sorted by relevance

/GUIX-v6.4.1/scripts/
Dwin-installer-helper.psm129 New-Item -Path $DefaultDownloadFolder -ItemType Container -ErrorAction SilentlyContinue in Start-Setup()
63 Remove-Item -Path "C:\Downloads" -Recurse -ErrorAction SilentlyContinue in Stop-Setup()
117 $file = [System.IO.Path]::Combine("C:\Downloads", $FileName) in Get-File()
163 Set-Item -Path Env:$Name -Value $Value in Add-EnvironmentVariable()
164 …New-Item -Path "HKLM:\System\CurrentControlSet\Control\Session Manager\Environment" -ItemType Stri… in Add-EnvironmentVariable()
206 Trace-Message "Appending $Update to PATH" in Update-Path() variable
352 [string]$Path, in Install-FromMSI() variable
365 if (-not (Test-Path $Path)) in Install-FromMSI() variable
367 throw "CDPXERROR: Could not find the MSI installer package at $Path" in Install-FromMSI() variable
370 $fileNameOnly = [System.IO.Path]::GetFileNameWithoutExtension($Path) in Install-FromMSI()
[all …]