PDA

View Full Version : How can I change the Basic install dialog title bar



Sijmen
11-21-2002, 01:44 AM
Hi,

I have created Basic install project.

During installation, the title bar of the install wizard dialogs display an Icon and the following string:

Test Application - InstallShield Wizard

How can I change the title bar so that it displays a different text which includes the product version such as the following string:

Test Application 1.3 Installation

Also, is it possible to remove the icon or change it to a different icon?

Regards,
Sijmen.

RobertDickau
11-21-2002, 09:21 AM
In the Direct Editor view, you can use find and replace commands to change the dialog titles (in the Dialog table) to something like:

[ProductName] [ProductVersion] Installation

As far as I know, for a Basic MSI project you can't change the icon displayed in the upper left corner; it's provided by MSI...