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 ?
Notepad++
0 Comments
[ + ] View comments
Answers
Rating comments in this legacy AppDeploy message board thread won't reorder them,so that the conversation will remain readable.
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

Please log in to comment