Features updated
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1641 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
3519f1fca6
commit
d1b54a0026
1 changed files with 9 additions and 3 deletions
|
@ -35,15 +35,15 @@ Here's a short list of some of NSIS' features.
|
|||
|
||||
\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.
|
||||
\b Ability to display a license agreement, text or RTF
|
||||
|
||||
\b Ability to detect destination directory from the registry, and let the user override (or not let them)
|
||||
|
||||
\b Customizable appearance (background, icons, text, checkmarks)
|
||||
\b Customizable appearance (background, icons, text, checkmarks, images)
|
||||
|
||||
\b Multiple install configurations (usually Minimal, Typical, Full), and custom configuration
|
||||
|
||||
\b Plug-in system (includes plug-ins for generic dialog construction and user interaction, as well as HTTP downloading)
|
||||
\b Easy to use 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 German, French, Spanish, Italian, Dutch, Chinese and more...
|
||||
|
||||
|
@ -53,6 +53,10 @@ Here's a short list of some of NSIS' features.
|
|||
|
||||
\b A primitive preprocessor
|
||||
|
||||
\b User interface changeable from head to toe
|
||||
|
||||
\b An optional modern user interface
|
||||
|
||||
\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:
|
||||
|
@ -89,6 +93,8 @@ Here's a short list of some of NSIS' features.
|
|||
|
||||
\b Error checking.
|
||||
|
||||
\b Reboot support, including delete or rename on reboot
|
||||
|
||||
\b Installer behaviour commands (such as show/hide/wait/etc)
|
||||
|
||||
\b User functions in script
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue