WPF Update and License System
Hi! Recently, I created an application for graph theory, so I want to push it on some site (maybe create a personal portfolio site) and people can use it. But I think about auto-updating system and maybe license (idk how things will make in future :)))
So, did somebody make smth like this or knows packages that will help?
Appreciate any help
4 Replies
https://github.com/Squirrel/Squirrel.Windows for updates
GitHub
GitHub - Squirrel/Squirrel.Windows: An installation and update fram...
An installation and update framework for Windows desktop apps - GitHub - Squirrel/Squirrel.Windows: An installation and update framework for Windows desktop apps
What sort of licensing do you mean? So people need a license key before your application will run?
in some way
i think there's will be a trial time and then you'll need a license, maybe key as you wrote
watched some videos and they have some database where they store all keys, but is this neccessary?
tnx, will have a look
So, I found this video about Squirrel, and it's all i needed, but he stores his data on PC, but I think about website. It's possible to create personal (by link) package on nuget or other sites (idk what to choose)?
IAmTimCorey
YouTube
C# Desktop App Deployment with Squirrel - Easier than MSI Files, Be...
Full courses: https://www.iamtimcorey.com/courses
Source code: https://leadmagnets.app/?Resource=SquirrelDeployment
Patreon: https://patreon.com/IAmTimCorey
Newsletter signup: https://signup.iamtimcorey.com/
Deploying your desktop software isn't the easiest thing to do well. Either you go the simple route and just copy your files to another ...