NSIS
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Archiving |extensions={{ext|exe}} }} '''NSIS''' ('''Nullsoft Scriptable Install System''') is a toolkit for creating installation p...") |
(sample files) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 9: | Line 9: | ||
* [http://nsis.sourceforge.net/Download NSIS] | * [http://nsis.sourceforge.net/Download NSIS] | ||
* [[7-Zip]] can open some NSIS files as if they were archives. | * [[7-Zip]] can open some NSIS files as if they were archives. | ||
+ | * [[Konvertor]] | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|archive/nullsoftInstallerPackage}} | ||
== Links == | == Links == | ||
* [http://nsis.sourceforge.net/Main_Page NSIS website] | * [http://nsis.sourceforge.net/Main_Page NSIS website] | ||
* [[Wikipedia:Nullsoft Scriptable Install System|Wikipedia article]] | * [[Wikipedia:Nullsoft Scriptable Install System|Wikipedia article]] | ||
+ | |||
+ | == See also == | ||
+ | * [[NSIS Script]] |
Latest revision as of 01:29, 15 May 2024
NSIS (Nullsoft Scriptable Install System) is a toolkit for creating installation packages for Windows applications. NSIS can also refer to the file format used by those packages.
Contents |