better description for Icon and UninstallIcon

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3779 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2004-11-26 10:17:04 +00:00
parent ea1c67af6b
commit f570ee3d1d

View file

@ -167,7 +167,7 @@ Replaces the default text that comes up when a file cannot be written to. This s
\c [path\]icon.ico
Sets the icon of the installer. Every icon in the icon file will be included in the installer. Note that if you use different icons for installer and uninstaller the file size and structure of the icons has to match otherwise the build of your installer will fail.
Sets the icon of the installer. Every icon in the icon file will be included in the installer. Note that if you use an uninstaller, each icon in the icon file must have the same size and color depth as its matching icon in the uninstaller icon file. The order of the icons in the icon file also matters. For example, if the installer icon file has three icons, first icon sized 32x32 pixels with 8bpp, second icon sized 16x16 pixels with 8bpp and third icon sized 8x8 with 8bpp; then the uninstaller icon file must have three icons with the same sizes and color depths, in the same order. Use \R{auninstallicon}{UninstallIcon} to set the uninstaller icon.
\S2{ainstallbuttontext} InstallButtonText
@ -339,7 +339,7 @@ Sets what the titlebars of the uninstaller will display. By default, it is 'Name
\c [path\]icon.ico
Sets the icon of the uninstaller. This icon file \e{must} have the exact same structure as the installer icon file.
Sets the icon of the uninstaller. This icon file \e{must} have the exact same structure as the installer icon file. See \R{aicon}{Icon} for more information about this limit.
\S2{auninstallsubcaption} UninstallSubCaption