Developer Center: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
(Added new category: Category:Help. Removed Category:Minor Issues as it's part of the help category.)
No edit summary
Line 18: Line 18:
<div style="background-color: #F5FCFF; border: 1px solid #3333CC; margin: 2em;">
<div style="background-color: #F5FCFF; border: 1px solid #3333CC; margin: 2em;">
<div style="margin:1.5em;">
<div style="margin:1.5em;">
<h3>New NSIS scripting tool for the Eclipse platform</h3>
[[EclipseNSIS_-_NSIS_plugin_for_Eclipse|EclipseNSIS]] is a plug-in for the [http://www.eclipse.org/ Eclipse platform] that creates a complete NSIS development environment. It allows you to edit script files with features like syntax highlighting, code folding and an outline view. EclipseNSIS also includes a form designer for custom pages and a compiler interface that immidiately shows the location of errors in your script. In addition to manual script editing a wizard interface is provided to generate basic scripts.
<h3>Featured wiki pages</h3>
<h3>Featured wiki pages</h3>
[[DcryptDll_:_Adding_Encryption_to_NSIS|DecryptDll]] - Add encryption support to NSIS<br>
[[DcryptDll_:_Adding_Encryption_to_NSIS|DecryptDll]] - Add encryption support to NSIS<br>

Revision as of 19:16, 1 August 2005

Welcome to the NSIS Wiki - the new repository of NSIS information

This wiki allows NSIS users to share script code, examples, plug-ins, tutorials, software, graphics and everything else that's related to NSIS.

Browse the Categories: Code Examples | Function & Macros | Graphics and UIs | Help (NSIS) | Plug-ins | Real World Installers | Related Software | Tutorials

Questions about NSIS scripting? Want to discuss NSIS features and development? Go to the NSIS Forum or the IRC channel

New NSIS scripting tool for the Eclipse platform

EclipseNSIS is a plug-in for the Eclipse platform that creates a complete NSIS development environment. It allows you to edit script files with features like syntax highlighting, code folding and an outline view. EclipseNSIS also includes a form designer for custom pages and a compiler interface that immidiately shows the location of errors in your script. In addition to manual script editing a wizard interface is provided to generate basic scripts.

Featured wiki pages

DecryptDll - Add encryption support to NSIS
HM NIS Edit - NSIS script editor with InstallOptions designer and script generation wizard
Venis IX - NSIS script editor with script generation wizard
Graphics - Many cool installer graphics
.NET Version - Detect installed .NET runtime version
Installing the Microsoft .NET Framework
Allow only one installer instance