Hello,
The end-users of my game don’t have admin power, which means that they can’t install the pre-required dlls (vc runtime and directX)…
An unreal engine packaged game has 2 exe:
- The one at the root of the game folder.
- The one inside “MY_GAME/MY_GAME/Binaries/Win64”.
The first one requires VC Runtime and the second requires DirectX(at least).
I found that i can put the directX dlls inside the same folder of the second exe and it runs if directly launched from there.
I wasn’t so lucky for the first exe…
Process Explorer lists these dlls
I tried putting those inside the same folder as the first exe but I still get this error:
Any idea how to resolve this ?