Archive: page control between custom pages


page control between custom pages
I’ve create a number of static custom pages in my installer. I was wondering if there is any way to get the pages to automatically go to next page after a timeout without the need to select the next button. I cant seem to work out a way to call this as there is no change in the page.

I tried using:

GetDlgItem $0 $HWNDPARENT 1
EnableWindow $0 0
SendMessage $HWNDPARENT ${WM_COMMAND} 1 $0
SendMessage $HWNDPAREMT ${WM_NEXTDLGITEM} 1 0

but nothing happens. Even if it did work I presume it would just skip to the end of the page sequence anyway as there is no time set?



Any help would be much appreciated.


Only way I can think of is a plugin that runs a new thread.

Stu