self-updating Questions

5

I am trying to make my script to check if there is an update from my repo in github and then get the updates and replace old code with new one and run the new code “not the old one”. I came up with...
Finery asked 14/1, 2020 at 5:5

4

I'd like to create an application with Node.js that periodically checks for updates and installs them if there are any. The basic components are clear to me: A web server (or an FTP server, a fi...
Lineberry asked 22/12, 2012 at 20:43

1

Solved

I have an executable application setup.exe for Windows that I realized with Launch4j/Inno Setup based on Java. I often frequently release new versions and bug fixes. I would like to know if there...
Mehalick asked 30/10, 2018 at 22:49

3

Solved

TL:DR; version ;) my app should run without user interaction (autostart etc works) it should update itself (via apk) without any user interaction rooted devices are possible . problem: query...
Karole asked 20/2, 2013 at 14:23

7

Solved

Is it possible to make an application in C# that will be able to delete itself in some condition. I need to write an updater for my application but I don't want the executable to be left after the...
Malady asked 20/8, 2009 at 11:6

1

Which programs/algorithms change the representation of their data structure at runtime in order to obtain beter performance? Context: Data structures "define" how real-world concepts are structure...
Tien asked 3/7, 2014 at 12:40

1

Solved

Can an app written with .net Compact Framework restart itself? What are some of the common patterns to achieve this? I would like to have a self-updating application that restarts itself if update...
Wharton asked 25/5, 2011 at 22:45

6

Solved

I'm writing a CMS on PHP+MySQL. I want it to be self-updatable (throw one click in admin panel). What are the best practices? How to compare current version of cms and a version of the update (appl...
Mulvey asked 13/3, 2010 at 17:2
1

© 2022 - 2024 — McMap. All rights reserved.