Creating a portable app, it needs a DLL in system32 (one from Visual C++) and I have tried the app with the DLL in the same folder as the .exe but it doesn't work unless it's in system32. How is it possible to handle this? Would it mean I would have to create an app that requires admin access to add the DLL to system32?
Cheers