Ticket #17 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

The button name is wrong in the installation from Add/Remove Programs

Reported by: amatubu Assigned to: brian
Priority: very low Milestone:
Component: Installer Version: 0.22.6
Severity: Keywords:
Cc:

Description

In the final dialog of the installer from Add/Remove programs says "Click Next to to continue" but the button name is "Close".

Attachments

click_next_but_the_button_is_close_en.png (6.0 kB) - added by amatubu on 10/16/07 14:15:50.
the dialog

Change History

10/16/07 14:15:50 changed by amatubu

  • attachment click_next_but_the_button_is_close_en.png added.

the dialog

10/17/07 02:39:17 changed by brian

  • status changed from new to assigned.

The installer and uninstaller use almost identical code to install SSL support and the Nihongo parser. The "Click Next to continue" text should only be used in the installer(because in the installer there is always some more processing to be performed).

Need to introduce some more conditional statements to make the uninstaller display "Click Close to continue" at the end.

10/18/07 04:33:50 changed by brian

  • status changed from assigned to closed.
  • resolution set to fixed.

Fixed in the setup-test-2.exe installer. I took the easy way out and introduced a FINISH page as this keeps the code simple.