ribbons / RadioDownloader

An easy to use application for managing podcast subscriptions and downloads.
https://nerdoftheherd.com/tools/radiodld/
GNU General Public License v3.0
15 stars 11 forks source link

Removed 'Radio Downloader setup is complete' dialog after a successful install. #175

Closed ribbons closed 11 years ago

ribbons commented 11 years ago

Original report from Matt Robinson at 20:36:24 on 2012-05-30

Further to issue #62 which streamlined the installer to 2 dialogs and 3 clicks, it would even better if the final 'Radio Downloader setup is complete' dialog was also removed, as this does not add anything useful.

Instead, Radio Downloader can just be started straight away (which proves that the install was successful) and will mean that the installer consists of a single dialog and only requires two clicks.


Imported from Bug 658 in the NerdoftheHerd.com Bugzilla.

ribbons commented 11 years ago

Original comment from Matt Robinson at 17:19:50 on 2012-06-01

Removed in 01970fb by adding a condition of FALSE on the ExitDialog in the InstallUISequence, and adjusted the custom action which launches the application so that it runs after InstallFinalize when installing instead of being trigged by pressing the OK button on the success dialog.