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?
Message box problem with silent installer
5 posts
do you still using ${MUI_PRODUCT}?
Use:
Name "The Installer"
Caption "The Installer caption"
Use:
Name "The Installer"
Caption "The Installer caption"
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.
Anyway, even using the wrong define would not cause an empty caption. Kichik will check this problem later.
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]
[edit]My original script only had a NAME command. I tried adding a CAPTION command but that made no difference.[/edit]
Thanks, fixed.