Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installer: List app for 'Open With...' context menu #33

Closed
dail8859 opened this issue Aug 11, 2021 · 0 comments
Closed

Installer: List app for 'Open With...' context menu #33

dail8859 opened this issue Aug 11, 2021 · 0 comments
Assignees
Labels
installer Installer related issues or enhancements

Comments

@dail8859
Copy link
Owner

I think this is what is needed: https://docs.microsoft.com/en-us/windows/win32/shell/app-registration#using-the-applications-subkey

Something like:

[HKEY_CLASSES_ROOT\Applications\NotepadNext.exe\SupportedTypes]
".txt"=""
".py"=""
".c"=""
".cpp"=""

...and more as needed

@dail8859 dail8859 added the installer Installer related issues or enhancements label Aug 11, 2021
@dail8859 dail8859 self-assigned this Aug 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
installer Installer related issues or enhancements
Projects
None yet
Development

No branches or pull requests

1 participant