Searched +refs:Update +refs:Path (Results 1 – 1 of 1) sorted by relevance
29 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() variable352 [string]$Path, in Install-FromMSI() variable365 if (-not (Test-Path $Path)) in Install-FromMSI() variable367 throw "CDPXERROR: Could not find the MSI installer package at $Path" in Install-FromMSI() variable370 $fileNameOnly = [System.IO.Path]::GetFileNameWithoutExtension($Path) in Install-FromMSI()[all …]