Added information about RTF and fixed a glitch in UninstallText section
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1487 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d173b1d376
commit
7d7849170d
1 changed files with 5 additions and 3 deletions
|
@ -144,9 +144,11 @@ Sets the background color of the license data.
|
|||
|
||||
\H{alicensedata} LicenseData
|
||||
|
||||
\c [/LANG=lang_id] licdata.txt
|
||||
\c [/LANG=lang_id] licdata.(txt|rtf)
|
||||
|
||||
Specifies a text file to use for the license that the user can read. Omit this to not have a license displayed. Note that the file must be in the evil DOS text format (\\r\\n, yeah!)
|
||||
Specifies a text file or a RTF file to use for the license that the user can read. Omit this to not have a license displayed. Note that the file must be in the evil DOS text format (\\r\\n, yeah!)
|
||||
|
||||
If you make your license file a RTF file it is recommended you edit it with WordPad and not MS Word. Using WordPad will result in a much smaller file.
|
||||
|
||||
\H{alicensetext} LicenseText
|
||||
|
||||
|
@ -258,7 +260,7 @@ Overrides the subcaptions for each of the uninstaller pages (0=": Confirmation",
|
|||
|
||||
\H{auninstalltext} UninstallText
|
||||
|
||||
\c t \e{[/LANG=lang_id] [subtext]
|
||||
\c [/LANG=lang_id] text [subtext]
|
||||
|
||||
Specifies the text on the first page of the uninstaller. If subtext is specified and not empty, it will replace the default secondary text on that page, "Uninstall from:".
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue