Developer Center: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
m (Link to Category:Browse.)
(whitespace)
 
(37 intermediate revisions by 5 users not shown)
Line 1: Line 1:
Welcome to the NSIS Wiki.
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.


Start by browsing the [[:Category:Browse|categories]].


This Wiki is still in early development stages. All of the [http://nsis.sourceforge.net/archive/ Archive] content needs to moved, the interface needs to be changed and the URL needs to be sorted (remove ugly index.php?title=).
[[Image:Code.png|left]] '''[[:Category:Code_Examples|Code Examples]]'''


To highlight NSIS scripts, use the <highlight-nsis> tag. For example:
Examples of how to implement installer actions.


<highlight-nsis>
<br style="clear:both" />
Name "blah"
OutFile "blah.exe"
Section
SetOutPath $INSTDIR
File "blah.txt"
SectionEnd
&lt;/highlight-nsis&gt;


will result in:
[[Image:IDE.png|left]] '''[[:Category:Development_Environments|Development Environments]]'''


<highlight-nsis>
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.
Name "blah"
 
OutFile "blah.exe"
<br style="clear:both" />
Section
 
SetOutPath $INSTDIR
[[Image:Functions.png|left]] '''[[:Category:Functions_&_Macros|Functions & Macros]]'''
File "blah.txt"
 
SectionEnd
Functions usually perform one specific task, like comparing a version number or searching for a text.
</highlight-nsis>
 
<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 15:02, 11 June 2006

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.


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