Archive: Selectable text in finish page


Selectable text in finish page
hi together,

how is it possible to make the text what will be showed on the finish page is selectable.
i am showing a password there and I want the user to be able to copy and paste that password and not writing it up char by char.

regards
dm82m


Label controls dont support copying the caption/text. Perhaps use a textbox instead..

See at MUI documentation, "Custom Pages" section for details.


Another option would be to have your installer copy the password to the clipboard automatically and change the Finish page text to tell the user that the password is in the clipboard waiting for them to paste somewhere.