Delete unnecessary variable
This commit is contained in:
parent
f478472ac2
commit
fe1952004d
1 changed files with 0 additions and 2 deletions
|
@ -5,7 +5,6 @@ param($context)
|
||||||
choco install -y "dotnet-6.0-desktopruntime" vcredist2013;
|
choco install -y "dotnet-6.0-desktopruntime" vcredist2013;
|
||||||
$tempDir = $context.GetTempDirectory();
|
$tempDir = $context.GetTempDirectory();
|
||||||
$installer = "setup.exe";
|
$installer = "setup.exe";
|
||||||
[string]$processName = $null;
|
|
||||||
|
|
||||||
Push-Location $tempDir;
|
Push-Location $tempDir;
|
||||||
|
|
||||||
|
@ -14,7 +13,6 @@ Write-Host "Installing Tobii EyeX";
|
||||||
Install-SoftwarePackage $context "https://files.update.tech.tobii.com/Tobii_Eye_Tracking_Core_v2.16.8.214_x86.exe";
|
Install-SoftwarePackage $context "https://files.update.tech.tobii.com/Tobii_Eye_Tracking_Core_v2.16.8.214_x86.exe";
|
||||||
|
|
||||||
Write-Host "Installing Tobii Ghost";
|
Write-Host "Installing Tobii Ghost";
|
||||||
$processName = "TobiiGhost.exe";
|
|
||||||
Write-Information "Downloading Tobii Ghost installer";
|
Write-Information "Downloading Tobii Ghost installer";
|
||||||
Invoke-WebRequest "https://files.update.oem.tobii.com/Ghost/TobiiGhost.1.14.1-Setup.exe" -OutFile $installer;
|
Invoke-WebRequest "https://files.update.oem.tobii.com/Ghost/TobiiGhost.1.14.1-Setup.exe" -OutFile $installer;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue