12-09-2021 08:45 AM
Hi Guys,
I'm curious how people manage software updates when installs are local? If you are the developer of a software where many users have local copies, and you want to publish a new version, what methods do you use to force users (or at-least notify them) that a new version is available?
Thanks,
-Wavepacket
Solved! Go to Solution.
12-09-2021 03:44 PM
I've had pretty good luck building application into NI Package Manager packages (NIPM). This makes it easy to update applications by opening NIPM.
There is also a NIPM API, so you can use LabVIEW to check for updates. If there is an update, I prompt the user to open NIPM and update.
More details can be found here: https://forums.ni.com/t5/LabVIEW/Good-time-to-run-programmatic-NI-package-update/m-p/3847476
01-06-2022 02:24 PM
Hi Wavepacket,
You could look at existing deployment tools to manage software installed on multiple computers:
- https://www.averna.com/en/products/smart-data-management/deploy
I believe it can do both, force the update, or notify users.
For more information, please contact info@averna.com.
Valerie