It is the first time to use InstallShield, so I am not familiar with it. Many problems have occurred while creating the installation package. These problems may not be a major problem, but I found it online for a long time.
By default, InstallShield installs InstallShield wizward on the border of the installation interface. The prompt here is that the InstallShield wizward on the border is different from that on the installation interface and needs to be processed separately.
Here we will first describe how to remove the InstallShield wizward on the border and replace it with the desired character.
In fact, it is to add a sentence under the function onbegin () function:
Settitle (ifx_product_name + "characters to be output", 0, backgroundcaption );
In this way, the InstallShield wizward text is removed from the installation interface border of InstallShield and the desired characters are output.
How to remove InstallShield wizward from the installation interface border