Getting Handle of MSIBanner window
I have partially solved my problem of using MSIBanner in a custom page function.
I needed to call the Show function in .onInit. Later, when my function was called the Update, Reset, and Pos functions all worked ok.
I don't want the banner to display at the start of the installation - only while showing progress of the custom install.
If there is a MSIBanner::Initialize or similar call, perhaps the Show command could then be moved into the custom function.
If not, I need to know some information so I can find the handle to the MSIBanner window and then hide the window until I am ready to use it.
Or maybe there is another way?
Thanks.