Questions tagged [self-updating]

Self updating software is capable of replacing itself or parts of itself with newer versions of all or specific program parts, sometimes omitting any user interaction.

Self updating software is capable of replacing itself or parts of itself with newer versions of all or specific program parts, sometimes omitting any user interaction.

73 questions
0
votes
1 answer

How to keep Joomla 2.5 from reinstalling default Templates when updating?

I run several J2.5 Sites. For security reasons i deleted all unused templates. Whenever i update them, using the built in update tool, the installer seems to reinstall the default frontend and backend templates (atomic, beez_5, beez_20). Is that an…
0
votes
2 answers

How to copy an *.exe file from one computer and paste it to another computer over LAN

For example I have a client-server application, this application often gets updated (it's an exe file). If I download the update on the server machine then the same update should be transfered to the client machines, or vice-versa. At the moment the…
user3814846
0
votes
2 answers

How do I properly make my batch game self check for updates on other people's computers and download them if needed?

I am making a game with batch and am sharing it with my friend. I didn't want to keep sending him all of the files whenever I updated so I added the wget feature to both of our computers so I can input a link and it will download the file\folder…
user3422456
0
votes
1 answer

How to make a laravel 4 app self update itself?

I'm building a small cms and i would like to make a self update feature to it. (something like WordPress has done, but to be honest, i don't know how that works) So here is where i am now: Every time the client logs in, a curl post request is going…
Mr. Sam
  • 790
  • 2
  • 9
  • 31
0
votes
0 answers

Nodewebkit Self Updating - Can I overwrite the program file I am using?

before you say - just try it, I don't want to do anything funny that will cause problems. So I am asking the people who know these things already. Say I have my Nodewebkit program app.exe. In it there is an update button which will download the…
Rewind
  • 2,554
  • 3
  • 30
  • 56
0
votes
2 answers

AJAX PHP MicroBlog Update feed

I'm stuck on my project for college, I've been working on a small time microblog, this may seem silly but I have no idea on how to make the feed auto refresh without killing my monthly bandwidth, here is the code I'm using atm, Data.php
0
votes
1 answer

Auto Update Function in Vb.net

Ok I got this code from Gemster from http://tech.reboot.pro/showthread.php?tid=2982. So I just looked for something to plug into my system as it need to be done asap. So I copied and pasted. However, I do understand what is going on. The only…
daniel.porter
  • 101
  • 2
  • 13
0
votes
3 answers

Updating time in iphone sdk

I'm using the code provided below to display time and date. can anyone help me with atuomatically changing the time by seconds and the date by the day? NSDateFormatter *dateFormat = [[NSDateFormatter alloc] init]; [dateFormat…
Zeeshan Raja
  • 145
  • 6
  • 13
0
votes
1 answer

Using Click Once Web Application Self or Auto Update

We have written Web application using ASP.NET MVC, which will be hosted in our customer's in-premise or Intranet web server. We are ok, if at First time, customer install our app, using Wix/Windows setup installer. Here we are more curious about…
Anand
  • 4,523
  • 10
  • 47
  • 72
-1
votes
1 answer

Swift - Automatically updating textfields

I am wanting to take these textfields and preform an equation between them. What I am having trouble with is automatically updating the final textfield after my equation is done In this scenario, I want the Total Cash Price to be updated when the…
-1
votes
1 answer

Price and stock update on company website

My company website has a lot of products with different prices and I was wondering if there is any way that I would be able to link my website to multiple supplier websites so that when they delete and upload new products and prices, it will change…
user3918352
  • 31
  • 1
  • 1
  • 5
-1
votes
1 answer

Checking integrity with MD5

We have an desktop application what has an automatic update module that downloads an update file and install it. the updating routine does an MD5 comparison for the update file before updating (comparing the local file md5 version with the server…
kambi
  • 3,291
  • 10
  • 37
  • 58
-7
votes
1 answer

AI code in C++ that updates itself

I have an idea for a semi-AI code that has a separate ai.h and ai.cpp file that contain the massive AI program, but is it possible to update the code while, or before it runs ai again? This is the main.cpp so far int main(){ start: string…
user3117152
  • 94
  • 14
1 2 3 4
5