NSIS

Discussioni mirate, nei sottoforum
Regole del forum
Attenersi a queste disposizioni.

NSIS

Messaggioda Silver Surfer » lun 24 set 2007, 22:37

NSIS 2.30

http://prdownloads.sourceforge.net/nsis ... -setup.exe

NSIS (Nullsoft Scriptable Install System) è un sistema, professionale ed open source, per creare pacchetti d'installazione (installers) per Windows. E' progettato per essere leggero e flessibile, dunque è molto adatto per creare pacchetti da distribuire via internet.
”Un guerriero senza patria e senza spada
Con un piede nel passato
E lo sguardo dritto e aperto nel futuro”
Avatar utente
Silver Surfer
Principe
Principe
 
Messaggi: 82346
Iscritto il: gio 20 set 2007, 21:13

Re: NSIS

Messaggioda Silver Surfer » dom 30 set 2007, 15:59

”Un guerriero senza patria e senza spada
Con un piede nel passato
E lo sguardo dritto e aperto nel futuro”
Avatar utente
Silver Surfer
Principe
Principe
 
Messaggi: 82346
Iscritto il: gio 20 set 2007, 21:13

Re: NSIS

Messaggioda Silver Surfer » dom 30 set 2007, 16:18

SIS (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.

Features :
• 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 (including RTL langauges) in one installer. More than 40 translations are already 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, macros, conditional compilation, standard predefines
• A lovely coding experience with elements of PHP and assembly (includes user variables, a stack, real flow control, etc.)
• Installers have their own VMs that let you write code that can support:
o File extraction (with configurable overwrite parameters)
o File/directory copying, renaming, deletion, searching
o Plug-in DLL calling
o DLL/ActiveX control registration/unregistration
o Executable execution (shell execute and wait options)
o Shortcut creation
o Registry key reading/setting/enumerating/deleting
o INI file reading/writing
o Generic text file reading/writing
o Powerful string and integer manipulation
o Window finding based on class name or title
o User interface manipulation (font/text setting)
o Window message sending
o User interaction with message boxes or custom pages
o Branching, comparisons, etc.
o Error checking
o Reboot support, including delete or rename on reboot
o Installer behavior commands (such as show/hide/wait/etc.)
o User functions in script
o Callback functions for user actions

Changes in version 2.31:
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.

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)

Homepage - http://nsis.sourceforge.net

Size: 1.47 MB
”Un guerriero senza patria e senza spada
Con un piede nel passato
E lo sguardo dritto e aperto nel futuro”
Avatar utente
Silver Surfer
Principe
Principe
 
Messaggi: 82346
Iscritto il: gio 20 set 2007, 21:13

Re: NSIS

Messaggioda Silver Surfer » ven 9 nov 2007, 20:47

Changes in version 2.32:
This release is powered by PNG for Vista icon support and Subversion for development joy.

Release Notes:
* Vista PNG icons are now supported without the need for any special tricks.

Major Changes:
* Added support for mismatching installer and uninstaller icons
* NSIS source code is now hosted on Subversion instead of CVS

Minor Changes:
* Fixed synchronization that could allow the user to cause extraction errors in rare cases (reported in the forum)
* Fixed syntax validation of Var
* Modern UI 2 beta: Fixed 3-line title on welcome/finish page
* Modern UI 2 beta: Fixed components page description and lock
* Modern UI 2 beta: Fixed default language selection from registry
* Modern UI 2 beta: Fixed MUI_DIRECTORYPAGE_BGCOLOR
* Minor documentation improvements (including bug #1811876, bug #1819946)

Utilities and Plug-ins:
* nsDialogs: Added link support

Translations:
* Bulgarian corrections
* Fixed Japanese and Norwegian Nynorsk MUI line breaks (bug #1817289)

Build System:
* Check compiler's -m32 flag before the linker's to avoid gcc segfault

Homepage - http://nsis.sourceforge.net

Size: 1.47 MB
”Un guerriero senza patria e senza spada
Con un piede nel passato
E lo sguardo dritto e aperto nel futuro”
Avatar utente
Silver Surfer
Principe
Principe
 
Messaggi: 82346
Iscritto il: gio 20 set 2007, 21:13

Re: NSIS

Messaggioda Silver Surfer » sab 17 nov 2007, 17:20

Immagine
Immagine
Immagine
Immagine
Changes in version 2.33:
Major Changes
* Modern UI: Fixed a bug, introduced in 2.32, that caused display problems for the welcome and finish pages on Windows 9x (bug #1831677)

Minor Changes
* Modern UI: Allow MUI_LANGDLL_ALLLANGUAGES to be defined after insertion of MUI_LANGUAGE macro

Utilities and Plug-ins
* Made nsExec's internal process always exit cleanly to avoid false return values and delays (reported in the forum)
* nsDialogs: Added OnClick support for static controls
* VPatch: Fixed VPatchFile macro path handling (bug #1829540)

Translations
* Spanish updates

Build System
* Separate strip options for win32 and cross-platform binaries

Homepage - http://nsis.sourceforge.net

Size: 1.48 MB
”Un guerriero senza patria e senza spada
Con un piede nel passato
E lo sguardo dritto e aperto nel futuro”
Avatar utente
Silver Surfer
Principe
Principe
 
Messaggi: 82346
Iscritto il: gio 20 set 2007, 21:13

Re: NSIS

Messaggioda Silver Surfer » mar 25 dic 2007, 10:38

Changes in version 2.34:
Major Changes
* Modern UI 2: Simpler code, easier to extend and makes use of the faster nsDialogs

Minor Changes
* Added IfNot support for LogicLib (patch #1846785)
* Added some deprecation messages in MUI2 (bug #1784470)
* Allow overwrite of LANGFILE_*_NAME defines in new LangFile.nsh (bug #1848952)
* Better RTL support in instfiles and components page (bug #1841573)
* Fixed deletion of files with relative paths, a.k.a the EVE bug (bug #1851273)
* Fixed input verification of GetCurInstType and GetFullPathName
* Fixed WordFind handling of MBCS characters (bug #1852141)
* Minor documentation improvements (including bug #1842326)
* Use CRLF in examples (bug #1835866)
* Warn of comments containing line-continuation character, only when it really has an effect (bug #1701051, RFE #1686589)

Utilities and Plug-ins
* Added missing stack handling in nsDialogs examples
* Added NSD_GetState for checkboxes and radio buttons, NSD_SetFocus, NSD_CreatePassword and NSD_CreateDropList (patch #1848940)
* Fixed documentation of nsDialogs::SelectFolderDialog (bug #1841120)
* Fixed NSD_CreateComboBox so it'd work like InstallOptions (bug #1851136)

Translations
* Bulgarian updates
* German fixes

Build System
* Fixed build issues on Mac OS (bug #1851365)
* Fixed endianity issues introduced in version 2.32 (bug #1851365)

Homepage - http://nsis.sourceforge.net

Size: 1.48 MB
”Un guerriero senza patria e senza spada
Con un piede nel passato
E lo sguardo dritto e aperto nel futuro”
Avatar utente
Silver Surfer
Principe
Principe
 
Messaggi: 82346
Iscritto il: gio 20 set 2007, 21:13

Re: NSIS

Messaggioda Silver Surfer » sab 9 feb 2008, 11:27

Changes in version 2.35:
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.

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)

Homepage - http://nsis.sourceforge.net

Size: 1.48 MB
”Un guerriero senza patria e senza spada
Con un piede nel passato
E lo sguardo dritto e aperto nel futuro”
Avatar utente
Silver Surfer
Principe
Principe
 
Messaggi: 82346
Iscritto il: gio 20 set 2007, 21:13

Re: NSIS

Messaggioda Silver Surfer » dom 10 feb 2008, 9:24

”Un guerriero senza patria e senza spada
Con un piede nel passato
E lo sguardo dritto e aperto nel futuro”
Avatar utente
Silver Surfer
Principe
Principe
 
Messaggi: 82346
Iscritto il: gio 20 set 2007, 21:13

Re: NSIS

Messaggioda Silver Surfer » dom 30 mar 2008, 16:17

Changes in version 2.36:
This release features lots of nsDialogs improvements, MultiUser fix-ups and the usual collection of bug fixes and minor improvements.

Release Notes:
* nsDialogs is picking up its pace and offers lots of new macros in this release. Keep the patches and requests coming!

Major Changes:
* nsExec: Support for x64 disabled redirection (RFE #1778973, bug #1889317)

Modern UI:
* Added missing MUI_UNFUNCTION_DESCRIPTION_BEGIN and MUI_UNFUNCTION_DESCRIPTION_END
* Fixed start menu page setting the error flag (bug #1891106)

nsDialogs:
* NSD_AddStyle and NSD_AddExStyle for easy customization (patch #1900588)
* NSD_CB_AddString, NSD_CB_SelectString, NSD_LB_AddString and NSD_LB_SelectString for easier handling of combo and list boxes
* NSD_CreateNumber and NSD_SetTextLimit for limited input fields
* NSD_SetImage, NSD_SetStretchedImage, NSD_ClearImage and NSD_FreeImage for image handling
* NSD_SetState, NSD_GetState, NSD_Check and NSD_Uncheck for handling of check boxes and radio buttons (patch #1900588)
* NSD_SetText for easily setting control's text
* OnClick support for labels (bug #1908732)
* Support for edit box change notification in combo box

Minor Changes:
* Fixed exception handling of UPX compressed icons (bug #1896500)
* Fixed InstallDirRegKey example in bigtest.nsi
* Fixed Memento's documentation to include ${MementoSectionDone}
* Fixed rare decompression error with 0x4001 bytes of compressed data (bug #1874297)
* LangFile.nsh: Added LANGFILE_INCLUDE_WITHDEFAULT to load language file with defaults being obtained from a default file. This replaces the LANGFILE_DEFAULT setting and makes it easier to use LangFile.nsh for multiple sets of languages file without having to care about the different LANGFILE_DEFAULT settings.
* Minor documentation improvements (including bug #1891266, bug #1894033, bug #1896803)
* MultiUser: Fixed error when a custom installation mode initialization function is used only for the installer
* MultiUser: Fixed default installation mode based on registry key (bug #1913029)
* MultiUser: Fixed no uninstaller handling (MULTIUSER_NOUNINSTALL)

Utilities and Plug-ins:
* MakeNSISW: Avoid opening executables with identical folder names when opening script's folder (bug #1891066)
* nsExec: Fixed return code handling so 259 won't cause an infinite loop (bug #1909458)
* VPatch: Added MD5 functions (RFE #1900226)

Translation:
* Albanian updates (patch #1919360)
* French fixes (patch #1916564)
* Polish updates (patch #1894983)

Build System:
* Fixed build of NSIS Menu with wxGTK (bug #1900233)
* Use CRLF for DSW and DSP files to avoid corruption messages
* Various build fixes for GCC 4.3, amd64 and Linux in general

Homepage - http://nsis.sourceforge.net

Size: 1.48 MB
http://switch.dl.sourceforge.net/source ... -setup.exe
”Un guerriero senza patria e senza spada
Con un piede nel passato
E lo sguardo dritto e aperto nel futuro”
Avatar utente
Silver Surfer
Principe
Principe
 
Messaggi: 82346
Iscritto il: gio 20 set 2007, 21:13

Re: NSIS

Messaggioda Silver Surfer » dom 4 mag 2008, 12:41

NSIS (Nullsoft Scriptable Install System) 2.37

Changes in version 2.37:
This release fixes a bug that caused blurry icons on older versions of Window and the usual collection of bug fixes and minor improvements..

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

Homepage - http://nsis.sourceforge.net

Size: 1.50 MB

http://switch.dl.sourceforge.net/source ... -setup.exe
”Un guerriero senza patria e senza spada
Con un piede nel passato
E lo sguardo dritto e aperto nel futuro”
Avatar utente
Silver Surfer
Principe
Principe
 
Messaggi: 82346
Iscritto il: gio 20 set 2007, 21:13

Re: NSIS

Messaggioda Silver Surfer » dom 4 mag 2008, 19:09

Immagine

NSIS 2.37
http://prdownloads.sourceforge.net/nsis ... -setup.exe

NSIS (Nullsoft Scriptable Install System) è un sistema, professionale ed open source, per creare pacchetti d'installazione (installers) per Windows. E' progettato per essere leggero e flessibile, dunque è molto adatto per creare pacchetti da distribuire via internet.
”Un guerriero senza patria e senza spada
Con un piede nel passato
E lo sguardo dritto e aperto nel futuro”
Avatar utente
Silver Surfer
Principe
Principe
 
Messaggi: 82346
Iscritto il: gio 20 set 2007, 21:13

Re: NSIS

Messaggioda Silver Surfer » dom 13 lug 2008, 10:33

NSIS (Nullsoft Scriptable Install System) 2.38
Immagine
Changes in version 2.38:
This release fixes a bug that caused stack pollution for nsDialogs users and the usual collection of bug fixes and minor improvements. nsDialogs users are urged to upgrade.

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)

Homepage - http://nsis.sourceforge.net

Size: 1.52 MB

http://switch.dl.sourceforge.net/source ... -setup.exe
”Un guerriero senza patria e senza spada
Con un piede nel passato
E lo sguardo dritto e aperto nel futuro”
Avatar utente
Silver Surfer
Principe
Principe
 
Messaggi: 82346
Iscritto il: gio 20 set 2007, 21:13

Re: NSIS

Messaggioda Silver Surfer » dom 17 ago 2008, 10:33

NSIS (Nullsoft Scriptable Install System) 2.39
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)

Homepage - http://nsis.sourceforge.net

Size: 1.52 MB

http://switch.dl.sourceforge.net/source ... -setup.exe
”Un guerriero senza patria e senza spada
Con un piede nel passato
E lo sguardo dritto e aperto nel futuro”
Avatar utente
Silver Surfer
Principe
Principe
 
Messaggi: 82346
Iscritto il: gio 20 set 2007, 21:13

Re: NSIS

Messaggioda Silver Surfer » sab 11 ott 2008, 11:56

NSIS (Nullsoft Scriptable Install System) 2.40

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)

Translations
* Portuguese corrections (bug #2086988)
* Simplified Chinese corrections (patch #2056906)

Homepage - http://nsis.sourceforge.net

Size: 1.52 MB

http://switch.dl.sourceforge.net/source ... -setup.exe
”Un guerriero senza patria e senza spada
Con un piede nel passato
E lo sguardo dritto e aperto nel futuro”
Avatar utente
Silver Surfer
Principe
Principe
 
Messaggi: 82346
Iscritto il: gio 20 set 2007, 21:13

Re: NSIS

Messaggioda Silver Surfer » sab 22 nov 2008, 7:50

NSIS 2.41

Immagine
[wintricks]NSIS (Nullsoft Scriptable Install System) è un sistema, professionale ed open source, per creare pacchetti d'installazione (installers) per Windows; è progettato per essere leggero e flessibile, dunque è molto adatto per creare pacchetti da distribuire via internet.[/wintricks]

http://prdownloads.sourceforge.net/nsis ... -setup.exe
”Un guerriero senza patria e senza spada
Con un piede nel passato
E lo sguardo dritto e aperto nel futuro”
Avatar utente
Silver Surfer
Principe
Principe
 
Messaggi: 82346
Iscritto il: gio 20 set 2007, 21:13

Re: NSIS

Messaggioda Silver Surfer » sab 20 dic 2008, 16:04

NSIS (Nullsoft Scriptable Install System) 2.42

Changes in version 2.42:
Notes: This release includes a new simpler and more powerful plug-in API, vastly improved and thoroughly tested version of WinVer.nsh, and disposes of two great evils - /NOUNLOAD and useful header functions usage declaration. As usual and especially for the holiday season, the customary collection of bug fixes and minor improvements is also included free of charge.

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)

Homepage - http://nsis.sourceforge.net

Size: 1.52 MB

http://switch.dl.sourceforge.net/source ... -setup.exe
”Un guerriero senza patria e senza spada
Con un piede nel passato
E lo sguardo dritto e aperto nel futuro”
Avatar utente
Silver Surfer
Principe
Principe
 
Messaggi: 82346
Iscritto il: gio 20 set 2007, 21:13

Re: NSIS

Messaggioda Silver Surfer » gio 5 feb 2009, 12:38

NSIS (Nullsoft Scriptable Install System) 2.43

Changes in version 2.43:
Notes: This release resolves build issues for some platforms, improves on last version's new plug-in API a bit and includes the usual bag full of bug fixes and minor improvements.

Release Notes:
* A few minor changes were made to the new plug-in API that break backward compatibility. Header and library paths were changed and RegisterPluginCallback has changed its return value.

Minor Changes:
* Added WinCore.nsh, WinDef.nsh, WinError.nsh, WinNT.nsh and WinUser.nsh for 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 INSTALL file for more information
* Header and library files were moved to a subdirectory named nsis to prevent collisions
* RegisterPluginCallback now returns int instead of BOOL for a wider range of 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)

Homepage - http://nsis.sourceforge.net

Size: 1.52 MB
http://switch.dl.sourceforge.net/source ... -setup.exe
”Un guerriero senza patria e senza spada
Con un piede nel passato
E lo sguardo dritto e aperto nel futuro”
Avatar utente
Silver Surfer
Principe
Principe
 
Messaggi: 82346
Iscritto il: gio 20 set 2007, 21:13

Re: NSIS

Messaggioda Silver Surfer » dom 22 feb 2009, 19:31

NSIS (Nullsoft Scriptable Install System) 2.44

Changes in version 2.44:

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)

Homepage - http://nsis.sourceforge.net

Size: 1.52 MB
http://switch.dl.sourceforge.net/source ... -setup.exe
”Un guerriero senza patria e senza spada
Con un piede nel passato
E lo sguardo dritto e aperto nel futuro”
Avatar utente
Silver Surfer
Principe
Principe
 
Messaggi: 82346
Iscritto il: gio 20 set 2007, 21:13

Re: NSIS

Messaggioda Silver Surfer » dom 7 giu 2009, 19:50

Nullsoft Scriptable Install System 2.45

Immagine
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.

”Un guerriero senza patria e senza spada
Con un piede nel passato
E lo sguardo dritto e aperto nel futuro”
Avatar utente
Silver Surfer
Principe
Principe
 
Messaggi: 82346
Iscritto il: gio 20 set 2007, 21:13

Re: NSIS

Messaggioda Silver Surfer » mar 14 lug 2009, 9:56

NSIS Nullsoft Scriptable Install System Portable 2.45

Immagine
NSIS (Nullsoft Scriptable Install System) Portable is a professional open source system to create standard Windows installers packaged as a portable app so you can create installers and launchers anywhere. License: Open Source.

”Un guerriero senza patria e senza spada
Con un piede nel passato
E lo sguardo dritto e aperto nel futuro”
Avatar utente
Silver Surfer
Principe
Principe
 
Messaggi: 82346
Iscritto il: gio 20 set 2007, 21:13
Prossimo

Torna a Internet

Chi c’è in linea

Visitano il forum: Nessuno e 9 ospiti