|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Junior Member
|
Right-click on any directory and have the menu include my program. How in NSIS?
I want to be able to open my program by right-clicking on any directory in Windows.. I know Winzip does this, how can I do it through NSIS on install?
|
|
|
|
|
|
#2 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,343
|
[edit]
This is also possible with this code if you just want to open your program: PHP Code:
[/edit] What you need to do is to write a shell extension. Here is a good link that can help you get started: http://www.codeproject.com/shell/shellextguideindex.asp What you can do with NSIS is to register the DLL, write the registry keys needed, and on uninstall remove those keys. NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius Last edited by kichik; 30th May 2002 at 17:00. |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|