diff options
author | Xavier Hallade <xh@novetys.com> | 2017-03-30 15:44:34 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-04-06 04:21:37 +0200 |
commit | ad5d31459f3ba5986a25efd1271db69417641f38 (patch) | |
tree | b90a02734ac28d8e0ce451dfa4d4187a39ffab1d /installer/opentrack-installer.iss | |
parent | 91ca7726d4af5e86a2d5d10ec56685be22b0face (diff) |
installer: fixed path to RealSense SDK runtime
fixed path to RealSense SDK runtime installer which has moved from contrib to doc/contrib
Diffstat (limited to 'installer/opentrack-installer.iss')
-rw-r--r-- | installer/opentrack-installer.iss | 4 |
1 files changed, 2 insertions, 2 deletions
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; |