-
Notifications
You must be signed in to change notification settings - Fork 275
Add "Open with Lite XL" to windows' context menu #1333
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
Conversation
Does this apply to directories too? |
It does not, It actually didn't come to mind |
As discussed on discord; may make more sense to use HKCU or HKLM, depending on how they install it. Will leave this open until you're ready with that. |
f6df062
to
5c9541f
Compare
5c9541f
to
a872571
Compare
Tested; it works. The actual install process leaves me with a broken executable, but that's not this PR's problem. Works totally fine for me. Merging. |
It would be nice to have this on the portable version as well in a .reg file. |
I don't think it would work as the keys would need to refer to the location of the executable, which is not known in the portable case. |
A bat script might be able to do the job, but it's a hassle as you need to manually install/uninstall the context menu integration |
This is not working for me. I installed 2.1.1 via Chocolatey and I don't have the option. Could it be because this is on Windows Server 2022 Standard? |
The context menu entry is added via our installer. |
I thought about that so after installing with Chocolatey, I also downloaded the installer and installed it through it. Still no context menu. |
Oh yeah, it's because this isn't in any release yet - coming soon:tm:. |
It's because this PR is not in any release yet, the latest release is from
Dec 2022
…On Wed, Aug 30, 2023, 10:02 PM Emiliano Parizzi ***@***.***> wrote:
The context menu entry is added via our installer. It looks like the
Chocolatey package is not using the installer, but it's using our portable
zips, so it would need to "manually" add the register keys.
I thought about that so after installing with Chocolatey, I also
downloaded the installer and installed it through it. Still no context menu.
—
Reply to this email directly, view it on GitHub
<#1333 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOTMMLMKDXWFAK2U3SK4V53XX5IWVANCNFSM6AAAAAAT7RFTKA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Closes #423