ModAssistant icon indicating copy to clipboard operation
ModAssistant copied to clipboard

Get Oculus install directory more reliably

Open rcmaehl opened this issue 5 years ago • 2 comments

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.

image

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

rcmaehl avatar Jul 08 '20 16:07 rcmaehl

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

rcmaehl avatar Jan 05 '25 16:01 rcmaehl

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: @.***>

Tobuscouse avatar Feb 04 '25 04:02 Tobuscouse