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...")
 
No edit summary
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
* 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|RAD Studio with RAD & Installer]]
[[Image:rad-installer-2.jpg|RAD Studio with RAD & Installer]]


== Additional features ==
== Additional features ==
Line 26: Line 34:
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 41:
* 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 ==

Revision as of 16:05, 13 September 2017

Author: Slappy (talk, contrib)


About

RAD Studio with RAD & Installer addin

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!

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
  • 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

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