cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
minnumathew
Level 2

Small Initialisation Dialog

Is it possible for me to change product name displayed in initalisation window?

For me its showing the product name of old release when trying to install new release. Both releases have same poduct id.

The issue occured in the following scenario.

1. Install Build 1.0 [Product Name Test 1.0]

2. This product name displayed in registry location HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\F99....\ InstallProperties\display name

3. Install Build 2.0 [Product Name Test 2.o]

Instead of displaying Test 2.0, Test 1.0 displayed in Small Initialisation Dialog window. After uninstalling old application it displays correct name. Can anyone help me to fix this?
Labels (1)
0 Kudos
(2) Replies
weakness
Level 6

Hello.

I'm not sure. But apparently, setup.exe retrieves Product name from existing previous product. I think it's Setup.exe's specification.

Setup.exe uses 0x0XXX.ini file in order to display message.
( English is 0x0409.ini )

If you want to change this behavior, you can edit that ini file.

That ini file is supposed to be created in Disk1 folder next to Setup.exe.

(To my surprise, you can ever edit title bar's products name from line 1887....)
0 Kudos
minnumathew
Level 2

Thank you so much. Now I am able to change the content and title displayed in Small Initialisation Dialog window. For tht I edited 0x0409.ini file from the location C:\Program Files\InstallShield\2011\Support [1887 & 1652]
0 Kudos