From 4092e33109f5785fe0693108ad8d3ffbb5a0e30d Mon Sep 17 00:00:00 2001 From: rainwater Date: Tue, 10 Sep 2002 15:49:14 +0000 Subject: [PATCH] NSIS 2 is no longer a mod git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@975 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/Modern UI/Readme.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Examples/Modern UI/Readme.html b/Examples/Modern UI/Readme.html index 254abc56..ae5834f4 100644 --- a/Examples/Modern UI/Readme.html +++ b/Examples/Modern UI/Readme.html @@ -85,7 +85,7 @@ table

Introduction

-

Using KiCHiK's NSIS 2 modifications, it is possible +

Using NSIS 2, it is possible to create new user interfaces for the Nullsoft Installer System.

I made this interface with a modern wizard style, like the wizards of recent Windows versions. This new interface @@ -94,9 +94,7 @@ table

To use this new UI for for installer, you need to add some code to your NSIS script, which you can see in Example.nsi.

Requirements

-

KiCHiK's - NSIS 2 modifications, version 2.0 alpha 7 (or later) -

+

NSIS 2 alpha 7 (or later)

Screenshot

How to use