is there a way to change the font size on the licensetext without affecting the font size on the rest of the installer?
Thanks.
font size on LicenseText
5 posts
call CreateFont and DeleteObject with the system plugin...
try this: http://rafb.net/paste/results/1B1a7k51.html (im warning u, its crap, but u could try it anyway)
or u could do it the easy way, use CreateFont 🙂
or u could do it the easy way, use CreateFont 🙂
ehm, do you mean the actual license-text or the other text in the license-text dialog?
you can change the fontsize of the license-text, when using a rich text file (.rtf) as license, just change it with any editor.
you can change the fontsize of the license-text, when using a rich text file (.rtf) as license, just change it with any editor.
all i want to do is change the caption associated with the license agreement so i am looking to make a big bold "PLEASE READ BELOW". Shouldnt be hard.