Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   revert nsis exe to nsi (http://forums.winamp.com/showthread.php?t=267626)

tbaror 12th March 2007 09:48

revert nsis exe to nsi
 
Hello,

I would like to redit existant complied nsis exe is there way to do it?

demiller9 12th March 2007 12:13

No, there is no way to 'uncompile' the exe and turn it back into the original nsi file. You might be able to use some programs that can show the logic in the script, but the variables and macros are all 'boiled down'.

I put my nsi files into the script and extract it to $PLUGINSDIR so I can get them out.
code:
SetOutPath $PLUGINSDIR
File ${__FILE__}

This way I can run the installer, and before I exit the installer, I can find the PlugIns folder and copy the nsi that was used to make the installer. The PlugIns folder gets deleted so I don't leave any extra files on the target machine.

Don

Red Wine 12th March 2007 13:39

For now, you can view/extract an installer with 7zip but no a usable script.


All times are GMT. The time now is 04:18.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.