My desktop is java based.
I would ideally like to be able to call the 'updater /checknow' and get a silent response that I can check in the code that will let me know if there is a newer version available. I want to basically check all the time at startup whether there is a newer version and if so immediately install the newer one and uninstall the older one. I am about to simply implement an http request myself to the updates.ini file on the server and do a basic version comparison myself, if a newer version exists I will then do the standard 'updater /checknow' and let the user install the newer one.
The updates configuration file on the sever has a key called 'CommandLine'. The instructions say that all one needs to do is supply a '/qn' for a silent installation. Are there any other options for this key and what do they do? This might be my answer.
-Dirck