diff --git a/Examples/makensis.nsi b/Examples/makensis.nsi index 7e44f4be..d5214ac3 100644 --- a/Examples/makensis.nsi +++ b/Examples/makensis.nsi @@ -4,10 +4,10 @@ !define VER_MAJOR 2 !define VER_MINOR 0 !define VER_REVISION 0 -!define VER_BUILD 17 +!define VER_BUILD 18 -!define VER_FILE "20rc4" -!define VER_DISPLAY "2.0 release candidate 4" +!define VER_FILE "20" +!define VER_DISPLAY "2.0" ;-------------------------------- ;Compile CVS Data Setup @@ -47,12 +47,13 @@ Caption "NSIS ${VER_DISPLAY} Setup" !define MUI_ABORTWARNING !define MUI_HEADERIMAGE -!define MUI_SPECIALBITMAP "${NSISDIR}\Contrib\Graphics\Wizard\nullsoft.bmp" +!define MUI_WELCOMEFINISHPAGE_BITMAP "${NSISDIR}\Contrib\Graphics\Wizard\nsis.bmp" !define MUI_COMPONENTSPAGE_SMALLDESC ;Pages -!define MUI_WELCOMEPAGE_TEXT "This wizard will guide you through the installation of NSIS (Nullsoft Scriptable Install System), the Windows installer/uninstaller system that doesn't suck and isn't huge.\r\n\r\n\r\n$_CLICK" +!define MUI_WELCOMEPAGE_TITLE "Welcome to the NSIS ${VER_DISPLAY} Setup Wizard" +!define MUI_WELCOMEPAGE_TEXT "This wizard will guide you through the installation of NSIS (Nullsoft Scriptable Install System) ${VER_DISPLAY}, the next generation of the Windows installer and uninstaller system that doesn't suck and isn't huge.\r\n\r\nNSIS 2 includes a new Modern User Interface, LZMA compression, support for multiple languages and an easy plug-in system.\r\n\r\n$_CLICK" !insertmacro MUI_PAGE_WELCOME !insertmacro MUI_PAGE_LICENSE "..\license.txt" @@ -251,13 +252,17 @@ Section "Modern User Interface" SecInterfacesModernUI SetOutPath "$INSTDIR\Contrib\Modern UI" File "..\Contrib\Modern UI\System.nsh" - File "..\Contrib\Modern UI\Readme.gif" File "..\Contrib\Modern UI\Readme.html" File "..\Contrib\Modern UI\Changelog.txt" - File "..\Contrib\Modern UI\Screenshot.png" - File "..\Contrib\Modern UI\Screenshot2.png" File "..\Contrib\Modern UI\License.txt" File "..\Contrib\Modern UI\ioSpecial.ini" + + SetOutPath "$INSTDIR\Contrib\Modern UI\images" + File "..\Contrib\Modern UI\images\header.gif" + File "..\Contrib\Modern UI\images\screen1.png" + File "..\Contrib\Modern UI\images\screen2.png" + File "..\Contrib\Modern UI\images\open.gif" + File "..\Contrib\Modern UI\images\closed.gif" SetOutPath $INSTDIR\Contrib\UIs File "..\Contrib\UIs\modern.exe" diff --git a/Menu/compiler.html b/Menu/compiler.html index acb160b2..87bffc6f 100644 --- a/Menu/compiler.html +++ b/Menu/compiler.html @@ -4,18 +4,18 @@
-

Quick Launch

-

Introduction

-

Compiler

-

Documentation

-

Update

-

Websites

+

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 +

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 @@ -25,6 +25,6 @@

-
+
\ No newline at end of file diff --git a/Menu/docs.html b/Menu/docs.html index c8c1cf68..3e6e3744 100644 --- a/Menu/docs.html +++ b/Menu/docs.html @@ -4,12 +4,12 @@
-

Quick Launch

-

Introduction

-

Compiler

-

Documentation

-

Update

-

Websites

+

Quick Launch

+

Introduction

+

Compiler

+

Documentation

+

Update

+

Websites

Documentation

@@ -30,6 +30,6 @@

-
+
\ No newline at end of file diff --git a/Menu/images/header.gif b/Menu/images/header.gif index 32ac6f7f..d4a429dc 100644 Binary files a/Menu/images/header.gif and b/Menu/images/header.gif differ diff --git a/Menu/images/arrow.gif b/Menu/images/menu.gif similarity index 100% rename from Menu/images/arrow.gif rename to Menu/images/menu.gif diff --git a/Menu/images/arrowd.gif b/Menu/images/menud.gif similarity index 100% rename from Menu/images/arrowd.gif rename to Menu/images/menud.gif diff --git a/Menu/images/site.gif b/Menu/images/site.gif new file mode 100644 index 00000000..7569a960 Binary files /dev/null and b/Menu/images/site.gif differ diff --git a/Menu/images/version.gif b/Menu/images/version.gif deleted file mode 100644 index 85148a5d..00000000 Binary files a/Menu/images/version.gif and /dev/null differ diff --git a/Menu/index.html b/Menu/index.html index ff584e7e..604fec99 100644 --- a/Menu/index.html +++ b/Menu/index.html @@ -5,12 +5,12 @@

- Quick Launch

-

Introduction

-

Compiler

-

Documentation

-

Update

-

Websites

+ Quick Launch

+

Introduction

+

Compiler

+

Documentation

+

Update

+

Websites

@@ -46,6 +46,6 @@

-
+
\ No newline at end of file diff --git a/Menu/intro.html b/Menu/intro.html index 228a9de3..ef9844d1 100644 --- a/Menu/intro.html +++ b/Menu/intro.html @@ -4,12 +4,12 @@
-

Quick Launch

-

Introduction

-

Compiler

-

Documentation

-

Update

-

Websites

+

Quick Launch

+

Introduction

+

Compiler

+

Documentation

+

Update

+

Websites

Introduction

@@ -27,6 +27,6 @@

-
+
\ No newline at end of file diff --git a/Menu/notinstalled.html b/Menu/notinstalled.html index f3dcee4b..692f3559 100644 --- a/Menu/notinstalled.html +++ b/Menu/notinstalled.html @@ -4,12 +4,12 @@
-

Quick Launch

-

Introduction

-

Compiler

-

Documentation

-

Update

-

Websites

+

Quick Launch

+

Introduction

+

Compiler

+

Documentation

+

Update

+

Websites

Feature not installed

@@ -21,6 +21,6 @@

-
+
\ No newline at end of file diff --git a/Menu/update.html b/Menu/update.html index 11e08fa4..fcbb5370 100644 --- a/Menu/update.html +++ b/Menu/update.html @@ -4,12 +4,12 @@
-

Quick Launch

-

Introduction

-

Compiler

-

Documentation

-

Update

-

Websites

+

Quick Launch

+

Introduction

+

Compiler

+

Documentation

+

Update

+

Websites

Update

@@ -27,6 +27,6 @@

-
+
\ No newline at end of file diff --git a/Menu/websites.html b/Menu/websites.html index 7b30bd1b..fa9984cd 100644 --- a/Menu/websites.html +++ b/Menu/websites.html @@ -4,12 +4,12 @@
-

Quick Launch

-

Introduction

-

Compiler

-

Documentation

-

Update

-

Websites

+

Quick Launch

+

Introduction

+

Compiler

+

Documentation

+

Update

+

Websites

Websites

@@ -28,6 +28,6 @@

-
+
\ No newline at end of file