is it possible to extract bmp's and ico's from a nsis built .exe file ? I know I can not decompile the original script....but was hoping I could at least get the bmp and ico from the exe....
is there a way to do this ?
extract images form nsis .exe
4 posts
In my opinion all images "extract" during installation and placed ${NSIS}\Contrib\Graphics. 🤪
use ResourceHacker ( www.users.on.net/johnson/resourcehacker/ ) to extract the icon (most icon editors also support this)
to get the bmp's you must run the installer and grab the files in the temp dir (they are in a sub dir, eg: nssD3C.tmp )
to get the bmp's you must run the installer and grab the files in the temp dir (they are in a sub dir, eg: nssD3C.tmp )
many thanks 🙂
will save some time
will save some time