Questions tagged [auto-update]

Auto-updating is software functionality that allows a program to maintain whether it or the supporting data is up-to-date in an automatic fashion.

1377 questions
3
votes
1 answer

Using AJAX for an auto-updating page containing values from a database?

Can someone explain how to create a .php page which auto-updates with values from a database? Would using AJAX be best for something like this? I want this PHP code, but I want the page to be updated whenever 'values01' is added to or changed,…
Joey Morani
  • 25,431
  • 32
  • 84
  • 131
3
votes
1 answer

Auto-update nuget packages - Assembly redirects are not added

We are trying to auto-update NuGet packages in our projects with a nightly build. The reason for this is that we use an internal NuGet repository for sharing the latest version of some shared library code, and we want all our projects to use the…
Hallgeir
  • 1,213
  • 1
  • 14
  • 29
3
votes
2 answers

How to check is there a process running with the given handle

Scenario: From App1, I need to execute App2 passing App1.Handle as param. App2 should wait until App1's close. After this, App2 should replace App1.exe file with an updated version. Are there better ways to update a running executable file? If…
Hwau
  • 850
  • 3
  • 12
  • 23
3
votes
0 answers

Auto-Update ASP.NET application to clients local server

I have a asp.net web application that has been deployed in the local IIS server of clients. These clients are more than 100 in number as of yet. Since the application is in early phase of release, it gets updated almost on a daily basis. It becomes…
Nabin Karki Thapa
  • 483
  • 1
  • 6
  • 18
3
votes
3 answers

.net (winforms, not asp) multi-server deployment

I have a small .NET WinForms application, and couple of linux servers, DEV and CL1,CL2..CLN (DEV is development server and CL* are servers which belons to our clients, they are in private networks and it's a kind of production servers) I want an…
poiuyttr
  • 110
  • 1
  • 4
3
votes
1 answer

Android auto update resource files through developer console

My Android app has raw files in resource folder from which I retrieve data that is crucial to my app. These resource files needs to be updated from time to time if not often. Is there a way to achieve this through Google update mechanism…
3
votes
1 answer

How to update my Windows Service automatically in .NET?

I release several modifications a week for my Windows Services and my users have to update it manually. I was think in rolling my own auto-update component, but I heard of ClickOnce, which seems to suit only Windows Forms and not Windows Services.…
Jader Dias
  • 88,211
  • 155
  • 421
  • 625
3
votes
2 answers

How to handle database changes made by automatic update script while using Liquibase?

I'm developing a web application that also use Wordpress as part of it. I want to use Liquibase to track my database changes. How to handle database changes made by automatic update script of Wordpress? Can I just ignore them? and put only my own…
User
  • 373
  • 2
  • 8
3
votes
3 answers

Angularjs: how to update value of table based on user input?

Here is my code: {{list.name}} {{list.phone}}.... User can…
Sara
  • 2,308
  • 11
  • 50
  • 76
3
votes
1 answer

Windows Installer Error 1316. Installer looks for wrong filename

I'm trying to implement the following self-update mechanism for my application: If an update is available, my application downloads the (WiX generated) MSI package and writes it to its AppData folder with an arbitrary name. The application then…
Robert Hegner
  • 9,014
  • 7
  • 62
  • 98
3
votes
0 answers

Periodicaly update ajax

I know the there is a lot of questions on this topic, but I really couldn't find anything what fits to my case. I defined this function in javascript: self.ajax = function(uri, method, data) { var request = { url: uri, …
3
votes
0 answers

Silent autoupdate running Android application

From what I read on SO, it seems that I want the impossible (?) I have a kiosk-like app that is supposed to run 24/24, 7/7, 365/365. This makes it hard/impossible to update the app. As far as I know, Google Play will not start the update (even if…
Adi
  • 5,113
  • 6
  • 46
  • 59
3
votes
1 answer

Auto Update Web App

I have a small web app (Mvc) that I need to periodically update (no ftp or other access). I would like that from the "Super Ultra Mega administratior" page direcly in the app I can spin up the update process. I know this is not the best security…
Ronnie
  • 4,959
  • 10
  • 51
  • 69
3
votes
1 answer

Automatically update SQL Server database schema

I have deployed a C# app and my customers benefits from new deployed versions by ClickOnce update. But I have trouble when I change to the application database schema because the customers cannot benefit from auto update database changes, please…
franchesco totti
  • 582
  • 1
  • 7
  • 28
3
votes
1 answer

AIR Application not updating using ApplicationUpdaterUI

I am working in Flex 4.6 AIR application. There is a button when i click on it, It downloads the new version of the application from the server and installed it automatically when AdobeAIRInstaller version 3.8 already installed in my system (both…