You are here

How to avoid copying big files to system / folders spoofing

2 posts / 0 new
Last post
geoslake
Offline
Last seen: 7 years 7 months ago
Joined: 2006-07-28 04:41
How to avoid copying big files to system / folders spoofing

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

geoslake
Offline
Last seen: 7 years 7 months ago
Joined: 2006-07-28 04:41
In other words, I would need

In other words, I would need something like :

set path $COMMONFILES64 = $EXEDIR\Data\Commonfiles64 or something

Thanks

Log in or register to post comments