listitems fixed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1531 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
7540301099
commit
70f544f1e6
1 changed files with 8 additions and 8 deletions
|
@ -33,7 +33,7 @@ Here's a short list of some of NSIS' features.
|
|||
|
||||
\b Compression choices of zlib or bzip2 based compression. The installer can compress everything together, or individually.
|
||||
|
||||
\b Approximately 20-40k overhead over compressed data size (depending on features enabled, compression algorithm, and so on - the default options are ~35k).
|
||||
\b Approximately 20-40k overhead over compressed data size (depending on features enabled, compression algorithm, and so on - the default options are ~34k).
|
||||
|
||||
\b Ability to display a license agreement.
|
||||
|
||||
|
@ -45,12 +45,16 @@ Here's a short list of some of NSIS' features.
|
|||
|
||||
\b Plug-in system (includes plug-ins for generic dialog construction and user interaction, as well as HTTP downloading)
|
||||
|
||||
\b Fully multilingual. 20 translations available including Dutch, French, Chinese and more...
|
||||
\b Fully multilingual. 20 translations available including German, French, Spanish, Italian, Dutch, Chinese and more...
|
||||
|
||||
\b Installers can be as large as 2GB (theoretically -- when building on Win9x the limit seems to be around 500MB, however building on NT then installing on Win9x works with larger sizes)
|
||||
|
||||
\b Optional Silent mode for automated installations
|
||||
|
||||
\b A primitive preprocessor
|
||||
|
||||
\b A lovely coding experience with elements of PHP and assembly (includes 20 general purpose variables, a stack, real flow control, etc)
|
||||
|
||||
\b Installers have their own VMs that let you write code that can support:
|
||||
|
||||
\\<ul\\>
|
||||
|
@ -93,12 +97,8 @@ Here's a short list of some of NSIS' features.
|
|||
|
||||
\b Macros in script
|
||||
|
||||
\b A primitive preprocessor
|
||||
|
||||
\b A lovely coding experience with elements of PHP and assembly (includes 20 general purpose variables, a stack, real flow control, etc)
|
||||
|
||||
\b More
|
||||
|
||||
\\</ul\\>
|
||||
|
||||
\b Completely free for any use. See license (\k{license}).
|
||||
|
||||
\b More
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue