I was thinking something like the code below might do, but i cant seem to work it out. It just wants to stop at the custom page so the user has to click next before the search begins.
I basically thought, because the handle ($R1) becomes 0 once the search has finished, i could use that to tell the page to stop displaying because the search has finished. No luck
${Do}
; Display the page from ini file extracted onInitialisation (look at function .onInit for files)
!insertmacro MUI_INSTALLOPTIONS_DISPLAY "searching"
${LoopUntil} $R1 == 0
Cheers