v1.6.0
Reduced steps in the installer
We now offer the option of having 3 (4 for China) steps in the installer, instead of 7 (8 for China).
New binarycreator cli parameters
We now have two new parameters for the binarycreator (that can be supplied when building the installer)
Custom Introduction page
-xi
or --custom-intro
can be supplied to tell the framework that it should build the installer using our own custom introduction page. This page replaces the standard introduction page, and when supplied, you should also remove the target directory page, start menu selection page, component selection page and ready for execution page.
Preload packages
-xp
or --preload-packages
tells the framework to load all scripts before showing the first page of the installer. By doing that, it will take longer time before we show the user the first page, but we also get rid of the loading bar when clicking on next on the first page
New installer config option
You can now add your preferred comments in your installer config xml file, like so:
<UninstallerComments>EVE Online Installer</UninstallerComments>
It will then show up when you select the uninstaller under Programs and Features:
Tickets
EO-10460
- Moved script initialization to when entering the Introduction page instead of when pressing next
EO-10478
- Removed ComponentSelection page
- Removed StartMenuSelection page
- Removed ReadyForInstallation page
- scStartMenuDir now has the full path on startup
EO-4812
- Added a custom introduction page that replaces Introduction
- Added target directory to the custom intro page
- Added redist will be installed
EO-10818
- Added space required information
EO-11132
- Only show what should be shown on introduction page
EO-10820
- Added translations for the custom intro page
EO-11120
- Validate directory on change
EO-11121
- Fixed color of error text
EO11132
- First page layout cleanup