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

Register sparse package from other than .NET application #29

Open
winseros opened this issue May 2, 2022 · 2 comments
Open

Register sparse package from other than .NET application #29

winseros opened this issue May 2, 2022 · 2 comments

Comments

@winseros
Copy link

winseros commented May 2, 2022

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++?

@modz2014
Copy link

While the example is in .NET, the basic principles remain applicable across languages so it would not matter if its written in C++

@ddomingos-encora
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants