Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $Url = "https://s3.eu-west-1.amazonaws.com/testreach.apps/testreach-desktop-app/TestReachAppSetup.exe"
- $Destination = Join-Path $env:TEMP "TestReachAppSetup.exe"
- Invoke-WebRequest -Uri $Url -Outfile $Destination
- Start-Process -Filepath $Destination -ArgumentList "/silent" -Wait
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement