pengyou
19th September 2003 16:49 UTC
Message box problem with silent installer
This month's CVS changes have changed the way that my silent installer works.
When I build my silent installer using a CVS snapshot from August, the message boxes it displays all have the 'Name' of the installer in the blue title bar.
When I use the current CVS snapshot to compile the same script, the message boxes all have blank title bars. Is this a bug or do I have to change my script to restore the installer's name to the title bar?
Joel
19th September 2003 20:09 UTC
do you still using ${MUI_PRODUCT}?
Use:
Name "The Installer"
Caption "The Installer caption"
Joost Verburg
19th September 2003 20:34 UTC
I don't think he is using the latest development snapshot, otherwise there would be a warning.
Anyway, even using the wrong define would not cause an empty caption. Kichik will check this problem later.
pengyou
19th September 2003 21:10 UTC
Sorry, I forgot to mention I am NOT using MUI.
[edit]My original script only had a NAME command. I tried adding a CAPTION command but that made no difference.[/edit]
kichik
20th September 2003 10:52 UTC
Thanks, fixed.