Detect installation path of Epic Launcher in Windows 8

Hi,

I’m doing some bootstrap automation of my project and I need to detect UnrealVersionSelector in order to generate VS solution files from .uproject.
I looked at windows registry, c:\ProgramData\Epic, some other places in c:\Users\User…, and I didn’t find any config files or other pointers to my Epic Launcher folder.

UE4 installation info can be found in c:\ProgramData\Epic, but not launcher paths.
(Yep, I have custom installation path of Epic Launcher. Not default c:\Program Files( x86)…)

So, the question is where I can found a path to Epic Games Launcher to use its files?

Also I’ve posted a question on forums, so here’s the link:

Use envriament varables insted, not sure if unreal use it, but if not… you can set it yourself :slight_smile:

also UnrealVersionSelector is associated with uproject files so if you want you can use that for more automatic solution

If I set it myself it is not automation, isn’t it?