View Full Version : NSIS (Nullsoft Scriptable Install System) v 2.46 & Portable v 2.46.4
Baldy
04-29-2007, 04:03 PM
Nullsoft Scriptable Install System 2.26
Nullsoft Installation System is a pretty small, efficient and very capable installation system for all Windows based systems...
The Nullsoft Installation System package includes a basic compiler interface.
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.
Here are some key features of "Nullsoft Installation System":
· SuperPiMP technology (so advanced, so amazing, we won't even tell you what it is)
· Generates self contained executable installers
· Support for ZLib, BZip2 and LZMA data compression (files can be compressed individually or together)
· Uninstall support (installer can generate an uninstaller)
· Customizable user interface (dialogs, fonts, backgrounds, icons, text, checkmarks, images etc.)
· Classic and Modern wizard interface
· Fully multilingual, support for multiple languages in one installer. More than 35 translations are available, but you can also create your own
· Page system: You can add standard wizard pages or custom pages
· User selection of installation components, tree for component selection
· Multiple install configurations (usually Minimal, Typical, Full), and custom configuration
· Installer self-verification using a CRC32 checksum
· Small overhead over compressed data size (34 KB with default options)
· Ability to display a license agreement in text or RTF format
· Ability to detect destination directory from the registry
· Easy to use plug-in system (lots of plug-ins for creation of custom dialogs, internet connections, HTTP downloading, file patching, Win32 API calls etc. are included)
· Installers can be as large as 2GB
· Optional silent mode for automated installations
· A preprocessor with support for defined symbols, macro's, conditional compilation, standard predefines
· A lovely coding experience with elements of PHP and assembly (includes user variables, a stack, real flow control, etc.)
· Completely free for any use
What's New in This Release:
· Added LIBRARY_X64 option for InstallLib and UnInstallLib for installing and uninstalling x64 libraries
· Added $PROGRAMFILES32, $PROGRAMFILES64, $COMMONFILES32 and $COMMONFILES64
· Added $EXEPATH and $EXEFILE
· Added $(^Language) language string which holds the language name (RFE #1235616)
· Added LIBRARY_IGNORE_VERSION option for InstallLib (patch #1699435)
· Added VXD support for GetDLLVersionLocal on Windows NT/2000/XP/Vista (patch #1706624)
· Avoid Library warning when UnInstallLib is unused (bug #1692761)
· Fixed error handling of CopyFiles on Windows NT4 (bug #774966)
· Fixed font name encoding broken since 2.24
· Fixed LogicLib duplicate labels across included files
· Fixed preservation of folder attributes with File /a (bug #1699474)
· Improved unused variable warning (bug #1701050)
· Library macros no longer require version information for DLL files on POSIX
· Minor documentation improvements (including RFE #971467)
· Modern UI: added MUI_FINISHPAGE_CANCEL_ENABLED
· Modern UI: added MUI_FINISHPAGE_REBOOTLATER_DEFAULT (RFE #1143843)
· Modern UI: block unsupported languages in the language selection dialog (RFE #1564986)
· Modern UI: disable Cancel button on the finish page (bug #1267491)
· Modern UI: reduce flicker caused by MUI_HEADER_TRANSPARENT_TEXT (patch #1696610)
· Support Quit in show page functions
· Added SetRegView to allow access to the x64 registry view
· Installer icon support for MessageBox using MB_USERICON (patch #1682748, RFE #1530388)
· 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)
· Added Afrikaans translation (patch #1699558)
· French corrections (patch #1676101)
· German corrections
· Added SKIPTESTS option
· Avoid a lot of code warnings (bug #1676243)
· Detect wxWidgets instead of assuming its existence on POSIX (bug #1672315)
· Fixed big-endian platform support broken since 2.24...
Home
http://nsis.sourceforge.net/Main_Page
Links down, please use links below, thank you!
jellybelly
05-07-2007, 09:06 AM
Nullsoft Scriptable Install System 2.27
What's New in This Release:
· * Fixed a bug introduced in 2.26 that made $PROGRAMFILES and $COMMONFILES unavailable in the uninstaller
· * Disable the X button on InstallOptions pages when CancelEnabled is 0
· * Fixed incomplete MessageBox usage line (bug #1709460)
· * Added TOOLSET option to allow selection of specific build tools (e.g. scons TOOLSET=mingw)...
1,44mb
http://prdownloads.sourceforge.net/nsis/nsis-2.27-setup.exe?download
Baldy
06-09-2007, 01:26 PM
Nullsoft Scriptable Install System 2.28
Nullsoft Installation System is a pretty small, efficient and very capable installation system for all Windows based systems...
The Nullsoft Installation System package includes a basic compiler interface.
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.
Here are some key features of "Nullsoft Installation System":
· SuperPiMP technology (so advanced, so amazing, we won't even tell you what it is)
· Generates self contained executable installers
· Support for ZLib, BZip2 and LZMA data compression (files can be compressed individually or together)
· Uninstall support (installer can generate an uninstaller)
· Customizable user interface (dialogs, fonts, backgrounds, icons, text, checkmarks, images etc.)
· Classic and Modern wizard interface
· Fully multilingual, support for multiple languages in one installer. More than 35 translations are available, but you can also create your own
· Page system: You can add standard wizard pages or custom pages
· User selection of installation components, tree for component selection
· Multiple install configurations (usually Minimal, Typical, Full), and custom configuration
· Installer self-verification using a CRC32 checksum
· Small overhead over compressed data size (34 KB with default options)
· Ability to display a license agreement in text or RTF format
· Ability to detect destination directory from the registry
· Easy to use plug-in system (lots of plug-ins for creation of custom dialogs, internet connections, HTTP downloading, file patching, Win32 API calls etc. are included)
· Installers can be as large as 2GB
· Optional silent mode for automated installations
· A preprocessor with support for defined symbols, macro's, conditional compilation, standard predefines
· A lovely coding experience with elements of PHP and assembly (includes user variables, a stack, real flow control, etc.)
· Completely free for any use
What's New in This Release:
· Added a workaround for a Windows 2000 bug that caused infinite loops when hitting a key in the instilfes page (bug #1733692)
· Improved compiler error strings (patch #1722147)
· Modern UI: added MUI_STARTMENUPAGE_BGCOLOR and MUI_DIRECTORYPAGE_BGCOLOR (patch #1706187)
· Modern UI: added MUI_LANGDLL_ALLLANGUAGES that forces the language selection dialog to display all languages (patch #1724876)
· InstallOptions: corrected documentation of TxtColor (bug #1716614)
· NSISdl: added compatibility with some buggy servers that don't close the connection (bug #1713562)
· NSISdl: fixed 100% CPU usage during domain resolution (bug #1713560)
· Valencian and Catalan are no longer installed (patch #1558822)
· Added IGNORETESTS for ignoring certain test files
· Added wxWidgets to the requirement list
· System now builds with GCC, but without System::Get and System::Call (patch #1711089)...
Homepage
http://nsis.sourceforge.net/Main_Page
1.44mb
http://prdownloads.sourceforge.net/nsis/nsis-2.28-setup.exe
Baldy
09-30-2007, 08:22 AM
NSIS - Nullsoft Scriptable Install System v2.31
Changelog
Notes:
NSIS 2.31 is released. This release brings further improvements and fixes of Modern UI 2 with a side dish of various bug fixes and improvements, for no extra charge.
Changes:
Minor Changes
* Added BST_* definitions to WinMessages.nsh (bug #1792422)
* Added SetRegView lastused
* Minor documentation improvements
* Library will now revert registry view settings (SetRegView) after it's finished
* Modern UI: Fixed empty welcome page with Chinese (bug #1786899)
* Modern UI: Fixed finish button text (bug #1789492)
* Modern UI: Fixed uninstaller comportments page text (bug #1793811)
* Modern UI: Fixed unused function warnings
* Modern UI 2 beta: Fixed header bitmap issues, including NOSTRETCH and compilation errors
* Modern UI 2 beta: Fixed language selection dialog
* Modern UI 2 beta: Fixed reboot finish page
* Modern UI 2 beta: Fixed unloading of nsDialogs on finish page
* Modern UI 2 beta: Fixed unused variable warnings
Utilities and Plug-ins
* MakeNSISW: Fixed command line parsing error (bug #1796053)
Translations
* Korean corrections
* Persian improvements (patch #1776386)
* Romanian improvements (patch #1783853)
Build System
* Fixed build failures with MinGW's GCC 4 (bug #1800834)
http://downloads.sourceforge.net/nsis/nsis-2.31-setup.exe
http://osdn.dl.sourceforge.net/nsis/nsis-2.31-setup.exe
Baldy
11-20-2007, 12:17 PM
Nullsoft Scriptable Install System 2.33
What's New in This Release:
· Added a workaround for a Windows 2000 bug that caused infinite loops when hitting a key in the instilfes page (bug #1733692)
· Improved compiler error strings (patch #1722147)
· Modern UI: added MUI_STARTMENUPAGE_BGCOLOR and MUI_DIRECTORYPAGE_BGCOLOR (patch #1706187)
· Modern UI: added MUI_LANGDLL_ALLLANGUAGES that forces the language selection dialog to display all languages (patch #1724876)
· InstallOptions: corrected documentation of TxtColor (bug #1716614)
· NSISdl: added compatibility with some buggy servers that don't close the connection (bug #1713562)
· NSISdl: fixed 100% CPU usage during domain resolution (bug #1713560)
· Valencian and Catalan are no longer installed (patch #1558822)
· Added IGNORETESTS for ignoring certain test files
· Added wxWidgets to the requirement list
· System now builds with GCC, but without System::Get and System::Call (patch #1711089)...
Download 1.47mb
http://prdownloads.sourceforge.net/nsis/nsis-2.33-setup.exe
jellybelly
02-09-2008, 10:09 AM
NSIS (Nullsoft Scriptable Install System) v2.35
Changelog
Notes:
NSIS 2.35 is released. This release features a new header file for easy
creation of current user/all users pages, friendlier messages for both the
developer and end-user and the usual collection of bug fixes and minor
improvements.
Changes:
Major Changes
* Added MultiUser - installer configuration for multi-user Windows environments
* More user friendly corrupted installer message (RFE #1795426)
* Switched all examples to Modern UI 2
Minor Changes
* Fixed uninitialized memory leaking into resources (bug #1874297)
* Minor documentation improvements (including bug #1861941, bug #1883917)
* Modern UI 2: Fit images in welcome/finish page by default and fix support for MUI_(UN)WELCOMEFINISHPAGE_BITMAP_NOSTRETCH (bug #1875945)
* Modern UI 2: Fixed default finish page reboot selection (bug #1864690)
* Modern UI 2: Fixed MUI_STARTMENU_GETFOLDER (bug #1864507)
* Modern UI 2: Fixed unreferenced mui.StartMenuPage.Create warning (bug #1861944)
* New simplified code for installation of VisualBasic 6 runtime
* Simplified NSIS Menu providing easier access to all documentation
Utilities and Plug-ins
* Added keyboard cues support for LINK controls in nsDialogs (patch #1871856)
* Fixed a rare nsDialogs crash on Windows 98 with non-standard builds of nsDialogs (bug #1889720)
Download
Setup:
http://downloads.sourceforge.net/nsis/nsis-2.35-setup.exe
http://kent.dl.sourceforge.net/nsis/nsis-2.35-setup.exe
Standalone:
http://downloads.sourceforge.net/nsis/nsis-2.35.zip
http://kent.dl.sourceforge.net/nsis/nsis-2.35.zip
Baldy
05-05-2008, 05:18 PM
NSIS (Nullsoft Scriptable Install System) v2.37
Changelog
Notes:
NSIS 2.37 is released. This release fixes a bug that caused blurry icons on older versions of Window and the usual collection of bug fixes and minor improvements.
Changes:
Major Changes
* Fixed a bug introduced in 2.32 that caused blurry icons on Windows versions prior to XP (bug #1956350)
* Use $PROGRAMFILES as a default for $PROGRAMFILES64 instead of "C:\Program Files" (bug #1947702)
Minor Changes
* Automatically select language in case there is only one available choice (bug #1939571)
* MultiUser: Fixed build errors with manual inclusion of StrFunc.nsh
* Support for compression of files up to 2GB (patch #1948700)
Utilities and Plug-ins
* Fixed ${NSD_OnBack} (bug #1947388)
* Fixed nsDialogs::SelectFileDialog return value for user cancelation (bug #1955803)
* Fixed possible BgImage crash when calling BgImage::Destroy more than once (patch #1951248)
* Minor documentation improvements
Translation
* Brazilian Portuguese updates
* Polish updates (patch #1927421)
* Slovak updates (patch #1939669)
* Spanish updates
Build System
* SCons requirement upgraded to 0.98
Setup:
http://downloads.sourceforge.net/nsis/nsis-2.37-setup.exe
http://kent.dl.sourceforge.net/nsis/nsis-2.37-setup.exe
Standalone:
http://downloads.sourceforge.net/nsis/nsis-2.37.zip
http://kent.dl.sourceforge.net/nsis/nsis-2.37.zip
jellybelly
05-08-2008, 06:55 AM
X-NSIS v2.37
Portable:
http://www.winpenpack.com/main/download.php?view.76
jellybelly
07-13-2008, 07:35 AM
NSIS (Nullsoft Scriptable Install System) v2.38
Changelog
Major Changes
* Fixed a bug in nsDialogs that caused it to pollute the stack if callbacks are not set for each control (bug #2013317)
Minor Changes
* Added IfNotThen support for LogicLib (patch #1990761)
* Added support for NTFS mounts points on the directory page (bug #1946112)
* Fixed branding image control detection on Debian, due to improper identification of static controls (bug #1951417)
* Log actual creation of directories and not just failures and final directory (patch #1992325)
* Made log close when LogSet off is used (patch #1986692)
* Minor documentation improvements (including bug #1990955)
* MultiUser: Fixed MULTIUSER_INSTALLMODE_INSTDIR handling for the uninstaller
Modern UI
* Document page leave callback function (bug #1964719)
* Fixed MUI_FINISHPAGE_CANCEL_ENABLED
* Fixed wasted variable warnings (bug #1995024)
Translations
* Fixed French translation of MUI_UNTEXT_FINISH_INFO_REBOOT (patch #1967032)
* Removed non-ANSI characters from French display name (bug #1979491)
* Updated Slovenian (patch #2014106)
Setup:
http://downloads.sourceforge.net/nsis/nsis-2.38-setup.exe
http://switch.dl.sourceforge.net/nsis/nsis-2.38-setup.exe
Standalone:
http://downloads.sourceforge.net/nsis/nsis-2.38.zip
http://switch.dl.sourceforge.net/nsis/nsis-2.38.zip
jellybelly
07-14-2008, 03:43 PM
X-NSIS v2.38
Portable:
http://www.winpenpack.com/main/download.php?view.928
FREETESTER
08-16-2008, 10:31 PM
NSIS (Nullsoft Scriptable Install System) 2.39
INFO AS ABOVE
Changes in version 2.39:
Major Changes:
* Added !define /file and !searchparse (patch #2016254)
* Added service pack macros (AtLeastServicePack, IsServicePack, AtMostServicePack) for WinVer.nsh (patch #2036802)
Minor Changes:
* Added more nsDialogs list box handling macros (patch #2041919)
* Added Unicode version compatible System string type (patch #2025721, RFE #1961307)
* Fixed nsDialogs atom leak (bug #2053522)
* Minor documentation improvements
* Show hand cursor for nsDialogs links (patch #2004129)
Application: (1,2 MB)
http://switch.dl.sourceforge.net/sourceforge/nsis/nsis-2.39-setup.exe
jellybelly
09-02-2008, 02:43 PM
X-NSIS v2.39
Portable:
http://www.winpenpack.com/main/download.php?view.928
FREETESTER
10-10-2008, 11:54 PM
NSIS (Nullsoft Scriptable Install System) 2.40
INFO AS ABOVE
Changes in version 2.40:
Major Changes
* Service pack macros added to WinVer in version 2.39 now work (bug #2070708, patch #2095363)
Minor Changes
* Added initial folder selection option for nsDialogs::SelectFileDialog (patch #2016003)
* Fixed GetParameters handling of MBCS characters (bug #2067946)
* Fixed incorrect ${NSD_OnBack} documentation (bug #2059651)
* Modern UI 2: Set focus to readme checkbox on the finish page (bug #2110357)
Application: (1,52 MB)
http://switch.dl.sourceforge.net/sourceforge/nsis/nsis-2.40-setup.exe
jellybelly
12-20-2008, 10:25 PM
NSIS (Nullsoft Scriptable Install System) v2.42
Changelog
Major Changes
* Deprecated /NOUNLOAD and SetPluginsUnload to make scripts simpler and safer (patch #1912699)
* Useful header functions no longer require usage declaration and different syntax for uninstaller functions
* Revamped plug-in API now comes in the form of pluginapi.lib, API version information and more common functions (patch #2359978)
Minor Changes
* Added !searchreplace preprocessor command for compiletime text search/replaces
* Added support for registration of EXE COM servers (RFE #2315740)
* Minor documentation improvements (including bug #2386821)
* nsDialogs: Added timer support (patch #2135855)
* WinVer.nsh: Added IsServer, IsWin2003R2, IsStarterEdition, OSHasMediaCenter and OSHasTabletSupport (patch by Anders)
* WinVer.nsh: Fixed 95/NT4 ambiguity (bug #2053642)
* WinVer.nsh: Proper Windows XP x64 detection (bug #2053700)
* WinVer.nsh: Windows 2008 detection support (RFE #1949260)
Translations
* Minor English grammar improvements (bug #2323452)
Build System
* Full System compatibility with GCC (patch #2193442)
Setup:
http://downloads.sourceforge.net/nsis/nsis-2.42-setup.exe
http://switch.dl.sourceforge.net/nsis/nsis-2.42-setup.exe
Standalone:
http://downloads.sourceforge.net/nsis/nsis-2.42.zip
http://switch.dl.sourceforge.net/nsis/nsis-2.42.zip
jellybelly
02-05-2009, 08:09 AM
NSIS (Nullsoft Scriptable Install System) v2.43
Changelog
Notes:
* A few minor changes were made to the new plug-in API that break backwardcompatibility. Header and library paths were changed andRegisterPluginCallback has changed its return value.
Changes
Minor Changes
* Added WinCore.nsh, WinDef.nsh, WinError.nsh, WinNT.nsh and WinUser.nshfor more useful Windows definitions* Fixed a crash caused by !packhdr compressing resources (bug #2533431)* Minor documentation improvements (including bug #2564005)* Modern UI 2: Fixed MUI_DIRECTORYPAGE_BGCOLOR (bug #2494528)
Utilities and Plug-ins
* Banner: Fixed installer showing on the background when Banner was used in.onInit* MakeNSISW: Added Ctrl+K hotkey for build cancelation (RFE #2557392)* nsDialogs: Added NSD_SetIcon (patch #2500960)
Translations
* Added Esperanto* Bulgarian fixes
Plug-in API
* Added VS2008 project files* Better installation of header and library files under POSIX - see INSTALLfile for more information* Header and library files were moved to a subdirectory named nsis toprevent collisions* RegisterPluginCallback now returns int instead of BOOL for a wider rangeof error reporting
Build System
* Added fink's mingw prefixes (bug #2495138)* Fixed BOOL build issue on OS X (bug #2497290)* Fixed iconv dependency detection on OS X (bug #2494539)* Fixed Solaris builds (patch #2497172)
Setup:
http://downloads.sourceforge.net/nsis/nsis-2.43-setup.exe
Standalone:
http://downloads.sourceforge.net/nsis/nsis-2.43.zip
jellybelly
02-10-2009, 09:43 AM
X-NSIS v2.43 [rev2]
Download
http://www.winpenpack.com/main/download.php?view.928
Portable:
http://www.winpenpack.com/main/request.php?928
jellybelly
02-22-2009, 08:04 AM
NSIS (Nullsoft Scriptable Install System) v2.44
Changelog
Major Changes
* Fixed a bug introduced in 2.43 causing script build issues with some icons (bug #2572035)
Minor Changes
* Fixed nsDialogs CreateTimer documentation (bug #2595565)
* Global labels didn't work when declared in unused functions (bug #2593369)
Download
Setup: http://downloads.sourceforge.net/nsis/nsis-2.44-setup.exe
Standalone: http://downloads.sourceforge.net/nsis/nsis-2.44.zip
jellybelly
02-24-2009, 08:51 AM
X-NSIS v2.44 [rev2]
Download
http://www.winpenpack.com/main/download.php?view.928
Portable:
http://www.winpenpack.com/main/request.php?928
Baldy
06-07-2009, 11:05 PM
NSIS (Nullsoft Scriptable Install System) v2.45
Changelog
http://sourceforge.net/project/shownotes.php?release_id=688043
Setup:
http://downloads.sourceforge.net/nsis/nsis-2.45-setup.exe
Standalone:
http://downloads.sourceforge.net/nsis/nsis-2.45.zip
jellybelly
06-08-2009, 10:13 AM
Release Notes
* Support for Microsoft's upcoming release of Windows 7 has been added based on RC1 testing and documentation. Please report any related issues and don't forget to use RequestExecutionLevel.
Changelog
QUOTE
Major Changes
* Added support for Windows 7 installers - use RequestExecutionLevel, just like with Vista (bug #2725883)
* Added WinVer.nsh Windows 7 and Windows 2008 R2 support
* Installers now identify as Terminal Services aware (IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE) so $WINDIR will no
longer be under the user's profile when installing on Terminal Services
* Less UAC annoyance in Add/Remove control panel (bug #2697027)
Minor Changes
* Added wildcard and /nonfatal suppport for !delfile (RFE #1505425)
* Fixed !searchparse (bug #2680110)
* Fixed input validation for CreateFont (bug #2801024)
* Fixed NSIS Menu handling of working directory (bug #2781948)
* Fixed Vista issues with shell folders ($DOCUMENTS, $PROFILE, etc.) on root directories (bug #2138075)
* Minor documentation improvements (including bug #2705878, bug #2606525)
* Use SW_SHOWDEFAULT for ExecShell by default (bug #2796189)
Modern UI
* Call finish page show function only after the page is fully initialized (bug #2720968)
* Fixed translation of uninstaller directory page (bug #2690112)
* Fixed installation type text position in components page (patch #2801317)
* Fixed missing MUI_INNERTEXT_COMPONENTS_DESCRIPTION_TITLE (bug #2788620)
Translations
* Updated Indonesian (patch #2790571)
* Updated Portuguese BR (patch #2642542)
Build System
* Fixed some GCC warnings
Baldy
06-12-2009, 09:26 PM
X-NSIS v2.45 [rev2]
Portable:
http://www.winpenpack.com/main/download.php?view.928
jellybelly
07-14-2009, 01:33 PM
NSIS v2.45 PortableApps
Changelog
- Initial release
Portable:
http://downloads.sourceforge.net/portableapps/NSISPortable_2.45_English.paf.exe
dppanda
12-06-2009, 07:33 AM
Nullsoft Install System (NSIS) 2.46
File Size:1561KB Language:English
OS:Win2000/XP/2003/Vista/7 Date added: December 6,2009
License:Free WEB:
http://nsis.sourceforge.net/
-----------------------------------------------------------------------
Description:
NSIS (Nullsoft Scriptable Install System) is a small, efficient, capable, 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.
Download:
Windows Platform:
http://nchc.dl.sourceforge.net/project/nsis/NSIS%202/2.46/nsis-2.46-setup.exe
Other Platform: Linux/Mac/bsd/solaris
http://nchc.dl.sourceforge.net/project/nsis/NSIS%202/2.46/nsis-2.46-src.tar.bz2
jellybelly
01-04-2010, 10:43 AM
NSIS v2.46 PortableApps
Changelog
This release updates NSIS to the latest version.
Portable:
http://downloads.sourceforge.net/portableapps/NSISPortable_2.46_English.paf.exe
jellybelly
02-25-2010, 05:53 PM
X-NSIS v2.46 [rev2]
Portable:
http://www.winpenpack.com/main/download.php?view.928
reynard
09-26-2011, 06:10 PM
NSIS v 2.46.1.1 - Portable
Homepage:
http://portableapps.com/apps/development/nsis_portable
Download:
http://downloads.sourceforge.net/portableapps/NSISPortable_2.46.1.1_English.paf.exe?redirect_do_ not_right_click2mb Freeware
DimTam
05-04-2012, 05:20 PM
NSIS v2.46.4 Unicode PortableApps
2012-05-03
Download
Portable Setup:
http://downloads.sourceforge.net/portableapps/NSISPortable_2.46.4_English.paf.exe
Thanks to TheDutchJewel
Regards
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.