A new version of a software for any computer program. It can be better in performance and may include several new features.
Questions tagged [software-update]
56 questions
2
votes
2 answers
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 bug fixes as well as new functionality.
These…

Kalpak
- 3,510
- 4
- 22
- 21
2
votes
3 answers
Best way to track sql server 2008 database structure installed in client for next upgrade
Our company has a product related to Human Resource Management developed in Asp.net and Sql Server 2008 & its installed in 20-30 clients. As the software is in continuous development due to each client's requirement.
Now when some new changes is…

ramkumar
- 269
- 1
- 3
- 10
2
votes
0 answers
Search Button - onSearchRequested() in Android 4.1.1
In my activity I have implemented a specific behave when user press Search Button. These suppose implementing
@Override
public boolean onSearchRequested(){
//..............
return true;
}
The problem is that, after I…

AlexAndro
- 1,918
- 2
- 27
- 53
1
vote
1 answer
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 LAN). There are 2 parts of this software, one…

bdutta74
- 2,798
- 3
- 31
- 54
1
vote
0 answers
Upgrade Product for all SAAS Customers
We have a monolithic application deployed in Cloud. We have one instance & DB per customer. We have multiple customers on different versions of the Software.
Since it's a maintenance nightmare to maintain multiple versions we have decided to upgrade…

Venkat
- 23
- 6
1
vote
0 answers
Python code to automatically update CC Cleaner & Adobe Flash Player
Recently in the last few months my computer has been constantly
telling me to update the flash player, CCleaner is Always out of date
& there is usually an update to be done to Bleachbit or Nvidia.
I know that https://ninite.com used to do…

Ryan Stone
- 345
- 4
- 19
1
vote
1 answer
IntelliJ Terminal - updated and no longer able to run scripts from terminal
I am pretty new to coding & working with IDEs. Intellij prompted me for an update, which I allowed. Now I cannot run my scripts from the Intellij terminal.
The error message I receive is
"Error: Could not find or load main class…

General_Sherman
- 11
- 1
1
vote
0 answers
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 to have to worry about updating it manually I just…

Scott Keck-Warren
- 1,894
- 3
- 18
- 33
1
vote
1 answer
software-update returning "No new software available."
Under MacOS Sierra 10.12.5, I wrote the following script that I put in /usr/local/bin/update to update all my packages at once:
#!/bin/sh
brew update
brew upgrade
brew cask outdated|xargs brew cask reinstall
softwareupdate -ia
It always worked…

arvymetal
- 2,787
- 1
- 30
- 39
1
vote
1 answer
How can I use a digital signature to control software upgrades?
I'm after some concrete advice on how best to prevent (or at least deter) unauthorised software upgrades on an embedded system. It doesn't need to be bullet-proof and we can assume for now that the system itself is sufficiently locked down so that…

paxdiablo
- 854,327
- 234
- 1,573
- 1,953
1
vote
2 answers
error while running apt-get update probably incorrect release file causing apt-get update to fail
I've been using elementary OS 0.3 Freya (64-bit) built on Ubuntu 14.04
When I tried to open Software Updater its showing Failed to download repository information
and when I tried to run
sudo apt-get update
this is what it prints:
W: Failed to…

transformer99
- 11
- 4
1
vote
0 answers
Retrive the response of the software update android
I need to write an application that allows the user to check if he needs a software update in his android phone.
is it possible to get the response of the software update in android programmatically?
Basically is the response for the last pop-up…

elgonspain
- 21
- 4
1
vote
2 answers
How can I code WordPress plugin software updates?
This question is probably suitable for all software updating. How does software updating normally work? I have developed a WordPress plugin and now I want to code the updating module. The plugin checks for new updates and if an update is available,…

Vishnu Sureshkumar
- 2,246
- 6
- 35
- 52
1
vote
2 answers
C# multiple versions updater
I am working on an Updater application containing two application named as Updater and MainApp. The Updater App uses web service to check for updates and update the MainApp. I am able to achieve updation when update button is clicked, for single…

user1790564
- 11
- 1
1
vote
1 answer
Automate Software Updates from batch
Can someone please help me figure out the code for Windows batch file that will look a the properties of executables or installers in a directory, determine the version of the installer and the name of the product, store them in variables, and query…

john3j04
- 11
- 2