myfreeer / 7z-build-nsis

7-zip build and package script with nsis script decompiling using ms visual studio
GNU Lesser General Public License v2.1
226 stars 41 forks source link

Decompilers for Nullsoft / 7-Zip? #42

Open DARO75 opened 2 years ago

DARO75 commented 2 years ago

Decompilers or Unlocker for Nullsoft / 7-Zip read-only files? https://nsis.sourceforge.io/Can_I_decompile_an_existing_installer

do you have the possibility to create such a tool?

myfreeer commented 1 year ago

What is the Nullsoft / 7-Zip read-only files? Could any minimal example be provided?

DARO75 commented 1 year ago

13-07-2022_14-31-12

Example:

http://download.notepad-plus-plus.org/repository/8.x/8.4.3/npp.8.4.3.Installer.exe http://download.notepad-plus-plus.org/repository/8.x/8.4.3/npp.8.4.3.Installer.x64.exe

myfreeer commented 1 year ago

Deleting file form such archived files often means rebuilding the archive. 7-zip can not create nsis package, so it can not delete files form it

DARO75 commented 1 year ago

I was hoping you could use your skills to write a little tool that can do that!