better sentence
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3961 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
c48ec94bf6
commit
f0fbbb390a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ Most software packages you download or buy come with an installer. The installer
|
|||
|
||||
NSIS is a tool for developers to create such installers. NSIS allows you to create everything from basic installers that just copy files to very complex installers that handle a lot of advanced tasks such as writing registry keys, settings environment variables, downloading the latest files from the internet, customizing the configuration file and more. NSIS is very flexible and its scripting language is easy to learn.
|
||||
|
||||
NSIS compiles all of the files and the installation script into one executable file, so your application will be easy to distribute. NSIS adds only about 34KB of code of its own (for the default configuration) to the data. NSIS has the smallest overhead available and still have a lot of options thanks to its powerful scripting language and support of external plug-ins.
|
||||
NSIS compiles all of the files and the installation script into one executable file, so your application will be easy to distribute. NSIS adds only about 34KB of code of its own (for the default configuration) to the data. NSIS boasts the smallest overhead available while still providing a lot of options thanks to its powerful scripting language and support of external plug-ins.
|
||||
|
||||
\H{tutscriptfiles} Script Files
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue