Content deleted Content added
m Undid revision 354916434 by 203.197.168.171 (talk) |
|||
Line 27:
Version 2.01 was the first version to compile on [[POSIX]] platforms . This allows [[cross-compilation]] of [[Microsoft Windows|Windows]] installers on [[Linux]] and [[FreeBSD]] without the usage of [[Wine (software)|Wine]]. Currently, the only supported hardware platform is [[x86]].
===Script===
The NSIS compiler program ''makensis'' compiles scripts like the following example into executable installation programs. Each line in the script contains a single command.
Line 63:
===Plugins===
Several plugins come with the NSIS package that permit the installer to display a splash screen, display a custom page, display an image on the background, download files from a website, perform mathematical operations, patch files and more.
|