NSIS (Nullsoft Scriptable Install System) for Windows 7 - Efficient NSIS Installer - Windows 7 Download
NSIS (Nullsoft Scriptable Install System) 3.03
"Streamline installations with NSIS – the versatile, scriptable installer system."
Looking for a reliable way to package and install your software on Windows 7? Look no further than NSIS (Nullsoft Scriptable Install System) developed by Kichik. This powerful tool allows you to create professional installations with custom graphics, scripting, and more. With NSIS, you can ensure that your software is installed smoothly and easily on any Windows 7 system. Try it today and see the difference it makes!
NSIS (Nullsoft Scriptable Install System) 3.03 full details
File Size: | 1.60 MB |
---|---|
License: | Open Source |
Price: | FREE |
Released: | 2018-01-29 |
Downloads: | Total: 974 | This Month: 1 |
Publisher: | Kichik |
Publisher URL: | http://nsis.sourceforge.net/Main_Page |
Download NSIS (Nullsoft Scriptable Install System) 3.03
Save NSIS (Nullsoft Scriptable Install System) to My Stuff
Tweet
NSIS (Nullsoft Scriptable Install System) 3.03 full screenshots
NSIS (Nullsoft Scriptable Install System) - Windows 7 Download awards
NSIS (Nullsoft Scriptable Install System) 3.03 full description
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.
Features
NSIS can create Windows installers that are capable of installing, uninstalling, setting system settings, extracting files, etc. Because NSIS is based on script files, you can create both simple and advanced installers.
Small overhead size
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.
Compatible with all major Windows versions
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, Windows Vista, Windows Sever 2008 and Windows 7.
Unique compression methods
You can choose between three different integrated compression methods (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.
For standard installers or as a starting point for more complex ones, you can use one of the available script generation tools.
Multiple languages in one installer
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.
Many features and checks for the target system
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.
Custom dialogs and interfaces
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.
Support for web installation, file patching
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.
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.
Features
NSIS can create Windows installers that are capable of installing, uninstalling, setting system settings, extracting files, etc. Because NSIS is based on script files, you can create both simple and advanced installers.
Small overhead size
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.
Compatible with all major Windows versions
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, Windows Vista, Windows Sever 2008 and Windows 7.
Unique compression methods
You can choose between three different integrated compression methods (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.
For standard installers or as a starting point for more complex ones, you can use one of the available script generation tools.
Multiple languages in one installer
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.
Many features and checks for the target system
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.
Custom dialogs and interfaces
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.
Support for web installation, file patching
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.
NSIS (Nullsoft Scriptable Install System) 3.03 download tags
NSIS (Nullsoft Scriptable Install System) 3.03 Windows 7 release notes
New Release
Major Changes:
- Added more NSD controls and macros (RFE #543)
- Added !gettlbversion
- Library TLB and VxD version support on POSIX (patch #284)
Minor Changes:
- Added System plug-in v2 syntax option
- Added System plug-in B and H types
- Added IntPtrCmp, IntPtrCmpU, and IntPtrOp
- Added Int64Cmp, Int64CmpU and Int64Fmt (64-bit only)
- Added IntOp and System::Int64Op >>> operator
- Added more !define /math operators
- Added WinVer.nsh IsDomainController (patch #286)
- Plug-ins now set the ASLR, DEP, LAA, NOSEH and TS PE flags (bug #1188)
- MakeNSIS exits with code 0 for various information commands (bug #1193)
- Removed unused NSD_LB_Clear macro parameter
Translations:
- Added Tatar (patch #281)
- Fixed and updated Scottish Gaelic (patch #285, bug #1197)
- Updated Italian (bug #1194)
Build System:
- Added support for Python 3
- Dropped support for Python 2.6 and older
[ NSIS (Nullsoft Scriptable Install System) release history ]
Major Changes:
- Added more NSD controls and macros (RFE #543)
- Added !gettlbversion
- Library TLB and VxD version support on POSIX (patch #284)
Minor Changes:
- Added System plug-in v2 syntax option
- Added System plug-in B and H types
- Added IntPtrCmp, IntPtrCmpU, and IntPtrOp
- Added Int64Cmp, Int64CmpU and Int64Fmt (64-bit only)
- Added IntOp and System::Int64Op >>> operator
- Added more !define /math operators
- Added WinVer.nsh IsDomainController (patch #286)
- Plug-ins now set the ASLR, DEP, LAA, NOSEH and TS PE flags (bug #1188)
- MakeNSIS exits with code 0 for various information commands (bug #1193)
- Removed unused NSD_LB_Clear macro parameter
Translations:
- Added Tatar (patch #281)
- Fixed and updated Scottish Gaelic (patch #285, bug #1197)
- Updated Italian (bug #1194)
Build System:
- Added support for Python 3
- Dropped support for Python 2.6 and older
[ NSIS (Nullsoft Scriptable Install System) release history ]
Bookmark NSIS (Nullsoft Scriptable Install System)
NSIS (Nullsoft Scriptable Install System) for Windows 7 - Copyright information
All NSIS (Nullsoft Scriptable Install System) reviews, submitted ratings and written comments become the sole property of Windows 7 download. You acknowledge that you, not windows7download, are responsible for the contents of your submission. However, windows7download reserves the right to remove or refuse to post any submission for any reason.
Windows 7 Download periodically updates pricing and software information of NSIS (Nullsoft Scriptable Install System) full version from the publisher, but some information may be out-of-date. You should confirm all information.
Using warez version, crack, warez passwords, patches, serial numbers, registration codes, key generator, pirate key, keymaker or keygen for NSIS (Nullsoft Scriptable Install System) license key is illegal and prevent future development of NSIS (Nullsoft Scriptable Install System). Download links are directly from our mirrors or publisher's website, NSIS (Nullsoft Scriptable Install System) torrent or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, SendSpace, DepositFiles, DivShare, HellShare, HotFile, FileServe or MediaFire, are not used.
Windows 7 Download periodically updates pricing and software information of NSIS (Nullsoft Scriptable Install System) full version from the publisher, but some information may be out-of-date. You should confirm all information.
Using warez version, crack, warez passwords, patches, serial numbers, registration codes, key generator, pirate key, keymaker or keygen for NSIS (Nullsoft Scriptable Install System) license key is illegal and prevent future development of NSIS (Nullsoft Scriptable Install System). Download links are directly from our mirrors or publisher's website, NSIS (Nullsoft Scriptable Install System) torrent or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, SendSpace, DepositFiles, DivShare, HellShare, HotFile, FileServe or MediaFire, are not used.
Post NSIS (Nullsoft Scriptable Install System) review
Windows 7 NSIS (Nullsoft Scriptable Install System) related downloads
Inno Setup is a free installer for Windows programs. First introduced in 1997, Inno Setup today rivals and even surpasses many commercial installers ...
... for a powerful tool to unpack your Inno Setup files? Look no further than Inno Setup Unpacker ...
BitRock InstallBuilder is a development tool for building crossplatform installers for desktop and server software. With InstallBuilder, you ...
BitRock InstallBuilder is a development tool for building crossplatform installers for desktop and server software. With InstallBuilder, you ...
... components. 3DP Net has the ability to automatically install the right network driver for your PC even ...
My Account
Help
Windows 7 Software Coupons
-
MacX Video Converter Pro
56% Off -
MacX DVD Video Converter
58% Off -
WinX MediaTrans
63% Off -
WinX DVD Copy Pro
42% Off -
WinX HD Video Converter
56% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- Windows 7
- iTop Easy Desktop 2.8.1.18
- Windows XP Mode (Windows Virtual PC) 1.3.7600.16423
- Windows 7 Enterprise
- User Account Manager 6.03
- Windows 7 Little Tweaker 1.2
- Network Monitor II 31.7
- ResLoad Notifier 1.4.4
- Q Light Controller 3.2.2w
- System Monitor II 31.3
- Internet Cyclone 2.28
- Microsoft Security Essentials Definition Updates x64 1.67.7.0
- SiSoftware Sandra Lite 2021.12.31.137
- System Explorer Portable 7.1.0.5359
- Total PC Care 3.0.648.7830
- GPU-Z 2.59.0
- Tray Cleaner 2.0
- Acid Reflux BRK 1.40
- VMWare Tweaker 0.13.3.50
- 3DP Net 21.01
Popular Tags
edit
tool
utility
data
download
windows
print
video
time
web
password
utilities
optimize
file
text
manager
convert
keyboard
image
monitor
search
database
files
system
shareware
editor
desktop
free
software
security
Popular Windows 7 Software
- Avro Keyboard 5.6.0.0
- Ghostscript (x64 bit) 10.03.1
- System Optimizer and Cleaner Software 7.0
- Windows 7
- Windows 7 Service Pack 1 7601.17514.1011
- Memory Card Data Recovery Freeware Tool 2.2.1.4
- OST2PST Converter Free 6.6 6.6
- CPU Cooling Master - Laptop Cooler 1.6.8.8
- Media Creation Tool x64 22H2
- CubexSoft PDF Merge Tool 1.1
- PrimoCache 4.4.0
- Stellar Data Recovery Technician 11.0.0.3
- PST Repair 17.0
- Sysinfo OST Splitter Tool 22.1
- MailsGen PST Converter 1.0
© 2025 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.