Lel
23rd July 2007 08:26 UTC
Open App at right click on the file
Hi all,
I'd like to launch my app with as argument the file right clicked, just like when you right click on a NSIS file and you get "Compile NSIS script" on the menu.
Is there a shortcut to add somewhere?
I think it's something different than using $SENDTO.
thanks in advance for any help
Bye
Lel
23rd July 2007 11:52 UTC
thanks a lot:
http://nsis.sourceforge.net/File_Association
works perfectly!
Lel
23rd July 2007 15:24 UTC
And what if I want to add my app to any file?
I mean like some antiviruses do, letting the user scan any single file by right clicking on it.
thanks again
Anders
23rd July 2007 15:53 UTC
HKEY_CLASSES_ROOT\* or HKEY_CLASSES_ROOT\AllFilesystemObjects but most antivirus and other apps that add menus to everything normally use a shell exstension (You must write a COM dll, not just a registry entry)