Inno Setup: Color for modal and browse directory windows

Alexander Smith

Is it possible to change inner background color for modal and browse directory windows in Inno Setup? In my case I want it should be white.

enter image description here

enter image description here


UPD: Same behaviour is on the inner pages of Inner Setup, but I've fixed it by setting WizardForm.InnerPage.Color := clWhite;

I'm using VclStylesInno for styling my installer with custom style spreadsheat.

Alexander Smith

As turned out, the reason was in the "Colors" option in Bitmap Designer, which I use to modify my installer style. This option makes some additional styling for controls:

enter image description here

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Inno Setup: Color for modal and browse directory windows

From Dev

Inno Setup How to show network on a browse dialog?

From Dev

Inno Setup second temporary directory

From Dev

How to disable OK button in "Browse For Folder" dialog in Inno Setup

From Dev

inno setup to browse and extract zip file at sepcific location

From Dev

Remove Windows Frame - Inno Setup

From Dev

Remove Windows Frame - Inno Setup

From Dev

Inno Setup: How to change background color

From Dev

Inno Setup define a hexadecimal color constant

From Dev

Converting Inno Setup WizardForm.Color to RGB

From Dev

Inno Setup define a hexadecimal color constant

From Dev

How to check for presence of a directory in Inno Setup preprocessor?

From Dev

Inno Setup: List all file names in an directory

From Dev

Inno Setup get directory size including subdirectories

From Dev

Inno Setup: MinVersion not working for Windows 10

From Dev

Inno 5 setup get Windows User name

From Dev

Inno Setup query Windows service status

From Dev

Creating a windows installer for python using inno setup

From Dev

Inno Setup Check additional (Windows Installer) mutex

From Dev

Inno Setup shortcuts for folder are not opening in Windows 10

From Dev

Set Windows file version for a setup file created by Inno Setup

From Dev

How to change background color of SelectDirBitmapImage and SelectGroupBitmapImage in Inno Setup

From Dev

How to put different color for the text in a TNewStaticText in inno setup

From Dev

Inno Setup always installs into admin's AppData directory

From Dev

Inno Setup WizardImageFile looks bad with font scaling on Windows 7

From Dev

Execute different command in Inno Setup Run section based on Windows version

From Dev

Inno Setup - How to Install Windows Update Offline Installer

From Dev

How to make Inno Setup installers install only on server versions of Windows

From Dev

Inno Setup Setting named pipe on Windows x64

Related Related

  1. 1

    Inno Setup: Color for modal and browse directory windows

  2. 2

    Inno Setup How to show network on a browse dialog?

  3. 3

    Inno Setup second temporary directory

  4. 4

    How to disable OK button in "Browse For Folder" dialog in Inno Setup

  5. 5

    inno setup to browse and extract zip file at sepcific location

  6. 6

    Remove Windows Frame - Inno Setup

  7. 7

    Remove Windows Frame - Inno Setup

  8. 8

    Inno Setup: How to change background color

  9. 9

    Inno Setup define a hexadecimal color constant

  10. 10

    Converting Inno Setup WizardForm.Color to RGB

  11. 11

    Inno Setup define a hexadecimal color constant

  12. 12

    How to check for presence of a directory in Inno Setup preprocessor?

  13. 13

    Inno Setup: List all file names in an directory

  14. 14

    Inno Setup get directory size including subdirectories

  15. 15

    Inno Setup: MinVersion not working for Windows 10

  16. 16

    Inno 5 setup get Windows User name

  17. 17

    Inno Setup query Windows service status

  18. 18

    Creating a windows installer for python using inno setup

  19. 19

    Inno Setup Check additional (Windows Installer) mutex

  20. 20

    Inno Setup shortcuts for folder are not opening in Windows 10

  21. 21

    Set Windows file version for a setup file created by Inno Setup

  22. 22

    How to change background color of SelectDirBitmapImage and SelectGroupBitmapImage in Inno Setup

  23. 23

    How to put different color for the text in a TNewStaticText in inno setup

  24. 24

    Inno Setup always installs into admin's AppData directory

  25. 25

    Inno Setup WizardImageFile looks bad with font scaling on Windows 7

  26. 26

    Execute different command in Inno Setup Run section based on Windows version

  27. 27

    Inno Setup - How to Install Windows Update Offline Installer

  28. 28

    How to make Inno Setup installers install only on server versions of Windows

  29. 29

    Inno Setup Setting named pipe on Windows x64

HotTag

Archive