Questions tagged [automatic-updates]

141 questions
0
votes
2 answers

Auto-updating a DLL

We are using a wrapper DLL in order allow auto-updating of our application (our product is a DLL). Where should we release the inner DLL when the application is closing?. (We tried to do it in a DLLMain callback but it doesn't seem to work and the…
kambi
  • 3,291
  • 10
  • 37
  • 58
0
votes
1 answer

How to increase update time in PHP?

How would I increase update time, or make updates automatic in PHP? This is currently the code I have:
Last Updated on '.date("F j, Y, g:i a",time()+3600).'

The issue here is that I have, the file updating every couple hours.…
jjf3
  • 27
  • 1
  • 7
0
votes
2 answers

Simulink: User Interface, number of "systems" defined by user -> Automatically generated

I'm working on a really ambitious project right now in Simulink and I want to make it as user friendly as I possibly can. Basically I'm making a detailed model of an intersection filled with cars. I have a car model block that is masked and you can…
Dammi
  • 1,268
  • 2
  • 13
  • 23
0
votes
2 answers

Application self-updating strategies for android?

I realize that this is sort of a broad and perhaps vague question, but I'm looking for some common strategies for self-updating an app in android (not via Google Play, but directly from the application itself). Perhaps I could embed the actual app's…
SeaBass
  • 121
  • 1
  • 10
0
votes
2 answers

Getting an automatic update on Google Play to work when the app is running 24/7?

We have an app that we want to distribute in-house using the google play private channel. We want to be able to roll out automatic updates but the catch is our software is designed as a home screen.. so it is running 24/7 We have tried it and it…
Le-roy Staines
  • 2,037
  • 2
  • 22
  • 40
0
votes
1 answer

Issuing a warning to users before an app is updated (possibly automatically)

Whilst preparing a new version of an app I have discovered that the previous version doesn't save the program state to permanent storage in all circumstances. So this information can be lost when an update is performed. Is there any way to warn…
0
votes
2 answers

Automatic Age Calculation ASP.Net

Please see the figure below. I want to automatically count the age of the user by inputting their birthday information. See the figure below for more explanation. Here's my full code of register.aspx page:
Peterson Pilares
  • 283
  • 3
  • 7
  • 21
0
votes
1 answer

How to upgrade application for business user?

We have WPF application which is created in .NET4.0. We have upgraded our application to .NET4.5 with a new version. Now, we are getting problem to install upgraded software in user's system. There are few thousands user using our app. It will take…
0
votes
1 answer

Insert Reboot Command in Microsoft Update Script

I'm a complete novice in scripting, so starting off just trying to tweak other scripts. I found a script that checks, downloads, and installs Microsoft updates from command line. Is there a way to include a reboot command when complete, or perhaps…
0
votes
3 answers

Automatic updating of Safari Extension is preventing publishing Extension in Safari Gallery

I'm trying uploading my Safari Extension to Gallery. Every time I did it, I get error message after a few days of waiting: During our review, we found that you still have not enabled automatic updating for your extension. Cool! But I did it,…
Mike Keskinov
  • 11,614
  • 6
  • 59
  • 87
0
votes
1 answer

How can an Android application know it has been automatically updated without restarting the device?

I have an application that is running 24/7 on a dedicated Android device. The app is configured in Google Play to update automatically. The app downloads and installs without any issues. The part I am trying to figure out is: the app needs to…
user1061045
  • 163
  • 7
0
votes
1 answer

Automatic update of an extension does not work

I wrote an update.rdf for an automatic update service. In the add on overview an can do a right click "search for new update" and firefox finds the new version on my test webspace, download it and "install" it. But after the restart I have the same…
0
votes
1 answer

Android application is getting terminated when a automatic update takes place by Google Play

I have a android application developed for HoneyComb and ICS version tablet that will be playing Images like a electronic photo frame, I have set the display to be always active using "keep screen on" to not let the device to go to sleep mode. Would…
-1
votes
1 answer

Wuapilib how to detect Definition Updates

I need to know when an update, detecting with Wuapilib, is of type Definition updates (like Defender updates). Using ICategory interface of Wuapilib I can get a property named CategoryId but I can't find documentation about it.
vent1
  • 13
  • 4
-1
votes
1 answer

How can I sent an payment invoice to my client email using node.js

Now I want to make an eCommerce website. In this website, I want to implement a feature like when a client or user buy something from my website and they also pay with any payment gateway (In case I use Stripe payment gateway) After completing…
1 2 3
9
10