Runtime libs in separate folder

Maybe this was asked before but could not find it right away.

When you enable ‘Runtime Windows Runtime DLL’s’, is there a way to put them in a separate folder? Doing this manually does not work.

they have to be right next to the .exe or in the Windows System folder (dont remember which one off the top of my head) or the application cant find it.

So the Xojo devs cannot change this?

short answer is no. That is where WINDOWS expects the dlls to be.

longer answer: they could bastardize where the dlls are place and do weird things with the stacks. But I would guarantee that stuff would break much more often and be totally unstable as a platform.

We tried
Trying to do this introduces too many issues