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

How To Set Product Name During Runtime For InstallScript Project

How To Set Product Name During Runtime For InstallScript Project

Summary

How to set Product Name during runtime for InstallScript Project

Synopsis

This article describes how to set the Product Name during runtime for InstallScript Projects.

Discussion

There are several properties to change to make sure all appearances of the product name is changed.

Modifying IFX_PRODUCT_DISPLAY_NAME should change the value that the placeholder %P uses in the dialogs.
Modifying UNINSTALL_DISPLAYNAME should change the product name being displayed in the Control Panel.
Modifying IFX_SETUP_TITLE should change the product name in the title bars of the dialogs.

All the properties can be changed in OnBegin()


Additional Information

If the string being used for the Product Name is non-ANSI, the string will have to be set in the String Editor before assigning to the product name properties.

The syntax is below where ID_STRING is the identifier of the string editor entry containing the new product name.
IFX_PRODUCT_DISPLAY_NAME = @ID_STRING
Was this article helpful? Yes No
No ratings
Version history
Last update:
‎Jul 19, 2018 04:58 PM
Updated by: