]> granicus.if.org Git - libexpat/commitdiff
Specify the compression type; the current version of Inno Setup
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Sat, 1 Jun 2002 02:12:30 +0000 (02:12 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Sat, 1 Jun 2002 02:12:30 +0000 (02:12 +0000)
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.

expat/win32/expat.iss

index 7992fb81b466f6e28bc7b7c526d7081738cee8bc..ada3a3c0528e6197e3df6731afc94f7349b7a388 100644 (file)
@@ -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"