Docs: Added some section keywords and fudged TargetMinimalOS min-version

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6188 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2011-11-30 23:30:29 +00:00
parent c21cccc591
commit dd72b0a0ed
4 changed files with 17 additions and 17 deletions

View file

@ -152,7 +152,7 @@ The NSIS script format and the format used for interface dialogs are easy, docum
\H{intro-unicode} Unicode installers
Starting with MakeNSIS v2.50, you can choose create Unicode installers by using \R{atargetminimalos}{TargetMinimalOS} with value greater than or equal to 5.0.
Starting with MakeNSIS v?.??, you can choose to create Unicode installers by using \R{atargetminimalos}{TargetMinimalOS} with a value greater than or equal to 5.0.
These installers will work only under Windows 2000 or more recent (depending on the value you chose), but they will allow you to display your installer in any Unicode language supported by the OS.
When building a Unicode installer, NSIS variables can hold Unicode characters (0000-FFFF). There should be no need to modify your existing scripts.