2

I've inherited an InstallShield project and need to change the title of the setup language dialog. It is currently the same as every other dialog in the installer [Product name] - InstallShield Wizard. I've found the string I need in the localisation ini file, but cannot find the dialog anywhere inside the project, nor any options around the releases/build options.

RBT
  • 24,161
  • 21
  • 159
  • 240
hwilcox
  • 138
  • 7

1 Answers1

0

use IFX_SETUP_TITLE to set only the Product Title. If you have a custom dialog make sure you have resource id set to 50 or 51. If there is no resource ID with the value of 50 or 51, even using IFX_SETUP_TITLE will not change title name.

RBT
  • 24,161
  • 21
  • 159
  • 240
girish
  • 61
  • 2