Visual & Installer: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
mNo edit summary
(Updated versions)
Line 2: Line 2:
== About ==
== About ==
[[Image:VisualInstaller.png|right|thumb|250px|Visual Studio with Visual & Installer addin]]
[[Image:VisualInstaller.png|right|thumb|250px|Visual Studio with Visual & Installer addin]]
[[Visual & Installer]] is a Visual Studio Add-in for creating NSIS installers. It integrates NSIS (Nullsoft Scriptable Install System) with Microsoft Visual Studio IDE and allows you to create and build NSIS projects right within Visual Studio getting all benefits of common integrated environment!
[[Visual & Installer]] is a Visual Studio extension for creating NSIS installers. It integrates NSIS (Nullsoft Scriptable Install System) with Microsoft Visual Studio IDE and allows you to create and build NSIS projects right within Visual Studio getting all benefits of common integrated environment!


Key features:
Key features:
* Full integration into Visual Studio IDE
* Full integration into Visual Studio IDE
* New project types: NSISProject and InnoSetupProject
* New project types: NSIS Project
* Wizards for creating new projects
* Wizards for creating new projects
* Build installers directly with other project types
* Build installers directly with other project types
* Complete integration to the solution build process
* Complete integration to the solution build process
* NSISProject and InnoSetupProject properties
* NSIS Project properties
* Syntax highlighting
* Syntax highlighting
* IntelliSense Complete Word support
* IntelliSense Complete Word support
* Quick jump from Error List window
* Quick jump from Error List window
* Hints and tips for writing scripts
* Hints and tips for writing scripts
* Support for Visual Studio 2008, 2010 and 11 (in development)
* Support for Visual Studio 2005, 2008, 2010, 2012, 2013 and 2015
* Full version control system support
* Full version control system support
* Code optimizations
* Code optimizations
* Dynamic help system




Line 35: Line 36:


== See also ==
== See also ==
* [http://www.unsigned-softworks.sk/visual-installer/ Official Website]
* [http://www.visual-installer.com/ Official website]
* [http://www.unsigned-softworks.sk/visual-installer/downloads.html Download]
* [http://www.unsigned.sk/ Developer official website]
* [http://www.graphical-installer.com Graphical Installer Website]
* [http://www.graphical-installer.com Graphical Installer website]


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

Revision as of 10:35, 30 June 2015

Author: Slappy (talk, contrib)


About

Visual Studio with Visual & Installer addin

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

Key features:

  • Full integration into Visual 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
  • IntelliSense Complete Word support
  • Quick jump from Error List window
  • Hints and tips for writing scripts
  • Support for Visual Studio 2005, 2008, 2010, 2012, 2013 and 2015
  • Full version control system support
  • Code optimizations
  • Dynamic help system


Additional features

Visual & 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 Visual 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 favourite 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
  • Visual Studio toolbars for fast work
  • No manual writing of scripts necessarry!

See also