We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The example demonstrates how to register a sparse package from a .NET app.
Apparently, a non-uwp application might be made in a number of non-.NET technologies.
How do I register my sparse package, if my application is implemented, say, in plain C++?
The text was updated successfully, but these errors were encountered:
While the example is in .NET, the basic principles remain applicable across languages so it would not matter if its written in C++
Sorry, something went wrong.
There is a great example in the Notepad++ repository: https://github.com/notepad-plus-plus/nppShell/blob/master/Installer.cpp And they did it in a smart way, so when regsvr32 is executed, if running on Windows 11, the sparse package gets registered as well. I hope it helps
No branches or pull requests
The example demonstrates how to register a sparse package from a .NET app.
Apparently, a non-uwp application might be made in a number of non-.NET technologies.
How do I register my sparse package, if my application is implemented, say, in plain C++?
The text was updated successfully, but these errors were encountered: