Archive: Progress Update Listbox


Progress Update Listbox
Hi,

I have in my custom page a listbox but have so far fail to find a way to update it once the page have been displayed (via !insertmacro MUI_INSTALLOPTIONS_SHOW). It seems all operations pauses once it hit that line.

What i want to do is to make the listbox display what the installer is doing whilst it hit each part of the script.

E.g.

Installer is now Registering DLLs...
Installer is now Removing temp files...


Thanks in advance
-Chris.


InstallOptions is not meant for that. Why not use the normal installation log page for that? You can hide the log itself and keep just the progress bar and the text above it. If you really want to get rid of the progress bar, you can also remove it using Resource Hacker.


Thanks!!