cancel
Showing results for 
Search instead for 
Did you mean: 

Silent installation of Oculus Runtime (Windows)?

tmason101
Honored Guest
Hello,

I would like to include the Oculus Runtime with an installation package that I am creating for a product that supports the Oculus Rift.

Does the Oculus Runtime support a silent install via command-line switches?

Thank you.
5 REPLIES 5

tmason101
Honored Guest
Any update on this? I'd like to distribute the runtime 🙂

Ideally, I would like to distribute it via a silent install (like how Microsoft does it with their C++ redistributables) but if that isn't possible let folks know.

cybereality
Grand Champion
I don't believe that is supported. Sorry.

tmason101
Honored Guest
"cybereality" wrote:
I don't believe that is supported. Sorry.


OK, thanks for the reply. I would recommend this as you are requiring customers to have the runtime installed so it would be ideal to bundle it with VR products.

yvenugopal
Honored Guest

Is it fixed, I would like to deploy the software on lot of machines.

mattervrdev
Honored Guest
running strings on the installer gives you the following flags:
/unattended
/diagnostic
/uninstall
/noupdates
/repair
/bypassHotfixCheck
/locale:
/drive:

- /unattended slings you right into the download/installer which is pretty handy.  
- It downloads everything to C:\OculusSetup-DownloadCache
- proceeds to do the install (you can monitor all the installer in %TEMP%\Oculus\OculusSetup.log)
- erases all files and log files

So if you want to save a local copy you need to sync those files out of C:\OculusSetup-DownloadCache before they are erased and monitor the setup log to see how the installer works.

Pretty frustrating that you have to go through this whole process when Oculus could release a standalone installer pretty easily.