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

Modify Button color or set bitmap

My project type is InstallScript MSI, software version is InstallShield2019R3 Premier, I want to modify the backcolor or backbitmap of pushbutton, how can I do?

Labels (1)
0 Kudos
(3) Replies
roman2
Level 7

In BASIC-MSI you can simply put an icon over the button.

Create an icon file *.ico from your picture using conversion tool.

Goto All Dialogs\Your Dialog and mark <next> button. In properties change <control style> to "Bitmap"

and to <File Name> put the location of your *.ico

Build project.

0 Kudos

Can I modify the background color or back image of combox control in basic MSI?

I try it, but not modify. I do not know whether can modify the background color or back image of combox control in basic MSI.

0 Kudos

Can I modify the background color or back image of combox control in basic MSI?

I try it, but not modify. I do not know whether can modify the background color or back image of combox control in basic MSI.
0 Kudos