Developer Center: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
(Featured wiki pages)
No edit summary
 
(35 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<p style="margin: 1em; text-align: center; font-size: 125%; line-height: 1.3">
This is the place where NSIS users can find and share script code, examples, plug-ins, tutorials, software, graphics and everything else that's related to NSIS. Any user can add or update information. The [[NSIS Wiki:Sandbox|sandbox]] can be used for editing experiments.
Welcome to the NSIS Wiki - the new repository of NSIS information</p>


<p style="margin: 1em; text-align: center; font-size: 110%; line-height: 1.3">
This wiki allows NSIS users to share script code, examples, plug-ins, tutorials, software, graphics and everything else that's related to NSIS.</p>


<p style="font-variant: small-caps; text-align: center; margin-top: 0; margin-bottom:.2em; font-size: 105%;">
[[Image:Code.png|left]] '''[[:Category:Code_Examples|Code Examples]]'''


Browse the Categories:
Examples of how to implement installer actions.


[[:Category:Code_Examples|Code Examples]] | [[:Category:Functions_&_Macros|Function & Macros]] | [[:Category:Graphics_and_UIs|Graphics and UIs]] | [[:Category:Minor_Issues|Minor Issues]] | [[:Category:Plugins|Plug-ins]] | [[:Category:Real_World_Installers|Real World Installers]] | [[:Category:Related_Software|Related Software]] | [[:Category:Tutorials|Tutorials]]
<br style="clear:both" />


</p>
[[Image:Terminal.png|left]] '''[[:Category:Package_Managers|Package Managers]]'''


<p style="margin: 1em; text-align: center; font-size: 100%; line-height: 1.3">
Alternative methods of installing NSIS, including on non-Windows operating systems
Questions about NSIS scripting? Want to discuss NSIS features and development? [http://forums.winamp.com/forumdisplay.php?s=&forumid=65 Go to the NSIS Forum]</p>


<div style="background-color: #F5FCFF; border: 1px solid #3333CC; margin: 2em;">
<br style="clear:both" />
<div style="margin:1.5em;">
 
<h3>Featured wiki pages</h3>
[[Image:IDE.png|left]] '''[[:Category:Development_Environments|Development Environments]]'''
[[DcryptDll_:_Adding_Encryption_to_NSIS|DecryptDll]] - Add encryption support to NSIS<br>
 
[[HM_NIS_Edit_-_Script_editor%2C_wizard_%28with_Modern_UI_support%29_%26_InstallOptions_Designer|HM NIS Edit]] - NSIS script editor with InstallOptions designer and script generation wizard<br>
Applications to edit and compile NSIS scripts is a convient way, with features like syntax highlighting, code folding and outlide view. Most development environments also include a dialog designer to create custom pages.
[[Venis IX]] - NSIS script editor with script generation wizard<br>
 
[[New_header_wizard_and_checkbox_graphics_for_MUI|Graphics]] - Many cool installer graphics<br>
<br style="clear:both" />
[[Installing the Microsoft .NET Framework]]<br>
 
[[Allow only one installer instance]]
[[Image:Functions.png|left]] '''[[:Category:Functions_&_Macros|Functions & Macros]]'''
</div></div>
 
Functions usually perform one specific task, like comparing a version number or searching for a text.
 
<br style="clear:both" />
 
[[Image:Graphics.png|left]] '''[[:Category:Graphics_and_UIs|Graphics and UIs]]'''
 
Icons, wizard and header images and complete custom wizard interfaces.
 
<br style="clear:both" />
 
[[Image:Help.png|left]] '''[[:Category:Help|NSIS Help & FAQ]]'''
 
Additional NSIS help including a list of frequently asked questions (FAQ).
 
<br style="clear:both" />
 
[[Image:Plugin.png|left]] '''[[:Category:Plugins|Plug-ins]]'''
 
Plug-ins add new features that can be called from NSIS scripts, such as file downloading, XML file parsing and a lot more.
 
<br style="clear:both" />
 
[[Image:World.png|left]] '''[[:Category:Real_World_Installers|Real World Installers]]'''
 
Examples of complete installers that have been used to distribute real applications.
 
<br style="clear:both" />
 
[[Image:Software.png|left]] '''[[:Category:Related_Software|Related Software]]'''
 
NSIS-related software like script generators and converters.
 
<br style="clear:both" />
 
[[Image:Tutorials.png|left]] '''[[:Category:Tutorials|Tutorials]]'''
 
Step-by-step guides that explain NSIS features.
 
<br style="clear:both" />
 
[[Image:List.png|left]] '''[[List_of_all_pages_in_NSIS_repository|List of all Pages in the Developer Center]]'''

Latest revision as of 13:27, 15 June 2025

This is the place where NSIS users can find and share script code, examples, plug-ins, tutorials, software, graphics and everything else that's related to NSIS. Any user can add or update information. The sandbox can be used for editing experiments.


Code.png

Code Examples

Examples of how to implement installer actions.


Terminal.png

Package Managers

Alternative methods of installing NSIS, including on non-Windows operating systems


IDE.png

Development Environments

Applications to edit and compile NSIS scripts is a convient way, with features like syntax highlighting, code folding and outlide view. Most development environments also include a dialog designer to create custom pages.


Functions.png

Functions & Macros

Functions usually perform one specific task, like comparing a version number or searching for a text.


Graphics.png

Graphics and UIs

Icons, wizard and header images and complete custom wizard interfaces.


Help.png

NSIS Help & FAQ

Additional NSIS help including a list of frequently asked questions (FAQ).


Plugin.png

Plug-ins

Plug-ins add new features that can be called from NSIS scripts, such as file downloading, XML file parsing and a lot more.


World.png

Real World Installers

Examples of complete installers that have been used to distribute real applications.


Software.png

Related Software

NSIS-related software like script generators and converters.


Tutorials.png

Tutorials

Step-by-step guides that explain NSIS features.


List.png

List of all Pages in the Developer Center