From ad5d31459f3ba5986a25efd1271db69417641f38 Mon Sep 17 00:00:00 2001 From: Xavier Hallade Date: Thu, 30 Mar 2017 15:44:34 +0200 Subject: installer: fixed path to RealSense SDK runtime fixed path to RealSense SDK runtime installer which has moved from contrib to doc/contrib --- installer/opentrack-installer.iss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'installer') diff --git a/installer/opentrack-installer.iss b/installer/opentrack-installer.iss index 4ee358f1..5898cd8c 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_10.0.26.0396.exe'), + NonUiBlockingExec(ExpandConstant('{app}\doc\contrib\intel_rs_sdk_runtime_websetup_10.0.26.0396.exe'), '--silent --no-progress --acceptlicense=yes --front --finstall=core,face3d --fnone=all'); end end; @@ -141,4 +141,4 @@ if RSCameraDriverDetected then //TODO: if camera is detected, activate RS EULA page and RSSDK install, save if it was accepted or not. end end -end; \ No newline at end of file +end; -- cgit v1.2.3