Add console output
This commit is contained in:
parent
f9ff22bcc3
commit
c55caf643e
1 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,12 @@
|
|||
param($context)
|
||||
. "$PSScriptRoot/../../Scripts/SoftwarePackage.ps1";
|
||||
|
||||
Write-Host "Installing Tobii Eye Tracking";
|
||||
Write-Host "Installing Tobii EyeX";
|
||||
Install-SoftwarePackage $context "https://files.update.tech.tobii.com/Tobii_Eye_Tracking_Core_v2.16.8.214_x86.exe";
|
||||
|
||||
Write-Host "Installing Tobii Ghost";
|
||||
Install-SoftwarePackage $context "https://files.update.oem.tobii.com/Ghost/TobiiGhost.1.14.1-Setup.exe";
|
||||
|
||||
Write-Host "Installing Tobii Game Hub";
|
||||
Install-SoftwarePackage $context "https://files.update.oem.tobii.com/GameHub/TobiiGameHub.3.0.1-Setup.exe";
|
||||
|
|
Loading…
Reference in a new issue