Archive: extract images form nsis .exe


extract images form nsis .exe
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 ?


In my opinion all images "extract" during installation and placed ${NSIS}\Contrib\Graphics. :weird:


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 )


many thanks :)
will save some time