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

About packaging an MSIX installer #1

Open
chriskyfung opened this issue Apr 16, 2021 · 0 comments
Open

About packaging an MSIX installer #1

chriskyfung opened this issue Apr 16, 2021 · 0 comments
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@chriskyfung
Copy link
Owner

The Windows Hotkey for iFlyVoice EXE file requires a manifest with either <requestedExecutionLevel level="requireAdministrator" uiAccess="false"/> or <requestedExecutionLevel level="asInvoker" uiAccess="true" /> to gain the UI accessibility of the iFlyVoice floating window.

According to the Microsoft Docs, it seems impossible to use MSIX to deliver the application:

Your application requires UIAccess. If your application specifies UIAccess=true in the requestedExecutionLevel element of the UAC manifest, conversion to MSIX isn't supported currently.

If so, there should be no way to publish the application to Microsoft Store. 😞

I really want to know if there are any ways to work around? 🆘🙋‍♂️ I would appreciate your help if you can share any useful information to me.

@chriskyfung chriskyfung added help wanted Extra attention is needed question Further information is requested labels Apr 16, 2021
@chriskyfung chriskyfung changed the title About packaging a MSIX installer About packaging an MSIX installer Apr 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant