Software Development for Automatic Updates

Simply put, how would you create an application that supports direct and reliable automatic updates?

I wonder how this could be cut and various operations.

Edit: this has to do with this question: Self-destructive application

+3
source share
2 answers

Concerns to deal with:

  • If the application updating the update itself updates, a restart will be required, or a stub will need to be run to move the file to its place (to avoid using the file error.)

  • , , , -, , . URL- , , URL- . URL-, . URL- , "copy" "execute".

  • .

  • ( , - ). , .

+5

Java Network Launch Protocol . , Java JNLP. , Mac Windows, , "" . persepctive , . , , , - . , , JNLP JAR , , , , . - , , , .

, , :

  • jar , . , , , . . . JNLP , , , JNLP . - , .

  • -, , . , , . , - , , db , api.

JNLP , , :

JNLP XML , , JAR . , , , ( , , ) .

JNLP , .

. Chrome JNLP , , , , , - javascript. JNLP .
swing JNLP .

+3

All Articles