diff options
author | Xavier Hallade <xavier.hallade@intel.com> | 2016-06-01 22:00:13 +0200 |
---|---|---|
committer | Xavier Hallade <xavier.hallade@intel.com> | 2016-06-01 22:00:13 +0200 |
commit | cd6ddb9f572dc9cc0a60b43c1c327709311c072e (patch) | |
tree | 415a5e573a15bd6fa246f9dc90fbbce62c4cdb7e /installer | |
parent | f906076ef1205387f52c03e8eed4ac2419c6d9a6 (diff) |
tracker-rs: updated to SDK 2016 R2. Added more debug information and safeguards.
Diffstat (limited to 'installer')
-rw-r--r-- | installer/opentrack-installer.iss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/opentrack-installer.iss b/installer/opentrack-installer.iss index e1a8cf31..23c83181 100644 --- a/installer/opentrack-installer.iss +++ b/installer/opentrack-installer.iss @@ -89,7 +89,7 @@ var begin if RSCameraDriverDetectedAndEulaAccepted then begin - NonUiBlockingExec(ExpandConstant('{app}\contrib\intel_rs_sdk_runtime_websetup_8.0.24.6528.exe'), + NonUiBlockingExec(ExpandConstant('{app}\contrib\intel_rs_sdk_runtime_websetup_10.0.26.0396.exe'), '--silent --no-progress --acceptlicense=yes --front --finstall=core,face3d --fnone=all'); end end; |