Search code examples
install4j

Logging For Update Check In Install4J Launcher


Is there a way to capture the output of a version check? One of my installers isn't tripping the update and I can't tell if it's a bad update URL or a problem with the .xml. My other installers have auto-update working correctly.

Thanks, Carl


Solution

  • As of 8.0.5, there is no user-configurable logging for auto-update checks and launcher integrations, I've created an issue for it.

    The only workaround at this time is to do the check programmatically with the code snippet that is given by the integration wizard on the "Launcher integration" tab of the updater application. Then you can add logging output yourself.