Manual Nsis
Manual Nsis
Manual Nsis
Check http://nsis.sf.net for news, information, support, examples, tutorials and more.
Quick links:
FAQ - A list of frequently asked questions
NSIS Wiki - Examples, functions, tutorials, plug-ins, software and more
Forum - Post questions or discuss NSIS features
❍ Variables
■ User Variables
■ Other Writable Variables
■ Constants
■ Constants Used in Strings
❍ Labels
❍ Relative Jumps
❍ Pages
■ Ordering
■ Page Options
■ Callbacks
■ Page
■ UninstPage
■ PageEx
■ PageExEnd
■ PageCallbacks
❍ Sections
■ Section Commands
■ Uninstall Section
❍ Functions
■ Function Commands
■ Callback Functions
❍ Installer Attributes
■ General Attributes
■ Compiler Flags
■ Version Information
❍ Instructions
■ Basic Instructions
■ Registry, INI, File Instructions
■ General Purpose Instructions
■ Flow Control Instructions
■ File Instructions
■ Uninstaller Instructions
■ Miscellaneous Instructions
■ String Manipulation Instructions
■ Stack Support
■ Integer Support
■ Reboot Instructions
■ Install Logging Instructions
■ Section Management
■ User Interface Instructions
■ Multiple Languages Instructions
❍ Multiple Languages
■ Language Selection
■ LangDLL Plug-in
■ RTL Languages
❍ Plug-in DLLs
Parameters
■
Options
■
■ Notes
■ Example
❍ Library Uninstallation
■ Introduction
■ Parameters
■ Options
■ Example
❍ Visual Basic 6 Runtimes
● Appendix C: Useful Scripts
❍ Get parent directory
❍ Trim newlines
❍ Get command line parameters
❍ Search in a string
❍ Get Windows version
❍ Get Internet Explorer version
❍ Is .NET Framework installed?
❍ Is Macromedia Flash Player installed?
❍ Connect to the Internet
❍ Get Installer Filename
❍ Prevent Multiple Instances
❍ More
● Appendix D: Useful Information
❍ Error Levels
❍ Add uninstall information to Add/Remove Programs
❍ Calling an external DLL using the System.dll plug-in
❍ Dump Content of Log Window to File
❍ How to Read REG_MULTI_SZ Values
● Appendix E: Useful Headers
❍ File Functions Header
■ Introduction
■ Locate
■ GetSize
■ DriveSpace
■ GetDrives
■ GetTime
■ GetFileAttributes
■ GetFileVersion
■ GetExeName
■ GetExePath
■ GetParameters
■ GetOptions
■ GetOptionsS
■ GetRoot
■ GetParent
■ GetFileName
GetBaseName
■
GetFileExt
■
■ BannerTrimPath
■ DirState
■ RefreshShellIcons
❍ Text Functions Header
■ Introduction
■ LineFind
■ LineRead
■ FileReadFromEnd
■ LineSum
■ FileJoin
■ TextCompare
■ TextCompareS
■ ConfigRead
■ ConfigReadS
■ ConfigWrite
■ ConfigWriteS
■ FileRecode
■ TrimNewLines
❍ Word Functions Header
■ Introduction
■ WordFind
■ WordFindS
■ WordFind2X
■ WordFind2XS
■ WordFind3X
■ WordFind3XS
■ WordReplace
■ WordReplaceS
■ WordAdd
■ WordAddS
■ WordInsert
■ WordInsertS
■ StrFilter
■ StrFilterS
■ VersionCompare
■ VersionConvert
● Appendix F: Changelog and Release Notes
❍ 2.28
■ Changelog
❍ 2.27
■ Release Notes
■ Changelog
❍ 2.26
■ Release Notes
■ Changelog
❍ 2.25
■ Changelog
❍ 2.24
■ Changelog
❍ 2.23
■ Changelog
❍ 2.22
■ Release Notes
■ Changelog
❍ 2.21
■ Changelog
❍ 2.20
■ Changelog
❍ 2.19
■ Changelog
❍ 2.18
■ Changelog
❍ 2.17
■ Changelog
❍ 2.16
■ Release Notes
■ Changelog
❍ 2.15
■ Changelog
❍ 2.14
■ Release Notes
■ Changelog
❍ 2.13
■ Release Notes
■ Changelog
❍ 2.12
■ Changelog
❍ 2.11
■ Release Notes
■ Changelog
❍ 2.10
■ Changelog
❍ 2.09
■ Changelog
❍ 2.08
■ Release Notes
■ Changelog
❍ 2.07
■ Release Notes
■ Changelog
❍ 2.06
■ Changelog
❍ 2.05
■ Release Notes
■ Changelog
❍ 2.04
■ Changelog
❍ 2.03
■ Release Notes
■ Changelog
❍ 2.02
■ Changelog
❍ 2.01
■ Release Notes
■ Changelog
❍ 2.0
Release Notes
■
Changelog
■
Programmers
❍
Designers
❍
❍ Translators
❍ Writers
● Appendix I: License
❍ Copyright
❍ Applicable licenses
❍ zlib/libpng license
❍ bzip2 license
❍ Common Public License version 1.0
❍ Special exception for LZMA compression module
Main Page
From NSIS Wiki
NSIS (Nullsoft Scriptable Install System) is a professional open source system to create
Windows installers. It is designed to be as small and flexible as possible and is therefore very
suitable for internet distribution.
Being a user's first experience with your product, a stable and reliable installer is an important
component of succesful software. With NSIS you can create such installers that are capable of
doing everything that is needed to setup your software.
NSIS is script-based and allows you to create the logic to handle even the most complex
installation tasks. Many plug-ins and scripts are already available: you can create web
installers, communicate with Windows and other software components, install or update
shared components and more.
● Article
NSIS 2.28 (Release Notes)
● Comment
● View source
June 09, 2007
● History
Personal tools
● Main Page
● News
● Features
❍ Screenshots
Latest topics: ❍ NSIS 2
❍ License
Major help on script requested ● Support
❍ Community
Problem with WriteRegStr and ❍ FAQ
AppCompatFlags ❍ Bug Reports
❍ Requests
Using replaceable strings in the /D ● Developer Center
commandline option ● Download
❍ Special Builds
Dialogs Plugin does not work ❍ Development Files
under x64 ● Users
● Contact
NSISDL download problem ● Wiki Information
Search
Go Search
donate
FAQ
From NSIS Wiki
Compiler FAQ
● How can I let the compiled script depend on something dynamic
● I get an error when compiling large installers
● Why does it complain about my icons
Development FAQ
● I have found a bug!
● I think NSIS is missing a command...
● Where can I find out what's cooking for the next version
General FAQ
● A feature isn't doing what I expect
● Can I decompile an existing installer
● How can I add NSIS to a windows build environment
● How can I help NSIS
● Is there any program that would help me to script
● What is the latest version of NSIS
● What size does NSIS add to the compressed data
● Where can I download NSIS
● Where can I find some example scripts
Plug-ins FAQ
● How can I download files from the internet
● How does the System plug-in (calling Win32 API) work
● InstallOptions: Is there a GUI available to create dialogs
● InstallOptions: Show a custom page when a section has been selected
Scripting FAQ
● Can I prevent the user from running multiple instances of the installer
● File Association
● How can I create or change an environment variable
● How can I get input from the user
● How can I get the installer filename
● How can I install the VB6 runtimes
● How can I let my application appear in Add/Remove Programs
● How can I make sure the user installing my software has admin rights
● How can I read or write files
● How can I use conditional execution (If ... EndIf equalivent)
● How can I use quotes in a string
● How do I start/stop/create/remove/check a service
● I am having problems with CreateShortcut
● I am reading a file name from another file and Delete/FileOpen/CopyFiles don't work with the
file name
● I want to create a syntax file for my favorite editor, how do I get a list of all NSIS commands
● InstallDir doesn't work
● Macro vs Function
Wiki FAQ
● Starting a new page
● Uploading files
Views
● Article
● Comment
● View source
● History
Personal tools
Website navigation
● Main Page
● News
● Features
❍ Screenshots
❍ NSIS 2
❍ License
● Support
❍ Community
❍ FAQ
❍ Bug Reports
❍ Requests
● Developer Center
● Download
❍ Special Builds
❍ Development Files
● Users
● Contact
● Wiki Information
Search
abcdef Go Search
donate
● home
● player
● skins
● plug-ins
● media
● community
● development
● support
● about
● download
● upgrade to pro
● features
● faq
● overview
● version history
● browse skins
● create a skin
● submit a skin
● what is a skin?
● browse plug-ins
● create a plug-in
● submit a plug-in
● what is a plug-in?
● features
● music
● online radio
● video
● movies
● games
● forums
● promote winamp
● nsdn
● docs
● sdk
● classic skins
● modern skins
● plug-ins
● glossary
● overview
● help docs
● player faq
● tech support
● winamp pro support
● about us
● news
● story
● team
● alumni
● jobs
● what to do?
● Main
● Search
● Account
● Calendar
● Members
● FAQ
● Sign-Up
● Rules
Winamp Forums
Problem with
06-19-2007 04:48 PM
WriteRegStr and Gato Muerto 2 39 by Gato Muerto
AppCompatFlags
Using replaceable
06-19-2007 04:14 PM
strings in the /D 99999999 5 54 by Afrow UK
commandline option
getting makensis
06-19-2007 09:40 AM
options within nsi- SunToo 7 166 by SunToo
script
$APPDATA directory
06-18-2007 08:50 PM
creation failure under billsh 16 434 by 99999999
Vista
Installing .NET
06-18-2007 04:41 PM
managed dll's into the helix400 6 294 by helix400
GAC
disable
06-18-2007 10:35 AM
MUI_PAGE_DIRECTORY thek 2 64 by thek
Directory field
Variable losing a
06-17-2007 02:05 PM
character when zbd 5 167 by Afrow UK
retrieving
InstallOption - custom
06-16-2007 01:21 PM
page with skin PepeSoft 5 154 by Afrow UK
selection
Problem with
06-16-2007 10:27 AM
additional Game necrophilissimo 5 296 by kichik
Explorer tasks
Showing threads 1 to 35 of 246, sorted by last post time in descending order, from
last 30 days
Pages (8): [1] 2 3 » ... Last »
Subscribe to this Forum
Mark this Forum Read
Forum Rules:
You may not post new threads HTML code is off
You may not post replies vB code is ON
You may not post attachments Smilies are ON
You may not edit your posts [IMG] code is ON
● Home
● · Site Map
● · About Us
● · Support
● · Privacy Policy
● · Advertising
● · Labeled with ICRA
● · Terms
● Online Radio
● · Spinner
● · Music
● · Movies
● · Games
● · Television
Winamp
More on AOL Music: Music |
Listen to Online Radio |
Watch the Top 11 Video show |
Winamp
More Links: Mail |
Search |
TMZ |
Mapquest |
CityGuide |
Celebrity
Download Winamp, The #1 Free Media Player. Play your MP3, AAC,
MPEG, AVI files, and more. Get free MP3 songs, videos, skins and plug-
ins. Synch your iPod or Creative Zen, and get mobile music with
Winamp Remote.
An installer is the first experience of a user with your application. Slow or unsuccessful software
installations are the most irritating computer problems. A quick and user friendly installer is therefore
an essential part of your software product.
NSIS (Nullsoft Scriptable Install System) is a tool that allows programmers to create such installers for
Windows. It is released under an open source license and is completely free for any use.
NSIS creates installers that are capable of installing, uninstalling, setting system settings, extracting
files, etc. Because it's based on script files, you can fully control every part of your installers. The script
language supports variables, functions, string manipulation, just like a normal programming language -
but designed for the creation of installers. Even with all these features, NSIS is still the smallest
installer system available. With the default options, it has an overhead of only 34 KB.
NSIS is created to be small, fast and efficient. While other installers often add hundreds of kilobytes or
several megabytes to your installer data, a full featured NSIS installer has an overhead of only 34 KB.
You can create a single installer that is compatible with Windows 95, Windows 98, Windows ME,
Windows NT, Windows 2000, Windows XP, Windows Server 2003 and Windows Vista.
You can choose between three different integrated compression method (ZLib, BZip2, LZMA). The new
LZMA compression gives better results than any other common compression method. You don't have to
use large self-extracting archive modules or other applications. The compression support is included in
the 34 KB overhead.
Script based
Unlike other systems that can only generate installers based on a list of files and registry keys, NSIS
has a powerful scripting language. This script language is designed for installers and has commands
that help you to perform many installation tasks. You can easily add custom logic and handle different
upgrades, version checks and more. On the NSIS Wiki you can find a lot more.
One installer can support multiple interface languages. More than 40 translations are already included,
but you can also create your own language files. RTL (right-to-left) languages such as Arabic and
Hebrew are fully supported.
The script language provides commands you can use on the target system. From simple features like
folder creation and registry editing to text/binary file modification, modification of environment
variables and system reboots. Using provided plug-ins you can even use Windows API.
You can create custom wizard pages to get user input or integrate configuration options. NSIS includes
a classic and modern wizard interface, but it is even possible to create your own custom interface.
Plug-in system
NSIS can be extended with plug-ins that can communicate with the installer. They can be written in C,
C++, Delphi or another language and can be used to perform installation tasks or extend the installer
interface. You can use the plug-in with a single line of script code. Plug-ins can also be compressed like
other installation data and will only be included when you are using the provided features.
The NSIS distribution includes a set of plug-ins that allow you to download files from the internet,
make internet connections, patch existing files and more.
The NSIS compiler features a powerful preprocessor. This allows you to easily integrate multiple
projects into a single installer or automatically generate installer builds. You can also generate different
releases such as lite and full version.
The NSIS script format and the format used for interface dialogs are easy, documented and humanly
readable, so you can edit your files with your favorite editor. This also makes automatic script
generation possible.
2.1 Introduction
Most software packages you download or buy come with an installer. The installer copies and/or updates
files, writes registry keys, writes configuration, creates shortcuts, etc. All of this is done automatically for
the user. All the user needs to do is supply some information and the installer will do the rest. The user
goes through a wizard, makes the appropriate choices and waits until the installer finishes. After the
installer has finished the user is left only with the simple task of starting the program. The user doesn't
have to worry about things he might have forgotten because all of the necessary steps were done by 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 boasts the smallest overhead available while still providing a lot of options thanks to its powerful
scripting language and support of external plug-ins.
To create a NSIS installer, you first have to write a NSIS script. A NSIS script is just a regular text file with
a special syntax. You can edit scripts with every text editor. It's recommended you use a text editor that
shows line numbers because NSIS uses line numbers to indicate where errors lie, and to warn you about
where errors might lie. An editor that supports syntax highlighting is also recommended. You can download
editors made especially for NSIS and files for syntax highlighting at the NSIS Wiki.
In a NSIS script every line is treated as a command. If your command is too long for one line you can use
a back-slash - '\' - at the end of the line. The compiler will treat the new line as an addition to the previous
line and will not expect a new command. For example:
Messagebox MB_OK|MB_ICONINFORMATION \
"This is a sample that shows how to use line breaks for larger commands in NSIS scripts"
If you want to use a double-quote in a string you can either use $\" to escape the quote or quote the string
with a different type of quote such as ` or '.
For more details about the script format, see Script File Format.
The default extension for a script file is .nsi. Header files have the .nsh extension. Header files can help you
arrange your script by dividing it to more than one block of code, you can also put functions or macros in
header files and include the header files in multiple installers. This makes updating easier and it also makes
your scripts easier to read. To include a header file in your script use !include. Header files that reside in
the Include directory under your NSIS directory can be included just by their name. For example:
!include Sections.nsh
A NSIS script can contain Installer Attributes and Sections/Functions. You can also use Compiler
Commands for compile-time operations. Required is the OutFile instruction, which tells NSIS where to write
the installer, and one section.
Installer Attributes determine the behavior and the look and feel of your installer. With these attributes you
can change texts that will be shown during the installation, the number of installation types etc. Most of
these commands can only be set and are not changeable during runtime.
For more information about installer attributes, have a look at Installer Attributes.
2.3.2 Pages
A non-silent installer has a set of wizard pages to let the user configure the installer. You can set which
pages to display using the Page command (or PageEx for more advanced settings). A typical set of pages
looks like this:
Page license
Page components
Page directory
Page instfiles
UninstPage uninstConfirm
UninstPage instfiles
For the installer, this typical set of pages will display a license agreement, allow selection of components to
install, allow selection of an installation directory, and finally install the selected components in the instfiles
page. For the uninstaller, it will display a confirmation page, and uninstall in the instfiles page.
2.3.3 Sections
In a common installer there are several things the user can install. For example in the NSIS distribution
installer you can choose to install the source code, additional plug-ins, examples and more. Each of these
components has its own piece of code. If the user selects to install this component, then the installer will
execute that code. In the script, that code is defined in sections. Each section corresponds to one
component in the components page. The section's name is the displayed component name, and the section
code will be executed if that component is selected. It is possible to build your installer with only one
section, but if you want to use the components page and let the user choose what to install, you'll have to
use more than one section.
Uninstallers can also have multiple sections. Uninstaller section names are prefixed with 'un.'. For example:
The instructions that can be used in sections are very different from the installer attributes instructions,
they are executed at runtime on the user's computer. Those instructions can extract files, read from and
write to the registry, INI files or normal files, create directories, create shortcuts and a lot more. You can
find out more in Instructions.
The most basic instructions are SetOutPath which tells the installer where to extract files and File which
extracts files.
Example:
2.3.4 Functions
Functions can contain script code, just like sections. The difference between sections and functions is the
way they are called. There are two types of functions, user functions and callback functions.
User functions are called by the user from within sections or other functions using the Call instruction. User
functions will not execute unless you call them. After the code of the function will be executed the installer
will continue executing the instructions that came after the Call instruction, unless you have aborted the
installation inside the function. User functions are very useful if you have a set of instructions that need to
be executed at several locations in the installers. If you put the code into a function you can save the
copying time and you can maintain the code more easily.
Callback functions are called by the installer upon certain defined events such as when the installer starts.
Callbacks are optional. If for example you want to welcome the user to your installer you will define a
function called .onInit. The NSIS compiler will recognize this function as a callback function by the name
and will call it when the installer starts.
Function .onInit
MessageBox MB_YESNO "This will install My Program. Do you wish to continue?" IDYES gogogo
Abort
gogogo:
FunctionEnd
Abort has a special meaning in callback functions. Each callback function has its own meaning for it, have a
look at Callback Functions for more information. In the above example Abort tells the installer to stop
initializing the installer and quit immediately.
Conditionally executing code, or executing code in a loop can be done using StrCmp, IntCmp, IfErrors,
Goto and more. However, there's a much easier way do this. The LogicLib provides some very simple
macros that allow easy construction of complex logical structures. Its syntax, explained in LogicLib.nsh, is
similar to other programming languages and can prove to be simpler for beginners and advanced users
alike.
For example, checking a value of a variable without the LogicLib can be done as followed.
However, with the LogicLib, the code gets is much more readable and easy to understand, as can be seen
in the following example.
The same can also be done using a switch, as shown in the following example.
${Switch} $0
${Case} 'some value'
MessageBox MB_OK '$$0 is some value'
${Break}
${Case} 'some other value'
MessageBox MB_OK '$$0 is some other value'
${Break}
${Default}
MessageBox MB_OK '$$0 is "$0"'
${Break}
${EndSwitch}
Multiple conditions are also supported. The following example will notify the user, if both $0 and $1 are
empty.
${If} $0 == ''
${AndIf} $1 == ''
MessageBox MB_OK|MB_ICONSTOP 'both are empty!'
${EndIf}
The LogicLib removes the need for labels and relative jumps, thus prevents label name conflicts, and
removes the need to manually adjust relative jump offsets every time the script is changed.
It also simplifies looping, by supporting the common while, do and for loops. All of the following examples
count to five using the LogicLib.
StrCpy $R1 0
${While} $R1 < 5
IntOp $R1 $R1 + 1
DetailPrint $R1
${EndWhile}
${For} $R1 1 5
DetailPrint $R1
${Next}
StrCpy $R1 0
${Do}
IntOp $R1 $R1 + 1
DetailPrint $R1
${LoopUntil} $R1 >= 5
To use the LogicLib, the following line needs to put at the top of the script.
!include LogicLib.nsh
2.3.5.2 Variables
You can declare your own variables ($VARNAME) with the Var command. Variables are global and can be
used in any Section or Function.
Section bla
StrCpy $BLA "123" ;Now you can use the variable $BLA
SectionEnd
In addition there is a Stack, which can also be used for temporary storage. To access the stack use the
commands Push and Pop. Push adds a value to the stack, Pop removes one and sets the variable.
For shared code, there are 20 registers available (like $0 and $R0). These static variables don't have to be
declared and you won't get any name conflicts. If you want to use these variables in shared code, store the
original values on the stack and restore the original values afterwards.
After calling the function, the variables contain the same value as before. Note the order when using
multiple variables (last-in first-out):
Function bla
Push $R0
Push $R1
...code...
Pop $R1
Pop $R0
FunctionEnd
The more you work with NSIS the more complex the scripts will become. This will increase the potential of
mistakes, especially when dealing with lots of variables. There are a few possibilities to help you debugging
the code. To display the contents of variables you should use MessageBoxes or DetailPrint. To get a brief
overview about all variables you should use the plug-in DumpState. By default all actions of the Installer
are printed out in the Log Window. You can access the log if you right-click in the Log Window and select
"Copy Details To Clipboard". There is also a way to write it directly to a file, see here.
When a user runs an installer or an uninstaller, pages are displayed in the order they were defined in the
script. When the instfiles page is reached, sections, corresponding to the selected components, are
executed in the order they were defined in the script. If the components page is not displayed, all sections
are executed, assuming they were not unselected or somehow disabled by the script.
Beside code in sections, there's also code in callback functions. If defined, they might be executed before
the sections code. For example, the .onInit callback function is executed before anything else in the script.
There are also page callback functions which are executed at certain points of the page display process.
Compiler commands will be executed on compile time on your computer. They can be used for conditional
compilation, to include header files, to execute applications, to change the working directory and more. The
most common usage is defines. Defines are compile time constants. You can define your product's version
number and use it in your script. For example:
Another common use is macros. Macros are used to insert code on compile time, depending on defines and
using the values of the defines. The macro's commands are inserted at compile time. This allows you to
write a general code only once and use it a lot of times but with a few changes. For example:
!macro MyFunc UN
Function ${UN}MyFunc
Call ${UN}DoRegStuff
ReadRegStr $0 HKLM Software\MyProgram key
DetailPrint $0
FunctionEnd
!macroend
This macro helps you avoid writing the same code for both the installer and the uninstaller. The two !
insertmacros insert two functions, one for the installer called MyFunc and one for the uninstaller called un.
MyFunc and both do exactly the same thing.
2.4 Compiler
The second thing you need to do in order to create your installer after you have created your script is to
compile your script. MakeNSIS.exe is the NSIS compiler. It reads your script, parses it and creates an
installer for you.
To compile you have to right-click your .nsi file and select Compile NSIS Script. This will cause
MakeNSISW, the NSIS Compiler Interface, to launch and call MakeNSIS to compile your script. MakeNSISW
will get the output of MakeNSIS and present it to you in a window where you can see it, copy it, test the
installer, browse for it and more. Using makensis.exe from the command prompt is also possible.
The compiler will check your script and give you warnings or an error. If an error occurs (i.e. 2 parameters
required but only 1 given) the compiler will abort and a short error message including the line number will
be displayed. For non-critical errors the compiler will give a warning (i.e. two DirText commands in one
script). If your script has no errors the compiler will output an installer for you to distribute.
NSIS supports different compression methods, as explained here. ZLIB is the default compression method,
which is fast and uses only a little bit of memory. LZMA is a good method for the creation of small installers
for internet distribution. BZIP2 usually compresses better than ZLIB but not as good as LZMA, it is useful if
you need lower memory usage or fast script compilation.
It it also possible to compile Windows installer on Linux, BSD or Mac OS X servers. See Building NSIS for
details.
2.5 Modern UI
A popular user interface for NSIS is the Modern User Interface. It has an interface like the wizards of
recent Windows versions. The Modern UI is not only a customized resource file, it has a lots of new
interface elements. It features a white header to describe the current step, a description area on the
component page, a welcome page, a finish page that allows the user to run the application or reboot the
system and more.
For more information, check the Modern UI Readme and the Modern UI Examples.
2.6 Plug-ins
NSIS support plug-ins that can be called from the script. Plug-ins are DLL files written in C, C++, Delphi or
another programming language and therefore provide a more powerful code base to NSIS.
DLLName::FunctionName "parameter number 1" "parameter number 2" "parameter number 3"
Every plug-in's function has its own requirements when it comes to parameters, some will require none,
some will accept as many parameters as you want to send. Examples:
The plug-ins that NSIS knows of are listed at the top of the output of the compiler. NSIS searches for plug-
ins in the Plugins folder under your NSIS directory and lists all of their available functions. You can use !
addplugindir to tell NSIS to search in other directories too.
The NSIS distribution already included many plug-ins. InstallOptions is a popular plug-in that allows you to
create custom pages, in combination with the NSIS Page commands (See Pages). The Startmenu plug-in
provides a page that allows the user to choose a Start Menu folder. There are a lot of plug-ins for different
purposes, have a look at the Docs folder for help files and examples. You can find additional plug-ins on-
line: NSIS Wiki.
You can also create a plug-in yourself. C/C++ and Delphi header files are already available, see the
example plugin for how to do this. Source code of included plug-ins can also be found in the source code
package.
2.7 More
This tutorial has described the basic NSIS features, to learn more about everything NSIS can do, take
some time to read this manual.
NSIS installers are generated by using the 'MakeNSIS' program to compile a NSIS script (.NSI) into an
installer executable. The NSIS development kit installer sets up your computer so that you can compile
a .nsi file by simply right-clicking on it in explorer, and selecting 'compile'.
If you want to use MakeNSIS on the command line, the syntax of the makensis command is:
3.1.1 Options
● Using the /X switch one or more times will execute the code you specify following it. Example: "/
XAutoCloseWindow false"
● Specifying a dash (-) for the script name will tell makensis to use the standard input as a source.
3.1.2 Notes
● Parameters are processed by order. makensis /Ddef script.nsi is not the same as makensis
script.nsi /Ddef.
● If multiple scripts are specified, they are treated as one concatenated script.
● On Windows 95, 98 and NT, below normal and above normal process priorities are not available.
On those systems, below normal will actually set priority to idle and above normal will set to
high.
makensis checks a number of environment variables that tell it where to locate the things it needs in
order to create installers. These variables include:
● NSISDIR, NSISCONFDIR - Places where nsis data and config files are installed. NSISDIR alters
the script variable ${NSISDIR}. See section 4.2.3 for more info.
● APPDATA (on Windows) or HOME (on other platforms) - Location of the per-user configuration
file.
3.1.4 Examples
Basic usage:
makensis.exe myscript.nsi
Quiet mode:
Force compressor:
Parameters order:
Generated installers and uninstallers accept a few options on the command line. These options give the
user a bit more control over the installation process.
● /NCRC disables the CRC check, unless CRCCheck force was used in the script.
● /S runs the installer or uninstaller silently. See section 4.12 for more information.
● /D sets the default installation directory ($INSTDIR), overriding InstallDir and InstallDirRegKey.
It must be the last parameter used in the command line and must not contain any quotes, even
if the path contains spaces.
● _?= sets $INSTDIR. It also stops the uninstaller from copying itself to the temporary directory
and running from there. It can be used along with ExecWait to wait for the uninstaller to finish.
It must be the last parameter used in the command line and must not contain any quotes, even
if the path contains spaces.
3.2.3 Examples
installer.exe /NCRC
installer.exe /S
A NSIS Script File (.nsi) is just a text file with script code.
Commands
File "myfile"
Comments
Lines beginning with ; or # are comments. You can put comments after commands. You can also use C-style comments to
comment one or more lines.
; Comment
# Comment
# Comment \
Another comment line (see `Long commands` section below)
/*
Comment
Comment
*/
Plug-ins
To call a plug-in, use 'plugin::command [parameters]'. For more info see Plug-in DLLs.
nsExec::Exec "myfile"
Numbers
For parameters that are treated as numbers, use decimal (the number) or hexadecimal (with 0x prepended to it, i.e.
0x12345AB), or octal (numbers beginning with a 0 and no x).
Colors should be set in hexadecimal RGB format, like HTML but without the #.
Strings
Quotes only have the property of containing a parameter if they begin the parameter. They can be either single quotes,
double quotes, or the backward single quote.
MessageBox MB_OK "I'll be happy" ; this one puts a ' inside a string
MessageBox MB_OK 'And he said to me "Hi there!"' ; this one puts a " inside a string
MessageBox MB_OK `And he said to me "I'll be happy!"` ; this one puts both ' and "s inside a string
MessageBox MB_OK "$\"A quote from a wise man$\" said the wise man" ; this one shows escaping of quotes
It is also possible to put newlines, tabs etc. in a string using $\r, $\n, $\t etc. More information...
Variables
Var MYVAR
More information...
Long commands
To extend a command over multiple lines, use a backslash (\) at the end of the line. The next line will effectively be
concatenated to the end of it. For example:
MessageBox MB_YESNO|MB_ICONQUESTION \
"Do you want to remove all files in the folder? \
(If you have anything you created that you want \
to keep, click No)" \
IDNO NoRemoveLabel
Line extension for long commands works for comments as well. It can be a bit confusing, so it should be avoided.
# A comment \
still a comment here...
Configuration file
If a file named "nsisconf.nsh" in the config directory exists, it will be included by default before any scripts (unless the /
NOCONFIG command line parameter is used). The config directory on Windows is the same directory as makensis.exe is in.
On other platforms this is set at install time and defaults to $PREFIX/etc/. You can alter this at runtime, see section 3.1.3
for more information.
4.2 Variables
All variables are global and can be used in Sections or Functions. Note that, by default, variables are limited to 1024
characters. To extend this limit, build NSIS with a bigger value of the NSIS_MAX_STRLEN build setting or use the special
build.
$VARNAME
User variables can be declared with the Var command. You can use these variables to store values, work with string
manipulation etc.
4.2.1.1 Var
[/GLOBAL] var_name
Declare a user variable. Allowed characters for variables names: [a-z][A-Z][0-9] and '_'. All defined variables are global,
even if defined in a section or a function. To make this clear, variables defined in a section or a function must use the /
GLOBAL flag. The /GLOBAL flag is not required outside of sections and functions.
Var example
Function testVar
Var /GLOBAL example2
$0, $1, $2, $3, $4, $5, $6, $7, $8, $9, $R0, $R1, $R2, $R3, $R4, $R5, $R6, $R7, $R8, $R9
Registers. These variables can be used just like user variables, but are usually used in shared functions or macros. You
don't have to declare these variables, so you won't get any name conflicts when using them in shared code. When using
these variables in shared code, it's recommended that you use the stack to save and restore their original values. These
variables can also be used for communication with plug-ins, because they can be read and written by the plug-in DLLs.
$INSTDIR
The installation directory ($INSTDIR is modifiable using StrCpy, ReadRegStr, ReadINIStr, etc. - This could be used, for
example, in the .onInit function to do a more advanced detection of install location).
Note that in uninstaller code, $INSTDIR contains the directory where the uninstaller lies. It does not necessarily contain the
same value it contained in the installer. For example, if you write the uninstaller to $WINDIR and the user doesn't move it,
$INSTDIR will be $WINDIR in the uninstaller. If you write the uninstaller to another location, you should keep the installer's
$INSTDIR in the registry or an alternative storing facility and read it in the uninstaller.
$OUTDIR
The current output directory (set implicitly via SetOutPath or explicitly via StrCpy, ReadRegStr, ReadINIStr, etc)
$CMDLINE
The command line of the installer. The format of the command line can be one of the following:
● For parsing out the PARAMETER portion, see GetParameters on the useful functions appendix. If /D= is specified on
the command line (to override the install directory) it won't show up in $CMDLINE.
$LANGUAGE
The identifier of the language that is currently used. For example, English is 1033. You can change this variable in .onInit.
4.2.3 Constants
Note that some of the new constants will not work on every OS. For example, $CDBURN_AREA will only work on Windows
XP and above. If it's used on Windows 98, it'll be empty. Unless mentioned otherwise, a constant should be available on
every OS.
The program files directory (usually C:\Program Files but detected at runtime). On Windows x64, $PROGRAMFILES and
$PROGRAMFILES32 point to C:\Program Files (x86) while $PROGRAMFILES64 points to C:\Program Files. Use
$PROGRAMFILES64 when installing x64 applications.
The common files directory. This is a directory for components that are shared across applications (usually C:\Program
Files\Common Files but detected at runtime). On Windows x64, $COMMONFILES and $COMMONFILES32 point to C:
\Program Files (x86)\Common Files while $COMMONFILES64 points to C:\Program Files\Common Files. Use
$COMMONFILES64 when installing x64 applications.
$DESKTOP
The Windows desktop directory (usually C:\Windows\Desktop but detected at runtime). The context of this constant (All
Users or Current user) depends on the SetShellVarContext setting. The default is the current user.
$EXEDIR
The directory containing the installer executable (technically you can modify this variable, but it is probably not a good
idea).
$EXEFILE
$EXEPATH
${NSISDIR}
A symbol that contains the path where NSIS is installed. Useful if you want to call resources that are in NSIS directory e.g.
Icons, UIs etc.
When compiled with support for keeping makensis and the data in the same place (the default on Windows), it is in the
same place as makensis, on other platforms it is set at compile time (See the INSTALL file for info). In both instances you
can modify it at runtime by setting the NSISDIR environment variable. See section 3.1.3 for more info.
$WINDIR
$SYSDIR
The Windows system directory (usually C:\Windows\System or C:\WinNT\System32 but detected at runtime).
$TEMP
$STARTMENU
The start menu folder (useful in adding start menu items using CreateShortCut). The context of this constant (All Users or
Current user) depends on the SetShellVarContext setting. The default is the current user.
$SMPROGRAMS
The start menu programs folder (use this whenever you want $STARTMENU\Programs). The context of this constant (All
Users or Current user) depends on the SetShellVarContext setting. The default is the current user.
$SMSTARTUP
The start menu programs / startup folder. The context of this constant (All Users or Current user) depends on the
SetShellVarContext setting. The default is the current user.
$QUICKLAUNCH
The quick launch folder for IE4 active desktop and above. If quick launch is not available, simply returns the same as
$TEMP.
$DOCUMENTS
The documents directory. A typical path for the current user is C:\Documents and Settings\Foo\My Documents. The
context of this constant (All Users or Current user) depends on the SetShellVarContext setting. The default is the current
user.
This constant is not available on Windows 95 with Internet Explorer 4 not installed.
$SENDTO
$RECENT
The directory that contains shortcuts to the user's recently used documents.
$FAVORITES
The directory that contains shortcuts to the user's favorite websites, documents, etc. The context of this constant (All Users
or Current user) depends on the SetShellVarContext setting. The default is the current user.
This constant is not available on Windows 95 with Internet Explorer 4 not installed.
$MUSIC
The user's music files directory. The context of this constant (All Users or Current user) depends on the SetShellVarContext
setting. The default is the current user.
$PICTURES
The user's picture files directory. The context of this constant (All Users or Current user) depends on the
SetShellVarContext setting. The default is the current user.
$VIDEOS
The user's video files directory. The context of this constant (All Users or Current user) depends on the SetShellVarContext
setting. The default is the current user.
$NETHOOD
The directory that contains link objects that may exist in the My Network Places/Network Neighborhood folder.
This constant is not available on Windows 95 with Internet Explorer 4 and Active Desktop not installed.
$FONTS
$TEMPLATES
The document templates directory. The context of this constant (All Users or Current user) depends on the
SetShellVarContext setting. The default is the current user.
$APPDATA
The application data directory. Detection of the current user path requires Internet Explorer 4 and above. Detection of the
all users path requires Internet Explorer 5 and above. The context of this constant (All Users or Current user) depends on
the SetShellVarContext setting. The default is the current user.
This constant is not available on Windows 95 with Internet Explorer 4 and Active Desktop not installed.
$LOCALAPPDATA
$PRINTHOOD
The directory that contains link objects that may exist in the Printers folder.
$INTERNET_CACHE
This constant is not available on Windows 95 and Windows NT with Internet Explorer 4 and Active Desktop not installed.
$COOKIES
This constant is not available on Windows 95 and Windows NT with Internet Explorer 4 and Active Desktop not installed.
$HISTORY
This constant is not available on Windows 95 and Windows NT with Internet Explorer 4 and Active Desktop not installed.
$PROFILE
$ADMINTOOLS
A directory where administrative tools are kept. The context of this constant (All Users or Current user) depends on the
SetShellVarContext setting. The default is the current user.
$RESOURCES
The resources directory that stores themes and other Windows resources (usually C:\Windows\Resources but detected at
runtime).
$RESOURCES_LOCALIZED
The localized resources directory that stores themes and other Windows resources (usually C:\Windows\Resources\1033
but detected at runtime).
$CDBURN_AREA
$HWNDPARENT
$PLUGINSDIR
The path to a temporary folder created upon the first usage of a plug-in or a call to InitPluginsDir. This folder is
automatically deleted when the installer exits. This makes this folder the ideal folder to hold INI files for InstallOptions,
bitmaps for the splash plug-in, or any other file that a plug-in needs to work.
$$
Use to represent $.
$\r
$\n
$\t
4.3 Labels
Labels are the targets of Goto instructions, or of the various branching instructions (such as IfErrors, MessageBox,
IfFileExists, and StrCmp). Labels must be within a Section or a Function. Labels are local in scope, meaning they are only
accessible from within the Section or Function that they reside in. To declare a label, simply use:
MyLabel:
Labels cannot begin with a -, +, !, $, or 0-9. When specifying labels for the various instructions that require them,
remember that both an empty string ("") and 0 both represent the next instruction (meaning no Goto will occur). Labels
beginning with a period (.) are global, meaning you can jump to them from any function or section (though you cannot
jump to an uninstall global label from the installer, and vice versa).
Unlike labels, relative jumps are, as the name suggests, relative to the place they are called from. You can use relative
jumps wherever you can use labels. Relative jumps are marked by numbers. +1 jumps to the next instruction (the default
advancement), +2 will skip one instruction and go to the second instruction from the current instruction, -2 will jump two
instructions backward, and +10 will skip 9 instructions, jumping to the tenth instruction from the current instruction.
An instruction is every command that is executed at run-time, when the installer is running. MessageBox, Goto,
GetDLLVersion, FileRead, SetShellVarContext are all instructions. AddSize, Section, SectionGroup, SectionEnd, SetOverwrite
(and everything under Compiler Flags), Name, SetFont, LangString, are not instructions because they are executed at
compile time.
Examples:
Goto +2
MessageBox MB_OK "You will never ever see this message box"
MessageBox MB_OK "The last message was skipped, this one should be shown"
Goto +4
MessageBox MB_OK "The following message will be skipped"
Goto +3
MessageBox MB_OK "You will never ever see this message box"
Goto -3
MessageBox MB_OK "Done"
Note that macro insertion is not considered as one instruction when it comes to relative jumps. The macro is expanded
before relative jumps are applied, and so relative jumps can jump into code inside an inserted macro. The following code,
for example, will not skip the macro. It will show a message box.
!macro relative_jump_test
MessageBox MB_OK "first macro line"
MessageBox MB_OK "second macro line"
!macroend
Goto +2
!insertmacro relative_jump_test
4.5 Pages
Each (non-silent) NSIS installer has a set of pages. Each page can be a NSIS built-in page or a custom page created by a
user's function (with InstallOptions for example).
Using the script you can control the pages' order, appearance, and behavior. You can skip pages, paint them white, force
the user to stay in a certain page until a certain condition is met, show a readme page, show custom designed pages for
input and more. In this section, you will learn how to control all of the above.
There are two basic commands regarding pages, Page and UninstPage. The first adds a page to the installer, the second
adds a page to the uninstaller. On top of those two there is the PageEx command which allows you to add a page to either
one and with greater amount of options. PageEx allows you to set options to the specific page you are adding instead of
using the default that's set outside of PageEx.
4.5.1 Ordering
The page order is set simply by the order Page, UninstPage and PageEx appear in the script. For example:
Page license
Page components
Page directory
Page instfiles
UninstPage uninstConfirm
UninstPage instfiles
This code will tell NSIS to first show the license page, then the components selection page, then the directory selection
page and finally the install log where sections are executed, just like in old installers. The uninstaller will first show the
uninstall confirmation page and then the uninstallation log.
You can specify the same page type more than once.
For backwards compatibility with old NSIS scripts, the following installer pages will be added if no installer page commands
are used: license (if LicenseText and LicenseData were specified), components (if ComponentText was specified and there is
more than one visible section), directory (if DirText was specified) and instfiles. When there are no uninstaller page
commands, the following uninstaller pages will be added: uninstall confirmation page (if UninstallText was specified) and
instfiles. This method is deprecated, converting scripts to use page commands is highly recommended because you can use
the new standard language strings.
Each page has its unique set of data that defines how it will look and act. This section describes what data each type of
page uses and how you can set it. Callback functions are described below and are not dealt with in this section.
The list below lists what commands affect the certain page type. Unless mentioned otherwise, these commands can be used
both in and out of a PageEx block. If used inside a PageEx block they will only affect the current page being set by PageEx,
else they will set the default for every other page.
License page
● LicenseText
● LicenseData
● LicenseForceSelection
● ComponentText
● DirText
● DirVar - can only be used in PageEx
● DirVerify
● DetailsButtonText
● CompletedText
4.5.3 Callbacks
Each built-in page has three callback functions: the pre-function, the show-creation function and the leave-function. The
pre-function is called right before the page is created, the show-function is called right after it is created and before it is
shown and the leave-function is called right after the user has pressed the next button and before the page is left.
A custom page only has two callback functions, one that creates it which is mandatory, and one leave-function that acts
Examples:
Function skipLicense
MessageBox MB_YESNO "Do you want to skip the license page?" IDNO no
Abort
no:
FunctionEnd
Function stayInLicense
MessageBox MB_YESNO "Do you want to stay in the license page?" IDNO no
Abort
no:
FunctionEnd
Function customPage
GetTempFileName $R0
File /oname=$R0 customPage.ini
InstallOptions::dialog $R0
Pop $R1
StrCmp $R1 "cancel" done
StrCmp $R1 "back" done
StrCmp $R1 "success" done
error: MessageBox MB_OK|MB_ICONSTOP "InstallOptions error:$\r$\n$R1"
done:
FunctionEnd
4.5.4 Page
Adds an installer page. See the above sections for more information about built-in versus custom pages and about callback
functions.
The last page of the installer has its cancel button disabled to prevent confusion. To enable it anyway, use /ENABLECANCEL.
4.5.5 UninstPage
Adds an uninstaller page. See the above sections for more information about built-in versus custom pages and about
callback functions.
4.5.6 PageEx
[un.](custom|uninstConfirm|license|components|directory|instfiles)
Adds an installer page or an uninstaller page if the un. prefix was used. Every PageEx must have a matching PageExEnd. In
a PageEx block you can set options that are specific to this page and will not be used for other pages. Options that are not
set will revert to what was set outside the PageEx block or the default if nothing was set. To set the sub-caption for a page
use Caption or SubCaption to set the default. To set the callback functions for a page set with PageEx use PageCallbacks.
See the above sections for more information about built-in versus custom pages.
Example usage:
PageEx license
LicenseText "Readme"
LicenseData readme.rtf
PageExEnd
PageEx license
LicenseData license.txt
LicenseForceSelection checkbox
PageExEnd
4.5.7 PageExEnd
4.5.8 PageCallbacks
Sets the callback functions for a page defined using PageEx. Can only be used inside a PageEx block. See the above
sections for more information about callback functions.
PageEx license
PageCallbacks licensePre licenseShow licenseLeave
PageExEnd
4.6 Sections
Each NSIS installer contains one or more sections. Each of these sections are created, modified, and ended with the
following commands.
4.6.1.1 AddSize
size_kb
Tells the installer that the current section needs an additional "size_kb" kilobytes of disk space. Only valid within a section
(will have no effect outside of a section or in a function).
Section
AddSize 500
SectionEnd
4.6.1.2 Section
Begins and opens a new section. If section_name is empty, omitted, or begins with a -, then it is a hidden section and the
user will not have the option of disabling it. If the section name is 'Uninstall' or is prefixed with 'un.', then it is a an
uninstaller section. If section_index_output is specified, the parameter will be !defined with the section index (that can be
used for SectionSetText etc). If the section name begins with a !, the section will be displayed as bold. If the /o switch is
specified, the section will be unselected by default.
Section /o "optional"
SectionEnd
To access the section index, curly brackets must be used and the code must be located below the section in the script.
Function .onInit
SectionGetText ${sec2_id} $0
MessageBox MB_OK "name of ${sec2_id}:$\n$0" # will correctly display 'name of 1: test2'
FunctionEnd
Function .onInit
SectionGetText ${sec2_id} $0
MessageBox MB_OK "name of ${sec2_id}:$\n$0" # will incorrectly display 'name of ${sec2_id}: test1'
# plus a warning stating:
# unknown variable/constant "{sec2_id}" detected, ignoring
FunctionEnd
4.6.1.3 SectionEnd
4.6.1.4 SectionIn
This command specifies which install types (see InstType) the current section defaults to the enabled state in. Multiple
SectionIn commands can be specified (they are combined). If you specify RO as a parameter, then the section will be read-
only, meaning the user won't be able to change its state. The first install type defined using InstType is indexed 1, the next
2 and so on.
InstType "full"
InstType "minimal"
4.6.1.5 SectionGroup
This command inserts a section group. The section group must be closed with SectionGroupEnd, and should contain 1 or
more sections. If the section group name begins with a !, its name will be displayed with a bold font. If /e is present, the
section group will be expanded by default. If index_output is specified, the parameter will be !defined with the section index
(that can be used for SectionSetText etc). If the name is prefixed with 'un.' the section group is an uninstaller section group.
4.6.1.6 SectionGroupEnd
A special Section named 'Uninstall' must be created in order to generate an uninstaller. This section should remove all files,
registry keys etc etc that were installed by the installer, from the system. Here is an example of a simple uninstall section:
Section "Uninstall"
Delete $INSTDIR\Uninst.exe ; delete self (see explanation below why this works)
Delete $INSTDIR\myApp.exe
RMDir $INSTDIR
DeleteRegKey HKLM SOFTWARE\myApp
SectionEnd
The first Delete instruction works (deleting the uninstaller), because the uninstaller is transparently copied to the system
temporary directory for the uninstall.
Note that in uninstaller code, $INSTDIR contains the directory where the uninstaller lies. It does not necessarily contain the
same value it contained in the installer.
4.7 Functions
Functions are similar to Sections in that they contain zero or more instructions. User functions are not called by the installer
directly, instead they are called from Sections using the Call instruction. Callback functions will be called by the installer
when a certain event occurs.
4.7.1.1 Function
[function_name]
Begins and opens a new function. Function names beginning with "." (e.g. ".Whatever") are generally reserved for callback
functions. Function names beginning with "un." are functions that will be generated in the Uninstaller. Hence, normal install
Sections and functions cannot call uninstall functions, and the Uninstall Section and uninstall functions cannot call normal
functions.
Function func
# some commands
FunctionEnd
Section
Call func
SectionEnd
4.7.1.2 FunctionEnd
You can create callback functions which have special names, that will be called by the installer at certain points in the
install. Below is a list of currently available callbacks:
4.7.2.1.1 .onGUIInit
This callback will be called just before the first page is loaded and the installer dialog is shown, allowing you to tweak the
user interface.
Example:
!include "WinMessages.nsh"
Function .onGUIInit
4.7.2.1.2 .onInit
This callback will be called when the installer is nearly finished initializing. If the '.onInit' function calls Abort, the installer
will quit instantly.
Function .onInit
MessageBox MB_YESNO "This will install. Continue?" IDYES NoAbort
Abort ; causes installer to quit.
NoAbort:
FunctionEnd
or:
Function .onInit
ReadINIStr $INSTDIR $WINDIR\wincmd.ini Configuration InstallDir
StrCmp $INSTDIR "" 0 NoAbort
MessageBox MB_OK "Windows Commander not found. Unable to get install path."
Abort ; causes installer to quit.
NoAbort:
FunctionEnd
4.7.2.1.3 .onInstFailed
This callback is called when the user hits the 'cancel' button after the install has failed (if it could not extract a file, or the
install script used the Abort command).
Example:
Function .onInstFailed
MessageBox MB_OK "Better luck next time."
FunctionEnd
4.7.2.1.4 .onInstSuccess
This callback is called when the install was successful, right before the install window closes (which may be after the user
clicks 'Close' if AutoCloseWindow or SetAutoClose is set to false).
Example:
Function .onInstSuccess
MessageBox MB_YESNO "Congrats, it worked. View readme?" IDNO NoReadme
Exec notepad.exe ; view readme or whatever, if you want.
NoReadme:
FunctionEnd
4.7.2.1.5 .onGUIEnd
This callback is called right after the installer window closes. Use it to free any user interface related plug-ins if needed.
4.7.2.1.6 .onMouseOverSection
This callback is called whenever the mouse position over the sections tree has changed. This allows you to set a description
for each section for example. The section id on which the mouse is over currently is stored, temporarily, in $0.
Example:
Function .onMouseOverSection
FindWindow $R0 "#32770" "" $HWNDPARENT
GetDlgItem $R0 $R0 1043 ; description item (must be added to the UI)
StrCmp $0 0 "" +2
SendMessage $R0 ${WM_SETTEXT} 0 "STR:first section description"
StrCmp $0 1 "" +2
SendMessage $R0 ${WM_SETTEXT} 0 "STR:second section description"
FunctionEnd
4.7.2.1.7 .onRebootFailed
This callback is called if Reboot fails. WriteUninstaller, plug-ins, File and WriteRegBin should not be used in this callback.
Example:
Function .onRebootFailed
MessageBox MB_OK|MB_ICONSTOP "Reboot failed. Please reboot manually." /SD IDOK
FunctionEnd
4.7.2.1.8 .onSelChange
Called when the selection changes on the component page. Useful for using with SectionSetFlags and SectionGetFlags.
Selection changes include both section selection and installation type change.
4.7.2.1.9 .onUserAbort
This callback is called when the user hits the 'cancel' button, and the install hasn't already failed. If this function calls Abort,
the install will not be aborted.
Example:
Function .onUserAbort
MessageBox MB_YESNO "Abort install?" IDYES NoCancelAbort
Abort ; causes installer to not quit.
NoCancelAbort:
FunctionEnd
4.7.2.1.10 .onVerifyInstDir
This callback enables control over whether or not an installation path is valid for your installer. This code will be called every
time the user changes the install directory, so it shouldn't do anything crazy with MessageBox or the likes. If this function
calls Abort, the installation path in $INSTDIR is deemed invalid.
Example:
Function .onVerifyInstDir
IfFileExists $INSTDIR\Winamp.exe PathGood
Abort ; if $INSTDIR is not a winamp directory, don't let us install there
PathGood:
FunctionEnd
4.7.2.2.1 un.onGUIInit
This callback will be called just before the first page is loaded and the installer dialog is shown, allowing you to tweak the
user interface.
4.7.2.2.2 un.onInit
This callback will be called when the uninstaller is nearly finished initializing. If the 'un.onInit' function calls Abort, the
uninstaller will quit instantly. Note that this function can verify and/or modify $INSTDIR if necessary.
Function un.onInit
MessageBox MB_YESNO "This will uninstall. Continue?" IDYES NoAbort
Abort ; causes uninstaller to quit.
NoAbort:
FunctionEnd
or:
Function un.onInit
IfFileExists $INSTDIR\myfile.exe found
Messagebox MB_OK "Uninstall path incorrect"
Abort
found:
FunctionEnd
4.7.2.2.3 un.onUninstFailed
This callback is called when the user hits the 'cancel' button after the uninstall has failed (if it used the Abort command or
otherwise failed).
Example:
Function un.onUninstFailed
MessageBox MB_OK "Better luck next time."
FunctionEnd
4.7.2.2.4 un.onUninstSuccess
This callback is called when the uninstall was successful, right before the install window closes (which may be after the user
clicks 'Close' if SetAutoClose is set to false)..
Example:
Function un.onUninstSuccess
MessageBox MB_OK "Congrats, it's gone."
FunctionEnd
4.7.2.2.5 un.onGUIEnd
This callback is called right after the uninstaller window closes. Use it to free any user interface related plug-ins if needed.
4.7.2.2.6 un.onRebootFailed
This callback is called if Reboot fails. WriteUninstaller, plug-ins, File and WriteRegBin should not be used in this callback.
Example:
Function un.onRebootFailed
MessageBox MB_OK|MB_ICONSTOP "Reboot failed. Please reboot manually." /SD IDOK
FunctionEnd
4.7.2.2.7 un.onUserAbort
This callback is called when the user hits the 'cancel' button and the uninstall hasn't already failed. If this function calls
Abort, the install will not be aborted.
Example:
Function un.onUserAbort
MessageBox MB_YESNO "Abort uninstall?" IDYES NoCancelAbort
Abort ; causes uninstaller to not quit.
NoCancelAbort:
FunctionEnd
The commands below all adjust attributes of the installer. These attributes control how the installer looks and functions,
including which pages are present in the installer, as what text is displayed in each part of each page, how the installer is
named, what icon the installer uses, the default installation directory, what file it writes out, and more. Note that these
attributes can be set anywhere in the file except in a Section or Function.
4.8.1.1 AddBrandingImage
Adds a branding image on the top, bottom, left, or right of the installer. Its size will be set according to the width/height
specified, the installer width/height and the installer font. The final size will not always be what you requested; have a look
at the output of the command for the actual size. Because this depends on the installer font, you should use SetFont before
AddBrandingImage. The default padding value is 2.
AddBrandingImage only adds a placeholder for an image. To set the image itself on runtime, use SetBrandingImage.
4.8.1.2 AllowRootDirInstall
true|false
Controls whether or not installs are enabled to the root directory of a drive, or directly into a network share. Set to 'true' to
change the safe behavior, which prevents users from selecting C:\ or \\Server\Share as an install (and later on, uninstall)
directory. For additional directory selection page customizability, see .onVerifyInstDir.
4.8.1.3 AutoCloseWindow
true|false
Sets whether or not the install window automatically closes when completed. This is overrideable from a section using
SetAutoClose.
4.8.1.4 BGFont
Specifies the font used to show the text on the background gradient. To set the color use BGGradient. If no parameters are
specified, the default font will be used. The default font is bold and italic Times New Roman.
4.8.1.5 BGGradient
Specifies whether or not to use a gradient background window. If 'off', the installer will not show a background window, if
no parameters are specified, the default black to blue gradient is used, and otherwise the top_color or bottom_color are
used to make a gradient. Top_color and bottom_color are specified using the form RRGGBB (in hexadecimal, as in HTML,
only minus the leading '#', since # can be used for comments). 'textcolor' can be specified as well, or 'notext' can be
specified to turn the big background text off.
4.8.1.6 BrandingText
/TRIM(LEFT|RIGHT|CENTER) text
Sets the text that is shown (by default it is 'Nullsoft Install System vX.XX') at the bottom of the install window. Setting this
to an empty string ("") uses the default; to set the string to blank, use " " (a space). If it doesn't matter to you, leave it the
default so that everybody can know why the installer didn't suck. heh. Use /TRIMLEFT, /TRIMRIGHT or /TRIMCENTER to
trim down the size of the control to the size of the string.
4.8.1.7 Caption
caption
When used outside a PageEx block: Sets the text for the titlebar of the installer. the By default, it is 'Name Setup', where
Name is specified with the Name instruction. You can, however, override it with 'MyApp Installer' or whatever. If you
specify an empty string (""), the default will be used (you can however specify " " to achieve a blank string).
When used inside a PageEx block: Sets the subcaption of the current page.
4.8.1.8 ChangeUI
dialog ui_file.exe
4.8.1.9 CheckBitmap
bitmap.bmp
Specifies the bitmap with the images used for the checks of the component-selection page treeview.
This bitmap should have a size of 96x16 pixels, no more than 8bpp (256 colors) and contain six 16x16 images for the
different states (in order: selection mask, not checked, checked, greyed out, unchecked & read-only, checked & read-only).
Use magenta as mask color (this area will be transparent).
4.8.1.10 CompletedText
text
Replaces the default text ("Completed") that is printed at the end of the install if parameter is specified. Otherwise, the
default is used.
Accepts variables. If variables are used, they must be initialized before the message is printed.
4.8.1.11 ComponentText
text: Text above the controls, to the right of the installation icon.
subtext2: Text to the left of the components list and below the installation type.
Accepts variables. If variables are used, they must be initialized before the components page is created.
4.8.1.12 CRCCheck
on|off|force
Specifies whether or not the installer will perform a CRC on itself before allowing an install. Note that if the user uses /NCRC
on the command line when executing the installer, and you didn't specify 'force', the CRC will not occur, and the user will be
allowed to install a (potentially) corrupted installer.
4.8.1.13 DetailsButtonText
Replaces the default details button text of "Show details", if parameter is specified (otherwise the default is used).
Accepts variables. If variables are used, they must be initialized before the install log (instfiles) page is created.
4.8.1.14 DirText
text: Text above the controls, to the right of the installation icon.
browse_dlg_text: Text on the "Browse For Folder" dialog, appears after clicking on "Browse" button.
Accepts variables. If variables are used, they must be initialized before the directory page is created.
4.8.1.15 DirVar
user_var(dir input/output)
Specifies which variable is to be used to contain the directory selected. This variable should contain the default value too.
This allows to easily create two different directory pages that will not require you to move values in and out of $INSTDIR.
The default variable is $INSTDIR. This can only be used in PageEx and for directory and uninstConfirm pages.
Var ANOTHER_DIR
PageEx directory
DirVar $ANOTHER_DIR
PageExEnd
Section
SetOutPath $INSTDIR
File "a file.dat"
SetOutPath $ANOTHER_DIR
File "another file.dat"
SectionEnd
4.8.1.16 DirVerify
auto|leave
If `DirVerify leave' is used, the Next button will not be disabled if the installation directory is not valid or there is not
enough space. A flag that you can read in the leave function using GetInstDirError will be set instead.
PageEx directory
DirVerify leave
PageCallbacks "" "" dirLeave
PageExEnd
4.8.1.17 FileErrorText
Replaces the default text that comes up when a file cannot be written to. This string can contain a reference to $0, which is
the filename ($0 is temporarily changed to this value). Example: "Can not write to file $\r$\n$0$\r$\ngood luck, bitch.".
Accepts variables. If variables are used, they must be initialized before File is used.
4.8.1.18 Icon
[path\]icon.ico
Sets the icon of the installer. Every icon in the icon file will be included in the installer. Note that if you use an uninstaller,
each icon in the icon file must have the same size and color depth as its matching icon in the uninstaller icon file. The order
of the icons in the icon file also matters. For example, if the installer icon file has three icons, first icon sized 32x32 pixels
with 8bpp, second icon sized 16x16 pixels with 8bpp and third icon sized 8x8 with 8bpp; then the uninstaller icon file must
have three icons with the same sizes and color depths, in the same order. Use UninstallIcon to set the uninstaller icon.
4.8.1.19 InstallButtonText
If parameter is specified, overrides the default install button text (of "Install") with the specified text.
Accepts variables. If variables are used, they must be initialized before the install button shows.
4.8.1.20 InstallColors
Sets the colors to use for the install info screen (the default is 00FF00 000000. Use the form RRGGBB (in hexadecimal, as in
HTML, only minus the leading '#', since # can be used for comments). Note that if "/windows" is specified as the only
parameter, the default windows colors will be used.
4.8.1.21 InstallDir
definstdir
Sets the default installation directory. See the variables section for variables that can be used to make this string
(especially $PROGRAMFILES). Note that the part of this string following the last \ will be used if the user selects 'browse',
and may be appended back on to the string at install time (to disable this, end the directory with a \ (which will require the
entire parameter to be enclosed with quotes). If this doesn't make any sense, play around with the browse button a bit.
4.8.1.22 InstallDirRegKey
This attribute tells the installer to check a string in the registry, and use it for the install dir if that string is valid. If this
attribute is present, it will override the InstallDir attribute if the registry key is valid, otherwise it will fall back to the
InstallDir default. When querying the registry, this command will automatically remove any quotes. If the string ends in ".
exe", it will automatically remove the filename component of the string (i.e. if the string is "C:\program files\poop\poop.
exe", it will know to use "C:\program files\poop"). For more advanced install directory configuration, set $INSTDIR in .
onInit.
4.8.1.23 InstProgressFlags
[flag [...]]
Valid values for flag are "smooth" (smooth the progress bar) or "colored" (color the progress bar with the colors set by
InstallColors. Examples: "InstProgressFlags" (default old-school windows look), "InstProgressFlags smooth" (new smooth
look), "InstProgressFlags smooth colored" (colored smooth look whee). Note: neither "smooth" or "colored" work with
XPStyle on when the installer runs on Windows XP with a modern theme.
4.8.1.24 InstType
Adds an install type to the install type list, or disables the custom install type. There can be as many as 32 types, each one
specifying the name of the install type. If the name is prefixed with 'un.' it is an uninstaller install type. The name can
contain variables which will be processed at runtime before the components page shows. Another way of changing the
InstType name during runtime is the InstTypeSetText command. The difference is that with InstTypeSetText you are saving
your precious user variables. The first type is the default (generally 'Typical'). If the /NOCUSTOM switch is specified, then
the "custom" install type is disabled, and the user has to choose one of the pre-defined install types. Alternatively, if the /
CUSTOMSTRING switch is specified, the parameter will override the "Custom" install type text. Alternatively, if the /
COMPONENTSONLYONCUSTOM flag is specified, the component list will only be shown if the "Custom" install type is
selected.
Accepts variables for type names. If variables are used, they must be initialized before the components page is created.
4.8.1.25 LicenseBkColor
Sets the background color of the license data. Color is specified using the form RRGGBB (in hexadecimal, as in HTML, only
minus the leading '#', since # can be used for comments). Default is '/gray'. You can also use the Windows OS defined
color by using '/windows'.
4.8.1.26 LicenseData
licdata.(txt|rtf)
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!). To define a multilingual license data use LicenseLangString.
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.
4.8.1.27 LicenseForceSelection
Specifies if the displayed license must be accept explicit or not. This can be done either by a checkbox or by radiobuttons.
By default the "next button" is disabled and will only be enabled if the checkbox is enabled or the right radio button is
selected. If off is specified the "next button" is enabled by default.
LicenseForceSelection checkbox
LicenseForceSelection checkbox "i accept"
LicenseForceSelection radiobuttons
LicenseForceSelection radiobuttons "i accept"
LicenseForceSelection radiobuttons "i accept" "i decline"
LicenseForceSelection radiobuttons "" "i decline"
LicenseForceSelection off
4.8.1.28 LicenseText
[text [button_text]]
text: Text above the controls, to the right of the installation icon.
Accepts variables. If variables are used, they must be initialized before the license page is created.
4.8.1.29 MiscButtonText
[back button text [next button text] [cancel button text] [close button text]]
Replaces the default text strings for the four buttons (< Back, Next >, Cancel and Close). If parameters are omitted, the
defaults are used.
4.8.1.30 Name
name [name_doubled_ampersands]
Sets the name of the installer. The name is usually simply the product name such as 'MyApp' or 'CrapSoft MyApp'. If you
have one or more ampersands (&) in the name, set the second parameter to the same name, only with doubled
ampersands. For example, if your product's name is "Foo & Bar", use:
If you have ampersands in the name and use a LangString for the name, you will have to create another one with doubled
ampersands to use as the second parameter.
4.8.1.31 OutFile
[path\]install.exe
Specifies the output file that the MakeNSIS should write the installer to. This is just the file that MakeNSIS writes, it doesn't
affect the contents of the installer.
4.8.1.32 RequestExecutionLevel
none|user|highest|admin
Specifies the requested execution level for Windows Vista. The value is embedded in the installer and uninstaller's XML
manifest and tells Vista, and probably future versions of Windows, what privileges level the installer requires. user requests
the a normal user's level with no administrative privileges. highest will request the highest execution level available for the
current user and will cause Windows to prompt the user to verify privilege escalation. The prompt might request for the
user's password. admin requests administrator level and will cause Windows to prompt the user as well. Specifying none,
which is also the default, will keep the manifest empty and let Windows decide which execution level is required. Windows
Vista automatically identifies NSIS installers and decides administrator privileges are required. Because of this, none and
admin have virtually the same effect.
It's recommended, at least by Microsoft, that every application will be marked with the required execution level. Unmarked
installers are subject to compatibility mode. Workarounds of this mode include automatically moving any shortcuts created
in the user's start menu to all users' start menu. Installers that need not install anything into system folders or write to the
local machine registry (HKLM) should specify user execution level.
More information about this topic can be found at MSDN. Keywords include "UAC", "requested execution level", "vista
manifest" and "vista security".
4.8.1.33 SetFont
Sets the installer font. Please remember that the font you choose must be present on the user's machine as well. Don't use
rare fonts that only you have.
Use the /LANG switch if you wish to set a different font for each language. For example:
There are two LangStrings named ^Font and ^FontSize which contain the font and font size for every language.
4.8.1.34 ShowInstDetails
hide|show|nevershow
Sets whether or not the details of the install are shown. Can be 'hide' to hide the details by default, allowing the user to
view them, or 'show' to show them by default, or 'nevershow', to prevent the user from ever seeing them. Note that
sections can override this using SetDetailsView.
4.8.1.35 ShowUninstDetails
hide|show|nevershow
Sets whether or not the details of the uninstall are shown. Can be 'hide' to hide the details by default, allowing the user to
view them, or 'show' to show them by default, or 'nevershow', to prevent the user from ever seeing them. Note that
sections can override this using SetDetailsView.
4.8.1.36 SilentInstall
normal|silent|silentlog
Specifies whether or not the installer should be silent. If it is 'silent' or 'silentlog', all sections that have the SF_SELECTED
flag are installed quietly (you can set this flag using SectionSetFlags), with no screen output from the installer itself (the
script can still display whatever it wants, use MessageBox's /SD to specify a default for silent installers). Note that if this is
set to 'normal' and the user runs the installer with /S (case sensitive) on the command line, it will behave as if SilentInstall
'silent' was used. Note: see also LogSet.
4.8.1.37 SilentUnInstall
normal|silent
Specifies whether or not the uninstaller should be silent. If it is 'silent' or 'silentlog', the uninstall section will run quietly,
with no screen output from the uninstaller itself (the script can still display whatever it wants, use MessageBox's /SD to
specify a default for silent installers). Note that if this is set to 'normal' and the user runs the uninstaller with /S on the
command line, it will behave as if SilentUnInstall 'silent' was used. Note: see also LogSet.
4.8.1.38 SpaceTexts
If parameters are specified, overrides the space required and space available text ("Space required: " and "Space available:
" by default). If 'none' is specified as the required text no space texts will be shown.
Accepts variables. If variables are used, they must be initialized before the components page is created.
4.8.1.39 SubCaption
[page_number subcaption]
Overrides the subcaptions for each of the installer pages (0=": License Agreement",1=": Installation Options",2=":
Installation Directory", 3=": Installing Files", 4=": Completed"). If you specify an empty string (""), the default will be used
(you can however specify " " to achieve a blank string).
You can also set a subcaption (or override the default) using Caption inside a PageEx block.
Accepts variables. If variables are used, they must be initialized before the relevant page is created.
4.8.1.40 UninstallButtonText
text
Changes the text of the button that by default says "Uninstall" in the uninstaller. If no parameter is specified, the default
text is used. See also WriteUninstaller (replaces UninstallEXEName).
Accepts variables. If variables are used, they must be initialized before the uninstall button shows.
4.8.1.41 UninstallCaption
caption
Sets what the titlebars of the uninstaller will display. By default, it is 'Name Uninstall', where Name is specified with the
Name command. You can, however, override it with 'MyApp uninstaller' or whatever. If you specify an empty string (""),
the default will be used (you can however specify " " to achieve a blank string).
4.8.1.42 UninstallIcon
[path\]icon.ico
Sets the icon of the uninstaller. This icon file must have the exact same structure as the installer icon file. See Icon for
more information about this limit.
4.8.1.43 UninstallSubCaption
page_number subcaption
Sets the default subcaptions for the uninstaller pages (0=": Confirmation",1=": Uninstalling Files",2=": Completed"). If you
specify an empty string (""), the default will be used (you can however specify " " to achieve a blank string).
You can also set a subcaption (or override the default) using Caption inside a PageEx block.
Accepts variables. If variables are used, they must be initialized before the relevant page is created.
4.8.1.44 UninstallText
text [subtext]
Accepts variables. If variables are used, they must be initialized before the uninstaller confirm page is created.
4.8.1.45 WindowIcon
on|off
4.8.1.46 XPStyle
on|off
Sets whether or not an XP manifest will be added to the installer. An XP manifest makes the installer controls use the new
XP style when running on Windows XP. This affects the uninstaller too.
The following commands change how the compiler generates code and compresses data. Unless otherwise noted, these
commands are valid anywhere in the script, and effect every line below where each one is placed (until overridden by
another command).
4.8.2.1 AllowSkipFiles
on|off
This command specifies whether the user should be able to skip a file or not. A user has an option to skip a file if
SetOverwrite is set to on (default) and the installer fails to open a file for writing when trying to extract a file. If off is used
the ignore button which allows the user to skip the file will not show and the user will only have an option to abort the
installation (Cancel button) or retry opening the file for writing (Retry button). If on is used the user will have an option to
skip the file (error flag will be set - see SetOverwrite).
4.8.2.2 FileBufSize
buffer_size_in_mb
This command sets the size of the compiler's internal file buffers. This command allows you to control the compiler's
memory usage by limiting how much of a given file it will load into memory at once. Since the compiler needs both input
and output, twice the memory size specified could be used at any given time for file buffers. This command does not limit
the compression buffers which could take another couple of MB, neither does it limit the compiler's other internal buffers,
but those shouldn't normally top 1MB anyway. Specifying a very small number could decrease performance. Specifying a
very large number could exhaust system resources and force the compiler to cancel the compilation process. The default
value is 32MB.
4.8.2.3 SetCompress
auto|force|off
This command sets the compress flag which is used by the installer to determine whether or not data should be
compressed. Typically the SetCompress flag will affect the commands after it, and the last SetCompress command in the
file also determines whether or not the install info section and uninstall data of the installer is compressed. If compressflag
is 'auto', then files are compressed if the compressed size is smaller than the uncompressed size. If compressflag is set to
'force', then the compressed version is always used. If compressflag is 'off' then compression is not used (which can be
faster).
Note that this option has no effect when solid compression is used.
4.8.2.4 SetCompressor
This command sets the compression algorithm used to compress files/data in the installer. It can only be used outside of
sections and functions and before any data is compressed. Different compression methods can not be used for different files
in the same installer. It is recommended to use it on the very top of the script to avoid compilation errors.
ZLIB (the default) uses the deflate algorithm, it is a quick and simple method. With the default compression level it uses
about 300 KB of memory.
BZIP2 usually gives better compression ratios than ZLIB, but it is a bit slower and uses more memory. With the default
compression level it uses about 4 MB of memory.
LZMA is a new compression method that gives very good compression ratios. The decompression speed is high (10-20 MB/s
on a 2 GHz CPU), the compression speed is lower. The memory size that will be used for decompression is the dictionary
size plus a few KBs, the default is 8 MB.
If /SOLID is used, all of the installer data is compressed in one block. This results in greater compression ratios.
4.8.2.5 SetCompressorDictSize
dict_size_mb
Sets the dictionary size in megabytes (MB) used by the LZMA compressor (default is 8 MB).
4.8.2.6 SetDatablockOptimize
on|off
This command tells the compiler whether or not to do datablock optimizations. Datablock optimizations have the compiler
check to see if any data being added to the data block is already in the data block, and if so, it is simply referenced as
opposed to added (can save a little bit of size). It is highly recommended to leave this option on.
4.8.2.7 SetDateSave
on|off
This command sets the file date/time saving flag which is used by the File command to determine whether or not to save
the last write date and time of the file, so that it can be restored on installation. Valid flags are 'on' and 'off'. 'on' is the
default.
4.8.2.8 SetOverwrite
on|off|try|ifnewer|ifdiff|lastused
This command sets the overwrite flag which is used by the File command to determine whether or not the file should
overwrite any existing files that are present. If overwriteflag is 'on', files are overwritten (this is the default). If
overwriteflag is 'off', files that are already present are not overwritten. If overwriteflag is 'try', files are overwritten if
possible (meaning that if the file is not able to be written to, it is skipped without any user interaction). If overwriteflag is
'ifnewer', then files are only overwritten if the existing file is older than the new file. If overwriteflag is 'ifdiff', then files are
only overwritten if the existing file is older or newer than the new file. Note that when in 'ifnewer' or 'ifdiff' mode, the
destination file's date is set, regardless of what SetDateSave is set to.
SetOverwrite off
File program.cfg # config file we don't want to overwrite
SetOverwrite on
4.8.2.9 SetPluginUnload
manual|alwaysoff
This command sets the unload plug-in flag which is by CallInstDLL and plug-in calls. Setting this to always off will behave as
if you have added the /NOUNLOAD to every CallInstDLL and plug-in call. Setting this to manual will only not unload if you
specifically use /NOUNLOAD.
4.8.3.1 VIAddVersionKey
Adds a field in the Version Tab of the File Properties. This can either be a field provided by the system or a user defined
field. The following fields are provided by the System:
● ProductName
● Comments
● CompanyName
● LegalCopyright
● FileDescription
● FileVersion
● ProductVersion
● InternalName
● LegalTrademarks
● OriginalFilename
● PrivateBuild
● SpecialBuild
The name of these fields are translated on the target system, whereas user defined fields remain untranslated.
4.8.3.2 VIProductVersion
[version_string_X.X.X.X]
Adds the Product Version on top of the Version Tab in the Properties of the file.
VIProductVersion "1.2.3.4"
4.9 Instructions
The instructions that NSIS uses for scripting are sort of a cross between PHP and assembly. There are no real high level
language constructs, but the instructions themselves are (for the most part) high level, and you have handy string
capability (i.e. you don't have to worry about concatenating strings, etc). You essentially have 25 registers (20 general
purpose, 5 special purpose), and a stack.
4.9.1.1 Delete
[/REBOOTOK] file
Delete file (which can be a file or wildcard, but should be specified with a full path) from the target system. If /REBOOTOK
is specified and the file cannot be deleted then the file is deleted when the system reboots -- if the file will be deleted on a
reboot, the reboot flag will be set. The error flag is set if files are found and cannot be deleted. The error flag is not set
from trying to delete a file that does not exist.
Delete $INSTDIR\somefile.dat
4.9.1.2 Exec
command
Execute the specified program and continue immediately. Note that the file specified must exist on the target system, not
the compiling system. $OUTDIR is used for the working directory. The error flag is set if the process could not be launched.
Note, if the command could have spaces, you should put it in quotes to delimit it from parameters. e.g.: Exec '"$INSTDIR
\command.exe" parameters'. If you don't put it in quotes it will not work on Windows 9x with or without parameters.
Exec '"$INSTDIR\someprogram.exe"'
Exec '"$INSTDIR\someprogram.exe" some parameters'
4.9.1.3 ExecShell
Execute the specified program using ShellExecute. Note that action is usually "open", "print", etc, but can be an empty
string to use the default action. Parameters and the show type are optional. $OUTDIR is used for the working directory. The
error flag is set if the process could not be launched.
4.9.1.4 ExecWait
Execute the specified program and wait for the executed process to quit. See Exec for more information. If no output
variable is specified ExecWait sets the error flag if the program executed returns a nonzero error code, or if there is an
error. If an output variable is specified, ExecWait sets the variable with the exit code (and only sets the error flag if an error
occurs; if an error occurs the contents of the user variable are undefined). Note, if the command could have spaces, you
should put it in quotes to delimit it from parameters. e.g.: ExecWait '"$INSTDIR\command.exe" parameters'. If you don't
put it in quotes it will not work on Windows 9x with or without parameters.
ExecWait '"$INSTDIR\someprogram.exe"'
ExecWait '"$INSTDIR\someprogram.exe"' $0
DetailPrint "some program returned $0"
4.9.1.5 File
[/nonfatal] [/a] ([/r] [/x file|wildcard [...]] (file|wildcard) [...] | /oname=file.dat infile.dat)
File something.exe
File /a something.exe
File *.exe
File /r *.dat
File /r data
File /oname=$TEMP\temp.dat somefile.ext
File "/oname=$TEMP\name with spaces.dat" somefile.ext
File /nonfatal "a file that might not exist"
File /r /x CVS myproject\*.*
File /r /x *.res /x *.obj /x *.pch source\*.*
Note: when using the /r switch, both matching directories and files will be searched. This is always done with or without
the use of wildcards, even if the given path perfectly matches one directory. That means, the following directory structure:
<DIR> something
file.dat
another.dat
<DIR> dir
something
<DIR> dir2
file2.dat
<DIR> another
<DIR> something
readme.txt
File /r something
will match the directory named something on the root directory, the file named something in the directory named dir and
the directory named something in the directory named another. To match only the directory named something on the root
directory, use the following:
File /r something\*.*
When adding \*.*, it will be used as the matching condition and something will be used as the directory to search. When
only something is specified, the current directory will be recursively searched for every and directory named something and
another\something will be matched.
4.9.1.6 Rename
Rename source_file to dest_file. You can use it to move a file from anywhere on the system to anywhere else and you can
move a directory to somewhere else on the same drive. The destination file must not exist or the move will fail (unless you
are using /REBOOTOK). If /REBOOTOK is specified, and the file cannot be moved (if, for example, the destination exists),
then the file is moved when the system reboots. If the file will be moved on a reboot, the reboot flag will be set. The error
flag is set if the file cannot be renamed (and /REBOOTOK is not used) or if the source file does not exist.
If no absolute path is specified the current folder will be used. The current folder is the folder set using the last SetOutPath
instruction. If you have not used SetOutPath the current folder is $EXEDIR.
4.9.1.7 ReserveFile
Reserves a file in the data block for later use. Files are added to the compressed data block in the order they appear in the
script. Functions, however, are not necessarily called in the order they appear in the script. Therefore, if you add a file in a
function called early but put the function at the end of the script, all of the files added earlier will have to be decompressed
to get to the required file. This process can take a long time if there a lot of files. .onInit is one such function. It is called at
the very beginning, before anything else appears. If you put it at the very end of the script, extract some files in it and
have lots of files added before it, the installer might take a very long time to load. This is where this command comes
useful, allowing you to speed up the loading process by including the file at the top of the data block instead of letting NSIS
seek all the way down to the bottom of the compressed data block.
4.9.1.8 RMDir
Remove the specified directory (fully qualified path with no wildcards). Without /r, the directory will only be removed if it is
completely empty. If /r is specified, the directory will be removed recursively, so all directories and files in the specified
directory will be removed. If /REBOOTOK is specified, any file or directory which could not have been removed during the
process will be removed on reboot -- if any file or directory will be removed on a reboot, the reboot flag will be set. The
error flag is set if any file or directory cannot be removed.
RMDir $INSTDIR
RMDir $INSTDIR\data
RMDir /r /REBOOTOK $INSTDIR
RMDir /REBOOTOK $INSTDIR\DLLs
Note that the current working directory can not be deleted. The current working directory is set by SetOutPath. For
example, the following example will not delete the directory.
SetOutPath $TEMP\dir
RMDir $TEMP\dir
SetOutPath $TEMP\dir
SetOutPath $TEMP
RMDir $TEMP\dir
Warning: using RMDir /r $INSTDIR in the uninstaller is not safe. Though it is unlikely, the user might select to install to the
Program Files folder and so this command will wipe out the entire Program Files folder, including other programs that has
nothing to do with the uninstaller. The user can also put other files but the program's files and would expect them to get
deleted with the program. Solutions are available for easily uninstalling only files which were installed by the installer.
4.9.1.9 SetOutPath
outpath
Sets the output path ($OUTDIR) and creates it (recursively if necessary), if it does not exist. Must be a full pathname,
usually is just $INSTDIR (you can specify $INSTDIR if you are lazy with a single "-").
SetOutPath $INSTDIR
File program.exe
In all of the below registry instructions use an empty string (just two quotes with nothing between them - "") as the key
name to specify the default key which is shown as (Default) in regedit.exe.
If a full path is not specified for any of the INI handling instructions, the Windows directory will be used.
4.9.2.1 DeleteINISec
ini_filename section_name
Deletes the entire section [section_name] from ini_filename. If the section could not be removed from the ini file, the error
flag is set. It does not set the error flag if the section could not be found.
4.9.2.2 DeleteINIStr
Deletes the string str_name from section [section_name] from ini_filename. If the string could not be removed from the ini
file, the error flag is set. It does not set the error flag if the string could not be found.
4.9.2.3 DeleteRegKey
Deletes a registry key. If /ifempty is specified, the registry key will only be deleted if it has no subkeys (otherwise, the
whole registry tree will be removed). Valid values for root_key are listed under WriteRegStr. The error flag is set if the key
could not be removed from the registry (or if it didn't exist to begin with).
4.9.2.4 DeleteRegValue
Deletes a registry value. Valid values for root_key are listed under WriteRegStr. The error flag is set if the value could not
be removed from the registry (or if it didn't exist to begin with).
4.9.2.5 EnumRegKey
Set user variable $x with the name of the 'index'th registry key in root_key\Subkey. Valid values for root_key are listed
under WriteRegStr. Returns an empty string if there are no more keys, and returns an empty string and sets the error flag
if there is an error.
StrCpy $0 0
loop:
EnumRegKey $1 HKLM Software $0
StrCmp $1 "" done
IntOp $0 $0 + 1
MessageBox MB_YESNO|MB_ICONQUESTION "$1$\n$\nMore?" IDYES loop
done:
4.9.2.6 EnumRegValue
Set user variable $x with the name of the 'index'th registry value in root_key\Subkey. Valid values for root_key are listed
under WriteRegStr. Returns an empty string and sets the error flag if there are no more values or if there is an error.
StrCpy $0 0
loop:
ClearErrors
EnumRegValue $1 HKLM Software\Microsoft\Windows\CurrentVersion $0
IfErrors done
IntOp $0 $0 + 1
ReadRegStr $2 HKLM Software\Microsoft\Windows\CurrentVersion $1
MessageBox MB_YESNO|MB_ICONQUESTION "$1 = $2$\n$\nMore?" IDYES loop
done:
4.9.2.7 ExpandEnvStrings
user_var(output) string
Expands environment variables in string into the user variable $x. If an environment variable doesn't exist, it will not be
replaced. For example, if you use "%var%" and var doesn't exists, the result will be "%var". If there is an error, the
variable is set to empty, and the error flag is set.
ExpandEnvStrings $0 "WINDIR=%WINDIR%$\nTEMP=%TEMP%"
4.9.2.8 FlushINI
ini_filename
Flushes the INI file's buffers. Windows 9x keeps all changes to the INI file in memory. This command causes the changes to
be written to the disk immediately. Use it if you edit the INI manually, delete it, move it or copy it right after you change it
with WriteINIStr, DeleteINISec or DeleteINStr.
4.9.2.9 ReadEnvStr
user_var(output) name
Reads from the environment string "name" and sets the value into the user variable $x. If there is an error reading the
string, the user variable is set to empty, and the error flag is set.
ReadEnvStr $0 WINDIR
ReadEnvStr $1 TEMP
4.9.2.10 ReadINIStr
Reads from entry_name in [section_name] of ini_filename and stores the value into user variable $x. The error flag will be
set and $x will be assigned to an empty string if the entry is not found.
4.9.2.11 ReadRegDWORD
Reads a 32 bit DWORD from the registry into the user variable $x. Valid values for root_key are listed under WriteRegStr.
The error flag will be set and $x will be set to an empty string ("" which is 0) if the DWORD is not present. If the value is
present, but is not a DWORD, it will be read as a string and the error flag will be set.
4.9.2.12 ReadRegStr
Reads from the registry into the user variable $x. Valid values for root_key are listed under WriteRegStr. The error flag will
be set and $x will be set to an empty string ("") if the string is not present. If the value is present, but is of type
REG_DWORD, it will be read and converted to a string and the error flag will be set.
4.9.2.13 WriteINIStr
Writes entry_name=value into [section_name] of ini_filename. The error flag is set if the string could not be written to the
ini file.
4.9.2.14 WriteRegBin
This command writes a block of binary data to the registry. Valid values for root_key are listed under WriteRegStr.
Valuedata is in hexadecimal (e.g. DEADBEEF01223211151). The error flag is set if the binary data could not be written to
the registry. If the registry key doesn't exist it will be created.
4.9.2.15 WriteRegDWORD
This command writes a dword (32 bit integer) to the registry (a user variable can be specified). Valid values for root_key
are listed under WriteRegStr. The error flag is set if the dword could not be written to the registry. If the registry key
doesn't exist it will be created.
4.9.2.16 WriteRegStr
4.9.2.17 WriteRegExpandStr
● HKCR or HKEY_CLASSES_ROOT
● HKLM or HKEY_LOCAL_MACHINE
● HKCU or HKEY_CURRENT_USER
● HKU or HKEY_USERS
● HKCC or HKEY_CURRENT_CONFIG
● HKDD or HKEY_DYN_DATA
● HKPD or HKEY_PERFORMANCE_DATA
● SHCTX or SHELL_CONTEXT
If root_key is SHCTX or SHELL_CONTEXT, it will be replaced with HKLM if SetShellVarContext is set to all and with HKCU if
SetShellVarContext is set to current.
The error flag is set if the string could not be written to the registry. The type of the string will be REG_SZ for WriteRegStr,
or REG_EXPAND_STR for WriteRegExpandStr. If the registry key doesn't exist it will be created.
4.9.3.1 CallInstDLL
Calls a function named function_name inside a NSIS extension DLL, a plug-in. See the example plugin for how to make one.
Extension DLLs can access the stack and variables. Use /NOUNLOAD to force the installer to leave the DLL loaded. Note: To
automatically extract and call plug-in DLLs, use a plug-in command instead of CallInstDLL.
For easier plug-in handling, use the new plug-in call syntax.
4.9.3.2 CopyFiles
Copies files from the source to the destination on the installing system. Useful with $EXEDIR if you want to copy from
installation media, or to copy from one place to another on the system. You might see a Windows status window of the
copy operation if the operation takes a lot of time (to disable this, use /SILENT). The last parameter can be used to specify
the size of the files that will be copied (in kilobytes), so that the installer can approximate the disk space requirements. On
error, or if the user cancels the copy (only possible when /SILENT was omitted), the error flag is set. If /FILESONLY is
specified, only files are copied.
Fully-qualified path names should always be used with this instruction. Using relative paths will have unpredictable results.
CreateDirectory $INSTDIR\backup
CopyFiles $INSTDIR\*.dat $INSTDIR\backup
4.9.3.3 CreateDirectory
path_to_create
Creates (recursively if necessary) the specified directory. The error flag is set if the directory couldn't be created.
CreateDirectory $INSTDIR\some\directory
4.9.3.4 CreateShortCut
Creates a shortcut 'link.lnk' that links to 'target.file', with optional parameters 'parameters'. The icon used for the shortcut
is 'icon.file,icon_index_number'; for default icon settings use empty strings for both icon.file and icon_index_number.
start_options should be one of: SW_SHOWNORMAL, SW_SHOWMAXIMIZED, SW_SHOWMINIMIZED, or an empty string.
keyboard_shortcut should be in the form of 'flag|c' where flag can be a combination (using |) of: ALT, CONTROL, EXT, or
SHIFT. c is the character to use (a-z, A-Z, 0-9, F1-F24, etc). Note that no spaces are allowed in this string. A good example
is "ALT|CONTROL|F8". $OUTDIR is used for the working directory. You can change it by using SetOutPath before creating
the Shortcut. description should be the description of the shortcut, or comment as it is called under XP. The error flag is set
if the shortcut cannot be created (i.e. either of the paths (link or target) does not exist, or some other error).
4.9.3.5 GetDLLVersion
Gets the version information from the DLL (or any other executable containing version information) in "filename". Sets the
user output variables with the high and low dwords of version information on success; on failure the outputs are empty and
the error flag is set. The following example reads the DLL version and copies a human readable version of it into $0:
4.9.3.6 GetDLLVersionLocal
This is similar to GetDLLVersion, only it acts on the system building the installer (it actually compiles into two StrCpy
commands). Sets the two output variables with the DLL version information of the DLL on the build system.
4.9.3.7 GetFileTime
Gets the last write time of "filename". Sets the user output variables with the high and low dwords of the timestamp on
success; on failure the outputs are empty and the error flag is set.
4.9.3.8 GetFileTimeLocal
This is similar to GetFileTime, only it acts on the system building the installer (it actually compiles into two StrCpy
commands). Sets the two output variables with the file timestamp of the file on the build system.
4.9.3.9 GetFullPathName
Assign to the user variable $x, the full path of the file specified. If the path portion of the parameter is not found, the error
flag will be set and $x will be empty. If /SHORT is specified, the path is converted to the short filename form. However, if /
SHORT is not specified, the path isn't converted to its long filename form. To get the long filename, call GetLongPathName
using the System plug-in. Note that GetLongPathName is only available on Windows 98, Windows 2000 and above.
StrCpy $0 C:\Progra~1\NSIS
System::Call 'kernel32::GetLongPathName(t r0, t .r1, i ${NSIS_MAX_STRLEN}) i .r2'
StrCmp $2 error +2
StrCpy $0 $1
DetailPrint $0 # will print C:\Program Files\NSIS, where supported
4.9.3.10 GetTempFileName
user_var(output) base_dir
Assign to the user variable $x, the name of a temporary file. The file will have been created, so you can then overwrite it
with what you please. The name of the temporary file is guaranteed to be unique. If to want the temporary file to be
created in another directory than the Windows temp directory, specify a base_dir. Delete the file when done with it.
GetTempFileName $0
File /oname=$0 something.dat
# do something with something.dat
Delete $0
4.9.3.11 SearchPath
user_var(output) filename
Assign to the user variable $x, the full path of the file named by the second parameter. The error flag will be set and $x will
be empty if the file cannot be found. Uses SearchPath() to search the system paths for the file.
4.9.3.12 SetFileAttributes
filename attribute1|attribute2|...
Sets the file attributes of 'filename'. Valid attributes can be combined with | and are:
The error flag will be set if the file's attributes cannot be set (i.e. the file doesn't exist, or you don't have the right
permissions). You can only set attributes. It's not possible to unset them. If you want to remove an attribute use NORMAL.
This way all attributes are erased. This command doesn't support wildcards.
4.9.3.13 RegDLL
dllfile [entrypoint_name]
Loads the specified DLL and calls DllRegisterServer (or entrypoint_name if specified). The error flag is set if an error occurs
(i.e. it can't load the DLL, initialize OLE, find the entry point, or the function returned anything other than ERROR_SUCCESS
(=0)).
Use SetOutPath to set the current directory for DLLs that depend on other DLLs that are now in the path or in the Windows
directory. For example, if foo.dll depends on bar.dll which is located in $INSTDIR use:
SetOutPath $INSTDIR
RegDLL $INSTDIR\foo.dll
4.9.3.14 UnRegDLL
dllfile
Loads the specified DLL and calls DllUnregisterServer. The error flag is set if an error occurs (i.e. it can't load the DLL,
initialize OLE, find the entry point, or the function returned anything other than ERROR_SUCCESS (=0)).
4.9.4.1 Abort
user_message
Cancels the install, stops execution of script, and displays user_message in the status display. Note: you can use this from
Callback functions to do special things. Page callbacks also uses Abort for special purposes.
Abort
Abort "can't install"
4.9.4.2 Call
Calls the function named function_name, the label named label_name, or a variable that specifies an address. An address is
returned by GetCurrentAddress, GetFunctionAddress or GetLabelAddress. A call returns when it encounters a Return
instruction. Sections and functions are automatically ended with a Return instruction. Uninstall functions cannot be called
from installer functions and sections, and vice-versa.
Function func
Call :label
DetailPrint "#1: This will only appear 1 time."
label:
DetailPrint "#2: This will appear before and after message #1."
Call :.global_label
FunctionEnd
Section
Call func
Return
.global_label:
DetailPrint "#3: The global label was called"
SectionEnd
4.9.4.3 ClearErrors
ClearErrors
IfErrors 0 +2
MessageBox MB_OK "this message box will never show"
4.9.4.4 GetCurrentAddress
user_var(output)
Gets the address of the current instruction (the GetCurrentAddress) and stores it in the output user variable. This user
variable then can be passed to Call or Goto.
Function func
DetailPrint "function"
IntOp $0 $0 + 2
Call $0
DetailPrint "function end"
FunctionEnd
Section
DetailPrint "section"
DetailPrint "section"
GetCurrentAddress $0
Goto callFunc
callFunc:
Call func
DetailPrint "section end"
SectionEnd
4.9.4.5 GetFunctionAddress
user_var(output) function_name
Gets the address of the function and stores it in the output user variable. This user variable then can be passed to Call or
Goto. Note that if you Goto an address which is the output of GetFunctionAddress, your function will never be returned to
Function func
DetailPrint "function"
FunctionEnd
Section
GetFunctionAddress $0 func
Call $0
SectionEnd
4.9.4.6 GetLabelAddress
user_var(output) label
Gets the address of the label and stores it in the output user variable. This user variable then can be passed to Call or Goto.
Note that you may only call this with labels accessible from your function, but you can call it from anywhere (which is
potentially dangerous). Note that if you Call the output of GetLabelAddress, code will be executed until it Return's (explicitly
or implicitly at the end of a function), and then you will be returned to the statement after the Call.
label:
DetailPrint "label"
GetLabelAddress $0 label
IntOp $0 $0 + 4
Goto $0
DetailPrint "done"
4.9.4.7 Goto
If +offset or -offset is specified, jump is relative by offset instructions. Goto +1 goes to the next instruction, Goto -1 goes
to the previous instruction, etc.
If a user variable is specified, jumps to absolute address (generally you will want to get this value from a function like
GetLabelAddress). Compiler flag commands and SectionIn aren't instructions so jumping over them has no effect.
Goto label
Goto +2
Goto -2
Goto $0
4.9.4.8 IfAbort
label_to_goto_if_abort [label_to_goto_if_no_abort]
If abort is called it will "return" true. This can happen if the user chose abort on a file that failed to create (or overwrite) or
if the user aborted by hand. This function can only be called from the leave function of the instfiles page.
Function instfilesLeave
IfAbort 0 +2
MessageBox MB_OK "user aborted"
FunctionEnd
4.9.4.9 IfErrors
jumpto_iferror [jumpto_ifnoerror]
Checks and clears the error flag, and if it is set, it will goto jumpto_iferror, otherwise it will goto jumpto_ifnoerror. The error
flag is set by other instructions when a recoverable error (such as trying to delete a file that is in use) occurs.
ClearErrors
File file.dat
IfErrors 0 +2
Call ErrorHandler
4.9.4.10 IfFileExists
Checks for existence of file(s) file_to_check_for (which can be a wildcard, or a directory), and Gotos jump_if_present if the
file exists, otherwise Gotos jump_otherwise. If you want to check to see if a file is a directory, use IfFileExists DIRECTORY\*.
*
IfFileExists $WINDIR\notepad.exe 0 +2
MessageBox MB_OK "notepad is installed"
4.9.4.11 IfRebootFlag
jump_if_set [jump_if_not_set]
Checks the reboot flag, and jumps to jump_if_set if the reboot flag is set, otherwise jumps to jump_if_not_set. The reboot
flag can be set by Delete and Rename, or manually with SetRebootFlag.
IfRebootFlag 0 noreboot
MessageBox MB_YESNO "A reboot is required to finish the installation. Do you wish to reboot now?" IDNO
noreboot
Reboot
noreboot:
4.9.4.12 IfSilent
jump_if_silent [jump_if_not]
Checks the silent flag, and jumps to jump_if_silent if the installer is silent, otherwise jumps to jump_if_not. The silent flag
can be set by SilentInstall, SilentUninstall, SetSilent and by the user passing /S on the command line.
IfSilent +2
ExecWait '"$INSTDIR\nonsilentprogram.exe"'
4.9.4.13 IntCmp
Compares two integers val1 and val2. If val1 and val2 are equal, Gotos jump_if_equal, otherwise if val1 < val2, Gotos
jump_if_val1_less, otherwise if val1 > val2, Gotos jump_if_val1_more.
4.9.4.14 IntCmpU
Compares two unsigned integers val1 and val2. If val1 and val2 are equal, Gotos jump_if_equal, otherwise if val1 < val2,
Gotos jump_if_val1_less, otherwise if val1 > val2, Gotos jump_if_val1_more. Performs the comparison as unsigned
integers.
4.9.4.15 MessageBox
Displays a MessageBox containing the text "messagebox_text". mb_option_list must be one or more of the following,
delimited by |s (e.g. MB_YESNO|MB_ICONSTOP).
If the return value of the MessageBox is return_check, the installer will Goto jumpto.
Use the /SD parameter with one of the return_check values above to specify the option that will be used when the installer
is silent. See section 4.12 for more information.
4.9.4.16 Return
Function func
StrCmp $0 "return now" 0 +2
Return
# do stuff
FunctionEnd
Section
Call func
;"Return" will return here
SectionEnd
4.9.4.17 Quit
Causes the installer to exit as soon as possible. After Quit is called, the installer will exit (no callback functions will get a
chance to run).
4.9.4.18 SetErrors
SetErrors
IfErrors 0 +2
MessageBox MB_OK "this message box will always show"
4.9.4.19 StrCmp
Compares (case insensitively) str1 to str2. If str1 and str2 are equal, Gotos jump_if_equal, otherwise Gotos
jump_if_not_equal.
4.9.4.20 StrCmpS
4.9.5.1 FileClose
handle
4.9.5.2 FileOpen
Opens a file named "filename", and sets the handle output variable with the handle. The openmode should be one of
"r" (read) "w" (write, all contents of file are destroyed) or "a" (append, meaning opened for both read and write, contents
preserved). In all open modes, the file pointer is placed at the beginning of the file. If the file cannot be opened, the handle
output is set to empty, and the error flag is set.
If no absolute path is specified the current folder will be used. The current folder is the folder set using the last SetOutPath
instruction. If you have not used SetOutPath the current folder is $EXEDIR.
FileOpen $0 $INSTDIR\file.dat r
FileClose $0
4.9.5.3 FileRead
Reads a string from a file opened with FileOpen. The string is read until either a newline (or carriage return newline pair)
occurs, or until a null byte is read, or until maxlen is met (if specified). By default, strings are limited to 1024 characters (a
special build with larger NSIS_MAX_STRLEN can be compiled or downloaded). If the end of file is read and no more data is
available, the output string will be empty, and the error flag will be set.
ClearErrors
FileOpen $0 $INSTDIR\file.dat r
IfErrors done
FileRead $0 $1
DetailPrint $1
FileClose $0
done:
4.9.5.4 FileReadByte
handle user_var(output)
Reads a byte from a file opened with FileOpen. The byte is stored in the output as an integer (0-255). If the end of file is
read and no more data is available, the output will be empty, and the error flag will be set.
ClearErrors
FileOpen $0 $INSTDIR\file.dat r
IfErrors done
FileReadByte $0 $1
FileReadByte $0 $2
DetailPrint "$1 $2"
FileClose $0
done:
4.9.5.5 FileSeek
Seeks a file opened with FileOpen. If mode is omitted or specified as SET, the file is positioned to "offset", relative to the
beginning of the file. If mode is specified as CUR, then the file is positioned to "offset", relative to the current file position. If
mode is specified as END, then the file is positioned to "offset", relative to the end of the file. If the final parameter "new
position" is specified, the new file position will be stored to that variable.
ClearErrors
FileOpen $0 $INSTDIR\file.dat r
IfErrors done
FileSeek $0 -5 END
FileRead $0 $1
DetailPrint $1
FileClose $0
done:
4.9.5.6 FileWrite
handle string
Writes a string to a file opened with FileOpen. If an error occurs writing, the error flag will be set.
ClearErrors
FileOpen $0 $INSTDIR\file.dat w
IfErrors done
FileWrite $0 "some text"
FileClose $0
done:
4.9.5.7 FileWriteByte
handle string
Writes the integer interpretation of 'string' to a file opened with FileOpen. Of course you can enter the integer value
directly. The following code writes a "Carriage Return / Line Feed" - Enter to the file.
If an error occurs while writing, the error flag will be set. Note that the low byte of the integer is used, i.e. writing 256 is
the same as writing 0, etc.
4.9.5.8 FindClose
handle
4.9.5.9 FindFirst
Performs a search for 'filespec', placing the first file found in filename_output (a user variable). It also puts the handle of
the search into handle_output (also a user variable). If no files are found, both outputs are set to empty, and the error flag
is set. Best used with FindNext and FindClose. Note that the filename output is without path.
FindFirst $0 $1 $INSTDIR\*.txt
loop:
StrCmp $1 "" done
DetailPrint $1
FindNext $0 $1
Goto loop
done:
4.9.5.10 FindNext
handle user_var(filename_output)
Continues a search began with FindFirst. handle should be the handle_output_variable returned by FindFirst. If the search is
completed (there are no more files), filename_output is set to empty, and the error flag is set. Note that the filename
output is without path.
4.9.6.1 WriteUninstaller
[Path\]exename.exe
Writes the uninstaller to the filename (and optionally path) specified. Only valid from within an install section or function,
and requires that you have an uninstall section in your script. See also Uninstall configuration. You can call this one or more
times to write out one or more copies of the uninstaller.
WriteUninstaller $INSTDIR\uninstaller.exe
4.9.7.1 GetErrorLevel
Returns the last error level set by SetErrorLevel or -1 if it was never used.
GetErrorLevel $0
IntOp $0 $0 + 1
SetErrorLevel $0
4.9.7.2 GetInstDirError
user_var(error output)
Use in the leave function of a directory page. Reads the flag set if 'DirVerify leave' is used. Possible values:
0: No error
!include LogicLib.nsh
PageEx directory
DirVerify leave
PageCallbacks "" "" dirLeave
PageExEnd
Function dirLeave
GetInstDirError $0
${Switch} $0
${Case} 0
MessageBox MB_OK "valid installation directory"
${Break}
${Case} 1
MessageBox MB_OK "invalid installation directory!"
Abort
${Break}
${Case} 2
MessageBox MB_OK "not enough free space!"
Abort
${Break}
${EndSwitch}
FunctionEnd
4.9.7.3 InitPluginsDir
InitPluginsDir
File /oname=$PLUGINSDIR\image.bmp image.bmp
4.9.7.4 Nop
Does nothing.
4.9.7.5 SetErrorLevel
error_level
Sets the error level of the installer or uninstaller to error_level. See Error Levels for more information.
IfRebootFlag 0 +2
SetErrorLevel 4
4.9.7.6 SetRegView
32|64
Sets the registry view affected by registry commands. On Windows x64 there are two views. One for 32-bit applications and
one for x64 applications. By default, 32-bit applications running on x64 systems under WOW64 have access only to the 32-
bit view. Using SetRegView 64 allows the installer to access keys in the x64 view of the registry.
Does not affect InstallDirRegKey. Instead, the registry can be read using ReadRegStr in .onInit.
SetRegView 32
ReadRegStr $0 HKLM Software\Microsoft\Windows\CurrentVersion ProgramFilesDir
DetailPrit $0 # prints C:\Program Files (x86)
SetRegView 64
ReadRegStr $0 HKLM Software\Microsoft\Windows\CurrentVersion ProgramFilesDir
DetailPrit $0 # prints C:\Program Files
Function .onInit
SetRegView 64
ReadRegStr $INSTDIR HKLM Software\NSIS ""
SetRegView 32
FunctionEnd
4.9.7.7 SetShellVarContext
current|all
Sets the context of $SMPROGRAMS and other shell folders. If set to 'current' (the default), the current user's shell folders
are used. If set to 'all', the 'all users' shell folder is used. The all users folder may not be supported on all OSes. If the all
users folder is not found, the current user folder will be used. Please take into consideration that a "normal user" has no
rights to write in the all users area. Only admins have full access rights to the all users area. You can check this by using
the UserInfo plug-in. See Contrib\UserInfo\UserInfo.nsi for an example.
Note that, if used in installer code, this will only affect the installer, and if used in uninstaller code, this will only affect the
uninstaller. To affect both, it needs to be used in both.
SetShellVarContext current
StrCpy $0 $DESKTOP
SetShellVarContext all
StrCpy $1 $DESKTOP
MessageBox MB_OK $0$\n$1
4.9.7.8 Sleep
sleeptime_in_ms
Pauses execution in the installer for sleeptime_in_ms milliseconds. sleeptime_in_ms can be a variable, e.g. "$0" or a
number, i.e. "666".
DetailPrint "sleeping..."
Sleep 3000
DetailPrint "back to work"
4.9.8.1 StrCpy
Sets the user variable $x with str. Note that str can contain other variables, or the user variable being set (concatenating
strings this way is possible, etc). If maxlen is specified, the string will be a maximum of maxlen characters (if maxlen is
negative, the string will be truncated abs(maxlen) characters from the end). If start_offset is specified, the source is offset
by it (if start_offset is negative, it will start abs(start_offset) from the end of the string).
4.9.8.2 StrLen
StrLen $0 "123456" # = 6
4.9.9.1 Exch
[user_var | stack_index]
When no parameter is specified, exchanges the top two elements of the stack. When a parameter is specified and is a user
variable, exchanges the top element of the stack with the parameter. When a parameter is specified and is a positive
integer, Exch will swap the item on the top of the stack with the item that is specified by the offset from the top of the
stack in the parameter. If there are not enough items on the stack to accomplish the exchange, a fatal error will occur (to
help you debug your code :).
Push 1
Push 2
Exch
Pop $0 # = 1
Push 1
Push 2
Push 3
Exch 2
Pop $0 # = 1
StrCpy $0 1
Push 2
Exch $0 # = 2
Pop $1 # = 1
4.9.9.2 Pop
user_var(out)
Pops a string off of the stack into user variable $x. If the stack is empty, the error flag will be set.
Push 1
Pop $0 # = 1
4.9.9.3 Push
string
Pushes a string onto the stack. The string can then be Popped off of the stack.
4.9.10.1 IntFmt
Formats the number in "numberstring" using the format "format", and sets the output to user variable $x. Example format
strings include "%08X" "%u"
4.9.10.2 IntOp
Combines value1 and (depending on OP) value2 into the specified user variable (user_var). OP is defined as one of the
following:
IntOp $0 1 + 1
IntOp $0 $0 + 1
IntOp $0 $0 << 2
IntOp $0 $0 ~
IntOp $0 $0 & 0xF
4.9.11.1 Reboot
Reboots the computer. Be careful with this one. If it fails, .onRebootFailed is called. In any case, this instruction never
returns, just like Quit.
4.9.11.2 SetRebootFlag
true|false
Sets the reboot flag to either true or false. The flag's value can be read using IfRebootFlag.
SetRebootFlag true
IfRebootFlag 0 +2
MessageBox MB_OK "this message box will always show"
4.9.12.1 LogSet
on|off
Sets whether install logging to $INSTDIR\install.log will happen. $INSTDIR must have a value before you call this function
or it will not work. Note that the NSIS_CONFIG_LOG build setting must be set (scons NSIS_CONFIG_LOG=yes) on compile
time (it is not by default) to support this. See Building NSIS for more information about recompiling NSIS.
4.9.12.2 LogText
text
If installer logging is enabled, inserts text "text" into the log file.
IfFileExists $WINDIR\notepad.exe 0 +2
LogText "$$WINDIR\notepad.exe exists"
4.9.13.1 SectionSetFlags
section_index section_flags
Sets the section's flags. The flag is a 32 bit integer. The first bit (lowest) represents whether the section is currently
selected, the second bit represents whether the section is a section group (don't modify this unless you really know what
you are doing), the third bit represents whether the section is a section group end (again, don't modify), the fourth bit
represents whether the section is shown in bold or not, the fifth bit represents whether the section is read-only, the sixth
bit represents whether the section group is to be automatically expanded, the seventh bit is set for section groups which
are partially selected, the eighth bit is internally used for partially selected section group toggling and the ninth bit is used
for reflecting section name changes. The error flag will be set if an out of range section is specified.
!define SF_SELECTED 1
!define SF_SECGRP 2
!define SF_SECGRPEND 4
!define SF_BOLD 8
!define SF_RO 16
!define SF_EXPAND 32
!define SF_PSELECTED 64
Function .onInit
# set section 'test' as selected and read-only
IntOp $0 ${SF_SELECTED} | ${SF_RO}
SectionSetFlags ${test_section_id} $0
FunctionEnd
4.9.13.2 SectionGetFlags
section_index user_var(output)
Retrieves the section's flags. See above for a description of the flag. The error flag will be set if an out of range section is
specified.
Function .onSelChange
# keep section 'test' selected
SectionGetFlags ${test_section_id} $0
IntOp $0 $0 | ${SF_SELECTED}
SectionSetFlags ${test_section_id} $0
FunctionEnd
4.9.13.3 SectionSetText
section_index section_text
Sets the description for the section section_index. If the text is set to "" then the section will be hidden. The error flag will
be set if an out of range section is specified.
Function .onInit
# change section's name to $WINDIR
SectionSetText ${test_section_id} $WINDIR
FunctionEnd
4.9.13.4 SectionGetText
section_index user_var(output)
Stores the text description of the section section_index into the output. If the section is hidden, stores an empty string. The
error flag will be set if an out of range section is specified.
Function .onInit
# append $WINDIR to section's name
SectionGetText ${test_section_id} $0
StrCpy $0 "$0 - $WINDIR"
SectionSetText ${test_section_id} $0
FunctionEnd
4.9.13.5 SectionSetInstTypes
section_index inst_types
Sets the install types the section specified by section_index defaults to the enabled state in. Note that the section index
starts with zero. Every bit of inst_types is a flag that tells if the section is in that install type or not. For example, if you
have 3 install types and you want the first section to be included in install types 1 and 3, then the command should look
like this:
SectionSetInstTypes 0 5
because the binary value for 5 is "00000101". The error flag will be set if the section index specified is out of range.
Function .onInit
# associate section 'test' with installation types 3 and 4
SectionSetInstTypes ${test_section_id} 12
FunctionEnd
4.9.13.6 SectionGetInstTypes
section_index user_var(output)
Retrieves the install types flags array of a section. See above explanation about SectionSetInstTypes for a description of
how to deal with the output. The error flag will be set if the section index specified is out of range.
Function .onInit
# associate section 'test' with installation types 5, on top of its existing associations
SectionGetInstTypes ${test_section_id} $0
IntOp $0 $0 | 16
SectionSetInstTypes ${test_section_id} $0
FunctionEnd
4.9.13.7 SectionSetSize
section_index new_size
Sets the Size of the section specified by section_index. Note that the Index starts with Zero. The Value for Size must be
entered in KiloByte and supports only whole numbers.
SectionEnd
Function .onInit
# set required size of section 'test' to 100 bytes
SectionSetSize ${test_section_id} 100
FunctionEnd
4.9.13.8 SectionGetSize
section_index user_var
Gets the Size of the section specified by section_index and stores the value in the given User Variable. Note that the Index
starts with Zero.
Function .onInit
# increase required size of section 'test' by 100 bytes
SectionGetSize ${test_section_id} $0
IntOp $0 $0 + 100
SectionSetSize ${test_section_id} $0
FunctionEnd
4.9.13.9 SetCurInstType
inst_type_idx
Sets the current InstType. inst_type_idx should be between 0 and 31. The Error Flag is not set if an out of range InstType
was used.
4.9.13.10 GetCurInstType
user_var
Get the current InstType and stores it in user_var. If the first install type is selected, 0 will be put in user_var. If the second
install type is selected, 1 will be put in user_var, and so on. The value of ${NSIS_MAX_INST_TYPES} (32 by default) means
that the custom install type was selected.
4.9.13.11 InstTypeSetText
inst_type_idx text
Sets the Text of the specified InstType. If the Text is empty than the InstType is removed. By using a previously unused
inst_type_idx number you can create new InstTypes. To add/remove Sections to this new InstType see
SectionSetInstTypes. Unlike SectionIn the index is zero based, which means the first install type's index is 0.
InstType a
InstType b
Function .onInit
# set first installation type's name to $WINDIR
InstTypeSetText 0 $WINDIR
# set second installation type's name to $TEMP
InstTypeSetText 1 $TEMP
FunctionEnd
4.9.13.12 InstTypeGetText
inst_type_idx user_var
InstType a
InstType b
Function .onInit
InstTypeGetText 0 $0
DetailPrint $0 # prints 'a'
InstTypeGetText 1 $0
DetailPrint $0 # prints 'b'
FunctionEnd
4.9.14.1 BringToFront
Makes the installer window visible and brings it to the top of the window list. If an application was executed that shows
itself in front of the installer, a BringToFront would bring the installer back in focus.
Recent Windows versions restrict the setting of foreground windows. If the user is working with another application during
installation, the user may be notified using a different method.
4.9.14.2 CreateFont
Creates a font and puts its handle into user_var. For more information about the different parameters have a look at
MSDN's page about the Win32 API function CreateFont().
You can get the current font used by NSIS using the ^Font and ^FontSize LangStrings.
!include WinMessages.nsh
GetDlgItem $0 $HWNDPARENT 1
CreateFont $1 "Times New Roman" "7" "700" /UNDERLINE
SendMessage $0 ${WM_SETFONT} $1 1
4.9.14.3 DetailPrint
user_message
4.9.14.4 EnableWindow
hwnd (1|0)
Enables or disables mouse and keyboard input to the specified window or control. Possible states are 0 (disabled) or 1
(enabled).
GetDlgItem $0 $HWNDPARENT 1
EnableWindow $0 0
Sleep 1000
EnableWindow $0 1
4.9.14.5 FindWindow
Searches for a window. Behaves like the win32 FindWindowEx(). Searches by windowclass (and/or windowtitle if specified).
If windowparent or childafter are specified, the search will be restricted as such. If windowclass or windowtitle is specified
as "", they will not be used for the search. If the window is not found, the user variable returned is 0. To accomplish old-
style FindWindow behavior, use FindWindow with SendMessage.
4.9.14.6 GetDlgItem
Retrieves the handle of a control identified by item_id in the specified dialog box dialog. If you want to get the handle of a
control on the inner dialog, first use FindWindow user_var(output) "#32770" "" $HWNDPARENT to get the handle of the
inner dialog.
4.9.14.7 HideWindow
4.9.14.8 IsWindow
GetDlgItem $0 $HWNDPARENT 1
IsWindow $0 0 +3
MessageBox MB_OK "found a window"
Goto +2
MessageBox MB_OK "no window"
4.9.14.9 LockWindow
on|off
LockWindow on prevents the main window from redrawing itself upon changes. When LockWindow off is used, all controls
that weren't redrawn since LockWindow on will be redrawn. This makes the pages flickering look nicer because now it
flickers a group of controls at the same time, instead of one control at a time. The individual control flickering is more
noticeable on old computers.
4.9.14.10 SendMessage
Sends a message to HWND. If a user variable $x is specified as the last parameter (or one before the last if you use /
TIMEOUT), the return value of SendMessage will be stored to it. Note that when specifying 'msg' you must just use the
integer value of the message. If you wish to send strings use "STR:a string" as wParam or lParam where needed.
● WM_CLOSE 16
● WM_COMMAND 273
● WM_USER 1024
To send a string param, put STR: before the parameter, for example: "STR:Some string".
!include WinMessages.nsh
FindWindow $0 "Winamp v1.x"
SendMessage $0 ${WM_CLOSE} 0 0
4.9.14.11 SetAutoClose
true|false
Overrides the default auto window-closing flag (specified for the installer using AutoCloseWindow, and false for the
uninstaller). Specify 'true' to have the install window immediately disappear after the install has completed, or 'false' to
make it require a manual close.
4.9.14.12 SetBrandingImage
Sets the current bitmap file displayed as the branding image. If no IMGID is specified, the first image control found will be
used, or the image control created by AddBrandingImage. Note that this bitmap must be present on the user's machine.
Use File first to put it there. If /RESIZETOFIT is specified the image will be automatically resized (very poorly) to the image
control size. If you used AddBrandingImage you can get this size, by compiling your script and watching for
AddBrandingImage output, it will tell you the size. SetBrandingImage will not work when called from .onInit!
4.9.14.13 SetDetailsView
show|hide
Shows or hides the details, depending on which parameter you pass. Overrides the default details view, which is set via
ShowInstDetails.
4.9.14.14 SetDetailsPrint
none|listonly|textonly|both|lastused
Sets mode at which commands print their status. None has commands be quiet, listonly has status text only added to the
listbox, textonly has status text only printed to the status bar, and both enables both (the default). For extracting many
small files, textonly is recommended (especially on win9x with smooth scrolling enabled).
SetDetailsPrint none
4.9.14.15 SetCtlColors
Sets a background color and the text color for a static control, edit control, button or a dialog. text_color and bg_color don't
accept variables. Use GetDlgItem to get the handle (HWND) of the control. To make the control transparent specify
"transparent" as the background color value. You can also specify /BRANDING with or without text color and background
color to make the control completely gray (or any other color you choose). This is used by the branding text control in the
MUI.
Warning: setting the background color of check boxes to "transparent" may not function properly when using XPStlye on.
The background may be completely black, instead of transparent, when using certain Windows themes.
4.9.14.16 SetSilent
silent | normal
Sets the installer to silent mode or normal mode. See SilentInstall for more information about silent installations. Can only
be used in .onInit.
4.9.14.17 ShowWindow
hwnd show_state
Sets the visibility of a window. Possible show_states are the same as Windows ShowWindow function. SW_* constants are
defined in Include\WinMessages.nsh.
!include WinMessages.nsh
GetDlgItem $0 $HWNDPARENT 1
ShowWindow $0 ${SW_HIDE}
Sleep 1000
ShowWindow $0 ${SW_SHOW}
4.9.15.1 LoadLanguageFile
language_file.nlf
Loads a language file for the construction of a language table. All of the language files that come with NSIS are in Contrib
\Language Files
After you have inserted the language file ${LANG_langfile} will be defined as the language id (for example,
${LANG_ENGLISH} will be defined as 1033). Use it with LangString, LicenseLangString, LangDLL and VIAddVersionKey.
4.9.15.2 LangString
Defines a multilingual string. This means its value may be different (or not, it's up to you) for every language. It allows you
to easily make your installer multilingual without the need to add massive switches to the script.
Each language string has a name that identifies it and a value for each language used by the installer. They can be used in
any runtime string in the script. To use a language string all you need to add to the string is $(LangString_name_here)
where you want the LangString to be inserted.
Notes:
● Unlike defines that use curly braces - {}, language strings use parenthesis - ().
● If you change the language in the .onInit function, note that language strings in .onInit will still use the detected
language based on the user's default Windows language, because the language is initialized after .onInit.
● Always set language strings for every language in your script.
● If you set the language ID to 0 the last used language by LangString or LoadLanguageFile will be used.
Example of usage:
4.9.15.3 LicenseLangString
Does the same as LangString only it loads the string from a text/RTF file and defines a special LangString that can be used
only by LicenseData.
LicenseData $(license)
As of version 2 NSIS fully supports multiple languages. The interface of one installer can support multiple languages.
Use LoadLanguageFile for every language to load the default interface texts and language properties.
The default interface texts can easily be changed using instructions like ComponentText etc.
You can also use the contents of the standard language strings in your own strings (for example, $(^Name) contains the
installer's name set using the Name instruction). The names of all standard language strings are listed as comments just
above the strings in the language files. The language files are located in Contrib\Language Files.
When the installer starts up it goes through these steps to select the interface language:
The LangDLL plug-in allows you to give the user an option to choose the language of the installer. Just push the language id
(${LANG_langfile}) and its name for every language in your installer, then the number of languages pushed, the caption,
and the text that tells the user to select the language, call the plug-in function named LangDialog, pop the returned value
into $LANGUAGE and you're good to go. If the user clicks on the cancel button the return value will be "cancel".
RTL languages are languages that are written from right to left (e.g. Arabic and Hebrew). NSIS fully supports RTL
languages. In the language file there is a place to specify if the language is RTL or not. To find out at runtime if the current
language is RTL or not, check the value of the $(^RTL) language string. It will be 1 if the language is RTL and 0 otherwise.
This can be useful when using plug-ins that create dialogs, they usually have RTL settings too.
The abilities of the NSIS scripting language can be extended by utilising functionality provided in a DLL file. Probably the
best known example of this is the InstallOptions.dll bundled with every NSIS release.
When the NSIS compiler starts it scans the plug-ins directory for DLLs and makes a list of the plug-ins found and their
exported functions. During compilation if a sequence such as fred::flintstone is encountered where the compiler expected to
find a language keyword the compiler will look through this list. If a list entry specifies that fred.dll exports function
flintstone NSIS will pack the fred.dll file into the created installer binary.
During execution of a plug-in command NSIS will unpack the necessary DLL to a temporary folder ($PLUGINSDIR), push all
of the arguments specified (right-to-left order), and then execute the DLL function. If the /NOUNLOAD option is specified
the DLL will not be unloaded until the installer exits or the next time you use the DLL without /NOUNLOAD. Please note that
the last call to the plug-in must not have the /NOUNLOAD flag or the plug-in will not be deleted from $PLUGINSDIR, thus
garbage will be left on the user's machine.
InstallOptions::dialog "ini_file_location.ini"
All parameters are pushed onto the stack (in this case, the plug-in function only needs one parameter). Some plug-in
commands may not need any parameters on the stack, others might require more of them. To use a plug-in command you
will need to read the documentation for the plug-in so that you know what parameters its functions require.
If you don't want to unload the DLL after calling a function, use /NOUNLOAD as the first parameter. For example:
You can also use SetPluginUnload alwaysoff to avoid writing /NOUNLOAD each and every time you use the same plug-in.
If you want to call a plug-in that is stored on user's hard drive or somewhere else, use CallInstDLL. Almost all plug-ins
provide installer functionality, so using plug-in commands is way easier. Using CallInstDLL can be useful when you have
created plug-ins that should be linked to a certain version of your application and are being copied to the installation folder.
Silent installers are installers which require no user intervention and have no user interface. The user doesn't see any dialog
and isn't asked any questions. This is useful for network administrators who wish to install or uninstall something without
user intervention so they can perform the operation quickly over any number of computers. It is also useful for other
developers who wish to embed another installer in their own and collect all of the required information on their installer
instead of showing two installers.
NSIS installers and uninstallers can be both silent and not silent. When an installer or an uninstaller is silent, not all callback
functions are called. .onGUIInit, .onGUIEnd, their uninstaller equivalents and any callback related to a specific page or page
type will not be called.
To make sure your installer will be silent when it needs to, you should check with IfSilent before each command that might
require user intervention or create a window. The MessageBox command, which is the most common culprit in silent
installers, has the /SD switch to set a default answer for silent installers. If you want your installer/uninstaller to be able to
be completely silent you should use this switch. All internal NSIS message boxes have defaults for silent installers. The
silent.nsi example demonstrates all aspects of this topic.
Since the directory page can not be shown on silent installers, the user has an option to specify the installation directory on
the command line (this also works on non-silent installers/uninstallers). To do that, the user uses the /D switch as in the
following example:
If your installer/uninstaller requires some more information that can not be gathered when silent, you can allow the user to
specify that information on the command line and process it in .onInit. You can use GetOptions, or a variant of the following
example:
Function .onInit
Call GetParameters
Pop $2
# search for quoted /USERNAME
StrCpy $1 '"'
Push $2
Push '"/USERNAME='
Call StrStr
Pop $0
StrCpy $0 $0 "" 1 # skip quote
StrCmp $0 "" "" next
# search for non quoted /USERNAME
StrCpy $1 ' '
Push $2
Push '/USERNAME='
Call StrStr
Pop $0
next:
StrCmp $0 "" done
# copy the value after /USERNAME=
StrCpy $0 $0 "" 10
# search for the next parameter
Push $0
Push $1
Call StrStr
Pop $1
StrCmp $1 "" done
StrLen $1 $1
StrCpy $0 $0 -$1
done:
FunctionEnd
The above example will copy the value the user passes on after /USERNAME= into $0. This allows the user to specify the
required information on the command line instead of using the interactive user interface. The user can use:
or:
If your installer/uninstaller requires a lot of information and you want it to be able to be silent, you should allow the user to
pass on a path to an answers file. This would be much more comfortable than writing all of the information on the
command line.
These commands are similar to the C preprocessor in terms of purpose and functionality. They allow
file inclusion, conditional compilation, executable header packing, and processes execution during the
build process. Note: none of these commands allow use of variables.
5.1.1 !include
[/NONFATAL] file
This command will include 'file' as if it was part of the original script. Note that if a file is included in
another directory, the current directory is still where the script was compiled from (not where the
included file resides). If the compiler can't find the file it will look for it in every include directory. See !
addincludedir for more information. If the /nonfatal switch is used and no files are found, a warning will
be issued instead of an error.
!include WinMessages.nsh
!include Library.nsh
!include C:\MyConfig.nsi
!include ..\MyConfig.nsh
!include /NONFATAL file_that_may_exist_or_not.nsh
5.1.2 !addincludedir
directory
Adds another include directory to the include directories list. This list is searched when !include is used.
This list's initial value is ${NSISDIR}\Include alone.
!addincludedir ..\include
!include something.nsh
5.1.3 !addplugindir
directory
Causes the NSIS compiler to scan the given directory for plug-in DLLs.
!addplugindir myplugin
MyPlugin::SomeFunction
5.1.4 !appendfile
file text
!tempfile FILE
!appendfile "${FILE}" "XPStyle on$\n"
!appendfile "${FILE}" "Name 'test'$\n"
!include "${FILE}"
!delfile "${FILE}"
!undef FILE
5.1.5 !cd
new_path
This command will change the compiler to the new directory, new_path. new_path can be relative or
absolute.
!cd ..\more-scripts\new
5.1.6 !delfile
file
!tempfile FILE
!delfile "${FILE}"
!undef FILE
5.1.7 !echo
message
This command will echo a message to the user compiling the script.
5.1.8 !error
[message]
This command will issue an error to the script compiler and will stop execution of the script. You can
also add a message to this error.
5.1.9 !execute
command
This command will execute 'command' using a call to CreateProcess(). Unlike !system, it does not use
the command line processor, so input/output redirection and commands like 'cd', 'dir' and 'type' can
not be used. !execute also ignores the return value of the executed command. Currently, the only
known advantage of !execute over !system is that it does not give trouble when the current working
directory is specified using UNC.
5.1.10 !packhdr
tempfile command
This option makes the compiler use an external EXE packer (such as Petite or UPX) to compress the
executable header. Specify a temporary file name (such as "temp.dat") and a command line (such as
"C:\program files\upx\upx -9 temp.dat") to compress the header.
5.1.11 !system
This command will execute 'command' using a call to system(), and if the return value compared (using
'compare') to 'comparevalue' is false, execution will halt. 'compare' can be '<' or '>' or '<>' or '='.
5.1.12 !tempfile
symbol
This command creates a temporary file. It puts its path into a define, named symbol.
!tempfile PACKHDRTEMP
!packhdr "${PACKHDRTEMP}" '"C:\Program Files\UPX\upx.exe" "${PACKHDRTEMP}"'
!tempfile FILE
!define /date DATE "%H:%M:%S %d %b, %Y"
!system 'echo built on ${DATE} > "${FILE}"'
File /oname=build.txt "${FILE}"
!delfile "${FILE}"
!undef FILE
!undef DATE
5.1.13 !warning
[message]
This command will issue a warning to the script compiler. You can also add a message to this warning.
!ifdef USE_DANGEROUS_STUFF
!warning "using dangerous stuff"
!endif
5.1.14 !verbose
This command will set the level of verbosity. 4=all, 3=no script, 2=no info, 1=no warnings, 0=none.
Passing push will cause !verbose to push the current verbosity level on a special stack. Passing pop will
cause !verbose to pop the current verbosity level from the same stack and use it.
!verbose push
!verbose 1
!include WinMessages.nsh
!verbose pop
5.2 Predefines
You can use these standard predefines to automatically add the build time to the title of development
versions, add the date to the version number, etc.
5.2.1 ${__FILE__}
5.2.2 ${__LINE__}
5.2.3 ${__DATE__}
Date when the script started compiling according to the current locale.
5.2.4 ${__TIME__}
Time when the script started compiling according to the current locale.
5.2.5 ${__TIMESTAMP__}
Date & time of the last modification to the script file according to the current locale.
5.2.6.1 ${__GLOBAL__}
Section test
!ifdef ${__GLOBAL__}
!error "this shouldn't be here!"
!endif
SectionEnd
Function test
!ifdef ${__GLOBAL__}
!error "this shouldn't be here!"
!endif
FunctionEnd
PageEx instfiles
!ifdef ${__GLOBAL__}
!error "this shouldn't be here!"
!endif
PageExEnd
5.2.6.2 ${__SECTION__}
!ifdef __SECTION__
!error "this shouldn't be here!"
!endif
Section test
!ifndef __SECTION__
!error "missing predefine!"
!endif
SectionEnd
Section !test
SectionEnd
Section un.test
SectionEnd
5.2.6.3 ${__FUNCTION__}
!ifdef __FUNCTION__
!error "this shouldn't be here!"
!endif
Function test
!ifndef __FUNCTION__
!error "missing predefine!"
!endif
FunctionEnd
Function un.test
FunctionEnd
5.2.6.4 ${__PAGEEX__}
!ifdef __PAGEEX__
!error "this shouldn't be here!"
!endif
PageEx instfiles
!ifndef __PAGEEX__
!error "missing predefine!"
!endif
PageExEnd
5.2.6.5 ${__UNINSTALL__}
!ifdef __UNINSTALL__
!error "this shouldn't be here!"
!endif
Function test
!ifdef __UNINSTALL__
!error "this shouldn't be here!"
!endif
FunctionEnd
Function un.test
!ifndef __UNINSTALL__
!error "missing predefine!"
!endif
FunctionEnd
5.3.1 $%envVarName%
The compiler maintains a list of defined symbols, which can be defined using !define or the /D
command line switch. These defined symbols can be used for conditional compilation (using !ifdef) or
for symbol replacement (a simple form of macros). To replace a symbol with its value, use ${SYMBOL}
(if SYMBOL is not defined, no translation will occur). The translation is first-come-first-served, meaning
if you do:
If symbol_two is defined when that line occurs, it will be replaced. Otherwise, any replacing will occur
when ${symbol_one} is referenced.
5.4.1 !define
This command will add gflag to the global define list. This will have a similar effect as using the /D
switch on the command line (only the define only becomes effective after the !define command).
If /date or /utcdate are used, value will be passed into strftime and the result will be used as the value
of gflag. strftime converts special symbols into certain parts of the current time or date. For example, %
H will be converted into the current hour in 24-hour format. For a complete list of available symbols,
search for strftime on MSDN. On POSIX, you can get the list by using man strftime.
If /math is used, the result of 'val1 OP val2', where OP may be +,-,*,&,|,^,/ or % , will be used as the
value of gflag. Note that val1 AND val2 MUST be integer values!
!define USE_SOMETHING
!define VERSION 1.2
!define /date NOW "%H:%M:%S %d %b, %Y"
!define /math RESULT 3 + 10
5.4.2 !undef
gflag
Removes an item from the global define list. Note that ${SYMBOL} where SYMBOL is undefined will be
translated to "${SYMBOL}".
!define SOMETHING
!undef SOMETHING
5.4.3 !ifdef
This command, when paired with an !endif command, will tell the compiler whether or not to compile
the lines in between the two lines. If gflag is globally defined (using !define or the /D switch), then the
contained lines will be compiled. Otherwise, they will be skipped. 'bcheck' can be specified as &
(boolean and) or | (boolean or) along with more gflags -- precedence is simple, left to right.
!define SOMETHING
!ifdef SOMETHING
!echo "SOMETHING is defined"
!endif
!undef SOMETHING
!ifdef SOMETHING
!echo "SOMETHING is defined" # will never be printed
!endif
5.4.4 !ifndef
The opposite of !ifdef. The lines will be compiled when the gflag has not been defined.
5.4.5 !if
This command, when paired with an !endif command, will tell the compiler whether or not to compile
the lines in between the two lines. If value is non-zero, or the comparison of value and value2
depending on the operator results in true, the contained lines will be compiled. Otherwise, they will be
skipped. op can be either == or != (string comparison), <=, < > or >= (float comparison), && or ||
(boolean comparison). If [!] is set, return value will be switched from true to false and vice versa.
!if 1 < 2
!echo "1 is smaller than 2!!"
!else if ! 3.1 > 1.99
!error "this line should never appear"
!else
!error "neither should this"
!endif
5.4.6 !ifmacrodef
This command, when paired with an !endif command, will tell the compiler whether or not to compile
the lines in between the two lines. If the macro gflag exists, then the contained lines will be compiled.
Otherwise, they will be skipped. 'bcheck' can be specified as & (boolean and) or | (boolean or) along
with more gflags -- precedence is simple, left to right.
!macro SomeMacro
!macroend
!ifmacrodef SomeMacro
!echo "SomeMacro is defined"
!endif
5.4.7 !ifmacrondef
The opposite of !ifmacrodef. The lines will be compiled when the macro gflag does not exist.
5.4.8 !else
[if|ifdef|ifndef|ifmacrodef|ifmacrondef [...]]
This command allows to easily insert different code when different defines or macros are set. You can
create blocks like !ifdef/!else/!endif, !ifdef/!else ifdef/!else/!endif etc.
!ifdef VERSION
OutFile installer-${VERSION}.exe
!else
OutFile installer.exe
!endif
5.4.9 !endif
This command closes a block started with !if, !ifdef, !ifndef, !ifmacrodef or !ifmacrondef.
5.4.10 !insertmacro
Inserts the contents of a macro that was created with !macro. If the macro was created with
parameters, then you must pass as many parameters to the macro as it requires.
5.4.11 !macro
macro_name [parameter][...]
Creates a macro named 'macro_name'. All lines between the !macro and the !macroend will be saved.
To insert the macro later on, use !insertmacro. !macro definitions can have one or more parameters
defined. The parameters may be accessed the same way a !define would (e.g. ${PARMNAME}) from
inside the macro.
5.4.12 !macroend
http://nsis.sourceforge.net/Docs/AppendixA.html6/19/2007 2:13:51 PM
DLL/TLB Library Setup
B.1 Introduction
NSIS 2.01 features a new system for the installation and uninstallation of dynamic link libraries (DLL) and type libraries
(TLB). Using this new system you can handle the complete setup with one single line of code:
● File copying
● File copying on reboot
● Version checks
● Registration and unregistration
● Registration and unregistration on reboot
● Shared DLL counting
● Windows File Protection checks
The macros are stored in the header file Library.nsh, which should be included in scripts using this system:
!include Library.nsh
Note that the library macros are limited on non-Windows platforms. DLL version information is required when compiling on
non-Windows platforms.
B.2.1 Introduction
The InstallLib macro allows you to install a library. It sets the error flag if something went wrong during library setup.
To ask the user for a reboot, if required, use the Modern UI with a Finish page or use IfRebootFlag and make your own page
or message box.
B.2.2 Parameters
libtype
shared
install
REBOOT_PROTECTED
● Upgrade the library on reboot when in use (required for system files).
● Upgrade the library if the file is not protected by Windows File Protection.
NOREBOOT_PROTECTED
● Warns the user when the library is in use. The user will have to close applications using the library.
● Upgrade the library if the file is not protected by Windows File Protection.
REBOOT_NOTPROTECTED
● Upgrade the library on reboot when in use (required for system files).
● Upgrade the library without checking for Windows File Protection.
NOREBOOT_NOTPROTECTED
● Warns the user when the library is in use. The user will have to close applications using the library.
● Upgrade the library without checking for Windows File Protection.
localfile
destfile
tempbasedir
Directory on the user's system to store a temporary file when the system has to be rebooted.
For Windows 9x/ME support, this directory should be on the same volume as the destination file (destfile). The Windows
temp directory could be located on any volume, so you cannot use this directory.
B.2.3 Options
Define any of the following before inserting the InstallLib macro to modify its behavior as specified.
B.2.3.1 LIBRARY_X64
B.2.3.2 LIBRARY_SHELL_EXTENSION
● Define this before inserting InstallLib macro to call SHChangeNotify with SHCNE_ASSOCCHANGED after registration.
● Use this to refresh the shell when installing a shell extension or when changing file associations.
B.2.3.3 LIBRARY_COM
● Define this before inserting InstallLib macro to call CoFreeUnusedLibraries after registration.
● Use this for unloading all unnecessary libraries from memory when installing COM libraries.
B.2.3.4 LIBRARY_IGNORE_VERSION
● Define this before inserting InstallLib macro to ignore version information in the file and always install it, even if it
already exists.
● Use this when an older or specific version is required.
● Not recommended for DLLs installed to $SYSDIR.
B.2.4 Notes
● If you want to support Windows 9x/ME, you can only use short filenames (8.3).
● Warning: when deploying DLLs, always use redistributable files. Never copy files from your system directory.
B.2.5 Example
;Add code here that sets $ALREADY_INSTALLED to a non-zero value if the application is
;already installed. For example:
B.3.1 Introduction
The UnInstallLib macro allows you to uninstall a library. It sets the error flag if something went wrong during library removal.
B.3.2 Parameters
libtype
shared
uninstall
NOREMOVE
● The library should not be removed. You should use this option for common or important system files such as the
Visual Basic/C++/MFC runtimes.
REBOOT_PROTECTED
● Remove the library on reboot when in use (required for system files).
● Remove the library if the file is not protected by Windows File Protection.
NOREBOOT_PROTECTED
● Warns the user when the library is in use. The user will have to close applications using the library.
● Remove the library if the file is not protected by Windows File Protection.
REBOOT_NOTPROTECTED
● Remove the library on reboot when in use (required for system files).
● Remove the library without checking for Windows File Protection.
NOREBOOT_NOTPROTECTED
● Warns the user when the library is in use. The user will have to close applications using the library.
● Remove the library without checking for Windows File Protection.
file
B.3.3 Options
Define any of the following before inserting the UnInstallLib macro to modify its behavior as specified.
B.3.3.1 LIBRARY_X64
B.3.3.2 LIBRARY_SHELL_EXTENSION
● Define this before inserting UninstallLib macro to call SHChangeNotify with SHCNE_ASSOCCHANGED after
unregistration. Use this to refresh the shell when uninstalling a shell extension or when changing file associations.
B.3.3.3 LIBRARY_COM
● Define this before inserting UninstallLib macro to call CoFreeUnusedLibraries after unregistration. Use this for
unloading all unnecessary libraries from memory when uninstalling COM libraries.
B.3.4 Example
Add this code to your script to install and uninstall the VB6 runtimes.
The correct version of the following files should be stored in your script folder (or modify the paths to the local files if you
want to use another folder):
● msvbvm60.dll
● oleaut32.dll
● olepro32.dll
● oleaut32.dll
● comcat.dll
● asycfilt.dll
● stdole2.tlb
To ask the user for a reboot, if required, use the Modern UI with a Finish page or use IfRebootFlag and make your own page
or message box.
!include Library.nsh
Var ALREADY_INSTALLED
;Add code here that sets $ALREADY_INSTALLED to a non-zero value if the application is already
installed. For example:
SectionEnd
SectionEnd
You can use similar code to install common VB6 ActiveX controls (such as the controls for Windows Common Controls).
Function GetParent
Exch $R0
Push $R1
Push $R2
Push $R3
StrCpy $R1 0
StrLen $R2 $R0
loop:
IntOp $R1 $R1 + 1
IntCmp $R1 $R2 get 0 get
StrCpy $R3 $R0 1 -$R1
StrCmp $R3 "\" get
Goto loop
get:
StrCpy $R0 $R0 -$R1
Pop $R3
Pop $R2
Pop $R1
Exch $R0
FunctionEnd
Function TrimNewlines
Exch $R0
Push $R1
Push $R2
StrCpy $R1 0
loop:
IntOp $R1 $R1 - 1
StrCpy $R2 $R0 1 $R1
StrCmp $R2 "$\r" loop
StrCmp $R2 "$\n" loop
IntOp $R1 $R1 + 1
IntCmp $R1 0 no_trim_needed
StrCpy $R0 $R0 $R1
no_trim_needed:
Pop $R2
Pop $R1
Exch $R0
FunctionEnd
Function GetParameters
Push $R0
Push $R1
Push $R2
Push $R3
StrCpy $R2 1
StrLen $R3 $CMDLINE
loop:
IntOp $R2 $R2 + 1
StrCpy $R0 $CMDLINE 1 $R2
StrCmp $R0 $R1 get
StrCmp $R2 $R3 get
Goto loop
get:
IntOp $R2 $R2 + 1
StrCpy $R0 $CMDLINE 1 $R2
StrCmp $R0 " " get
StrCpy $R0 $CMDLINE "" $R2
Pop $R3
Pop $R2
Pop $R1
Exch $R0
FunctionEnd
Function StrStr
Exch $R1 ; st=haystack,old$R1, $R1=needle
Exch ; st=old$R1,haystack
Exch $R2 ; st=old$R1,old$R2, $R2=haystack
Push $R3
Push $R4
Push $R5
StrLen $R3 $R1
StrCpy $R4 0
; $R1=needle
; $R2=haystack
; $R3=len(needle)
; $R4=cnt
; $R5=tmp
loop:
StrCpy $R5 $R2 $R3 $R4
StrCmp $R5 $R1 done
StrCmp $R5 "" done
IntOp $R4 $R4 + 1
Goto loop
done:
StrCpy $R1 $R2 "" $R4
Pop $R5
Pop $R4
Pop $R3
Pop $R2
Exch $R1
FunctionEnd
Function GetWindowsVersion
Push $R0
Push $R1
ClearErrors
IfErrors 0 lbl_winnt
; we are not NT
ReadRegStr $R0 HKLM \
"SOFTWARE\Microsoft\Windows\CurrentVersion" VersionNumber
lbl_win32_95:
StrCpy $R0 '95'
Goto lbl_done
lbl_win32_98:
StrCpy $R0 '98'
Goto lbl_done
lbl_win32_ME:
StrCpy $R0 'ME'
Goto lbl_done
lbl_winnt:
lbl_winnt_x:
StrCpy $R0 "NT $R0" 6
Goto lbl_done
lbl_winnt_2000:
Strcpy $R0 '2000'
Goto lbl_done
lbl_winnt_XP:
Strcpy $R0 'XP'
Goto lbl_done
lbl_winnt_2003:
Strcpy $R0 '2003'
Goto lbl_done
lbl_winnt_vista:
Strcpy $R0 'Vista'
Goto lbl_done
lbl_error:
Strcpy $R0 ''
lbl_done:
Pop $R1
Exch $R0
FunctionEnd
Function GetIEVersion
Push $R0
ClearErrors
ReadRegStr $R0 HKLM "Software\Microsoft\Internet Explorer" "Version"
IfErrors lbl_123 lbl_456
lbl_456: ; ie 4+
Strcpy $R0 $R0 1
Goto lbl_done
lbl_error:
StrCpy $R0 ''
lbl_done:
Exch $R0
FunctionEnd
Function IsDotNETInstalled
Push $0
Push $1
StrCpy $0 1
System::Call "mscoree::GetCORVersion(w, i ${NSIS_MAX_STRLEN}, *i) i .r1"
StrCmp $1 0 +2
StrCpy $0 0
Pop $1
Exch $0
FunctionEnd
Function IsFlashInstalled
Push $R0
ClearErrors
ReadRegStr $R0 HKCR "CLSID\{D27CDB6E-AE6D-11cf-96B8-444553540000}" ""
IfErrors lbl_na
StrCpy $R0 1
Goto lbl_end
lbl_na:
StrCpy $R0 0
lbl_end:
Exch $R0
FunctionEnd
Function ConnectInternet
Push $R0
ClearErrors
Dialer::AttemptConnect
IfErrors noie3
Pop $R0
StrCmp $R0 "online" connected
MessageBox MB_OK|MB_ICONSTOP "Cannot connect to the internet."
Quit ;This will quit the installer. You might want to add your own error handling.
noie3:
connected:
Pop $R0
FunctionEnd
StrCmp $R0 0 +3
MessageBox MB_OK|MB_ICONEXCLAMATION "The installer is already running."
Abort
C.12 More
You can find more useful scripts at the NSIS Wiki, the NSIS forum and NSIS development page.
Like other applications, installers made by NSIS return error levels as a result of their execution. Checking the error level can
be useful if you call an NSIS installer from another application or installer.
As of NSIS 2.01, you can set the error level to other values using SetErrorLevel.
Note that uninstallers copy themselves to the temporary directory and execute from there so the original uninstaller can be
deleted. This means the error level the uninstaller sets is not available to the executing process, unless it simulates this copy
process and executes the copied uninstaller. To simulate this process, use:
If you don't do this, you'll only be able to know if the uninstaller failed copying itself to the temporary directory.
Required values
Optional values
Some of the following values will not be used by older Windows versions.
DisplayIcon (string) - Path, filename and index of the icon that will be displayed next to your application name
If both NoModify and NoRepair are set to 1, the button displays "Remove" instead of "Modify/Remove".
Please note that the Call, Get and Debug functions cannot be compiled with GCC, so download the Windows
version of NSIS and extract the System.dll plugin or write your own plugin that calls the functions you need.
Some install processes are required to call functions contained inside third party DLLs. A prime example of this is when
installing a Palm(TM) conduit.
Data Types
System.dll recognises the following data types:
NSIS $0..$9 become System.dll r0..r9 NSIS $R0..$R9 become System.dll r10..r19
Each parameter is specified by type, input and output. To skip input or output use a dot. Examples:
t 'happy calling'
String (pointer to a characters array), input is taken from $5 and changes to the array made by the call are saved into $R8:
t r5R8
*i r1r2
*l .s
Using System.dll::Call To call a function in a third party DLL, the Call function is used like this:
The '(r0, .r1, r2) .r3' section at the end are the parameters that are passed between your DLL and your NSIS script. As can
be seen in this parameters list type and input/output can be seperated. Each block of "(parms list) return value" overrides
and/or adds to the last one. In this case, the first block specifies the types and the second specifies input and output.
Function Definition
where
● pPath is a pointer to a character buffer. Upon return, this is the path & file name of the installed HotSync manager.
● piSize is a pointer to an integer that specifies the size (in TCHAR's), of the buffer referenced by the pPath parameter.
return values:
● 0: No error
● -1: A non-specific error occurred
● ERR_REGISTRY_ACCESS(-1006):Unable to access the Palm configuration entries
● ERR_BUFFER_TOO_SMALL(-1010): The buffer is too small to hold the requested information
● ERR_INVALID_POINTER(-1013):The specified pointer is not a valid pointer
Also, if the buffer is too small the value in *int is the size (in TCHARs) that the buffer should be.
CmGetHotSyncExecPath(t, *i) i
i.e. It takes a text variable, a pointer to int, and returns an int value.
Now that we've sorted out what the function does, and how it maps to the System.dll format, we can use the function in a
NSIS script.
First, it is recommended to turn 'PluginUnload' off before making multiple calls to System.dll. According to Brainsucker (and
others), this will speed up execution of the installer package.
Second, you have to change the output directory to that where the DLL you want to use is. It may also work if the DLL is on
the system path, but this hasn't been tested.
The following code fragment will install 'condmgr.dll' to a temporary directory, execute the CmGetHotSyncExecPath function,
display returned data and finally unload the System.dll plug-in. Save this script
Function loadDll
; last plug-in call must not have /NOUNLOAD so NSIS will be able to delete
; the temporary DLL
SetPluginUnload manual
; do nothing (but let the installer unload the System dll)
System::Free 0
FunctionEnd
; **** snip ****
and this function produces the following output in the 'details' page:
Written by djc
This function will dump the log of the installer (installer details) to a file of your choice. I created this function for Afrow_UK
who requested a way to dump the log to a file in this forum thread.
To use it, push a file name and call it. It will dump the log to the file specified. For example:
GetTempFileName $0
Push $0
Call DumpLog
Function DumpLog
Exch $5
Push $0
Push $1
Push $2
Push $3
Push $4
Push $6
written by KiCHiK
I wrote this script to help rpetges in this forum thread. It reads a registry value of the type REG_MULTI_SZ and prints it out.
Don't forget to edit where it says "Edit this!" when you test this script. The values must point to a REG_MULTI_SZ value or
the example will spit out an error.
ShowInstDetails show
!define REG_NONE 0
!define REG_SZ 1
!define REG_EXPAND_SZ 2
!define REG_BINARY 3
!define REG_DWORD 4
!define REG_DWORD_LITTLE_ENDIAN 4
!define REG_DWORD_BIG_ENDIAN 5
!define REG_LINK 6
!define REG_MULTI_SZ 7
Section "Read"
StrCpy $0 ""
StrCpy $1 ""
StrCpy $2 ""
StrCpy $3 ""
SetPluginUnload alwaysoff
System::Call "*(i) i (0) .r0"
System::Call "*(i) i (0) .r1"
System::Call "*(i) i (0) .r2"
System::Call "${RegOpenKeyEx}(${ROOT_KEY}, '${SUB_KEY}', \
0, ${KEY_QUERY_VALUE}|${KEY_ENUMERATE_SUB_KEYS}, r0) .r3"
StrCmp $3 0 goon
MessageBox MB_OK|MB_ICONSTOP "Can't open registry key! ($3)"
Goto done
goon:
StrCmp $3 0 read
MessageBox MB_OK|MB_ICONSTOP "Can't query registry value! ($3)"
Goto done
read:
multisz:
StrCmp $3 0 0 multiszalloc
MessageBox MB_OK|MB_ICONSTOP "Registry value empty! ($3)"
Goto done
multiszalloc:
System::Free $1
System::Alloc $3
Pop $1
StrCmp $1 0 0 multiszget
MessageBox MB_OK|MB_ICONSTOP "Can't allocate enough memory! ($3)"
Goto done
multiszget:
StrCmp $3 0 multiszprocess
MessageBox MB_OK|MB_ICONSTOP "Can't query registry value! ($3)[2]"
Goto done
multiszprocess:
StrCpy $4 $1
loop:
done:
System::Free $2
System::Free $1
StrCmp $0 0 noClose
System::Call "${RegCloseKey}(r0)"
noClose:
SetPluginUnload manual
System::Free $0
SectionEnd
written by KiCHiK
■ StrFilterS
■ VersionCompare
■ VersionConvert
E.1.1 Introduction
Include header:
!include "FileFunc.nsh"
!insertmacro GetFileExt
!insertmacro un.GetParent
Call functions:
Section Install
${GetFileExt} "C:\My Downloads\Index.html" $R0
; $R0="html"
SectionEnd
Section un.Install
${un.GetParent} "C:\My Downloads\Index.html" $R0
; $R0="C:\My Downloads"
SectionEnd
E.1.2 Locate
● Find files, directories and empty directories with mask and size options.
Syntax:
Function "Function"
; $R9 "path\name"
; $R8 "path"
; $R7 "name"
; $R6 "size" ($R6="" if directory, $R6="0" if file with /S=)
Note:
- Error flag if disk or directory isn't exist
- Error flag if syntax error
- See also Locate plugin
Section
${Locate} "C:\ftp" "/L=F /M=RPC DCOM.rar /S=1K" "Example1"
; 'RPC DCOM.rar' file in 'C:\ftp' with size 1 Kb or more
IfErrors 0 +2
MessageBox MB_OK "Error" IDOK +2
MessageBox MB_OK "$$R0=$R0"
SectionEnd
Function Example1
StrCpy $R0 $R9
; $R0="C:\ftp\files\RPC DCOM.rar"
Push $0
FunctionEnd
Section
GetTempFileName $R0
FileOpen $R1 $R0 w
${Locate} "C:\ftp" "/S=:2M /G=0" "Example2"
; folders and all files with size 2 Mb or less
; don't scan subdirectories
FileClose $R1
IfErrors 0 +2
MessageBox MB_OK "Error" IDOK +2
Exec '"notepad.exe" "$R0"'
SectionEnd
Function Example2
StrCmp $R6 '' 0 +3
FileWrite $R1 "Directory=$R9$\r$\n"
goto +2
FileWrite $R1 "File=$R9 Size=$R6 Mb$\r$\n"
Push $0
FunctionEnd
Section
GetTempFileName $R0
${Locate} "C:\ftp" "/L=F /S=0K" "Example3"
; all files in 'C:\ftp' with size detect in Kb
IfErrors 0 +2
MessageBox MB_OK "Error" IDOK +2
Exec '"notepad.exe" "$R0"'
SectionEnd
Function Example3
WriteINIStr $R0 "$R8" "$R7" "$R6 Kb"
Push $0
FunctionEnd
Section
StrCpy $R2 0
StrCpy $R3 0
loop:
StrCpy $R1 0
${Locate} "C:\ftp" "/L=DE" "Example4"
IntOp $R3 $R3 + 1
IntOp $R2 $R2 + $R1
StrCmp $R0 StopLocate +2
StrCmp $R1 0 0 loop
IfErrors 0 +2
MessageBox MB_OK 'error' IDOK +2
MessageBox MB_OK '$R2 directories were removed$\n$R3 loops'
SectionEnd
Function Example4
MessageBox MB_YESNOCANCEL 'Delete empty "$R9"?' IDNO end IDCANCEL cancel
RMDir $R9
IntOp $R1 $R1 + 1
goto end
cancel:
StrCpy $R0 StopLocate
end:
Push $R0
FunctionEnd
Section
StrCpy $R0 "C:\ftp" ;Directory move from
StrCpy $R1 "C:\ftp2" ;Directory move into
StrCpy $R2 0
StrCpy $R3 0
${Locate} "$R0" "/L=F" "Example5"
IfErrors 0 +2
MessageBox MB_OK 'error' IDOK +4
StrCmp $R3 0 0 +2
MessageBox MB_OK '$R2 files were moved' IDOK +2
MessageBox MB_OK '$R2 files were moved$\n$R3 files were NOT moved'
SectionEnd
Function Example5
StrCmp $R8 $R1 +6
IfFileExists '$R1\$R7' +4
Rename $R9 '$R1\$R7'
IntOp $R2 $R2 + 1
goto +2
IntOp $R3 $R3 + 1
Push $0
FunctionEnd
Section
StrCpy $R0 "C:\ftp" ;Directory copy from
StrCpy $R1 "C:\ftp2" ;Directory copy into
StrLen $R2 $R0
GetTempFileName $0
FileOpen $R3 $0 w
${Locate} "$R0" "/L=FDE" "Example6"
FileClose $R3
IfErrors 0 +2
MessageBox MB_OK 'error'
Function Example6
StrCpy $1 $R8 '' $R2
IfFileExists '$R1$1\$R7' 0 +3
FileWrite $R3 "-old:$R9 -new:$R1$1\$R7 -success$\r$\n"
goto +2
FileWrite $R3 "-old:$R9 -new:$R1$1\$R7 -failed$\r$\n"
end:
Push $0
FunctionEnd
Section
StrCpy $R0 "C:\ftp" ;Directory structure from
StrCpy $R1 "C:\ftp2" ;Directory structure into
StrLen $R2 $R0
IfErrors 0 +2
MessageBox MB_OK 'error'
SectionEnd
Function Example7
StrCpy $1 $R9 '' $R2
CreateDirectory '$R1$1'
Push $0
FunctionEnd
Section
nxs::Show /NOUNLOAD `$(^Name) Setup` /top `Setup searching something$\r$\nPlease wait... If you
can..` /h 1 /can 1 /end
${Locate} "C:\WINDOWS" "/L=F /M=*.inf /B=1" "Example8"
nxs::Destroy
SectionEnd
Function Example8
StrCmp $R0 $R8 abortcheck
StrCpy $R0 $R8
nxs::Update /NOUNLOAD /sub "$R8" /pos 78 /end
abortcheck:
nxs::HasUserAborted /NOUNLOAD
Pop $0
StrCmp $0 1 0 +2
StrCpy $0 StopLocate
end:
Push $0
FunctionEnd
E.1.3 GetSize
Syntax:
Note:
- Error flag if disk or directory isn't exist
- Error flag if syntax error
- See also Locate plugin
Example (1):
Section
; Find file size "C:\WINDOWS\Explorer.exe" in kilobytes
IfErrors 0 +2
MessageBox MB_OK "Error"
SectionEnd
Example (2):
Section
; Find folder size "C:\Installs\Reanimator\Drivers" in megabytes
IfErrors 0 +2
MessageBox MB_OK "Error"
SectionEnd
Example (3):
Section
; Find sum of files and folders "C:\WINDOWS" (no subfolders)
IfErrors 0 +2
MessageBox MB_OK "Error"
SectionEnd
E.1.4 DriveSpace
Syntax:
Note:
- Error flag if disk isn't exist or not ready
- Error flag if syntax error
Example:
Section
${DriveSpace} "C:\" "/D=F /S=M" $R0
; $R0="2530" megabytes free on drive C:
SectionEnd
E.1.5 GetDrives
Syntax:
"[Option]" ; [FDD+HDD+CDROM+NET+RAM]
; FDD Floppy Disk Drives
; HDD Hard Disk Drives
; CDROM CD-ROM Drives
; NET Network Drives
; RAM RAM Disk Drives
;
; [ALL]
; Find all drives by letter (default)
;
"Function" ; Callback function when found
Function "Function"
; $9 "drive letter" (a:\ c:\ ...)
; $8 "drive type" (FDD HDD ...)
Example1:
Section
${GetDrives} "FDD+CDROM" "Example1"
SectionEnd
Function Example1
MessageBox MB_OK "$9 ($8 Drive)"
Push $0
FunctionEnd
Example2:
Section
${GetDrives} "ALL" "Example2"
SectionEnd
Function Example2
MessageBox MB_OK "$9 ($8 Drive)"
Push $0
FunctionEnd
Section
StrCpy $R0 "D:\" ;Drive letter
StrCpy $R1 "invalid"
Function Example3
StrCmp $9 $R0 0 +3
StrCpy $R1 $8
StrCpy $0 StopGetDrives
Push $0
FunctionEnd
E.1.6 GetTime
Syntax:
${GetTime} "[File]" "[Option]" $var1 $var2 $var3 $var4 $var5 $var6 $var7
Note:
- Error flag if file isn't exist
- Error flag if syntax error
- See also Time plugin
Section
${GetTime} "" "L" $0 $1 $2 $3 $4 $5 $6
; $0="01" day
; $1="04" month
; $2="2005" year
; $3="Friday" day of week name
; $4="16" hour
; $5="05" minute
; $6="50" seconds
Section
${GetTime} "$WINDIR\Explorer.exe" "C" $0 $1 $2 $3 $4 $5 $6
; $0="12" day
; $1="10" month
; $2="2004" year
; $3="Tuesday" day of week name
; $4="2" hour
; $5="32" minute
; $6="03" seconds
IfErrors 0 +2
MessageBox MB_OK "Error" IDOK +2
MessageBox MB_OK 'Date=$0/$1/$2 ($3)$\nTime=$4:$5:$6'
SectionEnd
Section
${GetTime} "" "LS" $0 $1 $2 $3 $4 $5 $6
; $0="01" day
; $1="04" month
; $2="2005" year
; $3="Friday" day of week name
; $4="11" hour
; $5="05" minute
; $6="50" seconds
Section
${GetTime} "" "L" $0 $1 $2 $3 $4 $5 $6
StrCmp $4 0 0 +3
StrCpy $4 12
goto +3
StrCmp $4 12 +5
IntCmp $4 12 0 0 +3
StrCpy $7 AM
goto +3
IntOp $4 $4 - 12
StrCpy $7 PM
E.1.7 GetFileAttributes
Syntax:
Note:
- Error flag if file doesn't exist
Example1:
Section
${GetFileAttributes} "C:\MSDOS.SYS" "ALL" $R0
; $R0=READONLY|HIDDEN|SYSTEM|ARCHIVE
SectionEnd
Example2:
Section
${GetFileAttributes} "C:\MSDOS.SYS" "SYSTEM|HIDDEN" $R0
; $R0=1
SectionEnd
Example3:
Section
${GetFileAttributes} "C:\MSDOS.SYS" "NORMAL" $R0
; $R0=0
SectionEnd
E.1.8 GetFileVersion
Syntax:
Note:
- Error flag if file doesn't exist
- Error flag if file doesn't contain version information
Example:
Section
${GetFileVersion} "C:\ftp\program.exe" $R0
; $R0="1.1.0.12"
SectionEnd
E.1.9 GetExeName
Syntax:
${GetExeName} $var
Example:
Section
${GetExeName} $R0
; $R0="C:\ftp\program.exe"
SectionEnd
E.1.10 GetExePath
● Get installer pathname ($EXEDIR with valid case for Windows 98/Me).
Syntax:
${GetExePath} $var
Example:
Section
${GetExePath} $R0
; $R0="C:\ftp"
SectionEnd
E.1.11 GetParameters
Syntax:
${GetParameters} $var
Example:
Section
${GetParameters} $R0
; $R0="[parameters]"
SectionEnd
E.1.12 GetOptions
Syntax:
Note:
- Error flag if option not found
- First option symbol it is delimiter
Example1:
Section
${GetOptions} "/S /T" "/T" $R0
IfErrors 0 +2
MessageBox MB_OK "Not found" IDOK +2
MessageBox MB_OK "Found"
SectionEnd
Example2:
Section
${GetOptions} "-INSTDIR=C:\Program Files\Common Files -SILENT=yes" "-INSTDIR=" $R0
Example3:
Section
${GetOptions} '/SILENT=yes /INSTDIR="C:/Program Files/Common Files" /ADMIN=password' "/INSTDIR="
$R0
;$R0=C:/Program Files/Common Files
SectionEnd
Example4:
Section
${GetOptions} `-SILENT=yes -INSTDIR='"C:/Program Files/Common Files"' -ADMIN=password` "-
INSTDIR=" $R0
;$R0="C:/Program Files/Common Files"
SectionEnd
E.1.13 GetOptionsS
E.1.14 GetRoot
Syntax:
Example1:
Section
${GetRoot} "C:\Program Files\NSIS" $R0
; $R0="C:"
SectionEnd
Example2:
Section
${GetRoot} "\\SuperPimp\NSIS\Source\exehead\Ui.c" $R0
; $R0="\\SuperPimp\NSIS"
SectionEnd
E.1.15 GetParent
Syntax:
Example:
Section
${GetParent} "C:\Program Files\Winamp\uninstwa.exe" $R0
; $R0="C:\Program Files\Winamp"
SectionEnd
E.1.16 GetFileName
Syntax:
Example:
Section
${GetFileName} "C:\Program Files\Winamp\uninstwa.exe" $R0
; $R0="uninstwa.exe"
SectionEnd
E.1.17 GetBaseName
Syntax:
Example:
Section
${GetBaseName} "C:\ftp\program.exe" $R0
; $R0="program"
SectionEnd
E.1.18 GetFileExt
Syntax:
Example:
Section
${GetFileExt} "C:\ftp\program.exe" $R0
; $R0="exe"
SectionEnd
E.1.19 BannerTrimPath
Syntax:
"[PathString]" ;
;
"[Option]" ; [Length][A|B|C|D]
;
; Length -Maximum string length
; A -Trim center path (default)
; (C:\root\...\third path)
; If A mode not possible Then will be used B mode
; B -Trim right path
; (C:\root\second path\...)
; If B mode not possible Then will be used C mode
; C -Trim right string
; (C:\root\second path\third p...)
; D -Trim right string + filename
; (C:\root\second p...\third path)
; If D mode not possible Then will be used C mode
;
$var ; Result: Trimmed path
Example:
Section
${BannerTrimPath} "C:\Server\Documents\Terminal\license.htm" "35A" $R0
;$R0=C:\Server\...\Terminal\license.htm
SectionEnd
!include "WinMessages.nsh"
!include "FileFunc.nsh"
!insertmacro Locate
Section
Banner::show /NOUNLOAD "Starting..."
Banner::getWindow /NOUNLOAD
Pop $R1
${Locate} "$WINDIR" "/L=F /M=*.* /B=1" "LocateCallback"
Banner::destroy
SectionEnd
Function LocateCallback
StrCmp $R0 $R8 code
StrCpy $R0 $R8
${BannerTrimPath} "$R8" "38B" $R8
GetDlgItem $1 $R1 1030
SendMessage $1 ${WM_SETTEXT} 0 "STR:$R8"
code:
StrCmp $R9 '' end
;...
end:
Push $0
FunctionEnd
!include "FileFunc.nsh"
!insertmacro Locate
Section
nxs::Show /NOUNLOAD `$(^Name) Setup`\
/top `Setup searching something$\nPlease wait$\nIf you can...`\
/h 1 /can 1 /end
${Locate} "$WINDIR" "/L=F /M=*.* /B=1" "LocateCallback"
nxs::Destroy
SectionEnd
Function LocateCallback
StrCmp $R0 $R8 abortcheck
StrCpy $R0 $R8
${BannerTrimPath} "$R8" "55A" $R8
nxs::Update /NOUNLOAD /sub "$R8" /pos 78 /end
abortcheck:
nxs::HasUserAborted /NOUNLOAD
Pop $0
StrCmp $0 1 0 +2
StrCpy $0 StopLocate
end:
Push $0
FunctionEnd
E.1.20 DirState
Syntax:
"[path]" ; Directory
$var ; Result:
; $var=0 (empty)
; $var=1 (full)
; $var=-1 (directory not found)
Example:
Section
${DirState} "$TEMP" $R0
; $R0="1" directory is full
SectionEnd
E.1.21 RefreshShellIcons
● After changing file associations, you can call this function to refresh the shell immediately.
Syntax:
${RefreshShellIcons}
Example:
Section
WriteRegStr HKCR "Winamp.File\DefaultIcon" "" "$PROGRAMFILES\Winamp\WINAMP.EXE,2"
${RefreshShellIcons}
SectionEnd
E.2.1 Introduction
Include header:
!include "TextFunc.nsh"
!insertmacro LineRead
!insertmacro un.TrimNewLines
Call functions:
Section Install
${LineRead} "C:\a.log" "-1" $R0
; $R0="Last line$\r$\n"
SectionEnd
Section un.Install
${un.TrimNewLines} "Last line$\r$\n" $R0
; $R0="Last line"
SectionEnd
E.2.2 LineFind
● Find specified lines in text file, and edit or view these lines in callback function.
Syntax:
;
"Function" ; Callback function for specified lines
Function "Function"
; $R9 current line
; $R8 current line number
; $R7 current line negative number
; $R6 current range of lines
; $R5 handle of a file opened to read
; $R4 handle of a file opened to write ($R4="" if "/NUL")
Note:
- Error flag if input file doesn't exist
- Error flag if output file path doesn't exist
- Ranges must be specified on growth (2 4:5 9:-8 -5:-4 -2:-1)
- Output file will not be updated if no changes made.
Section
${LineFind} "C:\a.log" "C:\a-edited.log" "3:-1" "Example1"
IfErrors 0 +2
MessageBox MB_OK "Error"
SectionEnd
Function Example1
${TrimNewLines} '$R9' $R9
StrCpy $R9 $R9 '' 2
StrCpy $R9 '$R9$\r$\n'
;start from 3 line and delete first two symbols
Push $0
FunctionEnd
Section
${LineFind} "C:\a.log" "a.log" "{5:12 15 -6:-5 -1}" "Example2"
IfErrors 0 +2
MessageBox MB_OK "Error"
SectionEnd
Function Example2
${TrimNewLines} '$R9' $R9
StrCpy $R9 "$R9 ~Changed line ($R8)~$\r$\n"
Push $0
FunctionEnd
Section
${LineFind} "C:\a.log" "\logs\a.log" "2:3 10:-5 -3:-2" "Example3"
IfErrors 0 +2
Function Example3
StrCpy $0 SkipWrite
Push $0
FunctionEnd
Section
${LineFind} "C:\a.log" "" "10" "Example4
IfErrors 0 +2
MessageBox MB_OK "Error"
SectionEnd
Function Example4
FileWrite $R4 "---First Line---$\r$\n"
FileWrite $R4 "---Second Line ...---$\r$\n"
Push $0
FunctionEnd
!include "WordFunc.nsh"
!insertmacro WordReplace
Section
StrCpy $R0 0
${LineFind} "C:\a.log" "C:\logs\a.log" "1:-1" "Example5"
IfErrors 0 +2
MessageBox MB_OK "Error" IDOK +2
MessageBox MB_OK "Changed lines=$R0"
SectionEnd
Function Example5
StrCpy $1 $R9
StrCmp $1 $R9 +2
IntOp $R0 $R0 + 1
;$R0 count of changed lines
Push $0
FunctionEnd
Section
${LineFind} "\a.log" "C:\logs\a.log" "" "Example6"
IfErrors 0 +2
MessageBox MB_OK "Error" IDOK +2
MessageBox MB_OK "Processed lines=$R1:$R2"
SectionEnd
Function Example6
;(Cut lines from a line to another line (also including that line))
StrCmp $R0 finish stop
StrCmp $R0 start finish
;;(Delete lines from a line to another line (also including that line))
; StrCmp $R0 finish code
; StrCmp $R0 start finish
; StrCmp $R9 'Start Line$\r$\n' 0 code
; StrCpy $R0 start
; StrCpy $R1 $R8
; goto skip
; finish:
; StrCmp $R9 'Finish Line$\r$\n' 0 skip
; StrCpy $R0 finish
; StrCpy $R2 $R8
; skip:
; StrCpy $0 SkipWrite
; goto output
code:
;...
output:
Push $0
FunctionEnd
Section
${LineFind} "C:\a.log" "/NUL" "1:-1" "Example7"
IfErrors 0 +2
MessageBox MB_OK "Error"
SectionEnd
Function Example7
MessageBox MB_OKCANCEL '$$R9 "Line"=[$R9]$\n$$R8 "#" =[$R8]' IDOK +2
StrCpy $0 StopLineFind
Push $0
FunctionEnd
E.2.3 LineRead
Syntax:
;
"[LineNumber]" ; [No|-No]
; 3 line number from start
; -5 line number from end
;
$var ; Result: Line
Note:
- Error flag if input file doesn't exist
- Error flag if line number not found
Example:
Section
${LineRead} "C:\a.log" "-1" $R0
; $R0="Last line$\r$\n"
SectionEnd
E.2.4 FileReadFromEnd
Syntax:
Function "Function"
; $9 current line
; $8 current line number
; $7 current line negative number
Note:
- Error flag if input file doesn't exist
Example1:
Section
${FileReadFromEnd} "C:\a.log" "Example1"
IfErrors 0 +2
MessageBox MB_OK "Error"
SectionEnd
Function Example1
MessageBox MB_OKCANCEL '"Line"=[$9]$\n "#"=[$8]$\n "-#"=[$7]' IDOK +2
StrCpy $0 StopFileReadFromEnd
Push $0
FunctionEnd
Section
GetTempFileName $R0
FileOpen $R1 $R0 w
${FileReadFromEnd} "C:\a.log" "Example2"
FileClose $R1
IfErrors 0 +2
MessageBox MB_OK "Error" IDOK +2
Exec '"notepad.exe" "$R0"'
SectionEnd
Function Example2
StrCmp $7 -1 0 +5
StrCpy $1 $9 1 -1
StrCmp $1 '$\n' +3
StrCmp $1 '$\r' +2
StrCpy $9 '$9$\r$\n'
Push $0
FunctionEnd
E.2.5 LineSum
Syntax:
Note:
- Error flag if input file doesn't exist
Example:
Section
${LineSum} "C:\a.log" $R0
; $R0="54"
SectionEnd
E.2.6 FileJoin
Syntax:
Note:
- Error flag if input files don't exist
- Error flag if output file path doesn't exist
Section
${FileJoin} "C:\a.log" "C:\logs\b.log" "C:\Z.log"
SectionEnd
Section
${FileJoin} "C:\a.log" "C:\logs\b.log" "C:\a.log"
SectionEnd
E.2.7 TextCompare
Syntax:
Function "Function"
; $9 "Line File1"
; $8 "Line number"
; $7 "Line File2" (empty if SlowDiff)
; $6 "Line number" (empty if SlowDiff)
Note:
- Error flag if File1 or File2 doesn't exist
- Error flag if syntax error
Section
StrCpy $R0 ''
Function Example1
StrCpy $R0 NotEqual
StrCpy $0 StopTextCompare
Push $0
FunctionEnd
Section
StrCpy $R0 'Text1.txt'
StrCpy $R1 'Text2.txt'
GetTempFileName $R2
FileOpen $R3 $R2 w
FileWrite $R3 "$R0 | $R1$\r$\n"
${TextCompare} "$R0" "$R1" "FastDiff" "Example2"
IfErrors 0 +2
MessageBox MB_OK "Error" IDOK +2
Function Example2
FileWrite $R3 '$8=$9'
FileWrite $R3 '$6=$7$\r$\n'
Push $0
FunctionEnd
Section
StrCpy $R0 'Text1.txt'
StrCpy $R1 'Text2.txt'
GetTempFileName $R2
FileOpen $R3 $R2 w
FileWrite $R3 "$R0 | $R1$\r$\n"
${TextCompare} "$R0" "$R1" "FastEqual" "Example3"
IfErrors 0 +2
MessageBox MB_OK "Error" IDOK +2
Function Example3
FileWrite $R3 '$8|$6=$9'
Push $0
FunctionEnd
Section
StrCpy $R0 'Text1.txt'
StrCpy $R1 'Text2.txt'
GetTempFileName $R2
FileOpen $R3 $R2 w
FileWrite $R3 "$R0 | $R1$\r$\n"
${TextCompare} "$R0" "$R1" "SlowDiff" "Example4"
IfErrors 0 +2
MessageBox MB_OK "Error" IDOK end
end:
FunctionEnd
Function Example4
FileWrite $R3 '$8=$9'
Push $0
FunctionEnd
Section
StrCpy $R0 'Text1.txt'
StrCpy $R1 'Text2.txt'
GetTempFileName $R2
FileOpen $R3 $R2 w
FileWrite $R3 "$R0 | $R1$\r$\n"
${TextCompare} "$R0" "$R1" "SlowEqual" "Example5"
IfErrors 0 +2
MessageBox MB_OK "Error" IDOK +2
Function Example5
FileWrite $R3 '$8|$6=$9'
Push $0
FunctionEnd
Section
${TextCompare} "C:\1.txt" "C:\2.txt" "FastDiff" "Example6"
IfErrors 0 +2
MessageBox MB_OK "Error"
SectionEnd
Function Example6
MessageBox MB_OKCANCEL '$$9 "Line File1" =[$9]$\n$$8 "Line #" =[$8]$\n$$7 "Line
File2" =[$7]$\n$$6 "Line #" =[$6]' IDOK +2
StrCpy $0 StopTextCompare
Push $0
FunctionEnd
E.2.8 TextCompareS
E.2.9 ConfigRead
Syntax:
Note:
- Error flag if entry not found
- Error flag if file doesn't exist
Example1:
Section
${ConfigRead} "C:\AUTOEXEC.BAT" "SET winbootdir=" $R0
;$R0=C:\WINDOWS
SectionEnd
Example2:
Section
${ConfigRead} "C:\apache\conf\httpd.conf" "Timeout " $R0
;$R0=30
SectionEnd
E.2.10 ConfigReadS
E.2.11 ConfigWrite
Syntax:
;
"[Value]" ; value name
; if "" then delete Entry
;
$var ; Result:
; $var=CHANGED Value is written
; $var=DELETED Entry is deleted
; $var=ADDED Entry and Value are added
; $var=SAME Entry and Value already exist
Note:
- Error flag if file doesn't exist
- Error flag if file can't be opened
Example1:
Section
${ConfigWrite} "C:\AUTOEXEC.BAT" "SET winbootdir=" "D:\WINDOWS" $R0
;$R0=CHANGED
SectionEnd
Example2:
Section
${ConfigWrite} "C:\apache\conf\httpd.conf" "Timeout " "30" $R0
;$R0=SAME
SectionEnd
Example3:
Section
${ConfigWrite} "C:\apache\conf\httpd.conf" "Timeout " "" $R0
;$R0=DELETED
SectionEnd
E.2.12 ConfigWriteS
E.2.13 FileRecode
Syntax:
"[File]" ;
;
"[Format]" ; OemToChar -from DOS to Windows
; CharToOem -from Windows to DOS
Note:
- Error flag if file doesn't exist
- Error flag if syntax error
Example:
Section
${FileRecode} "C:\SCANDISK.LOG" "CharToOem"
SectionEnd
E.2.14 TrimNewLines
Syntax:
Example:
Section
${TrimNewLines} "Text line$\r$\n" $R0
; $R0="Text line"
SectionEnd
E.3.1 Introduction
Include header:
!include "WordFunc.nsh"
!insertmacro WordFind
!insertmacro un.WordReplace
Call functions:
Section Install
${WordFind} "A--H---S" "-" "+2" $R0
; $R0="H"
SectionEnd
Section un.Install
${un.WordReplace} "A--H---S" "-" "x" "+3*" $R0
; $R0="A--HxS"
SectionEnd
E.3.2 WordFind
Strings:
"[word+1][delimiter][word+2][delimiter][word+3]..."
"[delimiter][word+1][delimiter][word+2][delimiter]..."
"[delimiter][delimiter][word+1][delimiter][delimiter][delimiter]..."
"...[word-3][delimiter][word-2][delimiter][word-1]"
"...[delimiter][word-2][delimiter][word-1][delimiter]"
"...[delimiter][delimiter][word-1][delimiter][delimiter][delimiter]"
Syntax:
"[string]" ;[string]
; input string
"[delimiter]" ;[delimiter]
; one or several symbols
"[E][options]" ;[options]
; +number : word number from start
; -number : word number from end
; +number} : delimiter number from start
; all space after this
; delimiter to output
; +number{ : delimiter number from start
; all space before this
; delimiter to output
; +number}} : word number from start
; all space after this word
; to output
; +number{{ : word number from start
; all space before this word
; to output
; +number{} : word number from start
; all space before and after
; this word (word exclude)
; +number*} : word number from start
; all space after this
; word to output with word
; +number{* : word number from start
; all space before this
; word to output with word
; # : sum of words to output
; * : sum of delimiters to output
; /word : number of word to output
;
;[E]
; with errorlevel output
; IfErrors:
; $var=1 delimiter not found
; $var=2 no such word number
; $var=3 syntax error (Use: +1,-1},#,*,/word,...)
;[]
; no errorlevel output (default)
; If some errors found then (result=input string)
;
$var ;output (result)
Note:
- Accepted numbers 1,01,001,...
Section
${WordFind} "C:\io.sys C:\Program Files C:\WINDOWS" " C:\" "-02" $R0
; $R0="Program Files"
SectionEnd
Section
${WordFind} "C:\io.sys C:\logo.sys C:\WINDOWS" "sys" "-2}" $R0
; $R0=" C:\logo.sys C:\WINDOWS"
SectionEnd
Section
${WordFind} "C:\io.sys C:\logo.sys C:\WINDOWS" " C:\" "#" $R0
; $R0="3"
SectionEnd
Section
${WordFind} "C:\io.sys C:\logo.sys C:\WINDOWS" "sys" "*" $R0
; $R0="2"
SectionEnd
Section
${WordFind} "C:\io.sys C:\Program Files C:\WINDOWS" " " "/Files" $R0
; $R0="3"
SectionEnd
Example ( }} ):
Section
${WordFind} "C:\io.sys C:\logo.sys C:\WINDOWS" " " "+2}}" $R0
; $R0=" C:\WINDOWS"
SectionEnd
Example ( {} ):
Section
${WordFind} "C:\io.sys C:\logo.sys C:\WINDOWS" " " "+2{}" $R0
; $R0="C:\io.sys C:\WINDOWS"
SectionEnd
Example ( *} ):
Section
${WordFind} "C:\io.sys C:\logo.sys C:\WINDOWS" " " "+2*}" $R0
; $R0="C:\logo.sys C:\WINDOWS"
SectionEnd
Section
StrCpy $R0 "C:\Program Files\NSIS\NSIS.chm"
; "C:\Program Files\NSIS\Include\"
; "C:\\Program Files\\NSIS\\NSIS.chm"
; $R0="C:\Program Files\NSIS"
; "C:\\Program Files\\NSIS"
SectionEnd
Example (Coordinates):
Section
${WordFind} "C:\io.sys C:\logo.sys C:\WINDOWS" ":\lo" "E+1{" $R0
; $R0="C:\io.sys C"
IfErrors end
end:
SectionEnd
Section
${WordFind} "[string]" "[delimiter]" "E[options]" $R0
IfErrors 0 end
StrCmp $R0 1 0 +2 ; errorlevel 1?
MessageBox MB_OK 'delimiter not found' IDOK end
StrCmp $R0 2 0 +2 ; errorlevel 2?
MessageBox MB_OK 'no such word number' IDOK end
StrCmp $R0 3 0 +2 ; errorlevel 3?
MessageBox MB_OK 'syntax error'
end:
SectionEnd
Section
${WordFind} "C:\io.sys C:\logo.sys" "_" "+1" $R0
Section
${WordFind} "C:\io.sys C:\logo.sys" ":\lo" "E+1{" $R0
end:
SectionEnd
Section
${WordFind} "C:\io.sys C:\logo.sys" ":\lo" "+1{" $R0
end:
SectionEnd
Section
StrCpy $0 'OneWord'
StrCpy $1 1
loop:
${WordFind} "$0" " " "E+$1" $R0
IfErrors 0 code
StrCmp $1$R0 11 0 error
StrCpy $R0 $0
goto end
code:
; ...
IntOp $1 $1 + 1
goto loop
error:
StrCpy $1 ''
StrCpy $R0 ''
end:
; $R0="OneWord"
SectionEnd
E.3.3 WordFindS
E.3.4 WordFind2X
Strings:
"[delimiter1][word+1][delimiter2][delimiter1][word+2][delimiter2]..."
"[text][delimiter1][text][delimiter1][word+1][delimiter2][text]..."
"...[delimiter1][word-2][delimiter2][delimiter1][word-1][delimiter2]"
"...[text][delimiter1][text][delimiter1][word-1][delimiter2][text]"
Syntax:
"[string]" ;[string]
; input string
"[delimiter1]" ;[delimiter1]
; first delimiter
"[delimiter2]" ;[delimiter2]
; second delimiter
"[E][options]" ;[options]
; +number : word number from start
; -number : word number from end
; +number}} : word number from start all space
; after this word to output
; +number{{ : word number from end all space
; before this word to output
; +number{} : word number from start
; all space before and after
; this word (word exclude)
; +number*} : word number from start
; all space after this
; word to output with word
; +number{* : word number from start
; all space before this
; word to output with word
; # : sum of words to output
; /word : number of word to output
;
;[E]
; with errorlevel output
; IfErrors:
; $var=1 no words found
; $var=2 no such word number
; $var=3 syntax error (Use: +1,-1,#)
;[]
; no errorlevel output (default)
; If some errors found then (result=input string)
;
$var ;output (result)
Example (1):
Section
${WordFind2X} "[C:\io.sys];[C:\logo.sys];[C:\WINDOWS]" "[C:\" "];" "+2" $R0
; $R0="logo.sys"
SectionEnd
Example (2):
Section
${WordFind2X} "C:\WINDOWS C:\io.sys C:\logo.sys" "\" "." "-1" $R0
; $R0="logo"
SectionEnd
Example (3):
Section
${WordFind2X} "C:\WINDOWS C:\io.sys C:\logo.sys" "\" "." "-1{{" $R0
; $R0="C:\WINDOWS C:\io.sys C:"
SectionEnd
Example (4):
Section
${WordFind2X} "C:\WINDOWS C:\io.sys C:\logo.sys" "\" "." "-1{}" $R0
; $R0="C:\WINDOWS C:\io.sys C:sys"
SectionEnd
Example (5):
Section
${WordFind2X} "C:\WINDOWS C:\io.sys C:\logo.sys" "\" "." "-1{*" $R0
; $R0="C:\WINDOWS C:\io.sys C:\logo."
SectionEnd
Example (6):
Section
${WordFind2X} "C:\WINDOWS C:\io.sys C:\logo.sys" "\" "." "/logo" $R0
; $R0="2"
SectionEnd
Section
${WordFind2X} "[io.sys];[C:\logo.sys]" "\" "];" "E+1" $R0
; $R0="1" ("\...];" not found)
IfErrors 0 noerrors
MessageBox MB_OK 'Errorlevel=$R0' IDOK end
noerrors:
MessageBox MB_OK 'No errors'
end:
SectionEnd
E.3.5 WordFind2XS
E.3.6 WordFind3X
Syntax:
"[string]" ;[string]
; input string
"[delimiter1]" ;[delimiter1]
; first delimiter
"[center]" ;[center]
; center string
"[delimiter2]" ;[delimiter2]
; second delimiter
"[E][options]" ;[options]
; +number : word number from start
; -number : word number from end
; +number}} : word number from start all space
; after this word to output
; +number{{ : word number from end all space
; before this word to output
; +number{} : word number from start
; all space before and after
; this word (word exclude)
; +number*} : word number from start
; all space after this
Example (1):
Section
${WordFind3X} "[1.AAB];[2.BAA];[3.BBB];" "[" "AA" "];" "+1" $R0
; $R0="1.AAB"
SectionEnd
Example (2):
Section
${WordFind3X} "[1.AAB];[2.BAA];[3.BBB];" "[" "AA" "];" "-1" $R0
; $R0="2.BAA"
SectionEnd
Example (3):
Section
${WordFind3X} "[1.AAB];[2.BAA];[3.BBB];" "[" "AA" "];" "-1{{" $R0
; $R0="[1.AAB];"
SectionEnd
Example (4):
Section
${WordFind3X} "[1.AAB];[2.BAA];[3.BBB];" "[" "AA" "];" "-1{}" $R0
; $R0="[1.AAB];[3.BBB];"
SectionEnd
Example (5):
Section
${WordFind3X} "[1.AAB];[2.BAA];[3.BBB];" "[" "AA" "];" "-1{*" $R0
; $R0="[1.AAB];[2.BAA];"
SectionEnd
Example (6):
Section
${WordFind3X} "[1.AAB];[2.BAA];[3.BBB];" "[" "AA" "];" "/2.BAA" $R0
; $R0="2"
SectionEnd
Section
${WordFind3X} "[1.AAB];[2.BAA];[3.BBB];" "[" "XX" "];" "E+1" $R0
; $R0="1" ("[...XX...];" not found)
IfErrors 0 noerrors
MessageBox MB_OK 'Errorlevel=$R0' IDOK end
noerrors:
MessageBox MB_OK 'No errors'
end:
SectionEnd
E.3.7 WordFind3XS
E.3.8 WordReplace
Syntax:
"[string]" ;[string]
; input string
"[word1]" ;[word1]
; word to replace or delete
"[word2]" ;[word2]
; replace with (if empty delete)
"[E][options]" ;[options]
; +number : word number from start
; -number : word number from end
; +number* : word number from start multiple-replace
; -number* : word number from end multiple-replace
; + : replace all results
; +* : multiple-replace all results
; { : if exists replace all delimiters
; from left edge
; } : if exists replace all delimiters
; from right edge
; {} : if exists replace all delimiters
; from edges
; {* : if exists multiple-replace all
; delimiters from left edge
; }* : if exists multiple-replace all
; delimiters from right edge
; {}* : if exists multiple-replace all
; delimiters from edges
;
;[E]
; with errorlevel output
; IfErrors:
; $var=1 word to replace not found
; $var=2 no such word number
Example (replace):
Section
${WordReplace} "C:\io.sys C:\logo.sys C:\WINDOWS" "SYS" "bmp" "+2" $R0
; $R0="C:\io.sys C:\logo.bmp C:\WINDOWS"
SectionEnd
Example (delete):
Section
${WordReplace} "C:\io.sys C:\logo.sys C:\WINDOWS" "SYS" "" "+" $R0
; $R0="C:\io. C:\logo. C:\WINDOWS"
SectionEnd
Section
${WordReplace} "C:\io.sys C:\logo.sys C:\WINDOWS" " " " " "+1*" $R0
; +1* or +2* or +3* or +4* or +5* or +6*
; $R0="C:\io.sys C:\logo.sys C:\WINDOWS"
SectionEnd
Section
${WordReplace} "C:\io.sys C:\logo.sysSYSsys C:\WINDOWS" "sys" "bmp" "+*" $R0
; $R0="C:\io.bmp C:\logo.bmp C:\WINDOWS"
SectionEnd
Section
${WordReplace} "sysSYSsysC:\io.sys C:\logo.sys C:\WINDOWSsysSYSsys" "sys" "|" "{}*" $R0
; $R0="|C:\io.sys C:\logo.sys C:\WINDOWS|"
SectionEnd
Section
${WordReplace} "C:\io.sys C:\logo.sys" "sys" "bmp" "E+3" $R0
; $R0="2" (no such word number "+3")
IfErrors 0 noerrors
MessageBox MB_OK 'Errorlevel=$R0' IDOK end
noerrors:
MessageBox MB_OK 'No errors'
end:
SectionEnd
E.3.9 WordReplaceS
E.3.10 WordAdd
● Add words to string1 from string2 if not exist or delete words if exist.
Syntax:
"[string1]" ;[string1]
; string for addition or removing
"[delimiter]" ;[delimiter]
; one or several symbols
"[E][options]" ;[options]
; +string2 : words to add
; -string2 : words to delete
;
;[E]
; with errorlevel output
; IfErrors:
; $var=1 delimiter is empty
; $var=3 syntax error (use: +text,-text)
;[]
; no errorlevel output (default)
; If some errors found then (result=input string)
;
$var ;output (result)
Example (add):
Section
${WordAdd} "C:\io.sys C:\WINDOWS" " " "+C:\WINDOWS C:\config.sys" $R0
; $R0="C:\io.sys C:\WINDOWS C:\config.sys"
SectionEnd
Example (delete):
Section
${WordAdd} "C:\io.sys C:\logo.sys C:\WINDOWS" " " "-C:\WINDOWS C:\config.sys C:\IO.SYS" $R0
; $R0="C:\logo.sys"
SectionEnd
Section
${WordAdd} "C:\io.sys" " " "+C:\WINDOWS C:\config.sys C:\IO.SYS" $R0
; $R0="C:\io.sys C:\WINDOWS C:\config.sys"
SectionEnd
Section
${WordAdd} "C:\io.sys C:\logo.sys C:\WINDOWS" " " "-C:\WINDOWS" $R0
; $R0="C:\io.sys C:\logo.sys"
SectionEnd
Section
${WordAdd} "C:\io.sys C:\logo.sys" " " "+C:\logo.sys" $R0
StrCmp $R0 "C:\io.sys C:\logo.sys" 0 +2
MessageBox MB_OK "No new words found to add"
SectionEnd
Section
${WordAdd} "C:\io.sys C:\logo.sys" " " "-C:\config.sys" $R0
StrCmp $R0 "C:\io.sys C:\logo.sys" 0 +2
MessageBox MB_OK "No words found to delete"
SectionEnd
Section
${WordAdd} "C:\io.sys C:\logo.sys" "" "E-C:\logo.sys" $R0
; $R0="1" (delimiter is empty "")
IfErrors 0 noerrors
MessageBox MB_OK 'Errorlevel=$R0' IDOK end
noerrors:
MessageBox MB_OK 'No errors'
end:
SectionEnd
E.3.11 WordAddS
E.3.12 WordInsert
Syntax:
"[string]" ;[string]
; input string
"[delimiter]" ;[delimiter]
; one or several symbols
"[word]" ;[word]
; word to insert
"[E][options]" ;[options]
; +number : word number from start
; -number : word number from end
;
;[E]
; with errorlevel output
; IfErrors:
; $var=1 delimiter is empty
; $var=2 wrong word number
; $var=3 syntax error (Use: +1,-1)
;[]
; no errorlevel output (default)
; If some errors found then (result=input string)
;
$var ;output (result)
Example (1):
Section
${WordInsert} "C:\io.sys C:\WINDOWS" " " "C:\logo.sys" "-2" $R0
; $R0="C:\io.sys C:\logo.sys C:\WINDOWS"
SectionEnd
Example (2):
Section
${WordInsert} "C:\io.sys" " " "C:\WINDOWS" "+2" $R0
; $R0="C:\io.sys C:\WINDOWS"
SectionEnd
Example (3):
Section
${WordInsert} "" " " "C:\WINDOWS" "+1" $R0
; $R0="C:\WINDOWS "
SectionEnd
Section
${WordInsert} "C:\io.sys C:\logo.sys" " " "C:\logo.sys" "E+4" $R0
; $R0="2" (wrong word number "+4")
IfErrors 0 noerrors
MessageBox MB_OK 'Errorlevel=$R0' IDOK end
noerrors:
MessageBox MB_OK 'No errors'
end:
SectionEnd
E.3.13 WordInsertS
E.3.14 StrFilter
Syntax:
"[string]" ;[string]
; input string
;
"[options]" ;[+|-][1|2|3|12|23|31][eng|rus]
; + : convert string to uppercase
; - : convert string to lowercase
; 1 : only Digits
; 2 : only Letters
; 3 : only Special
; 12 : only Digits + Letters
; 23 : only Letters + Special
; 31 : only Special + Digits
; eng : English symbols (default)
; rus : Russian symbols
;
"[symbols1]" ;[symbols1]
; symbols include (not changeable)
;
"[symbols2]" ;[symbols2]
; symbols exclude
;
$var ;output (result)
Note:
- Error flag if syntax error
- Same symbol to include & to exclude = to exclude
Example (UpperCase):
Section
${StrFilter} "123abc 456DEF 7890|%#" "+" "" "" $R0
; $R0="123ABC 456DEF 7890|%#"
SectionEnd
Example (LowerCase):
Section
${StrFilter} "123abc 456DEF 7890|%#" "-" "ef" "" $R0
; $R0="123abc 456dEF 7890|%#"
SectionEnd
Example (Filter1):
Section
${StrFilter} "123abc 456DEF 7890|%#" "2" "|%" "" $R0
; $R0="abcDEF|%" ;only Letters + |%
SectionEnd
Example (Filter2):
Section
${StrFilter} "123abc 456DEF 7890|%#" "13" "af" "4590" $R0
; $R0="123a 6F 78|%#" ;only Digits + Special + af - 4590
SectionEnd
Example (Filter3):
Section
${StrFilter} "123abc 456DEF 7890|%#" "+12" "b" "def" $R0
; $R0="123AbC4567890" ;only Digits + Letters + b - def
SectionEnd
Example (Filter4):
Section
${StrFilter} "123abcÀÁÂ 456DEFãäå 7890|%#" "+12rus" "ä" "ãå" $R0
; $R0="123ÀÁÂ456ä7890" ;only Digits + Letters + ä - ãå
SectionEnd
Section
${StrFilter} "123abcÀÁÂ 456DEFãäå 7890|%#" "2rus" "" "" $R0
; $R0="ÀÁÂãäå" ;only Russian Letters
${StrFilter} "123abcÀÁÂ 456DEFãäå 7890|%#" "2" "$R0" "" $R0
; $R0="abcÀÁÂDEFãäå" ;only English + Russian Letters
SectionEnd
Section
Push "_01-PERPETUOUS_DREAMER__-__THE_SOUND_OF_GOODBYE_(ORIG._MIX).MP3_"
Call Capitalize
Pop $R0
; $R0="_01-Perpetuous_Dreamer__-__The_Sound_Of_Goodbye_(Orig._Mix).mp3_"
Function Capitalize
Exch $R0
Push $0
Push $1
Push $2
StrCpy $0 0
loop:
IntOp $0 $0 + 1
StrCpy $1 $R0 1 $0
StrCmp $1 '' end
StrCmp $1 ' ' +5
StrCmp $1 '_' +4
StrCmp $1 '-' +3
StrCmp $1 '(' +2
StrCmp $1 '[' 0 loop
IntOp $0 $0 + 1
StrCpy $1 $R0 1 $0
StrCmp $1 '' end
StrCpy $2 $R0 $0
IntOp $0 $0 + 1
StrCpy $R0 $R0 '' $0
IntOp $0 $0 - 2
StrCpy $R0 '$2$1$R0'
goto loop
end:
Pop $2
Pop $1
Pop $0
Exch $R0
FunctionEnd
E.3.15 StrFilterS
E.3.16 VersionCompare
Syntax:
Example:
Section
${VersionCompare} "1.1.1.9" "1.1.1.01" $R0
; $R0="1"
SectionEnd
E.3.17 VersionConvert
Syntax:
"[Version]" ; Version
;
"[CharList]" ; List of characters, which will be replaced by numbers
; "abcdefghijklmnopqrstuvwxyz" (default)
;
$var ; Result: converted version
Note:
- Converted letters are separated with dot
- If character is non-digit and not in list then it will be converted to dot
Example1:
Section
${VersionConvert} "9.0a" "" $R0
; $R0="9.0.01"
Example2:
Section
${VersionConvert} "0.15c-9m" "" $R0
; $R0="0.15.03.9.13"
Example3:
Section
${VersionConvert} "0.15c+" "abcdefghijklmnopqrstuvwxyz+" $R0
; $R0="0.15.0327"
■ Changelog
❍ 2.10
■ Changelog
❍ 2.09
■ Changelog
❍ 2.08
■ Release Notes
■ Changelog
❍ 2.07
■ Release Notes
■ Changelog
❍ 2.06
■ Changelog
❍ 2.05
■ Release Notes
■ Changelog
❍ 2.04
■ Changelog
❍ 2.03
■ Release Notes
■ Changelog
❍ 2.02
■ Changelog
❍ 2.01
■ Release Notes
■ Changelog
❍ 2.0
■ Release Notes
■ Changelog
❍ 2.0 Release Candidate 4
■ Changelog
❍ 2.0 Release Candidate 3
■ Changelog
❍ 2.0 Release Candidate 2
■ Changelog
❍ 2.0 Release Candidate 1
■ Release Notes
■ Changelog
❍ 2.0 Beta 4
■ Release Notes
■ Changelog
❍ 2.0 Beta 3
❍ 2.0 Beta 2
❍ 2.0 Beta 1
❍ 2.0 Beta 0
❍ 2.0 Alpha 7
❍ 2.0 Alpha 6
❍ 2.0 Alpha 5
❍ 2.0 Alpha 4
❍ 2.0 Alpha 3
❍ 2.0 Alpha 2
❍ 2.0 Alpha 1
❍ 2.0 Alpha 0
❍ Older Versions
F.1 2.28
F.1.1 Changelog
● Added a workaround for a Windows 2000 bug that caused infinite loops when hitting a key in
the instilfes page (bug #1733692)
F.1.1.4 Translations
F.2 2.27
● This is a quick-fix release that addresses a bug introduced in the last version, 2.26, that caused
$PROGRAMFILES and $COMMONFILES to translate into random strings in the uninstaller.
F.2.2 Changelog
● Fixed a bug introduced in 2.26 that made $PROGRAMFILES and $COMMONFILES unavailable in
the uninstaller
● Added TOOLSET option to allow selection of specific build tools (e.g. scons TOOLSET=mingw)
F.3 2.26
● Installation on x64 systems is now fully supported with $PROGRAMFILES64, SetRegView and
Library's LIBRARY_X64 option.
F.3.2 Changelog
● Added LIBRARY_X64 option for InstallLib and UnInstallLib for installing and uninstalling x64
libraries
● InstallOptions 2.47: line breaks support in Link controls (patch #1683186, RFE #1495949),
added HLine and VLine controls (patch #1683189)
● MakeNSISW: fixed broken command line parameter handling introduced in the last version (bug
#1696534)
● UserInfo: return effective user group on Vista, added GetOriginalAccountType (patch #1687456,
bug #1684777)
F.3.2.5 Translations
F.4 2.25
F.4.1 Changelog
● Added Memento.nsh for easy persistency of user selections across different runs of the installer
(RFE #1677624)
● Fixed a bug introduced in 2.24 that allowed the license page to be skipped even with agreement
check box or radio buttons (bug #1664428)
● Added Vista manifest to StartMenu.nsi example to avoid backward compatibility mode that
moves shortcuts (bug #1664957)
● Both dashes and slashes are supported as switch prefixes on makensis.exe (bug #1661503)
● Delete uninstaller temporary directory on reboot (patch #1660626)
● Distribute Plug-in example with the NSIS package and not only with the source code
● Fixed lossy Unicode conversion of dialog template strings (bug #1662190)
● Fixed Sections.nsh macros support for $0 as input (bug #1664648)
● Fixed uninstallers support for the /D= command line switch
● Improved logging of WriteReg commands
● Minor documentation updates and fixes (including patch #1662419)
● InstallOptions 2.46: Use installer's name for message boxes (bug #1661677)
● MakeNSISW: Use Escape button to close (RFE #1666501)
● Math: Removed mathcrt.lib
● StartMenu: Refuse empty paths (bug #1684751)
F.4.1.5 Translations
F.5 2.24
F.5.1 Changelog
● Added /P command line option for setting process priority of makensis (patch #1638974)
● Added support for 64-bit PE on POSIX to GetDLLVersionLocal (patch #1643633)
● Append last part of InstallDir only to $INSTDIR on directory pages (bug #1174184)
● Avoid permissions change of output files for LineFind and FileJoin (bug #1631773)
● Fixed erroneous warnings on uninstall sections (bug #1631889)
● Fixed lossy Unicode conversion in resource editor (bug #1083492)
● Ignore invalid preprocessor commands in ignored block or comments
● Made VIAddVersionKey only query language tables instead of creating them and generating
warnings (bug #1626504)
● Minor documentation updates and fixes (including bug #1642107, patch #1649187)
● Warn when continuing a comment line using backslash (bug #1554178)
● InstallOptions 2.45: Added FOCUS flag (patch #1634704) and fixed paste with ONLY_NUMBERS
flag (bug #1652075)
● MakeNSISW: settings in HKCU instead of HKLM (bug #1411970) and MRU menu accelerators
F.5.1.5 Translations
F.6 2.23
F.6.1 Changelog
F.7 2.22
● Some changes have been made to the credit and license files in order to avoid copyrights and
license related confusions. This does not change in any way how NSIS should or could be used.
NSIS itself is still licensed with the permissive BSD-like zlib license.
● Upgrade is recommended for early adopters of WinVer.nsh, due to a bug in Windows 98 and ME
detection.
F.7.2 Changelog
● Fixed context menu not disappearing when moving from instfiles page (bug #1115825)
● Fixed WinVer.nsh's detection of Windows 98 and ME (reported on the forum)
● Fixed WriteUninstaller failure to overwrite read-only uninstallers (bug #1542530)
● Licensed lzma under CPL with a special exception, instead of LGPL
● Minor documentation updates and fixes (including bug #1584618, bug #1589877)
● Updated comments in MUI examples (bug #1595500)
F.7.2.3 Translations
F.8 2.21
F.8.1 Changelog
F.8.1.4 Translations
F.9 2.20
F.9.1 Changelog
F.9.1.2 Translations
● Spanish corrections
● Swedish corrections (bug #1542680)
● Ukrainian corrections
F.10 2.19
F.10.1 Changelog
● Fixed !system and !packhdr failure with quoted long file names (bug #1509909)
● Fixed build problems on 64bit platforms (bug #1504772)
● Fixed negative total size for data larger than 2GB in script compilation summary (bug #1468852)
● Minor documentation updates and fixes
● Replaced IsDotNETInstalled with a simpler and better version
● Made !if compare strings case insensitively, like StrCmp and !ifdef
F.10.1.3 Plug-ins
F.10.1.4 Translations
F.11 2.18
F.11.1 Changelog
F.11.1.2 Translations
F.12 2.17
F.12.1 Changelog
● Fixed build failures and segfaults on PowerPC Mac OS X (bug #1474597, bug #1481044)
● Fixed Library's TLB version interpretation (bug #1471341)
● Fixed possible stack corruption when using TypeLib.dll on an invalid TLB
● Fixed RMDir deletion failure of read-only folders (bug #1481664)
● MakeNSISW: Fixed toolbar compressor selection menu, broken in the previous version (bug
#1466486)
● Minor documentation improvements and fixes (including bug #1469306, bug #1491616)
F.12.1.2 Translations
F.13 2.16
● The script compiler, makensis, builds and works on big-endian platforms. This change enlarges
the portability range of NSIS to theoretically every POSIX platform. Please report any
incompatibility with specific platforms or build-tools.
● The internal changes made to support big-endian platforms also pave the road to x64 installers.
There is now a central function which writes data to disk. This function currently only converts
the endianity of integers, but it can be changed to selectively write 64-bit integers. Hopefully,
there'll soon be a simple method of compiling a script to both x86 and x64 installers.
● Changing Source/exehead/fileform.h to alter the internal structure of installers is no longer
enough. The compiler has its own definitions of the structures which must also be changed in
Source/fileform.cpp. In the future, fileform.cpp should be automatically generated from fileform.
h, but for now, the synchronization must be done manually.
F.13.2 Changelog
(NSIS_CONFIG_CONST_DATA_PATH=no)
● Fixed replace_icon and and generate_uninstall_icon_data icon validation
● Made external CHM links safer to script exceptions (bug #1449879)
● Minor documentation improvements and fixes (including bug #1077439, bug #1448374, RFE
#1464446)
● Modern UI 1.75: added show function for the start menu page (RFE #1448176), added
MUI_HEADER_TRANSPARENT_TEXT for transparent header texts (RFE #1447766)
● NSISdl: better header detection for better compatibility with proxies like WinProxy (bug
#1445735), fail if no headers are sent, faster downloads (patch #1465378)
● StartMenu: validate user input (bug #1440636)
F.13.2.4 Translations
F.14 2.15
F.14.1 Changelog
● Added !if for more complex compile-time flow control (patch #1412982)
● Added /math switch to !define for simple compile-time mathematical operations (patch
#1372561)
● Edit box in the installation directory selection page is now always LTR, even for RTL languages
● Fixed improper iterator usage in dir_reader (bug #1431593)
● Fixed MessageBox MB_TOPMOST not showing up, if used as the first sections' instruction (bug
#1400995)
● Fixed RMDir skipping files with names starting with two dots (bug #1420657)
● GetOptions now sets the error flag, if the option wasn't found
● Made !include stop searching the include directories after a match is found (bug #1441877)
● Made header functions use /NOUNLOAD for faster plug-in calls
● Minor documentation improvements and fixes (including bug #1420352, bug #1432423)
● More informative Icon error messages (bug #1174742)
● New case sesnsitive functions in headers: WordFindS, WordFind2XS, WordFind3XS,
WordReplaceS, WordAddS, WordInsertS, StrFilterS, TextCompareS, ConfigReadS, ConfigWriteS,
GetOptionsS
F.14.1.3 Translations
F.15 2.14
● This release fixes a critical bug that caused installers using plug-ins to fail loading on Windows
9x and NT. Upgrading from 2.13 is highly recommended.
F.15.2 Changelog
● Fixed a bug that corrupted $TEMP under Windows 9x and NT and caused InitPluginsDir to fail
(bug #1412159)
● Fixed a possible buffer overflow caused by long values of $0, when using large
NSIS_MAX_STRLEN builds (above 4096)
F.16 2.13
● Language detection has changed. The default language is now set to the user's user-interface
language instead of the locale language, as suggested by MSDN. To restore the old behavior,
use System::Call "kernel32::GetUserDefaultLangID()i.a" in .onInit.
F.16.2 Changelog
● Default $LANGUAGE value is now based on user's UI language instead of locale (bug #1324734)
F.16.2.5 Translations
● Better installation under POSIX with proper ${NSISDIR} detection and appropriate directory
paths (/usr/bin, /usr/share/doc, etc.)
F.17 2.12
F.17.1 Changelog
F.17.1.5 Translations
F.18 2.11
● Rebuilding existing installers that use SetOverwrite ifdiff, might falsely overwrite files once
F.18.2 Changelog
● Added a workaround for a bug that prevented detection of some special folders (e.g. $DESKTOP
for all users) on Windows 9x (bug #1008632)
● Fixed a crash caused by copying very long details to clipboard in the installation log page (bug
#1314004)
● Added !tempfile, !delfile and !appendfile for cross-platform handling of text files during
compilation
● Fixed ChangeUI input handling (patch #1348473)
● SectionIn RO is no longer case sensitive
● Added support URL to the NSIS package entry in the Add/Remove control panel (RFE #1349867)
● Fixed comment handling (patch #1324898)
● Fixed duplicate RegTool test in Library
● Fixed invalid language selection according to $LANGUAGE in .onInit when only primary language
match is found (bug #1328629)
● Fixed missing RegTool error after install-reboot-install-reboot sequence with Library
● Fixed portability issues with LogicLib (bug #1320297, patch #1248336)
● Fixed SetOverwrite ifdiff always overwriting on FAT file system (bug #1338423)
● Fixed wrong size of red.bmp check box image
● Larger browse button for localized texts (bug #1314682)
● Added /OEM switch for OEM to ANSI conversion in nsExec (patch #1346737)
● Added /PROXY switch for manual proxy configuration in NSISdl (patch #1334166)
● Added solid compression check box to zip2exe (patch #1334155)
● Added stdin in MakeNSISw to allow xcopy to run
● Added timestamp handling to zip2exe (bug #1349853)
● Fixed input validation of nsExec
● InstallOptions 2.44: Added HWND and HWND2 entries to the INI file to avoid messy calculations
of the correct control id
F.18.2.5 Translations
● Added a workaround for linking errors caused by a bad library included in recent Platform SDK
versions
● Check for and use -pthread linker flag
● Improved FreeBSD portability
● Nicer error message for SCons version older than 0.96.90
F.19 2.10
F.19.1 Changelog
● Added rounding of required and available size on the directory page (1.59 => 1.6 instead of 1.5)
● Added WS_EX_LEFTSCROLLBAR style in RTL mode (bug #1283528)
F.19.1.3 Translations
● Fixed a bug in Slovenian translation that caused lots of missing language string warnings
● Fixed typos in Serbian translation
● Fixed typos in Thai translation
● Updated Simple Chinese translation
F.20 2.09
F.20.1 Changelog
● Fixed a bug introduced in 2.08, that prevented uninstallers from deleting $INSTDIR
● Fixed a bug that caused "C:\ " to be considered a valid installation directory, even without
AllowRootDirInstall
● Var can now be used in sections and functions, but only with the /GLOBAL flag
● WordFunc: fixed incorrect replacement of first word in WordReplace, under some conditions
(Instructor)
F.20.1.4 Translations
● Fixed a number of build problems on POSIX platforms which caused plug-ins to malfunction and
installers to crash
F.21 2.08
● The Archive has been replaced with a Wiki. The new Wiki allows everyone to edit all pages so
there's no longer need to hunt for the original author. It also allows everyone to upload plug-ins
and not just administrators. And as if that's not enough, it looks better and provides easier and
more feature-rich syntax.
F.21.2 Changelog
● Made RMDir set the error flag, if passed an invalid directory path (bug #1227553)
● Made uninstallers copy themselves into a subdirectory of the temporary directory to avoid DLLs
left in the temporary directory from being loaded by the uninstaller (patch #1214319)
● Missing LangString warning now uses the language name, if possible
● zip2exe: fixed restriction of extraction path length and updated to zlib 1.2.3 (bug #1226381)
● Added linker script to assure correct order of sections when building using GNU tools
● Added test target
● UIs are now built from source
F.22 2.07
● NSIS Update was removed and the update check was moved back to MakeNSISw (Help -> NSIS
Update). Use the nightly builds to get the latest compiled binaries from CVS.
● Solid compression is no longer the default for bzip2 and lzma, use SetCompressor /SOLID
bzip2 or SetCompressor /SOLID lzma for solid compression.
● Source code is no longer supplied with the installer package. Source code can be downloaded
from CVS or from the download page.
● The directory structure of the installation has been changed. All documentation is now in the
Docs folder and all examples are in the Examples folder.
F.22.2 Changelog
● EnumRegValue sets the error flag, if the enumeration index is out of range (bug #1178756)
● ExpandEnvStrings now sets the error flag as the documentation states
● Made File /oname throw an error if the first character is a quote
#1201712)
● Fixed $INSTDIR changing, even if user clicked Cancel in browse dialog
● Fixed a crash in makensis when using WindowIcon off (bug #1123353)
● Fixed Call :label in uninstall code
● Fixed compilation error without NSIS_CONFIG_COMPONENTPAGE
● Fixed compilation errors on various platforms (including patch #1179116, patch #1193692)
● Fixed CreateDirectory setting the error flag for directories with two consecutive backslashes
(bug #1119442)
● Fixed InstallLib setting the error flag for new shared libraries (bug #1181951)
● Fixed letters case in examples (patch #1184571)
● Fixed logging state being reset after the directory page (bug #1168711)
● Fixed overlapping icon in welcome page (bug #1221772)
● Fixed RMDir /REBOOTOK setting the reboot flag when trying to delete non-existent directory
(bug #1073792)
● Minor documentation fixes and improvements (including bug #1220940)
● Removed NSIS Update, MakeNSISw checks for new versions again
F.22.2.6 Translations
F.23 2.06
F.23.1 Changelog
● Fixed a bug, introduced in 2.05, that made components selection not function properly if the
first section in the script was a section group
● Fixed a bug, introduced in 2.05, that corrupted the state of section groups inside section groups
(bug #1155836)
F.24 2.05
● A lot of changes were made to the behavior of sections/components and related instructions.
The changes were thoroughly tested, but may still cause minor incompatibilities with old scripts.
Please let us know if your script no longer functions as expected with these changes.
F.24.2 Changelog
F.25 2.04
F.25.1 Changelog
F.26 2.03
● If you're using File /r folder in your script, it's recommended you replace it with File /r
folder\* for faster compilation and so no other folders named folder will be included
● Command line switches prefix on POSIX has changed to a dash
● The plug-in API change is backward compatible
F.26.2 Changelog
● Added /date switch to !define for definition of date and time constants
● Added /x switch for File and ReserveFile to exclude files and directories
● Made File's /r switch always search in subdirectories, even if the given path points to an existing
directory
F.27 2.02
F.27.1 Changelog
● Banner: Fixed some cases where the banner would not show on the foreground
F.28 2.01
● See Compiling NSIS Sources for information about compiling makensis on POSIX platforms
● NSIS doesn't create installers for Linux/Mac OS X etc., but you can compile Windows installers
on these platforms
● UpgradeDLL is still provided in UpgradeDLL.nsh for backwards compatibility
F.28.2 Changelog
● Fixed FileRead setting the error flag when a null character is the first character it reads
● Fixed a bug which caused the background gradient to paint slowly
● File paths relative to the root folder work again
● Added Colors.nsh
● Made Times New Roman default font for the background text because it should always have
support for the locale's language
● Fixed compilation of NSISdl under VS.NET
● SetCtlColors /BRANDING wasn't working right, if just one of the background or text color were
specified
● Language file fixes and improvements
F.29 2.0
● Finnish, Bulgarian and Thai language files are outdated and do not contain all needed
translations
F.29.2 Changelog
● Command line parser ignored any switches after tokens that are not switches
● Last part of the path specified in InstallDir was appended even if selected folder name was the
same
● Modern UI 1.70: Improved documentation, new Init custom function for Welcome and Finish
page
● Added StrFunc by deguix
● Updated and fixed language files
● Updated, fixed and improved documentation
F.30.1 Changelog
● NSISdl: All potential and rare crashes should be completely fixed now
● InstallOptions: Fixed a rare crash related to ListItems and a small memory leak when using
ValidateText
F.31.1 Changelog
● MakeNSISW: Fixed resize bug, fixed some UI issues in the settings dialog
● NSIS Update: Improved UI
● InstallOptions: Fixed minor problems with the new NOTIFY flag
F.32.1 Changelog
● Set focus to the main control in each page to ease keyboard control (plug-ins too)
● LangStrings and user variables limit is now 16383 and is enforced
● Fixed control colors set using SetCtlColors not changing when the system colors were changed
● Log window now responds to the context menu key
● Fixed a bug which caused beeping when the space key is hit on the components tree
● Added code to prevent weird usage of WM_COMMAND which can cause weird behavior
● Fixed compile errors when NSIS_CONFIG_COMPONENTPAGE, NSIS_CONFIG_PLUGIN_SUPPORT
or NSIS_SUPPORT_HWNDS are not defined
● More language files updated to the latest version
● Fixed CHM's script errors
● Documentation improvements
● InstallOptions 2.4: NOTIFY for link, drop list and list box; UI fixes and improvements. See IO's
change log for a complete list
● MakeNSISW: Improved user interface, added support for named symbol sets and fixed best
compressor selector
● Trying the LZMA compression method for your installer is recommended. It often gives a 20%
better compression ratio.
● Modern UI 1.68: The setting to change the title size on the Welcome page and Finish page has
been changed
F.33.2 Changelog
● InstallOptions 2.3: Added new control type "Button", added new flag "NOTIFY", added new flag
"NOWORDWRAP" for multi-line text boxes, reduced size down to 12K
● MakeNSISW: More options to set the compression method
● Zip2Exe 0.31: Fixed compression setting, LZMA compression support
● VPatch 2.1: Better error handling and exit code for GenPat
● The /LANG parameter is no longer available for any text setting instructions. You must use a
LangString if you want to make a certain text multilingual. This means you can also set one text
for all languages. To make the license data multilingual you should use LicenseLangString.
● Modern UI 1.67: Because of the new syntax for pages, renaming of settings and variable names
etc., you have to make some changes to your scripts, see the Modern UI Readme for details.
● Custom Pages now have a leave function. As this parameter is placed before the caption you
have to add another "" empty string for the title to work.
● .onSelChange is no longer called when the components page is created.
● The icons folder has been renamed to Graphics and was reorganized. If you were using any files
from Contrib\Icons in your script, you should update it to point to the new image or icon path.
● UpgradeDLL has been changed, it's highly recommend that you include the new version in your
script using !include "UpgradeDLL.nsh" instead of the old one.
F.34.2 Changelog
● Added PageEx, PageCallbacks and DirVar - it's now a lot easier to add the same page type twice
● Added FileBufSize
● Added VIAddVersionKey: add version information resource to the installer
● Added AllowSkipFiles: set whether the user should be able to skip a file when overwriting failed
● Added LicenseForceSelection: checkbox or radio buttons on license page to let user agree with
license or not
● Added SectionSetSize, SectionGetSize, SetCurInstType and GetCurInstType
● Replaced SetBkColor with SetCtlColors which can set text color too
● Added IfSilent and SetSilent to allow better /S interaction
● Added support for standard predefines: ${__DATE__}, ${__TIME__}, ${__TIMESTAMP__},
${__FILE__}, ${__LINE__}
● Added ifdiff and lastusd for SetOverwrite
● /o Switch for Section provides ability to unselect the section by default
● New parameter for DirText to set the browse dialog text
● Added RMDir /REBOOTOK: remove folders on reboot
● InstType /NOCUSTOM and /COMPONENTSONLYONCUSTOM work together
● Added base_dir for GetTempFileName
● MakeNSISW 2.0: UI to define symbols, easy access to recent scripts, toolbar and more
● Zip2Exe 0.3: based on header files, improved interface, Modern UI support, new script code,
● Modern UI 1.63: Header bitmap support, new defines to change the description area, single
macro for language selection dialog, more!
● New tutorial in the documentation
● define_if_last in Page command also works when a define has not been specified for all Page
commands.
This fixes the problem with the Modern UI "Click Next" / "Click Install" texts.
● Added SectionSetInstTypes and SectionGetInstTypes
● Reboot command does not force a reboot anymore (allows the user to save work)
● !if[n]def/!else fixes
● LogSet on now really starts logging
● Cancel button available on all pages after the instfiles page but the last page unless /
ENABLECANCEL was used in its Page command
● License page: No more limit on RTF size
● LangDLL: Option to auto-count number of languages, shell font support
● Page and UninstPage can not be used inside sections/functions
● CreateDirectory now uses the error flag
● EnumRegKey/Value output_var check fixed
● Updated translations
● Dreaded BSOD after plug-ins enumeration finally banished
● Minimize button and BGGradient and BGImage compatibility fixes
● WriteINIStr with empty value works again
● Added FlushINI
● User interface improvements: better order/grouping of controls, button selection problems fixed,
added minimize box, transparent BrandingText
● LangString improvements: can be used before they have been defined, warning if not present in
all language tables
● New version of the Modern User Interface with UI improvements, bugfixes and some small new
features
● InstallOptions 2.0 with support for custom font and DPI settings, groupboxes, grouped controls,
lots of bugfixes etc.
● No more random compression ratios
● SetOutPath now sets the working directory
● File names are validated, directory given by the user will now always work
● $QUICKLAUNCH now works with SetShellVarContext all
● Automatically appended directory name in the directory selection dialog will no longer contain
squares if not all characters are ASCII.
● Fixed a bug with remote drives and available space (\\remote\drive)
● Plug-in function's names are now case insensitive
● Fixed a bug with specifying Icon twice
● Include dirs (!addincludedir)
● On leave function for pages
● Installers can now really contain more than one branding image
● All !if/!else/!endif problems should be solved now
● SetFont "MS Shell Dlg" adds the DS_SHELLFONT style
● Win9x rename on reboot now also works when the destination file does not exist
● DeleteRegKey works on default value
● nsExec can be called from an installer executed by CreateProcess
● WriteUninstaller sets error code
● Banner.dll compatible with Modern UI
● Fixed focus problems in MakeNSISw
● Updated and new translations
● Some new bitmaps for the MUI by Virtlink
● Faster and better MakeNSISw integration
● New .NET Framework detection function
● Minor bugfixes
● Code clean-ups (compiles on VC7)
● New easier version of the Modern User Interface with better multilanguage support,
InstallOptions integration, welcome and finish page etc.
● Custom pages no longer flicker when created
● Added accelerator keys
● Added LangString and LangStringUP for user defined multilingual strings
● Added support for transparent check marks
● Added InitPluginsDir
● Renamed nsisconf.nsi to nsisconf.nsh
● Added CreateShortcut comment/description parameter
● Splash.exe is now a plugin (splash.dll)
● Added new plugins: System, AdvSplash, nsExec, UserInfo, BgImage, Banner and StartMenu
● !ifdef and friends can now be used in macros
● SendMessage can send strings (put STR: before a param) and supports timeouts
● Right mouse button "Copy to clipboard" context menu for the Details window
● Plugin syntax now requires dll name, e.g. dll::func not just func
● Licence text receives initial focus (page up & down work immediately, return key still works)
● Made win9x move/delete on reboot support proper and function like on win2k
● Now always loads RichEdit v2 if present (links work on Win9x)
● DeleteRegKey now complains if given a third parameter (other than /ifempty)
● RegDLL now works with DLLs dependent on DLLs from the same directory
● ${LANG_langName} defined as the language id when loading a NLF
● Fixed a few bugs that caused the installer to load slower than before
● Uninstall can now get command line parameters too
● Added ReserveFile
● Added ExDLL.h
● Included makensisw 1.9 (lots of changes)
● Updated InstallOptions
● Updated ZIP2EXE
● Updated HTTP download plugin, NSIS-dl (timeout added, better proxy detection)
● A lot of new language files
● A lot of new icons and check marks
● Changed section flags values
● SectionSetFlags can now set bold too
● SectionSetFlags now works in silent installers too
● SectionSetName for sub sections doesn't need '-' in front of the name
● Added SetPluginUnload
● Hidden section can now use SectionIn too
● File /nonfatal switch added
● Plugins no longer add size to their containing section
● Defines can now be used inside define names (${bla${blo}})
● New docs format (WOOHA!)
● EXE header size a lot smaller, 33.5KB for bzip2 and 34KB for zlib
● Lots of other bugs fixed...
● Added SetStaticBkColor
● Disabled UseOuterUIItem
● SendMessage WM_SETTEXT treats lParam as a string and not a number
● CopyFiles script message no longer always prints (silent)
● Custom install type text can now be changed
● ChangeUI can now change IDD_VERIFY
● Default license color now fits the user system
● Summary reports the right number of required sections
● Checkbox is only required in IDD_DIR if logging is enabled
● Not using /LANG now really causes the script compiler to use the last used language
● Fixed a bug with MBCS and the uninstaller text
● MBCS to Unicode and Unicode to MBCS conversion bugs fixed
● Fixed a bug that caused RTF not to show on Windows 9x
● Added a dialog that shows up if compress whole is used and initial decompressing lasts longer
than a second
● Updated to InstallOptions 1.3
● MakeNSISw 1.7 included
● Added modern UI by Joost Verburg (Examples\Modern UI)
● Added new full color icons by adni18
● Added Dutch, Korean, Russian, Swedish and Traditional Chinese language files
● Updated Spanish language file version (thanks to LsMoNKi)
● Added /TRIM(LEFT|RIGHT|CENTER) for BrandingText
● EXE header size down to 36.5KB
● Added yi-pixel.ico and yi-pixel-uninstall.ico by Jan T. Sott
● Fixed a bug with macros at the end of the file
● Sub-sections can now have defined names too
● Added LangDLL.dll plugin
● CallInstDLL /NOUNLOAD added (works on plugin calls too)
● Added UseOuterUIItem
● Enhanced ChangeUI
● Enhanced SetDlgItemText
● Added one-section.nsi example file
● Optimized Ximon's code for plug-in DLLs (back to 37KB)
● If default user language doesn't fit exactly, will try to find primary language match
● Fixed some strings that got replaced (space available and required etc.)
● Compiles without MS Platform SDK
● Included Spanish.nlf
● Included MagicLime.exe by snowchyld
● Added LoadLanguageFile
● Added $LANGUAGE
● Added /LANG option to string setters (Name, Caption, etc.)
● 'LogSet on' now builds a log file if not already created
● Added ${NSISDIR}
● Added XPStyle
● Added SetFont
● Added ChangeUI
● Added AddBrandingImage, and SetBrandingImage
● Added SetCompressor (no more makensis-bz2.exe)
● Added LicenseBkColor
● 'SpaceTexts none' now causes no space texts to appear
● Icon and UninstallIcon now support icons of any type
● CheckBitmap now support bitmaps with any color table/depth
● Unused resources are removed before writing out the installer
● Documented !error and !warning
● Added !echo and !verbose
● Added force option for CRCCheck
● Updated to Makensisw 1.6
● Updated to InstallOptions 1.2
● Installer can now be compressed using UPX
● A hint is shown if a line is longer than the detail window
● Modern style folder select dialog
● License data can now be RTF
● WindowIcon is now handled in the compiler
● Removed debug version (it never worked anyway)
● Faster compile time (WIN32_LEAN_AND_MEAN)
Source code is available in CVS and as a separate package with every NSIS distribution.
To build NSIS Python and SCons must be installed. Currently, the supported version of SCons is version
0.96.93. Any version of Python above 1.6 is supported.
To build, open a console, change the working directory to the root directory of NSIS and type scons.
That's it. For example:
C:\>cd dev\nsis
C:\dev\nsis>scons
scons: Reading SConscript files ...
Using Microsoft tools configuration
Checking for main() in C library gdi32... (cached) yes
Checking for main() in C library user32... (cached) yes
Checking for main() in C library version... (cached) yes
Checking for main() in C library pthread... (cached) no
Checking for main() in C library stdc++... (cached) no
Checking for main() in C library iconv... (cached) no
Checking for main() in C library libiconv... (cached) no
scons: done reading SConscript files.
scons: Building targets ...
...
scons dist-installer
scons dist-zip
scons dist
To get a complete list of options that the build system has to offer, type:
scons -h
scons -H
SCons will automatically detect Microsoft Visual C++. If you are looking for a free compiler to compile
NSIS, we recommend Microsoft Visual C++ 2005 Express Edition.
When using the Microsoft Visual C++ Toolkit 2003, add MSTOOLKIT=yes to the build command line:
scons MSTOOLKIT=yes
In case of errors about the compiler or the Platform SDK not being found, use:
The open-source MinGW can also be used to for building, but this results in noticeably larger installers.
Borland C++ or Open Watcom C/C++ might also work, but haven't been tested.
To compile the documentation as a CHM file, hhc.exe must be in the PATH. It is available as part of
HTML Help Workshop.
To build NSIS Menu, install wxWidgets 2.8, create an environment variable named WXWIN containing
the path to the installation directory of wxWidgets, run Contrib\NSIS Menu\wx\wxbuild.bat and build
NSIS as usual.
Important notes for Microsoft Visual C++ 6.0 users: The latest Platform SDK must be installed
before building. Because of flaws in the libraries distributed with Microsoft Visual C++ 6.0, not
installing the Platform SDK will result in crashes when using the CopyFiles command. See this forum
topic for more information. Installing the Processor Pack is highly recommended to decrease the size of
the installer overhead.
As of NSIS 2.01, the compiler, makensis, also compiles on POSIX platforms. POSIX platforms include
Linux, *BSD, Mac OS X and others. Since the generated installer will eventually run on Windows, a
cross-compiler is needed in order to compile them.
This should only build makensis and install it to the directory where a precompiled package, such as
the nightly build or a zipped release version (nsis-x.xx.zip), is extracted. Note that the in order for this
to work, the precompiled package must be compiled using the exact same sources as makensis. In
particular, Source\exehead\config.h, the options passed to scons and Source\exehead\fileform.h
must be identical. Nightly builds and zipped release versions are built with the default options.
Currently, the Call, Get and Debug functions of the System plug-in can't be built using GCC, but only
with MSVC. When building with GCC, either download a MSVC-compiled version or write your own
plugin that calls the functions you need. You can skip building the System plugin using the following
flags:
scons SKIPPLUGINS=System
To build a native version of NSIS Menu, install wxWidgets 2.8 and build as usual. wx-config must be in
the path.
There is no need to manually build the latest CVS version for Windows. A nightly build is available. The
nightly build is automatically generated every night, using the latest version of the source code from
CVS. There is no official nightly build for other platforms.
● Appendix H: Credits
❍ Programmers
❍ Designers
❍ Translators
❍ Writers
Appendix H: Credits
H.1 Programmers
● Multilingual NSIS
● RTF license text
● The new paging system
● Full color support for icons and bitmaps
● Branding image
● Customizable UI
● One makensis.exe for both zlib and bzip2
Joost Verburg
Robert Rainwater
● MakeNSISW
● New documentation format
● Enhancing the TreeView
● Reorganizing NSIS directory structure
● Massive optimizing
Ryan Geiss
Andras Varga
Drew Davidson
Peter Windridge
Yaroslav Faybishenko
Jeff Doozan
Nike ([email protected])
H.2 Designers
Nikos Adamamas
H.3 Translators
Catalan - falanko
Estonian - izzo
Indonesian - ariel825010106
Luxembourgish - Jo Hoeser
Russian - Sergey `Timon` Kusnetsov, Nik Medved, Scam, THRaSH, Dmitry Yerokhin
H.4 Writers
● Tutorial
● Appendix I: License
❍ Copyright
❍ Applicable licenses
❍ zlib/libpng license
❍ bzip2 license
❍ Common Public License version 1.0
❍ Special exception for LZMA compression module
Appendix I: License
I.1 Copyright
More detailed copyright information can be found in the individual source code files.
● All NSIS source code, plug-ins, documentation, examples, header files and graphics, with the
exception of the compression modules and where otherwise noted, are licensed under the zlib/
libpng license.
● The zlib compression module for NSIS is licensed under the zlib/libpng license.
● The bzip2 compression module for NSIS is licensed under the bzip2 license.
● The lzma compression module for NSIS is licensed under the Common Public License version 1.0.
This software is provided 'as-is', without any express or implied warranty. In no event will the authors
be held liable for any damages arising from the use of this software.
Permission is granted to anyone to use this software for any purpose, including commercial
applications, and to alter it and redistribute it freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not claim that you wrote the
original software. If you use this software in a product, an acknowledgment in the product
documentation would be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be misrepresented as
being the original software.
3. This notice may not be removed or altered from any source distribution.
Redistribution and use in source and binary forms, with or without modification, are permitted provided
that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and
the following disclaimer.
2. The origin of this software must not be misrepresented; you must not claim that you wrote the
original software. If you use this software in a product, an acknowledgment in the product
documentation would be appreciated but is not required.
3. Altered source versions must be plainly marked as such, and must not be misrepresented as
being the original software.
4. The name of the author may not be used to endorse or promote products derived from this
software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON PUBLIC LICENSE
("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES
RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
1. DEFINITIONS
"Contribution" means:
a) in the case of the initial Contributor, the initial code and documentation distributed under this
Agreement, and b) in the case of each subsequent Contributor:
where such changes and/or additions to the Program originate from and are distributed by that
particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by
such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include
additions to the Program which: (i) are separate modules of software distributed in conjunction with
the Program under their own license agreement, and (ii) are not derivative works of the Program.
"Licensed Patents " mean patent claims licensable by a Contributor which are necessarily infringed by
the use or sale of its Contribution alone or when combined with the Program.
"Recipient" means anyone who receives the Program under this Agreement, including all Contributors.
2. GRANT OF RIGHTS
a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive,
worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display,
publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such
derivative works, in source code and object code form.
b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive,
worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import
and otherwise transfer the Contribution of such Contributor, if any, in source code and object code
form. This patent license shall apply to the combination of the Contribution and the Program if, at the
time the Contribution is added by the Contributor, such addition of the Contribution causes such
combination to be covered by the Licensed Patents. The patent license shall not apply to any other
combinations which include the Contribution. No hardware per se is licensed hereunder.
c) Recipient understands that although each Contributor grants the licenses to its Contributions set
forth herein, no assurances are provided by any Contributor that the Program does not infringe the
patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability
to Recipient for claims brought by any other entity based on infringement of intellectual property rights
or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient
hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For
example, if a third party patent license is required to allow Recipient to distribute the Program, it is
Recipient's responsibility to acquire that license before distributing the Program.
d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its
Contribution, if any, to grant the copyright license set forth in this Agreement.
3. REQUIREMENTS
A Contributor may choose to distribute the Program in object code form under its own license
agreement, provided that:
i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied,
including warranties or conditions of title and non-infringement, and implied warranties or conditions of
merchantability and fitness for a particular purpose;
ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect,
special, incidental and consequential damages, such as lost profits;
iii) states that any provisions which differ from this Agreement are offered by that Contributor alone
and not by any other party; and
iv) states that source code for the Program is available from such Contributor, and informs licensees
how to obtain it in a reasonable manner on or through a medium customarily used for software
exchange.
b) a copy of this Agreement must be included with each copy of the Program.
Contributors may not remove or alter any copyright notices contained within the Program.
Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that
reasonably allows subsequent Recipients to identify the originator of the Contribution.
4. COMMERCIAL DISTRIBUTION
Commercial distributors of software may accept certain responsibilities with respect to end users,
business partners and the like. While this license is intended to facilitate the commercial use of the
Program, the Contributor who includes the Program in a commercial product offering should do so in a
manner which does not create potential liability for other Contributors. Therefore, if a Contributor
includes the Program in a commercial product offering, such Contributor ("Commercial Contributor")
hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any
losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions
brought by a third party against the Indemnified Contributor to the extent caused by the acts or
omissions of such Commercial Contributor in connection with its distribution of the Program in a
commercial product offering. The obligations in this section do not apply to any claims or Losses
relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified
Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow
the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense
and any related settlement negotiations. The Indemnified Contributor may participate in any such claim
at its own expense.
For example, a Contributor might include the Program in a commercial product offering, Product X.
That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes
performance claims, or offers warranties related to Product X, those performance claims and warranties
are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor
would have to defend claims against the other Contributors related to those performance claims and
warranties, and if a court requires any other Contributor to pay any damages as a result, the
Commercial Contributor must pay those damages.
5. NO WARRANTY
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS"
BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED
INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-
INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
responsible for determining the appropriateness of using and distributing the Program and assumes all
risks associated with its exercise of rights under this Agreement, including but not limited to the risks
and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or
equipment, and unavailability or interruption of operations.
6. DISCLAIMER OF LIABILITY
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS),
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
7. GENERAL
If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect
the validity or enforceability of the remainder of the terms of this Agreement, and without further
action by the parties hereto, such provision shall be reformed to the minimum extent necessary to
make such provision valid and enforceable.
If Recipient institutes patent litigation against a Contributor with respect to a patent applicable to
software (including a cross-claim or counterclaim in a lawsuit), then any patent licenses granted by
that Contributor to such Recipient under this Agreement shall terminate as of the date such litigation is
filed. In addition, if Recipient institutes patent litigation against any entity (including a cross-claim or
counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with
other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted
under Section 2(b) shall terminate as of the date such litigation is filed.
All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material
terms or conditions of this Agreement and does not cure such failure in a reasonable period of time
after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate,
Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable.
However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating
to the Program shall continue and survive.
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid
inconsistency the Agreement is copyrighted and may only be modified in the following manner. The
Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement
from time to time. No one other than the Agreement Steward has the right to modify this Agreement.
IBM is the initial Agreement Steward. IBM may assign the responsibility to serve as the Agreement
Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing
version number. The Program (including Contributions) may always be distributed subject to the
version of the Agreement under which it was received. In addition, after a new version of the
Agreement is published, Contributor may elect to distribute the Program (including its Contributions)
under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives
no rights or licenses to the intellectual property of any Contributor under this Agreement, whether
expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under
this Agreement are reserved.
This Agreement is governed by the laws of the State of New York and the intellectual property laws of
the United States of America. No party to this Agreement will bring a legal action under this Agreement
more than one year after the cause of action arose. Each party waives its rights to a jury trial in any
resulting litigation.
Igor Pavlov and Amir Szekely, the authors of the LZMA compression module for NSIS, expressly permit
you to statically or dynamically link your code (or bind by name) to the files from the LZMA
compression module for NSIS without subjecting your linked code to the terms of the Common Public
license version 1.0. Any modifications or additions to files from the LZMA compression module for
NSIS, however, are subject to the terms of the Common Public License version 1.0.
SourceForge.net
RSS RSS
Search Advanced
SourceForge. ● SourceForge
is Hiring
net
● Project of the
Create,
Month
Participate,
Scorched3D
Evaluate
Registered Projects: 151,018
Registered Users: 1,612,301
Project News
● Games
Most
downloaded:
May 2007 -
ZSNES Scorched3D
Most active:
Stellarium
Every month
● Hardware the team at
Most
SourceForge.
downloaded: net picks one
StepMania project, from
http://sourceforge.net/ (3 of 8)6/19/2007 2:14:18 PM
SourceForge.net: Welcome to SourceForge.net
● Networking
Most
downloaded:
FileZilla
Most active:
Zenoss Core -
Enterprise IT
Monitoring
● Security
Most
downloaded:
WinSCP
Most active:
Password Safe
● Storage
Most
downloaded/
active: 7-Zip
● SysAdmin
Most
downloaded:
TightVNC
Most active:
Zenoss Core -
Enterprise IT
Monitoring
● VoIP
Most
downloaded:
trixbox
(formerly
asterisk @
home)
Most active:
VMukti -
Collaborative
Conferencing
Featured
Downloads
Using
Tomcat
but need
to do
more?
Discover
IBM
WebSphere
Application
Server
v.1.0.2
based on
Apache
Geronimo
Download
You
Can't
Manage
What
You
Can't
See
Do you
know
what's on
your
network?
Learn how
to identify
600+
applications
to measure
and
manage all
traffic
types.
Download
Network
Monitoring
System
Analyze
network
traffic,
protocols
& much
more.
Free 30-
Day Trial.
Download
● Citrix ● Navision
alternative Solution
$4/User/ Center
Month!
Software
solutions &
services
Business
Process
Specialists
www.xigent.biz
● Ajax for
http://sourceforge.net/ (7 of 8)6/19/2007 2:14:18 PM
SourceForge.net: Welcome to SourceForge.net
Java EE
The most
active Open
Source Ajax
community
of Java
developers
www.icefaces.org
● Erp Software
Solutions for
Your Small
Business
Business
Begins Here.
www.business.
com
Search results
From NSIS Wiki
Search in namespaces :
✔ (Main) Talk User User talk NSIS Wiki NSIS Wiki talk File File talk
MediaWiki MediaWiki talk Template Template talk Help Help talk Category
Category talk
List redirects Search for abcdef Search
Retrieved from "http://nsis.sourceforge.net/Special:Search"
Views
● Special Page
Personal tools
Website navigation
● Main Page
● News
● Features
❍ Screenshots
❍ NSIS 2
❍ License
● Support
❍ Community
❍ FAQ
❍ Bug Reports
❍ Requests
● Developer Center
● Download
❍ Special Builds
❍ Development Files
● Users
● Contact
● Wiki Information
Search
abcdef Go Search
donate