Questions tagged [automatic-updates]

141 questions
3
votes
1 answer

Possible to Automatically Update an Enterprise App While Running in Guided Access Mode?

I made an app deployed internally at my company. It is placed outside conference rooms and allows the user to see if it's open, schedule room time, view other rooms, etc. Given its nature and use, the app is always the active one on the device and…
Jessica
  • 249
  • 5
  • 12
3
votes
1 answer

Windows Updates GDR vs LDR (QFE)

While going through the information present at Windows Hotfixes and Updates website, I understood that Windows maintains two different branches to provide Updates and Hotfixes and as per the description, GDR -> All Windows Updates fall into this…
TechyHarry
  • 301
  • 2
  • 8
  • 25
3
votes
2 answers

How to have a Java application get the latest version of itself?

I would like to make an update finder, so to speak. The client application would send a request to the server, get the latest version, and return it to the user in the form of a prompt: There is a new update, X.x. Would you like to update?…
mattbdean
  • 2,532
  • 5
  • 26
  • 58
2
votes
1 answer

Versioning of Android React Native Apps with expo-updates

I am trying to figure out how to configure expo-updates for OTA updates in my React Native app (for Android). If I understand correctly, I need a way of versioning the builds so that the right updates go to the right builds of the app that people…
2
votes
0 answers

Azure Windows VM with automatic updates set to disabled works well - until I also add a custom script extension

I am moving my Azure VMs over to a scale set and it's working well. I was trying not to add a custom script extension and have the scale set spin up as quick as possible but sadly I now need a few other things. After adding the CS extension (which…
Slime-uk
  • 21
  • 2
2
votes
1 answer

Azure cloud service app (web role) goes down for ~10 mins occasionally due to Windows Updates? How can I schedule them?

It seems to happen every couple months or so and while it auto-recovers on its own usually within ~10 minutes I'd still like to find out how to change the Windows Update schedule since it frequently occurs during business hours. We have several web…
2
votes
1 answer

Does headless Chrome auto update?

Does Chrome update itself when running in headless mode by selenium? It seems, it is not updating, probably because of --disable-background-networking switch set by Selenium by default. I want to ensure that's indeed the case. If there any…
2
votes
3 answers

Is it possible to set automatic updates in PowerBuilder?

I’m curious if you can set up automatic updates in a program that was created in PowerBuilder? I read something about PBupdate, but was wondering if any one some insight?
PBNick
  • 55
  • 1
  • 11
2
votes
2 answers

Current exchange rates for Excel

Is there a way to import current exchange rates in MS-Excel and keep them updated? Excel provides a way of calling a URL and import the response into a cell. There are several prof. services on the internet but I wanted to make sure that no data is…
2
votes
2 answers

Prevent Windows 10 updates from losing my hibernation session?

I'm running a Dell XPS 9350 on Windows 10 (OS Build 10586.218), and have experienced the following issue: Windows session running with various apps open, Chrome, etc I close laptop lid (power options configured to sleep on this action) Machine…
2
votes
1 answer

Something is wrong with '$' index for updating mongodb data

Given a mongodb data of { "_id" : ObjectId("552f283dd951e49c6f2f451d"), "uuid" : "1-2-1-b95a4040-e29d-11e4-bce8-0381ce4bc8a5", "sub" : [ { "prod" : 30, "var" : 0, "status" : "Test", …
andrew
  • 61
  • 1
  • 5
2
votes
1 answer

Is it possible for Firefox Add-on installed via registry to use updateURL?

I have built a Firefox extension using the Add-On SDK and forced it to install via registry key. (via HKLM\Software\Mozzilla\Firefox\Extensions\extensionid) When I go to Add-ons Manager and select "Check for updates", it does not issue request to…
Marek
  • 10,307
  • 8
  • 70
  • 106
2
votes
2 answers

how to create timer thats start automatically?

I am working on android quiz in my app i have QuestionActivity class. In which setQuestions() method where text from database is assigned in buttons textview and score is set to zero first time. In next text of next question is assigned and score is…
John R
  • 2,078
  • 8
  • 35
  • 58
2
votes
2 answers

How to automatically change kinect sensor angle?

Is it possible to change the elevation angle of the kinect motor automatically? I mean, till now I have this code (c#): private void CameraAngleSlider_ValueChanged(object sender, RoutedPropertyChangedEventArgs e) { int…
2
votes
2 answers

phpstorm remote host (SFTP) auto download

i just add a new remote project to my phpstorm workspace. if i change some code, it will be automaticly uploaded to my server (sftp). but when something is changed there, nothing happens im my IDE... is there a solution for this? phpstorm…
roman
  • 889
  • 9
  • 16
1
2
3
9 10