Hi all,

is there any way to show text file (or rtf file) in License Agreement Dialog
but not fixed in License Agreement Dialog properties (like hardcoded file
name to txt/rtf file) but defined somewhere and somehow before in variable?

My idea is to use some general License Agreement Dialog and then set real
file name depending of Product, like (in pceudo code):

if Product = "EE" then rftfilename='ee_lic.rtf'
or
if Product = "ER" then rftfilename='er_lic.rtf'

then just show "License Agreement Dialog" with rftfilename. And it should
be compiled into setup file as well.


gennadi