summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorfdrake <fdrake>2001-07-27 15:22:35 +0000
committerfdrake <fdrake>2001-07-27 15:22:35 +0000
commitae13cacc24881cca24ec28d8bc41846e7fa64b90 (patch)
tree1191059f2686776d0307c597e3960b992e1dda83 /win32
parent9654d532802aa3ccf25c3b38c0245b3ba192f1b1 (diff)
downloadlibexpat-ae13cacc24881cca24ec28d8bc41846e7fa64b90.tar.gz
Add more information to the Welcome screen of the installer.
Diffstat (limited to 'win32')
-rw-r--r--win32/expat.iss4
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/expat.iss b/win32/expat.iss
index 55bf45d..320c1bf 100644
--- a/win32/expat.iss
+++ b/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.