Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

How to set product name in code?


1 reply to this topic

bezlepkin

bezlepkin
  • Members
  • 1 posts

Posted 25 October 2005 - 08:50

Hello.

I have an InstallScript project, named an_is. The product name is set to an_is, respectively.

But I need to set another name of the product, depending upon different circumstances.

How (and where) would I do that, so that new product name will appear from the beginning (window "an_is - InstallShield Wizard").

Bobtcny

Bobtcny
  • Full Members
  • 9 posts

Posted 25 October 2005 - 15:32

The SdProductName function allows you to change the product name in some of the Dialogs. From the help file: The SdProductName function makes your product name available to all instances of the %P place holder. The %P place holder is found in static text fields in some Sd dialog boxes.

However, I don't believe this will change the name that is shown in the very first dialog that has the progress bar as the install is unzipping its files.