Yes, wyUpdate will work perfectly. A good place to start is here: Walkthrough for your first time using wyBuild.
Hi all,
And thanks in advance. I am currently investigating the various ways of auto-updating an app on windows. My app is written in python with lots of standard and third party libraries. It also ships with various 3rd party command line tools. The code is frozen, so the app(s) are compiled into .exes and dependencies in the form of DLL, pyd, etc. The app and its services run in the background on the client computer, and I would like it to auto-update with the minimum amount of hassle and user interaction.
So my question is, is wyUpdate a viable solution for incremental and large updates? A frozen python app like this would need a good chunk of code replaced with any update because of how it is packaged. I am currently using NSIS as an installer, I don't know if that's relevant or affects anything.
Thanks for any help,
J
Yes, wyUpdate will work perfectly. A good place to start is here: Walkthrough for your first time using wyBuild.