Commit 618b47cd by Don Schenck Committed by Matt Martz

Added -Wait flag to Start-Process

Must wait in order for script to be available
parent 9c422083
......@@ -79,4 +79,4 @@ else
$FileName = $DownLoadUrl.Split('/')[-1]
download-file $downloadurl "$powershellpath\$filename"
Start-Process -FilePath "$powershellpath\$filename /quiet" -WindowStyle Hidden
Start-Process -FilePath $powershellpath\$filename -WindowStyle Hidden -Wait
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment