if it is a InstallScript project, you need to get the Window Handle (hwndDlg) and write the code suggested in your dialog init function or anywhere in the flow that you think you need to change it.
You can alternatively do this : Set a Custom Property and assign the value to this property you want and set the [Custom Property] in the dialog title.Hope this helps