I'm having InstallScript MSI project built in InstallShield. I''m having Custom License Dialog in my installer. I want to read data from license RTF file and write it to ScrollableText control using InstallScript. How can I achieve this?
Also Is there any way to set FileName of ScrollableText control at installation time using InstallScript?
At installation time, I tried to read all data from RTF file to LIST using InstallScript function ListReadFromFile()
and tried to write that data to ScrollableText using function CtrlSetMLEText()
. But ScrollableText is not showing all data of RTF file.
So can someone please suggest me any another way to achieve this ?