Set-OdbcDsn -Name "gswolomin" -DsnType "All" -Platform "All" -SetPropertyValue "Server=192.168.1.54,52025" $uri = "https://pajcomp.pl/pub/Insoft/PCMarket/pcmarket_7_9_129_184_x64.exe" $ProgressPreference = 'SilentlyContinue' $installerPath = Join-Path $env:TEMP (Split-Path $uri -Leaf) Get-File -Url $uri -OutFile $installerPath Start-Process -FilePath $installerPath -Verb RunAs -Wait -ArgumentList "--mode unattended --unattendedmodeui minimalWithDialogs --installer-language pl --db 0 --template 0 --killall 1 --enable-components installPcm,AktualizacjaShoper"