Graphical Installer: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
m (Reverted edits by 219.92.111.175 to last version by 98.14.114.27)
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Download Link ==
== About==
[This product is no longer available for free download.  It has been changed to a commercial product]


== Description ==
Graphical Installer is professional extension for NSIS which allows to change the design of whole installer. it is also possible to create installers with irregular windows (Part of window can be fully transparent).  
'''Version:''' 1.01 stable release


[[Image:graphical-installer-1.jpg|Graphical Installer example]]


Graphical Installer is plugin for NSIS that allows totally reskining the installer.
== Features ==
 
*    Fully customizable graphical interface - It's possible to change graphic look of whole installer - background picture, icons, buttons and more! See the list:
        Custom picture for installer background - Jpeg, Bitmap, or Gif file
        Custom icons - Installer/Uninstaller/...
        Custom picture for buttons - Next/Back/Cancel/Browse/...
        Custom picture for scrollbars - License/Readme/...
        Custom color for texts - Headers/Labels/Links/Static texts/...
*    Creating installers with irregular windows
Part of window can be fully transparent - you are no more tied to rectangular shape!
*    Easy integratable to existing scripts
All you need is to add references to installer's script, no hard-coding is necessarry!
*    Templates and examples for instant start
We provide many templates and examples, so your installer can be finished in few minutes!
*    Graphical Installer Wizard for creating new and converting existing scripts
Plug-in for HM NIS Edit, Eclipse and Visual Studio, RAD Studio, Standalone application for fast creating scripts with custom design.
*    Full compatibility with other plug-ins and functions
*    This product use the same core as traditional installers
There is no difference in writing scripts!
*    Custom dialogs and interfaces
Thanks to its nature it is easy to add custom wizard pages and elements to them (TextBoxes, CheckBoxes ...).
*    Support for multiple languages (also Unicode languages)
Fully multilingual support (including RTL languages) in one installer


[[File:Example.png]]
[[File:Example.png]]
== Developer comments ==


It is based on [[Modern UI]] and Modern UI 2 interfaces by Joost Verburg.
It is based on [[Modern UI]] and Modern UI 2 interfaces by Joost Verburg.
Line 18: Line 41:
Anyway it is possible to achieve the same effect with this plugin.
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).
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: [http://www.unsigned-softworks.sk www.unsigned-softworks.sk]
Used plugins:
* [http://nsis.sourceforge.net/Docs/AdvSplash/advsplash.txt 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).
* [http://nsis.sourceforge.net/Docs/nsDialogs/Readme.html nsDialogs] for creating pages (in older versions the [http://nsis.sourceforge.net/Contrib/InstallOptions/Readme.html InstallOptions] was used)


== Version ==
== Version ==


Current version is v1.01
Current version is v4.01 for NSIS 2 and NSIS 3
 
First version: somewhere in 2006


First version: in 2006 - see forum threads


== Credits ==
== Credits ==


*Made by Slappy
* Made by Slappy, unSigned


== Links ==
== Links ==
[http://www.unsigned-softworks.sk/installer Official Website] (Includes screenshots and documentation)
[http://www.graphical-installer.com/ Official website] (Includes screenshots and documentation)
 
[http://www.unsigned.sk/ Developer website]


[http://forums.winamp.com/showthread.php?t=251710 Forum Topic 1]
[http://forums.winamp.com/showthread.php?t=251710 Forum Topic 1]
Line 53: Line 62:


[http://forums.winamp.com/search.php?searchid=616451 Related Topics]
[http://forums.winamp.com/search.php?searchid=616451 Related Topics]
== Related software ==
[[Visual & Installer]] - a Microsoft Visual Studio extension for creating NSIS scripts
[[RAD & Installer]] - an Embarcadero RAD Studio extension for creating NSIS scripts (C++ Builder and Delphi)




[[Category:Graphics and UIs]]
[[Category:Graphics and UIs]]
[[Category:Related_Software]]
[[Category:Plugins]]

Latest revision as of 07:12, 14 September 2017

About

Graphical Installer is professional extension for NSIS which allows to change the design of whole installer. it is also possible to create installers with irregular windows (Part of window can be fully transparent).

Graphical Installer example

Features

  • Fully customizable graphical interface - It's possible to change graphic look of whole installer - background picture, icons, buttons and more! See the list:
       Custom picture for installer background - Jpeg, Bitmap, or Gif file
       Custom icons - Installer/Uninstaller/...
       Custom picture for buttons - Next/Back/Cancel/Browse/...
       Custom picture for scrollbars - License/Readme/...
       Custom color for texts - Headers/Labels/Links/Static texts/...
  • Creating installers with irregular windows
Part of window can be fully transparent - you are no more tied to rectangular shape!
  • Easy integratable to existing scripts
All you need is to add references to installer's script, no hard-coding is necessarry!
  • Templates and examples for instant start
We provide many templates and examples, so your installer can be finished in few minutes!
  • Graphical Installer Wizard for creating new and converting existing scripts
Plug-in for HM NIS Edit, Eclipse and Visual Studio, RAD Studio, Standalone application for fast creating scripts with custom design.
  • Full compatibility with other plug-ins and functions
  • This product use the same core as traditional installers
There is no difference in writing scripts!
  • Custom dialogs and interfaces
Thanks to its nature it is easy to add custom wizard pages and elements to them (TextBoxes, CheckBoxes ...).
  • Support for multiple languages (also Unicode languages)
Fully multilingual support (including RTL languages) in one installer

Example.png

Developer comments

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

Version

Current version is v4.01 for NSIS 2 and NSIS 3

First version: in 2006 - see forum threads

Credits

  • Made by Slappy, unSigned

Links

Official website (Includes screenshots and documentation)

Developer website

Forum Topic 1

Forum Topic 2

Related Topics

Related software

Visual & Installer - a Microsoft Visual Studio extension for creating NSIS scripts

RAD & Installer - an Embarcadero RAD Studio extension for creating NSIS scripts (C++ Builder and Delphi)