diff --git a/Menu/compiler.html b/Menu/compiler.html new file mode 100644 index 00000000..40ca5602 --- /dev/null +++ b/Menu/compiler.html @@ -0,0 +1,29 @@ + + +
+

+ + + + + +

+

+

+

+

+
+

Compiler

+

NSIS Scrips can be compiled with the makensis compiler.
+ MakeNSISW is a graphical interface for the compiler.

+

If you have installed the shell extensions (they are installed by default), + right click on the script file in Windows and choose 'Compile NSI'. The + compiler will be started in the MakeNSISW interface.

+

You can also start MakeNSISW and open the script using the File menu + or drag the script file into the window.

+

Start MakeNSISW >

+
+

+
+ + diff --git a/Menu/docs.html b/Menu/docs.html new file mode 100644 index 00000000..ea527712 --- /dev/null +++ b/Menu/docs.html @@ -0,0 +1,32 @@ + + +
+

+ + + + + +

+

+

+

+

+
+

Documentation

+

For information about the NSIS Script format, a reference of all commands + and useful functions, see the NSIS + Documentation.

+

If you want to create an installer with the Modern User Interface, check + the Modern UI Readme.

+

For example scripts, browse the Examples + folder.

+

More tutorials and examples can be found in the online + NSIS Archive.

+

For information about the plugins, browse the Contrib + folder .

+
+

+
+ + diff --git a/Menu/images/btn-compiler.gif b/Menu/images/btn-compiler.gif new file mode 100644 index 00000000..10073e21 Binary files /dev/null and b/Menu/images/btn-compiler.gif differ diff --git a/Menu/images/btn-docs.gif b/Menu/images/btn-docs.gif new file mode 100644 index 00000000..e278ac00 Binary files /dev/null and b/Menu/images/btn-docs.gif differ diff --git a/Menu/images/btn-update.gif b/Menu/images/btn-update.gif new file mode 100644 index 00000000..8e772611 Binary files /dev/null and b/Menu/images/btn-update.gif differ diff --git a/Menu/images/btn-websites.gif b/Menu/images/btn-websites.gif new file mode 100644 index 00000000..5f7c1afe Binary files /dev/null and b/Menu/images/btn-websites.gif differ diff --git a/Menu/images/btn-welcome.gif b/Menu/images/btn-welcome.gif new file mode 100644 index 00000000..ad7c61e6 Binary files /dev/null and b/Menu/images/btn-welcome.gif differ diff --git a/Menu/images/header.gif b/Menu/images/header.gif new file mode 100644 index 00000000..d2c21b8f Binary files /dev/null and b/Menu/images/header.gif differ diff --git a/Menu/images/silver.gif b/Menu/images/silver.gif new file mode 100644 index 00000000..4966dcb0 Binary files /dev/null and b/Menu/images/silver.gif differ diff --git a/Menu/images/version.gif b/Menu/images/version.gif new file mode 100644 index 00000000..d95f7964 Binary files /dev/null and b/Menu/images/version.gif differ diff --git a/Menu/index.html b/Menu/index.html new file mode 100644 index 00000000..fc5b04dc --- /dev/null +++ b/Menu/index.html @@ -0,0 +1,29 @@ + + +
+

+ + + + + +

+

+

+

+

+
+

Welcome

+

NSIS is a free win32 installer/uninstaller system.

+

NSIS installers are based on NSIS Scripts (.nsi) which can be compiled + with the makensis compiler.

+

You can create both simple installers and installers that handle lots + of advanced tasks. Installers can also be extended with plugins written + in C, C++ or another language.

+

This menu contains links to applications, websites and documentation + that will help you to create your installers.

+
+

+
+ + diff --git a/Menu/notinstalled.html b/Menu/notinstalled.html new file mode 100644 index 00000000..ea85ee21 --- /dev/null +++ b/Menu/notinstalled.html @@ -0,0 +1,24 @@ + + +
+

+ + + + + +

+

+

+

+

+
+

Feature not installed

+

The feature you selected is not installed.

+

If you want to use this feature, run NSIS Setup again and do not deselect + it.

+
+

+
+ + diff --git a/Menu/update.html b/Menu/update.html new file mode 100644 index 00000000..5a133e00 --- /dev/null +++ b/Menu/update.html @@ -0,0 +1,31 @@ + + +
+

+ + + + + +

+

+

+

+

+
+

Update

+

NSIS Update allows you to check whether a new release is available and + to download the latest development files from CVS.

+

The development files have not been tested yet in all situations, so + you should only use them if you are following the NSIS development or + looking for a specific bugfix.

+

See the Changelog for + the latest changes in the development files.

+
+
+

Start NSIS Update >

+
+

+
+ + diff --git a/Menu/websites.html b/Menu/websites.html new file mode 100644 index 00000000..7b008193 --- /dev/null +++ b/Menu/websites.html @@ -0,0 +1,30 @@ + + +
+

+ + + + + +

+

+

+

+

+
+

Websites

+

NSIS Development Site - + All of the latest information about NSIS development

+

NSIS Archive - + Useful functions, NSIS related software, example scripts, plugins and + tutorials

+

NSIS + Forum - Talk with others in the NSIS community

+

NSIS IRC Channel - + Chat with the NSIS developers (IRC client required)

+
+

+
+ +