I have developed QT application to view image/videos. I am deploying the application using windeployqt and have created setup.exe using Inno Setup tool.
I have already implemented code to show up image when opened through my app.
Now I want my application name to show up in "Open with list" whenever I click on image or video.
Has anyone idea how to achieve this?
Based on How to Include an Application in the Open With Dialog Box – you have to create a registry values like these:
For an example how to create similar registry keys, see:
Inno Setup: Extending Windows default apps list