Archive: right mouseclick entry, change ZIP entry


right mouseclick entry, change ZIP entry
Hello,

Please help me with NSIS 2.0 b3.
I have make it, bud I have destroy my Win-Registry.
So, please help me with my problem.

I need a Section "Shell ZIP with Program" SecExtention
If user can select or not select.
I make a entry that my program for ZIP are the standard program
ZipRead.exe %1 (%1 is the file if opened).
New ZIP-Icon use ZipRead.exe

With right mouseclick add all files (TestAdd with ZipRead).
Give all select files from explorer (contexmenu) zu
ZipRead.exe (%1) (%2) (...
Or you are a better idea?

Please help me and post a code. Bud I want make it and destroy my
contexmenu and ZIP Entry.

Thank you very much.

Good bye...


Firstly, it is highly recommended that you upgrade to latest NSIS CVS release:

http://nsis.sourceforge.net/nightly/nsis.zip

Note that you will need to make changes to your script to be able to compile it.

Then, go here:
http://nsis.sourceforge.net/archive/...instances=0,11

Examples of making different "open" "edit" etc right-click menus for different files can be shown within latest CVS Examples\makensis.nsi, where you can see how the right-click "compile" "compile with bz2" etc menus have been created from writing registry entries.

-Stu