From edc66fb325388bbf8f6da2854fd973857890e50a Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Fri, 27 Jul 2001 15:22:35 +0000 Subject: [PATCH] Add more information to the Welcome screen of the installer. --- expat/win32/expat.iss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/expat/win32/expat.iss b/expat/win32/expat.iss index 55bf45d4..320c1bf4 100644 --- a/expat/win32/expat.iss +++ b/expat/win32/expat.iss @@ -43,3 +43,7 @@ CopyMode: alwaysoverwrite; Source: examples\*.dsp; DestDir: "{app}\Source\e CopyMode: alwaysoverwrite; Source: xmlwf\*.c*; DestDir: "{app}\Source\xmlwf" CopyMode: alwaysoverwrite; Source: xmlwf\*.h; DestDir: "{app}\Source\xmlwf" CopyMode: alwaysoverwrite; Source: xmlwf\*.dsp; DestDir: "{app}\Source\xmlwf" + +[Messages] +WelcomeLabel1=Welcome to the Expat XML Parser Setup Wizard +WelcomeLabel2=This will install [name/ver] on your computer.%n%nExpat is an XML parser with a C-language API, and is primarily made available to allow developers to build applications which use XML using a portable API and fast implementation.%n%nIt is strongly recommended that you close all other applications you have running before continuing. This will help prevent any conflicts during the installation process.