Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: verbose logging

...

This is required as the installer relaunches itself if elevated permissions are needed.

Verbose Logging

You can get a extended log from the installer by setting the java property DEBUG=TRUE

Code Block
java -DDEBUG=TRUE -jar installer.jar
See Also