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...
right mouseclick entry, change ZIP entry
2 posts
Firstly, it is highly recommended that you upgrade to latest NSIS CVS release:
Note that you will need to make changes to your script to be able to compile it.
Then, go here:
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
Note that you will need to make changes to your script to be able to compile it.
Then, go here:
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