Skip to content

v1.9.0

Compare
Choose a tag to compare
@hjaltisan hjaltisan released this 07 Dec 15:13
· 85 commits to 3.2_installer_events since this release
f5e5187

What's new

These changes are about simplifying the installer/uninstaller UI a little bit.

  • No more cancel button (users can still hit the red x in the upper right corner)
  • No more show/hide details button or textbox with details of what is being installed/uninstalled
  • Back button has now been disabled during installation/uninstallation
  • Also added a minor flag to binarycreator to help managing all the custom flags.

New binarycreator cli parameters

We now have three new parameters for the binarycreator (that can be supplied when building the installer)

No cancel button

-xc or --no-cancel can be supplied to tell the framework that it should not include a cancel button in the installer/uninstaller. Users will still have the red x in the upper right corner, to quit at any time in the installer/uninstaller.

No UI details options

-xd or --no-details can be supplied to tell the framework that it should remove the show/hide details button from the installer/uninstaller, as well as removing the details textbox.

Custom installer

-x or --custom-installer can be supplied to tell the framework that it should turn on all the custom flags, that is all flags whose short form starts with an x. At time of writing that is -xi, -xp, -xc and -xd.
This is also it's own flag, and might be used in the future to tune some minor things that don't warrant their own flags.

Tickets

EO-11400

  • Removing the cancel button

EO-11399

  • Remove the show/hide details button

EO-11401

  • Disable the back button