Commit 8012fdc4 by Don Schenck Committed by Matt Martz

Start-Process line was wrong

Fixed
parent e2f5d40a
......@@ -79,4 +79,4 @@ else
$FileName = $DownLoadUrl.Split('/')[-1]
download-file $downloadurl "$powershellpath\$filename"
Start-Process -FilePath "$powershellpath\$filename" -ArgumentList /quiet, /log "C:\powershell\install.log"
Start-Process -FilePath "$powershellpath\$filename" -ArgumentList /quiet
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