diff --git a/Examples/makensis.nsi b/Examples/makensis.nsi index aa62812d..67fe207b 100644 --- a/Examples/makensis.nsi +++ b/Examples/makensis.nsi @@ -167,11 +167,8 @@ ${MementoSection} "NSIS Core Files (required)" SecCore SetOutPath $INSTDIR\Menu File ..\Menu\*.html SetOutPath $INSTDIR\Menu\images - File ..\Menu\images\clear.gif File ..\Menu\images\header.gif File ..\Menu\images\line.gif - File ..\Menu\images\menu.gif - File ..\Menu\images\menud.gif File ..\Menu\images\site.gif Delete $INSTDIR\makensis.htm diff --git a/Menu/compiler.html b/Menu/compiler.html deleted file mode 100644 index b0083984..00000000 --- a/Menu/compiler.html +++ /dev/null @@ -1,30 +0,0 @@ - - -
- - - - - -
-

Quick Launch

-

Introduction

-

Compiler

-

Documentation

-

Update

-

Websites

-
-

Compiler

-

The makensis compiler can compile NSIS scripts to create installer - executables.
MakeNSISW is a graphical interface for this compiler.

-

To compile a script, right click on a script file in explorer and - choose 'Compile NSIS Script'. - 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 from explorer into the window.

-

Start MakeNSISW >

-
-

-
- - \ No newline at end of file diff --git a/Menu/docs.html b/Menu/docs.html deleted file mode 100644 index 1eae1af1..00000000 --- a/Menu/docs.html +++ /dev/null @@ -1,34 +0,0 @@ - - -
- - - - - -
-

Quick Launch

-

Introduction

-

Compiler

-

Documentation

-

Update

-

Websites

-
-

Documentation

-

For information about the script format, a tutorial, useful functions, - version history, credits and a reference of all commands, see the - Users Manual (Win95/NT4: IE3 and - HTML Help required).

-

If you want to create an installer with a modern user interface, check - the Modern UI Readme - for information and reference of settings.

-

For example scripts, browse the Examples - folder.

-

For information about the plugins, browse the Docs - folder.

-

The NSIS Developer Center contains more examples and tutorials.

-
-

-
- - \ No newline at end of file diff --git a/Menu/images/clear.gif b/Menu/images/clear.gif deleted file mode 100644 index 2799b45c..00000000 Binary files a/Menu/images/clear.gif and /dev/null differ diff --git a/Menu/images/menu.gif b/Menu/images/menu.gif deleted file mode 100644 index 45a3736e..00000000 Binary files a/Menu/images/menu.gif and /dev/null differ diff --git a/Menu/images/menud.gif b/Menu/images/menud.gif deleted file mode 100644 index 2d6218e1..00000000 Binary files a/Menu/images/menud.gif and /dev/null differ diff --git a/Menu/index.html b/Menu/index.html index a18131cc..66fc412b 100644 --- a/Menu/index.html +++ b/Menu/index.html @@ -1,46 +1,63 @@ - - -
- - - - - -
-

Quick Launch

-

Introduction

-

Compiler

-

Documentation

-

Update

-

Websites

-
- - -
-

Utilities
- MakeNSISW (compiler interface)
- Zip2Exe (convert ZIP to SFX)
-  

-

Folders
- Example scripts
- Contrib (plug-in info etc.)
- Language files

-
-

Documentation
- NSIS Users Manual
- FAQ (online)
- Modern UI Readme
- InstallOptions (custom pages)

-

Websites
- NSIS Website
- Forum
- IRC Channel
- Bug Tracker
- Development Change Log

-
-
-

-

-
- - \ No newline at end of file + + +
+
+ + + + + +
+ +
+ +

+ Compiler
+ Compile NSI scripts
+ Installer based on ZIP file
+
+
+
+

+

+ Developer Center
+ Many more examples, tutorials, plug-ins and NSIS-releted software are available + at the on-line Developer Center. +

+
+

+ Documentation
+ NSIS Users Manual
+ Example scripts
+ Modern UI 2
+ Multi-User Header File
+ StrFunc Header File

+

+ On-line help
+ Forum
+ FAQ
+ IRC Channel
+ Bug Tracker
+

+

+ Plug-ins
+ AdvSplash - splash with fade in/out
+ Banner - banner with custom text
+ BgImage - background image
+ Dialer - internet connection
+ Math - math operations
+ nsDialogs - custom wizard pages
+ nsExec - launch command line tools
+ NSISdl - download files
+ Splash - splash scren
+ StartMenu - Start Menu folder selection
+ System - Windows API calls
+ VPatch - update existing files

+
+

+

+
+ +
+ + diff --git a/Menu/intro.html b/Menu/intro.html deleted file mode 100644 index 62dcdea7..00000000 --- a/Menu/intro.html +++ /dev/null @@ -1,34 +0,0 @@ - - -
- - - - - - -
-

Quick Launch

-

Introduction

-

Compiler

-

Documentation

-

Update

-

Websites

-
-

Introduction

-

An installer is the first experience of a user with your application. - Slow or unsuccessful software installations are the most irritating - computer problems. A quick and user friendly installer is therefore an - essential part of your software product. -

NSIS is a tool that allows programmers - to create such installers. It is released under an open source license and is - completely free for any use.

-

NSIS installers are based on NSIS Scripts (.nsi) which can be compiled - with the makensis compiler. They can also be extended with plug-ins written - in C, C++, Delphi or another language.

-
-

-

-
- - \ No newline at end of file diff --git a/Menu/notinstalled.html b/Menu/notinstalled.html index 596fc3f3..6e647d74 100644 --- a/Menu/notinstalled.html +++ b/Menu/notinstalled.html @@ -1,27 +1,22 @@ - - -
- - - - - -
-

Quick Launch

-

Introduction

-

Compiler

-

Documentation

-

Update

-

Websites

-
-

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.

-







-
-

-

-
- - \ No newline at end of file + + +
+
+ + + + + +
+ +

+ Feature not installed

+

+ The feature you selected is not installed.

+

+ If you want to use this feature, run NSIS Setup again to install it.

+

+ <- Back

+
+ + diff --git a/Menu/update.html b/Menu/update.html deleted file mode 100644 index f44773e3..00000000 --- a/Menu/update.html +++ /dev/null @@ -1,33 +0,0 @@ - - -
- - - - - -
-

Quick Launch

-

Introduction

-

Compiler

-

Documentation

-

Update

-

Websites

-
-

Update

-

MakeNSISW allows you to check whether - a new release is available. Choose NSIS Update in the Help menu to - check for a newer version.

-

The releases have been tested and provide new features and fixes.

-

A nightly build of latest development files is also available on the - website. - Using the development files you can try the latest cutting-edge features - and fixes. These files have not been tested so they should not be used in - production environments.

-

See the - Change Log for the latest changes in the development files.

-
-

-
- - \ No newline at end of file diff --git a/Menu/websites.html b/Menu/websites.html deleted file mode 100644 index d8cfa21f..00000000 --- a/Menu/websites.html +++ /dev/null @@ -1,33 +0,0 @@ - - -
- - - - - -
-

Quick Launch

-

Introduction

-

Compiler

-

Documentation

-

Update

-

Websites

-
-

Websites

-

NSIS Website - - General NSIS information, news and the - NSIS Developer Center, a repository of script examples, plug-ins, - tutorials, development environments and more.

-

- Forum - Talk with others in the NSIS community

-

IRC Channel - - Chat with other NSIS users (IRC client required)

-

- Bug Tracker - Check the list of submitted bugs or submit a new one

-



-
-

-
- - \ No newline at end of file