Commit 9c422083 by Don Schenck Committed by Matt Martz

Start-Process

Debugging
parent 61a06473
......@@ -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
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