Skip to content

Commit 487e955

Browse files
committed
Tweak.
1 parent 8c10e4c commit 487e955

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

whatsnew.htm

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,15 @@
4747
<p>Thank you to everyone who has already <a href="https://jrsoftware.org/isorder.php">purchased a commercial license</a>. Your support is very important to our ongoing development.</p>
4848

4949
<span class="head2">Custom wizard background colors and images</span>
50-
<p>Setup now allows you to specify a custom background color and optionally also a background image. This supports blending the color and images with each other, and optionally supports using a separate background color and image if dark mode is active.</p>
50+
<p>Setup now allows you to specify a custom background color and optionally also a background image. This supports blending the color and image with each other, and optionally supports using a separate background color and image if dark mode is active.</p>
5151
<p>Custom background colors are also supported by Uninstall.</p>
5252
<p>These changes are backward compatible: if you do not set any of the new directives, then your installers and uninstallers will look the same as before.</p>
5353
<ul>
5454
<li>Added new <tt>[Setup]</tt> section directives <tt>WizardBackColor</tt> and <tt>WizardBackColorDynamicDark</tt> to specify custom background colors to use for wizard pages and all other windows such as the <i>Select Language</i> dialog, in both Setup and Uninstall.</li>
5555
<li>Added new <tt>[Setup]</tt> section directives <tt>WizardBackImageFile</tt> and <tt>WizardBackImageFileDynamicDark</tt> to specify custom images to display as the background of wizard pages in Setup, but not in Uninstall.<br/>
5656
Supports specifying multiple files for high-quality results on all DPI settings.</li>
57-
<li><tt>[Setup]</tt> section directives <tt>WizardImageFile</tt> and <tt>WizardSmallImageFile</tt> can now be set to blank values when you want the background image (or color) to stand on its own. Doing so does not change the layout of the wizard. Alternatively, set <tt>WizardImageOpacity</tt> to blend these images with the background image (or color). Note: <tt>WizardImageOpacity</tt> also supports setting opacity of the built-in wizard images.</li>
57+
<li><tt>[Setup]</tt> section directives <tt>WizardImageFile</tt> and <tt>WizardSmallImageFile</tt> can now be set to blank values when you want the background image (or color) to stand on its own. Doing so does not change the layout of the wizard.<br/>
58+
Alternatively, set <tt>WizardImageOpacity</tt> to blend these images with the background image (or color). Can be used with the built-in wizard images as well.</li>
5859
<li>Added new <tt>[Setup]</tt> section directive <tt>WizardBackImageOpacity</tt> to specify the opacity (non-transparency) of the background image.<br/>
5960
This is useful if you want to use an identical regular and <tt>DynamicDark</tt> background image.</li>
6061
<li>Examples:

0 commit comments

Comments
 (0)