Bug #45649 agent and server installer show new option "--unattendedmodeui"
Submitted: 22 Jun 2009 9:35 Modified: 20 Jan 2016 17:36
Reporter: Carsten Segieth Email Updates:
Status: Won't fix Impact on me:
None 
Category:MySQL Enterprise Monitor: Installing Severity:S3 (Non-critical)
Version:2.1.0.1063 OS:Any
Assigned to: Assigned Account CPU Architecture:Any

[22 Jun 2009 9:35] Carsten Segieth
Description:
Since build 2.1.0.1063 there is a new parameter "--unattendedmodeui" in both the agent and server install:

10a11,14
>  --unattendedmodeui <unattendedmodeui> Unattended Mode UI
>                                 Default: none
>                                 Allowed: none minimal minimalWithDialogs

How to repeat:
compare output of "--help" with an older installer
[23 Jun 2009 15:02] Andy Bang
This is a new feature of InstallBuilder. This option allows to the user see a graphical progress bar during the unattended mode installation:

--unattendedmodeui none. This is the same behavior that usual mode unattended and it does not show anything.
--unattendedmodeui minimal. This option shows a graphical progress bar during the installation but it does not show any pop-up.
--unattendedmodeui minimalWithDialogs. This option shows a graphical progress bar and pop-ups during the installation.

All these options are only valid if the installation mode is unattended.

If you prefer it is also possible to hide this option. Please let us know if you need more information about this feature.