Questions tagged [automatic-updates]
141 questions
0
votes
0 answers
Homebrew: Pulling updates from a repository with BASH and GPG
I have a fleet of linux computers ("nodes" from here on out) who are what I'll call ephemeral members of a network. The nodes are vehicle mounted and frequently move into and out of wifi coverage.
Of course, it's often beneficial for me to push the…

mdjames
- 11
- 5
0
votes
1 answer
I make a copy of an Excel sheet that has Automatic calculate turned off, then copy/paste values but auto calc turns on before the paste values
I have a spreadsheet that has its automatic calculate turned to manual once it has been Emailed. I do not use protect sheet as formulas will still get updated if the data source gets updated following the mail.
On a rare occasion it may be…

CorinneGermany
- 43
- 3
- 10
0
votes
0 answers
How to find iTunes automatic-update status programmatically in iOS?
Is it possible to find(by programmatically) whether the user enabled the automatic updates on itunes or not?

Confused
- 3,846
- 7
- 45
- 72
0
votes
0 answers
Google Analytics get uncaught exceptions via email
I am using Google Analytics to get uncaught exceptions. But to view these exceptions you need to every time login and see if there was any uncaught exceptions.
So I tried Google Analytics automatic email service. This feature can be configured from…

AndroidDev
- 2,627
- 6
- 29
- 41
0
votes
0 answers
Automatically Sending E-mail At Time Specified By Input From a Form
So for a website, I want to have this site send an e-mail reminder to those who sign up. However, I only have figured out how to send the email as soon as the form is submitted stating that they have made a submission. I would like to be able to…
0
votes
1 answer
PHP Script to re-run itself until process completed.and then restart every week
I've made a script that retrieves XML content from a web service. The process needs to be run once a week, but the script itself needs to be re-run about 180 times to complete the process. Each run of the script takes about 3-8 minutes. I would like…

laplagam
- 11
- 1
- 5
0
votes
1 answer
Automated Updates Suggestions
We are currently looking at modifying the update process for our application, there are many possible ways to do this however I will give a little background first. We are currently running a MVVM WPF / Silverlight application, which has a SQL…

Spongeali
- 71
- 5
0
votes
1 answer
Making a macro execute automatically on any changes to cell value
I have prepared a big spreadsheet and I want that if any of the inputs for the spreadsheet are changed by the user, the module runs automatically to update the sheet.
Sub Biomass()
Cells(5, 4).Value = Cells(10, 17).Value
Cells(4, 1).Value =…

user3789753
- 1
- 3
0
votes
2 answers
Configure Automatic Updates in WordPress - Where to place code
I'm trying to configure automatic updates for Wordpress for some days now. But i can't find a good manual or example online.
To make all updates happen, i have added the code below to my wp-config.php after "require_once(ABSPATH .…

Guido Lemmens 2
- 2,317
- 5
- 23
- 29
0
votes
0 answers
Windows service updates its DLLs automatically by itself
I have a windows service which calls WCF service hosted remotely at server for checking if new versions avilable or not, and it (windows service) references some DLLs, sometimes these DLLs is out of date and new DLL is generated (New DLL takes…

Ahmy
- 5,420
- 8
- 39
- 50
0
votes
1 answer
Automatic updates for a VB.NET application
In the publish menu of a VB.NET application, I have mentioned "Check for updates" and mentioned the server address.
Both Product Version & File Version is 14_0_0_0 as of now. Now I have made some changes to the application and I want all my users to…

Pooh
- 105
- 1
- 3
- 12
0
votes
3 answers
Keep track of workflow change in OpenERP 7.0
Is there a way to keep track of changes made on workflow status so that users can follow through the process I'm implementing.
Ex:
Created on March 1st, by User 1.
Submitted on March 1st, by User 1.
Reviewing on March 2nd, by Admin.
Evaluating on…

Filipe Castanheira
- 634
- 9
- 27
0
votes
1 answer
How can I have a FUTURE date update automatically in PowerPoint?
I have a presentation used for our new employee orientation that lists when specific forms are due. For example, Health Insurance form must be turned in 60 days from hire date. I would like the date to automatically update to be 60 days from the…

user3064007
- 1
- 1
0
votes
1 answer
How to index data in Solr from the database automatically using wget
how to index data in Solr from the database automatically using wget?
I found the script:
#!/bin/bash…

user2995292
- 37
- 5
0
votes
1 answer
BizTalk managing it's own receive ports
I have a request to create an orchestration that would receive notification from an application directing the BizTalk server to change state. State may be Live, Disaster Recovery, or Fail Over. When BizTalk would receive this notification, it…

Paul LeBlanc
- 11