When using dynamic linking on windows, shared libraries seem to be stored in same folders where the packages where installed i.e each library in a different folder. And these folders aren't visible to the system (by the PATH variable). Is it possible to specify the folder to which the libraries (libHSrts-ghc8.03.dll etc.) will be stored ? for example C:\Windows\System32 
Because currently when I try to run any executable which is dynamically linked it complains about missing dlls.

Thanks