Start-Process

Debugging
pull/7861/head
Don Schenck 10 years ago committed by Matt Martz
parent 61a06473ec
commit 9c4220832a

@ -79,4 +79,4 @@ else
$FileName = $DownLoadUrl.Split('/')[-1]
download-file $downloadurl "$powershellpath\$filename"
Start-Process -FilePath "$powershellpath\$filename" -ArgumentList /quiet
Start-Process -FilePath "$powershellpath\$filename /quiet" -WindowStyle Hidden

Loading…
Cancel
Save