From 7d7849170d5475c0f14908172a43bea3bdd6edd0 Mon Sep 17 00:00:00 2001 From: kichik Date: Sun, 27 Oct 2002 17:48:39 +0000 Subject: [PATCH] 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 --- Docs/src/attributes.but | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Docs/src/attributes.but b/Docs/src/attributes.but index 5538fbd8..19db4c50 100644 --- a/Docs/src/attributes.but +++ b/Docs/src/attributes.but @@ -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:".