Can I write to the Finish page after displaying it?
I use InstallOptions to set some fields on the Finish page in the "pre" Finish function, and I read the values set by the user in the "leave" Finish function. Up to here, it works fine. But depending on what values I read in the "leave" Finish function, I'd like to write an additional label field to the Finish page, to tell the user that what they selected will take a while, so they don't wonder for several seconds why the Finish page is not disappearing.
I think I read somewhere that you can't write to the Finish page after it's been displayed. Indeed, what I'm trying to do is not working- the extra label never shows up. Is there a way to do what I'm trying to do?