Ive been reading all day and night, on how to make windows explorer add your custom menu in the context menu when right clicking on multiple files.
Whats the process would the shell extension pass selected files to let say my c# wpf program and get these all paths?
And to package my program, does it mean I have to package both my program and the shell extension together so they are both installed and can work hand in hand together?
Ive been spending hours and hours trying to get my head of the process to implement it.