Custom text in MUI_PAGE_INSTFILES
Hello,
I would like to display a custom text on MUI_PAGE_INSTFILES.
Can someone provide an example?
More Info:
I set:
ShowInstDetails nevershow
ShowUninstDetails nevershow
When I call another installer(Installer_2) from Main Installer it takes a significant time to complete. Since I am calling second installer(Installer_2) silently user may think that Main Installer is frozen. Therefore I would like to give a message: "Please wait ..." somewhere under progress bar.
Thank you