Get Oculus install directory more reliably
It looks like currently you're using
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Oculus VR, LLC\Oculus\Config\InitialAppLibrary
to detect Oculus' install directory, however this doesn't work on all machines such as my own.

I would recommend instead using:
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Oculus VR, LLC\Oculus\Base or HKEY_CLASSES_ROOT\oculus\shell\open\command\(DEFAULT)
as both of these should be more reliable and consistent across installs
Hi @ModdingPink, It looks like this is still being used at
https://github.com/bsmg/ModAssistant/blob/db773630264d7d29cb43b04de5d161828a6a0eb3/ModAssistant/Classes/Utils.cs#L292-293
Where it just returns null if the key doesn't exist. It doesn't appear improved, but I may be mistaken
Why am I CC'd in this?
Yahoo Mail - Email Simplified
On Mon, Feb 3, 2025 at 10:29 PM, @.***> wrote:
Reopened #213.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>