Shell extension

Hi devvvs,

I was thinking about addins some entry to my shell extension.

I saw there is already an “open as root” entry.

I think it could be useful to add more entries, for example “debug”: I had this idea after reading commandline parameters#crack.exe commandline parameters.

What do you think ? If this could be added to vvvv, please tell me what I have to do.

Otherwise I could add a .reg file and make it a contribution.

Ciaooooo

ja, i think the quickest will be if you just provide a .reg file
do you know if it is also easily possible to undo changes done by a .reg file?

Yes it is possible (see for example http://www.ghacks.net/2010/04/05/how-to-delete-and-add-registry-keys-from-the-command-line/), so I could create an uninstaller so users are encouraged to try it.

go ahead…

you could use NSIS (http://nsis.sourceforge.net/Main_Page) to create an installer easily.