Start-Process line was wrong

Fixed
pull/7861/head
Don Schenck 10 years ago committed by Matt Martz
parent e2f5d40a6b
commit 8012fdc448

@ -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

Loading…
Cancel
Save