Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuRietman committed Feb 17, 2017
1 parent d581d56 commit 1ef57bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CustomScripts/nVIDIAdTeradiciLeostreamAgents.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ Write-Host "The NVIDIA Folder name is '$NVIDIAfolder'"
Set-Location $NVIDIAfolder
$nvidiaLogfile = [System.String]::Format("{0}\nVidia.install.log", $NVIDIAfolder)
Set-ExecutionPolicy Unrestricted -force
& .\setup.exe -s -n -ignorepnp -log:$nvidiaLogfile -loglevel:6| out-null
$teradiciExePath /S /NoPostReboot | out-null
.\setup.exe -s -n -ignorepnp -log:$nvidiaLogfile -loglevel:6| out-null
& $teradiciExePath /S /NoPostReboot | out-null


Write-Host "teradiciagent install over"
Expand Down

0 comments on commit 1ef57bf

Please sign in to comment.