Other Autoupdate APP

I needed a auto-update system for jar application.
Because my last project work alot of PC in my company. Eaxh time; I must update with manually;
Therefore ; I prepared small NON-UI app.

I addad this lines on my / your project close events like under below.

B4X:
Sub MainForm_Closed
    fx.ShowExternalDocument("autoupdate.jar")
End Sub

I added full source Autoupdate app in attachment.

I ADDED WISH LIST for @Erel ;
https://www.b4x.com/android/forum/threads/update-system-like-android-app.100783/
 

Attachments

  • autoupdate.zip
    1.4 KB · Views: 384
Last edited:
Top