Start-Process line was wrong
Fixed
This commit is contained in:
parent
e2f5d40a6b
commit
8012fdc448
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue