Commit e2f5d40a by Don Schenck Committed by Matt Martz

Changed launch

Using Start-Process
parent 5b852520
...@@ -78,5 +78,5 @@ else ...@@ -78,5 +78,5 @@ else
$FileName = $DownLoadUrl.Split('/')[-1] $FileName = $DownLoadUrl.Split('/')[-1]
download-file $downloadurl "$powershellpath\$filename" 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"
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