|
@@ -1106,6 +1106,7 @@ DefaultGroupName=My Program
|
|
|
<li><link topic="setup_wizardimagefile">WizardImageFile</link></li>
|
|
|
<li><link topic="setup_wizardimagestretch">WizardImageStretch</link></li>
|
|
|
<li><link topic="setup_wizardresizable">WizardResizable</link></li>
|
|
|
+<li><link topic="setup_wizardsizepercent">WizardSizePercent</link></li>
|
|
|
<li><link topic="setup_wizardsmallimagefile">WizardSmallImageFile</link></li>
|
|
|
</ul>
|
|
|
|
|
@@ -4724,6 +4725,24 @@ DiskSliceSize=1457664
|
|
|
<setupdefault><tt>no</tt></setupdefault>
|
|
|
<body>
|
|
|
<p>If set to <tt>yes</tt>, the user will be able to resize and maximize the wizard window.</p>
|
|
|
+<p>Use <tt>Anchors</tt> properties to add full support for <tt>WizardResizable</tt> and <tt>WizardSizePercent</tt> to all your custom controls and wizard pages if you have any. See the <i>CodeClasses.iss</i> example script for an example.</p>
|
|
|
+<p><b>See also:</b><br/>
|
|
|
+<link topic="setup_wizardsizepercent">WizardSizePercent</link></p>
|
|
|
+</body>
|
|
|
+</setuptopic>
|
|
|
+
|
|
|
+<setuptopic directive="WizardSizePercent">
|
|
|
+<setupformat><tt><i>a</i>,<i>b</i></tt>, where <tt><i>a</i></tt> is the horizontal size, and <tt><i>b</i></tt> is the vertical size.</setupformat>
|
|
|
+<setupvalid>each size: <tt>100</tt> or more</setupvalid>
|
|
|
+<setupdefault><tt>100,100</tt></setupdefault>
|
|
|
+<body>
|
|
|
+<p>Lets you increase the default size of the wizard window without increasing the font size. A size of for example 120 means a 20% size increase.</p>
|
|
|
+<p>If you specify only one size it will be used as both the horizontal and the vertical size.</p>
|
|
|
+<example><pre>WizardSizePercent=120</pre></example>
|
|
|
+<p>Use <tt>Anchors</tt> properties to add full support for <tt>WizardResizable</tt> and <tt>WizardSizePercent</tt> to all your custom controls and wizard pages if you have any. See the <i>CodeClasses.iss</i> example script for an example.</p>
|
|
|
+<p><b>See also:</b><br/>
|
|
|
+<link topic="setup_wizardresizable">WizardResizable</link><br/>
|
|
|
+<link topic="langoptionssection" anchor="DialogFontSize">DialogFontSize</link></p>
|
|
|
</body>
|
|
|
</setuptopic>
|
|
|
|