cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
meenapanchu
Level 3

Read License file dynamically

--------------------------------------------------------------------------------

Hi

I have two licenses files namly License.rtf and userlicense.rtf.
The first one is mandatory and the second one is for customizarion.
I am giving the License.rtf file in LicenseAgreement Dialog.
I have to pop up another dialog after LicenseAgreement Dialog if userlicense.rtf is present in SETUPEXE Dir
How do i do it?

Is there anyway by which i can dynamically read the contents of userlicense.rtf and diaplay it in a dialog.
I am using Basic MSI

Thanks and Regards
P.Meena
Labels (1)
0 Kudos
(1) Reply
RobertDickau
Flexera Alumni

If possible, you might consider using a conditioned dialog box or ScrollableText control; but if you truly need to dynamically read an RTF file, there's this thread as a last resort: [thread]166696[/thread].
0 Kudos