Start-Process line was wrong

Fixed
This commit is contained in:
Don Schenck 2014-06-19 13:16:08 -05:00 committed by Matt Martz
parent e2f5d40a6b
commit 8012fdc448

View file

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