summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorfdrake <fdrake>2002-06-01 02:12:30 +0000
committerfdrake <fdrake>2002-06-01 02:12:30 +0000
commitcd18e1a55c1fbe39278af645fd4a155e86dc582c (patch)
tree9e24ce23b4f8ac44502204c0f56b717a34c22c64 /win32
parentaba0786621362e8f269cf2819bd9dc55d7c818f3 (diff)
downloadlibexpat-cd18e1a55c1fbe39278af645fd4a155e86dc582c.tar.gz
Specify the compression type; the current version of Inno Setup
supports the more efficient bzip algorithm, so we can produce a smaller installer to download. Or at least partially mitigate the addition of the wchar_t version of the DLLs. Install the Changes file as Changes.txt. Add a note telling what version of Inno Setup the script is for.
Diffstat (limited to 'win32')
-rw-r--r--win32/expat.iss5
1 files changed, 3 insertions, 2 deletions
diff --git a/win32/expat.iss b/win32/expat.iss
index 7992fb8..ada3a3c 100644
--- a/win32/expat.iss
+++ b/win32/expat.iss
@@ -2,6 +2,7 @@
; information on the free installer builder, see www.jrsoftware.org.
;
; This script was contributed by Tim Peters.
+; The current version is used with Inno Setup 2.0.19.
[Setup]
AppName=expat
@@ -17,7 +18,7 @@ AppUpdatesURL=http://expat.sourceforge.net/
UninstallDisplayName=Expat XML Parser (version 1.95.3)
UninstallFilesDir={app}\Uninstall
-CompressLevel=9
+Compression=bzip/9
SourceDir=..
OutputDir=win32
DisableStartupPrompt=yes
@@ -28,8 +29,8 @@ DisableReadyPage=yes
[Files]
CopyMode: alwaysoverwrite; Source: xmlwf\Release\*.exe; DestDir: "{app}"
CopyMode: alwaysoverwrite; Source: win32\MANIFEST.txt; DestDir: "{app}"
+CopyMode: alwaysoverwrite; Source: Changes; DestDir: "{app}"; DestName: Changes.txt
CopyMode: alwaysoverwrite; Source: COPYING; DestDir: "{app}"; DestName: COPYING.txt
-CopyMode: alwaysoverwrite; Source: NEWS; DestDir: "{app}"; DestName: NEWS.txt
CopyMode: alwaysoverwrite; Source: README; DestDir: "{app}"; DestName: README.txt
CopyMode: alwaysoverwrite; Source: doc\*.html; DestDir: "{app}\Doc"
CopyMode: alwaysoverwrite; Source: doc\*.css; DestDir: "{app}\Doc"