Hi!
I mainly have two questions:
- Is there a way to install only the leap visualizer, without the SDK / other 430 MB stuff?
- Is there a way to do so silently? Since I didn't find anything suggesting that the visualizer can be installed alone, i tried to install the whole SDK (Leap_Motion_Orion_Setup_win_3.2.0.exe) silently. I used the "Universal Silent Switch Finder" to find that it is a "NSIS package" that should be installed silently with the "\S" postfix. (i.e.: Leap_Motion_Orion_Setup_win_3.2.0.exe /S ). However this didn't worked. I also tried to add the \h \help \? prefixes to see if there is a help for automatic installation - nothing. I tried to log the installation process with Leap_Motion_Orion_Setup_win_3.2.0.exe /L*v C:\InstallLog.txt /I - didn't work.
Am I missing something?
Thanks in advance!
Update
- Silent Installation works from powershell (running as admin) using the
./Leap_Motion_Orion_Setup_win_3.2.0.exe /S /NCRC
command.
- Silent Installation works from cmd (running as admin) using the
Leap_Motion_Orion_Setup_win_3.2.0.exe /S /NCRC