Fixed Icon and UninstallIcon documentation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1839 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
9ff5b1f33e
commit
d60f2c6ad1
1 changed files with 2 additions and 2 deletions
|
@ -190,7 +190,7 @@ Sets the name of the installer. The name is usually simply the product name such
|
|||
|
||||
\c path_to_icon.ico
|
||||
|
||||
Sets the icon of the installer.
|
||||
Sets the icon of the installer. Every icon in the icon file will be included in the installer.
|
||||
|
||||
\S2{aoutfile} OutFile
|
||||
|
||||
|
@ -262,7 +262,7 @@ Sets what the titlebars of the uninstaller will display. By default, it is 'Name
|
|||
|
||||
\c path_to_icon.ico
|
||||
|
||||
Sets the icon of the uninstaller.
|
||||
Sets the icon of the uninstaller. This icon file \e{must} have the exact same structure as the installer icon file.
|
||||
|
||||
\S2{auninstallsubcaption} UninstallSubCaption
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue