Journal Sortie de NSIS 2.0, système d'installeur pour Windows

Posté par  (site web personnel) .
Étiquettes : aucune
0
8
fév.
2004
NSIS (Nullsoft Scriptable Install System) est un outil puissant permettant de réaliser assez simplement des installeurs Windows pour vos applications.

Quelques caractéristiques dans le désordre :

- open source bien sûr !
- gestion de la base des registres, des variables d'environnement et des redémarrages système
- petite taille (à partie de 34 Ko ajoutés)
- interface moderne et agréable, facilement configurable
- système de plug-ins
- gestion du réseau
- internationalisation
- préprocesseur évolué
- ...

NSIS en lui-même n'est que le compilateur. A utiliser avec HM MIS Edit, IDE specialisé.
Ne pas hésiter à puiser dans la bibliothèque de scripts en ligne, constituée par les utilisateurs (NSIS Archive).

Le rapport avec Linux ? il n'y en a pas vraiment si ce n'est que, si comme moi vous n'avez aucune expérience de développement Windows et qu'un jour on vous demande de réaliser un installeur, vous serez bien content de trouver un produit open source pour ça ;o)

_____________________________________________________

La page d'accueil de NSIS
http://nsis.sourceforge.net/home/(...)

Quelques captures d'écran
http://nsis.sourceforge.net/features/screenshots/(...)

La licence, très permissive
http://nsis.sourceforge.net/features/license/(...)

HM NIS Edit, IDE pour NSIS
http://hmne.sourceforge.net/(...)

La liste des produits Nullsoft (dont beaucoup sont open source)
http://www.nullsoft.com/pinkumbrella.phtml(...)

_____________________________________________________

Liste complète des fonctionnalités :

* 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.)
* 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/deregistration
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 behaviour commands (such as show/hide/wait/etc)
o User functions in script
o Callback functions for user actions

* Completely free for any use. See license.
* More

Suivre le flux des commentaires

Note : les commentaires appartiennent à celles et ceux qui les ont postés. Nous n’en sommes pas responsables.