Graphical Installer: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
Line 1: Line 1:
== Download Link ==
== Download Link ==
[This product is no longer available for free download.  It has been changed to a commercial product]
[This product is no longer available for free download.  It has been changed to a commercial product]g-installer.zip


== Description ==
== Description ==

Revision as of 01:47, 4 June 2012

Download Link

[This product is no longer available for free download. It has been changed to a commercial product]g-installer.zip

Description

Version: 1.01 stable release


Graphical Installer is plugin for NSIS that allows totally reskining the installer.

Example.png

It is based on Modern UI and Modern UI 2 interfaces by Joost Verburg.

It's main advantage is, that it is really easy to convert standard MUI-based installer into fully skinned installer with custom graphic - background, buttons, checkboxes, ... All you need to do is to include it's nsh file and to change cca 10 lines of your script, put desired pictures and compile it, really easy!

There are also other plugins, like ExperienceUI or UltraModernUI but those plugins use custom script macros and they are not compatible with Modern UI, because they have their own pages, macros and so on... Anyway it is possible to achieve the same effect with this plugin. To be honest I was inspired by these plugins (and also by InstallShield skinned installers).


Development Status

Graphical Installer is still in development.

However at the beginning it was free (open-source) project now it is a commercial product.

More info can be found on it's official site: www.unsigned-softworks.sk

Used plugins:

  • advsplash plugin for splash image (included in standard NSIS release)
  • Math plug-in for mathematic operations
  • SkinnedButton plug-in for skinning buttons (in older versions)
  • SkinnedControls plugin, which is based on the wansis plug-in of Saivert and can skin all buttons and scroll bars of your NSIS installer like the most recent installers as well as the scrollbars (only for Windows 2000/XP/2003/Vista/2008).
  • nsDialogs for creating pages (in older versions the InstallOptions was used)

Version

Current version is v1.01

First version: somewhere in 2006


Credits

  • Made by Slappy

Links

Official Website (Includes screenshots and documentation)

Forum Topic 1

Forum Topic 2

Related Topics