This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Change Font Size
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 23, 2012
02:42 PM
Change Font Size
I currently have a few Installscript/MSI and Installscript projects that we would like to modify the font size of certain areas on the dialogs. We use custom skins as well.
I have noticed that if you use DialogSetFont it just changes the resolution of the package which looks terrible for obviously reasons. It also doesn't let me modify a certain piece.
Basically I want to make the headers on the screens (typically called szTitle from installshield) like size 16pt font, nothing to crazy. The small titles look stupid with the layout we are working on.
I have noticed that if you use DialogSetFont it just changes the resolution of the package which looks terrible for obviously reasons. It also doesn't let me modify a certain piece.
Basically I want to make the headers on the screens (typically called szTitle from installshield) like size 16pt font, nothing to crazy. The small titles look stupid with the layout we are working on.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 25, 2012
01:11 AM
Hello.
I can't believe it! But as you said, it seems InstallScript dialog does not support changing font size a part....
You can use Basic MSI project in stead.
Each MSI Dialog control has 'textstyle' property.
You can set different setting to each control.
I can't believe it! But as you said, it seems InstallScript dialog does not support changing font size a part....
You can use Basic MSI project in stead.
Each MSI Dialog control has 'textstyle' property.
You can set different setting to each control.