Loading
Changing shortcut display name at run time
I want to change the shortcut display name at run time based on a property supplied by IsCmdBld.

 

The display name has to be a string, but as far as I can tell, strings can't be changed at install time -- I've tried "Program Name [SHORTCUT_NAME]" and it creates a shortcut with that literal name instead of replacing [SHORTCUT_NAME] with the appropriate property.

 

Is there a way to change the shortcut display name (or any other values in the string table) at run time?

Loading
Changing shortcut display name at run time