Developer Center: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
m (add link to categories page) |
m (Link to Category:Browse.) |
||
Line 1: | Line 1: | ||
Welcome to the NSIS Wiki. | Welcome to the NSIS Wiki. | ||
Start by browsing the [[ | 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=). | 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 11:16, 10 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