Developer Center: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
m (Forgot to take out the author from this page...) |
m (add link to categories page) |
||
Line 1: | Line 1: | ||
Welcome to the NSIS Wiki. | Welcome to the NSIS Wiki. | ||
Start by browsing the [[Special:Categories|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=). | 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=). |
Revision as of 20:24, 9 June 2005
Welcome to the NSIS Wiki.
Start by browsing the categories.
This Wiki is still in early development stages. All of the Archive content needs to moved, the interface needs to be changed and the URL needs to be sorted (remove ugly index.php?title=).
To highlight NSIS scripts, use the <highlight-nsis> tag. For example:
<highlight-nsis> Name "blah" OutFile "blah.exe" Section SetOutPath $INSTDIR File "blah.txt" SectionEnd </highlight-nsis>
will result in:
Name "blah" OutFile "blah.exe" Section SetOutPath $INSTDIR File "blah.txt" SectionEnd