Fixed a bug where the Default Language was not being written out to the installer. This meant that even if a Default Language was specified, it was being ignored by the installer on startup.
Fixed a bug where the help documentation for command line options was pointing to a non-existent page.
Fixed a typo that causes a startup failure when the auto-update fails for some reason.
Turned off the auto-update check by default until it's ready.
Fixed a bug where InstallJammer would fail if it could not create its registry directory in Program Files on Windows. If Program Files is not writable, InstallJammer will attempt to create its registry in the COMMON_APPDATA directory instead.
Replaced the LZMA binaries on Windows with the proper ones. This fixes error that occur in installers that are compiled with LZMA on Windows.
Fixed a bug where an install would fail if the Default Setup Type did not exist in the installer. InstallJammer will now pick the first Setup Type in the list if the default does not exist.