Visual & Installer: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
(Updated versions)
No edit summary
 
Line 1: Line 1:
{{PageAuthor|Slappy}}
{{PageAuthor|Slappy}}
== 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]]
[[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!
[[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!


Line 15: Line 15:
* 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 2005, 2008, 2010, 2012, 2013 and 2015
* Support for Visual Studio 2005, 2008, 2010, 2012, 2013, 2015 and 2017
* Full version control system support
* Full version control system support
* Code optimizations
* Code optimizations
* Dynamic help system
* Dynamic help system
* Find and Rename References
* Code Snippets
* Go To, Open File, fast navigation in script
* MessageBox designer
* Dark Theme support


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


== Additional features ==
== Additional features ==
Line 39: Line 47:
* [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=342898 Forum thread]


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

Latest revision as of 16:30, 13 September 2017

Author: Slappy (talk, contrib)


About

Visual Studio with Visual & Installer

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, 2015 and 2017
  • Full version control system support
  • Code optimizations
  • Dynamic help system
  • Find and Rename References
  • Code Snippets
  • Go To, Open File, fast navigation in script
  • MessageBox designer
  • Dark Theme support
Visual Studio with Visual & Installer
Visual Studio with Visual & Installer (Dark Theme)

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