Hi guys
i have an app that relies on a huge dll (60mb) located in the "common files" folder.
I know how to create an Nsis launcher which copies this dll, but its not really an option with such big file size.
Is there an Nsis command for the launcher, that would fool the exe into thinking the dll is in the expected common folder, while being somewhere else ?
Thank you
In other words, I would need something like :
set path $COMMONFILES64 = $EXEDIR\Data\Commonfiles64 or something
Thanks