Notepad++
hello
I wanted to make an msi of notepad ++ i download the unicode version and added it to my msi but i dont have the option edit with notepad++ option when right clicking certain files. Can some on help ?
I wanted to make an msi of notepad ++ i download the unicode version and added it to my msi but i dont have the option edit with notepad++ option when right clicking certain files. Can some on help ?
0 Comments
[ - ] Hide Comments

so that the conversation will remain readable.
Answer this question
or Comment on this question for clarity
Answers
export the following registry keys and add them to your package:
[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Notepad++]
@="{00F3C2EC-A6EE-11DE-A03A-EF8F55D89593}"
[HKEY_CLASSES_ROOT\CLSID\{00F3C2EC-A6EE-11DE-A03A-EF8F55D89593}]
I assume the ClassId will be the same for you, if not, just get the matching one..
PJ
[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Notepad++]
@="{00F3C2EC-A6EE-11DE-A03A-EF8F55D89593}"
[HKEY_CLASSES_ROOT\CLSID\{00F3C2EC-A6EE-11DE-A03A-EF8F55D89593}]
I assume the ClassId will be the same for you, if not, just get the matching one..
PJ
Please log in to comment
Comments