dm82m
7th January 2010 15:06 UTC
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
meaningoflights
8th January 2010 04:29 UTC
Label controls dont support copying the caption/text. Perhaps use a textbox instead..
See at MUI documentation, "Custom Pages" section for details.
CrushBug
8th January 2010 17:27 UTC
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.