Install Designer: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
(Created page with "{{PageAuthor|Slappy}} == About == right|thumb|250px|Install Designer Install Designer is a powerful and user friendly tool for creating NSIS...") |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 20: | Line 20: | ||
* Hints and tips for writing scripts | * Hints and tips for writing scripts | ||
* Script optimizations | * Script optimizations | ||
* Supports importing the InstallOptions .ini files | |||
* New version checking and notifications about changes | * New version checking and notifications about changes | ||
Line 28: | Line 29: | ||
* Dialogs work out of the box with [[Graphical Installer]]. | * Dialogs work out of the box with [[Graphical Installer]]. | ||
== See also == | == See also == | ||
Line 39: | Line 35: | ||
* [http://www.graphical-installer.com Graphical Installer website] | * [http://www.graphical-installer.com Graphical Installer website] | ||
* [http://forums.winamp.com/showthread.php?t=455139 Forum thread] | * [http://forums.winamp.com/showthread.php?t=455139 Forum thread] | ||
[[Image:install-designer-1.jpg|left|Install Designer]] | |||
[[Image:install-designer-2.jpg|left|Install Designer]] | |||
[[Category:Development Environments]] | [[Category:Development Environments]] | ||
[[Category:Related Software]] | [[Category:Related Software]] |
Latest revision as of 10:00, 12 January 2021
Author: Slappy (talk, contrib) |
About
Install Designer is a powerful and user friendly tool for creating NSIS (also Inno Setup) dialogs (setup Forms and Pages) without any scripting. It allows you to create and test dialogs without any programming knowledge.
Key features:
- Works with any recent NSIS and Inno Setup versions
- Create setup dialogs with most common Windows controls and their most common properties
- + some unique controls from NSIS (nsDialogs)
- Creating Installer and Uninstaller Pages in NSIS
- WYSIWYG designer and immediate script preview
- Single click to run the designed dialog in installer
- Intuitive Drag & Drop tools for manipulation with controls (alignment, moving, resizing, ...)
- Generating events (OnClick, OnDoubleClick, OnKeyDown, ...) with one click
- Generating resulting script(s)
- Syntax highlighting (coloring) for script preview
- Hints and tips for writing scripts
- Script optimizations
- Supports importing the InstallOptions .ini files
- New version checking and notifications about changes
- (also for NSIS and Inno Setup versions!)
- Full version control system support
- Dynamic help system
- Easy to be integrated into existing installers or scripts
- Dialogs work out of the box with Graphical Installer.
See also