Developer Center: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
(no longer in development)
(Categories on main page)
Line 1: Line 1:
'''Welcome to the new NSIS Wiki.'''
<p style="margin: 1em; text-align: center; font-size: 125%; line-height: 1.3">
Welcome to the NSIS Wiki - the new repository of NSIS information</p>


Start by browsing the [[:Category:Browse|categories]].
<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>


To highlight NSIS scripts, use the &lt;highlight-nsis&gt; tag. For example:
<p style="font-variant: small-caps; text-align: center; margin-top: 0; margin-bottom:.2em; font-size: 105%;">


&lt;highlight-nsis&gt;
Browse the Categories:
Name "blah"
OutFile "blah.exe"
Section
SetOutPath $INSTDIR
File "blah.txt"
SectionEnd
&lt;/highlight-nsis&gt;


will result in:
[[: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]]


<highlight-nsis>
</p>
Name "blah"
 
OutFile "blah.exe"
<p style="margin: 1em; text-align: center; font-size: 100%; line-height: 1.3">
Section
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>
SetOutPath $INSTDIR
File "blah.txt"
SectionEnd
</highlight-nsis>

Revision as of 22:31, 24 June 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 | Minor Issues | Plug-ins | Real World Installers | Related Software | Tutorials

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