Archive: HELP ME!!! How to do an exe-file back to an zip- or other archive file


HELP ME!!! How to do an exe-file back to an zip- or other archive file
Hi,
I have an setup.exe file which was created by the nullsoft installer. One file is corrupted, but i don't know how to oopen this setup.exe like an ziparchive. Please help me!!! Please forgive me my bad english. I don't speak very well this speech!!!

cu by el

PS: You can also mail me elkabum@aol.com


Yes, it's possible to decompile an installer, but it's not easy at all. It depends on the NSIS version the installer was built with, wheather or not NSIS was recompiled to build this installer (if it was and you don't have the original source it's almost impossible), and the compression type used.

If it was built with one of the NSIS 2 alphas/betas you might as well kiss your installer good bye because following all of the changes will take you even longer then writing the decompiler.

If the installer is corrupted it will be even harder.

There is no tool that does this currently, and I don't think anyone will ever make one. There was on long ago for version 1.42 if I remember correctly, it's no longer avaiable for downloading.

If you really want to give in the time of writing such a decompiler and know the exact version of NSIS and compression type used to make this installer I will help you, PM me.