Category:Real World Installers: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
(→‎Remote Examples: Added link to Google search)
Line 3: Line 3:
[[Category:Browse NSIS Repository by Topic]]
[[Category:Browse NSIS Repository by Topic]]


== Remote Examples ==
FAIL
 
Hundreds of real world programs that use NSIS can be found by following the links on the [[Users]] page. However, be forewarned that not every program linked to from that page includes the actual NSIS script used to create its installer. For the programs that do make the NSIS script available, you will most likely have to browse the author's site, looking for a full source download for their program.
 
For a more targeted approach, try this Google search: "[http://www.google.com/search?q=section+filetype:nsi&filter=0 section filetype:nsi]". The word "section" is included because Google won't return any results for just "filetype:nsi" and every NSIS script must have at least one section.

Revision as of 18:36, 14 April 2009

Place your working real world installer scripts here so that others may learn from them.

FAIL