Developer Center: Difference between revisions
(descriptions of categories) |
(removed header) |
||
Line 1: | Line 1: | ||
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. | 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. | ||
'''[[:Category:Code_Examples|Code Examples]]''' | '''[[:Category:Code_Examples|Code Examples]]''' |
Revision as of 19:00, 10 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.
Examples of how to implement installer actions.
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 usually perform one specific task, like comparing a version number or searching for a text.
Icons, wizard and header images and complete custom wizard interfaces.
Additional NSIS help including a list of frequently asked questions (FAQ).
Plug-ins add new features that can be called from NSIS scripts, such as file downloading, XML file parsing and a lot more.
Examples of complete installers that have been used to distribute real applications.
NSIS-related software like script generators and converters.
Step-by-step guides that explain NSIS features.