RAD & Installer: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
(Created page with "{{PageAuthor|Slappy}} == About == right|thumb|250px|RAD Studio with RAD & Installer addin RAD & Installer is a RAD Studio extension for creating...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{PageAuthor|Slappy}}
{{PageAuthor|Slappy}}
== About ==
== About ==
[[Image:RADInstaller.png|right|thumb|250px|RAD Studio with RAD & Installer addin]]
[[Image:RADInstaller.png|right|thumb|250px|RAD Studio with RAD & Installer expert]]
[[RAD & Installer]] is a RAD Studio extension for creating NSIS installers. It integrates NSIS (Nullsoft Scriptable Install System) with Microsoft RAD Studio IDE and allows you to create and build NSIS projects right within RAD Studio getting all benefits of common integrated environment!
[[RAD & Installer]] is a RAD Studio expert for creating NSIS installers. It integrates NSIS (Nullsoft Scriptable Install System) with Embarcadero RAD Studio IDE and allows you to create and build NSIS projects right within RAD Studio getting all benefits of common integrated environment!


Key features:
Key features:
Line 15: Line 15:
* Quick jump from Messages window
* Quick jump from Messages window
* Hints and tips for writing scripts
* Hints and tips for writing scripts
* Support for RAD Studio 2009, 2010, XE - XE8
* Support for RAD Studio 2009, 2010, XE - XE8, 10 Seattle - 10.2 Tokyo
* Support for Delphi & C++ Builder
* Full version control system support
* Full version control system support
* Code optimizations
* Code optimizations
* Dynamic help system
* Dynamic help system
* Find References
* Live Templates
* Go To, Open File, fast navigation in script
* MessageBox designer
* Dark Theme support


[[Image:rad-installer-1.jpg|left|thumb|700px|RAD Studio with RAD & Installer]]
[[Image:rad-installer-2.jpg|left|thumb|700px|RAD Studio with RAD & Installer (Dark Theme)]]


== Additional features ==
== Additional features ==
Line 26: Line 35:
Graphical Installer Wizard - Features:
Graphical Installer Wizard - Features:


* Create cool-skinned installers directly from your favourite IDE!
* Create cool-skinned installers directly from your favorite IDE!
* Support for NSIS and Inno Setup
* Support for NSIS and Inno Setup
* Create new installers
* Create new installers
Line 33: Line 42:
* Intuitive and user friendly GUI
* Intuitive and user friendly GUI
* RAD Studio toolbars for fast work
* RAD Studio toolbars for fast work
* No manual writing of scripts necessarry!  
* No manual writing of scripts necessary!  


== See also ==
== See also ==
Line 39: Line 48:
* [http://www.unsigned.sk/ Developer official website]
* [http://www.unsigned.sk/ Developer official website]
* [http://www.graphical-installer.com Graphical Installer website]
* [http://www.graphical-installer.com Graphical Installer website]
* [http://forums.winamp.com/showthread.php?t=396699 Forum  thread]


[[Category:Development Environments]]
[[Category:Development Environments]]
[[Category:Related Software]]
[[Category:Related Software]]

Latest revision as of 16:42, 13 September 2017

Author: Slappy (talk, contrib)


About

RAD Studio with RAD & Installer expert

RAD & Installer is a RAD Studio expert for creating NSIS installers. It integrates NSIS (Nullsoft Scriptable Install System) with Embarcadero RAD Studio IDE and allows you to create and build NSIS projects right within RAD Studio getting all benefits of common integrated environment!

Key features:

  • Full integration into RAD Studio IDE
  • New project types: NSIS Project
  • Wizards for creating new projects
  • Build installers directly with other project types
  • Complete integration to the solution build process
  • NSIS Project properties
  • Syntax highlighting
  • Code Insight Code Completion support
  • Quick jump from Messages window
  • Hints and tips for writing scripts
  • Support for RAD Studio 2009, 2010, XE - XE8, 10 Seattle - 10.2 Tokyo
  • Support for Delphi & C++ Builder
  • Full version control system support
  • Code optimizations
  • Dynamic help system
  • Find References
  • Live Templates
  • Go To, Open File, fast navigation in script
  • MessageBox designer
  • Dark Theme support
RAD Studio with RAD & Installer
RAD Studio with RAD & Installer (Dark Theme)

Additional features

RAD & Installer installation package also contains Graphical Installer Wizard - optional tool for creating cool-looking skinned NSIS and Inno Setup installers (based on Graphical Installer) directly in RAD Studio. With it whole installer can be created by a few clicks - No manual writing is necessary!

Graphical Installer Wizard - Features:

  • Create cool-skinned installers directly from your favorite IDE!
  • Support for NSIS and Inno Setup
  • Create new installers
  • Convert existing projects
  • Build installers directly with other project types
  • Intuitive and user friendly GUI
  • RAD Studio toolbars for fast work
  • No manual writing of scripts necessary!

See also