Selaa lähdekoodia

Doc changes and remove 24x24 Setup icons as per our own recommendation.

Martijn Laan 4 vuotta sitten
vanhempi
commit
60d9f2ca66
3 muutettua tiedostoa jossa 9 lisäystä ja 2 poistoa
  1. 9 2
      ISHelp/isetup.xml
  2. BIN
      Projects/Setup.res
  3. BIN
      Projects/SetupLdr.res

+ 9 - 2
ISHelp/isetup.xml

@@ -4810,7 +4810,7 @@ DiskSliceSize=1457664
 </setuptopic>
 
 <setuptopic directive="WizardImageFile">
-<setupdefault><tt>compiler:WIZMODERNIMAGE.BMP</tt></setupdefault>
+<setupdefault><i>(blank)</i></setupdefault>
 <body>
 <p>Specifies the name(s) of the bitmap file(s) to display on the left side of the wizard. Wildcards are supported and the files(s) must be located in your installation's <link topic="sourcedirectorynotes">source directory</link> when running the compiler, unless a fully qualified pathname is specified or the pathname is prefixed by "compiler:", in which case it looks for the file in the compiler directory.</p>
 <p>256-color bitmaps may not display correctly in 256-color mode, since it does not handle palettes.</p>
@@ -4824,6 +4824,8 @@ DiskSliceSize=1457664
 <tr><td>225%</td><td>355x700</td></tr>
 <tr><td>250%</td><td>410x797</td></tr>
 </table>
+<p>If this directive is not specified or is blank, built-in wizard images supporting multiple DPI settings will be used.</p>
+<p>To use the old default wizard images set this directive to <tt>compiler:WIZMODERNIMAGE.BMP</tt>.</p>
 <example><pre>WizardImageFile=myimage.bmp,myimage2.bmp</pre></example>
 <p><b>See also:</b><br/>
 <link topic="setup_wizardsmallimagefile">WizardSmallImageFile</link><br/>
@@ -4833,7 +4835,7 @@ DiskSliceSize=1457664
 </setuptopic>
 
 <setuptopic directive="WizardSmallImageFile">
-<setupdefault><tt>compiler:WIZMODERNSMALLIMAGE.BMP</tt></setupdefault>
+<setupdefault><i>(blank)</i></setupdefault>
 <body>
 <p>Specifies the name(s) of the bitmap file(s) to display in the upper right corner of the wizard. Wildcards are supported and the file(s) must be located in your installation's <link topic="sourcedirectorynotes">source directory</link> when running the compiler, unless a fully qualified pathname is specified or the pathname is prefixed by "compiler:", in which case it looks for the file in the compiler directory.</p>
 <p>256-color bitmaps may not display correctly in 256-color mode, since it does not handle palettes.</p>
@@ -4847,6 +4849,8 @@ DiskSliceSize=1457664
 <tr><td>225%</td><td>119x123</td></tr>
 <tr><td>250%</td><td>138x140</td></tr>
 </table>
+<p>If this directive is not specified or is blank, built-in wizard images supporting multiple DPI settings will be used.</p>
+<p>To use the old default wizard images set this directive to <tt>compiler:WIZMODERNSMALLIMAGE.BMP</tt>.</p>
 <example><pre>WizardSmallImageFile=mysmallimage.bmp,mysmallimage2.bmp</pre></example>
 <p><b>See also:</b><br/>
 <link topic="setup_wizardimagefile">WizardImageFile</link><br/>
@@ -5080,9 +5084,12 @@ DiskSliceSize=1457664
 </setuptopic>
 
 <setuptopic directive="SetupIconFile">
+<setupdefault><i>(blank)</i></setupdefault>
 <body>
 <p>Specifies a custom program icon to use for Setup/Uninstall. The file must be located in your installation's <link topic="sourcedirectorynotes">source directory</link> when running the compiler, unless a fully qualified pathname is specified or the pathname is prefixed by "compiler:", in which case it looks for the file in the compiler directory.</p>
 <p>It is recommended to include at least the following sizes in your icon: 16x16, 32x32, 48x48, 64x64, and 256x256.</p>
+<p>If this directive is not specified or is blank, a built-in icon supporting the above sizes will be used.</p>
+<p>To use the old default icon set this directive to <tt>compiler:SetupClassicIcon.ico</tt>.</p>
 <example><pre>SetupIconFile=MyProgSetup.ico</pre></example>
 </body>
 </setuptopic>

BIN
Projects/Setup.res


BIN
Projects/SetupLdr.res