Old 26th October 2005, 00:09   #1
garrett01001
Junior Member
 
Join Date: Oct 2005
Location: Texas
Posts: 1
Right click on file menu..

When my program is installed with the .exe that NSIS made I want to add an option to the menu when you right click on any file (not folders, just files) that when clicked it opens my program and passes the file path to the program..

Is there any way to do this?

Last edited by garrett01001; 26th October 2005 at 00:26.
garrett01001 is offline   Reply With Quote
Old 26th October 2005, 05:10   #2
Instructor
Major Dude
 
Join Date: Jul 2004
Posts: 671
You need to write special module. For example "WinRAR" have RarExt.dll

Registry:
code:
HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\WinRAR "" "{B41DB860-8EE4-11D2-9906-E49FADC173CA}"
HKEY_CLASSES_ROOT\CLSID\{B41DB860-8EE4-11D2-9906-E49FADC173CA}\InProcServer32 "" "C:\PROGRAM FILES\WINRAR\rarext.dll"

Instructor is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump