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 can I change the [ProduktName] on runtime?


1 reply to this topic

mikemc1

mikemc1
  • Members
  • 6 posts

Posted 12 February 2002 - 13:37

I want to change the produktname depending on some registry-entry. This produktname must change on all dialogs and also on the software-deinstallion-entry. Is there some solution?

Bill K

Bill K
  • Members
  • 21 posts

Posted 12 February 2002 - 22:34

Read your new name into some variable then use  SdProductName(svNew_name_for_product);
All internal InstallShield references to @PRODUCT_NAME will change to your new name.  If you use @PRODUCT_NAME anywhere, you'll have to make the changes yourself.