Tagged Questions
The software-update tag has no wiki summary.
7
votes
11answers
433 views
Is there an API or tool that can automate software updating?
Is there any API or tool that can automate software updating? It should take care of checking for updates from a URL for a provided list of files and downloading and replacing the ones that need ...
5
votes
1answer
193 views
Implementing an update/upgrade system for embedded Linux devices
I have an application that runs on an embedded Linux device and every now and then changes are made to the software and occasionally also to the root file system or even the installed kernel.
In the ...
3
votes
2answers
131 views
How to remotely update Python applications
What is the best method to push changes to a program written in Python? I have a piece of software that is written in Python that will regularly be updated. What would be the best way to do this? All ...
3
votes
2answers
86 views
Is there a better update system coming for Xcode?
Xcode 4.0.1 was released a few days ago, which means that I am once again downloading the 4.5 GB beast to update. Does anyone know if Apple plans to introduce a better update system?
3
votes
5answers
270 views
Good, cross-platform software update libraries/tools?
Does anyone have experience with a library or tool suite that helps an ISV deliver software updates of shipped products? We ship software that runs on OS X, Linux, and Windows. We have partial ...
2
votes
2answers
49 views
Ways of providing software updates to customers for applications developed in C# and MySQL
We have a product developed in C#.Net. It is not a web application but a desktop version. It connects to various databases like MSSQL, MySQL etc.
We keep on upgrading the versions of the software for ...
2
votes
1answer
72 views
tools for notification of new software revision
I'm wondering if there are any projects out there to create a standard for subscribing to notification of software updates in a way that can be easily aggregated (e.g. RSS feeds?), so that it's easy ...
1
vote
1answer
117 views
Over-the-Air / Over-the-Wire automated Software Update (hot-code-loading) strategy
Have a Linux system (as part of my project), where I might have to do hot-code-loading, i.e. update parts of the software, over-the-air (s.a. downloading the software over WiFi) or over-the-wire (over ...
1
vote
0answers
31 views
Using an Apt Repository for Paid Software Updates
I'm trying to determine a way to distribute software updates for a hosted/on-site web application that may have weekly and/or monthly updates. I don't want the customers who use the on-site product ...
1
vote
0answers
26 views
Bugs gone with firmware updates - issue or not?
Here is a programming issue you may have faced in your past.
If a platform you are developing against has multiple firmware updates, and your software has a serious yet hard-to-reproduce issue in ...
0
votes
0answers
45 views
How to create a automatic update component in php?
I'm developing a web application in PHP and I need to develop an automatic update component for that software. When I thought about how to develop this, this is what came to my mind:
logic
download ...
0
votes
1answer
69 views
How to implement an Autoupdate background check using .NET technologies?
I used ClickOnce and its has nice APIs for deploying and implementing background software checks.
The problem that I have with ClickOnce is that I need to install multiple instances of my App and ...
0
votes
1answer
142 views
Software Update Notifications
I am considering implementing some sort of Software Update Notification for one of the web applications I am developing.
There are several questions I came across:
Should the update check be ...