Changed launch

Using Start-Process
pull/7861/head
Don Schenck 10 years ago committed by Matt Martz
parent 5b85252043
commit e2f5d40a6b

@ -78,5 +78,5 @@ else
$FileName = $DownLoadUrl.Split('/')[-1]
download-file $downloadurl "$powershellpath\$filename"
write-host "$powershellpath\$filename"
."$powershellpath\$filename" /quiet /log "C:\powershell\install.log"
Start-Process -FilePath "$powershellpath\$filename" -ArgumentList /quiet, /log "C:\powershell\install.log"

Loading…
Cancel
Save