summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorfdrake <fdrake>2001-07-26 19:44:42 +0000
committerfdrake <fdrake>2001-07-26 19:44:42 +0000
commitf3230da9449c72d8cbb4f2385c16abb47ac4d9c2 (patch)
tree64c353e9527a0b5be870fc65dbb3908385d6f950 /win32
parent79075590c6ba4a49a080043187d33aaf0b206681 (diff)
downloadlibexpat-f3230da9449c72d8cbb4f2385c16abb47ac4d9c2.tar.gz
Changes so that we can actually build an installer, and fix the URLs.
Diffstat (limited to 'win32')
-rw-r--r--win32/expat.iss35
1 files changed, 20 insertions, 15 deletions
diff --git a/win32/expat.iss b/win32/expat.iss
index 5f590fa..ffbbea9 100644
--- a/win32/expat.iss
+++ b/win32/expat.iss
@@ -1,7 +1,7 @@
-; Basic setup script for the Inno Setep installer builder. For more
-; information on the free installer builder, see www.jrsoftware.org.
+; Basic setup script for the Inno Setep installer builder. For more
+; information on the free installer builder, see www.jrsoftware.org.
;
-; This script was contributed by Tim Peters.
+; This script was contributed by Tim Peters.
[Setup]
AppName=expat
@@ -10,10 +10,11 @@ AppVersion=1.95.2
AppVerName=expat 1.95.2
AppCopyright=Copyright © 1998-2001 Thai Open Source Software Center and Clark Cooper
DefaultDirName={sd}\Expat-1.95.2
-AppPublisher=PythonLabs at Zope Corporation
-AppPublisherURL=http://www.python.org
-AppSupportURL=http://www.python.org
-AppUpdatesURL=http://www.python.org
+AppPublisher=The Expat Developers
+AppPublisherURL=http://expat.sourceforge.net/
+AppSupportURL=http://expat.sourceforge.net/
+AppUpdatesURL=http://expat.sourceforge.net/
+SourceDir=..
DisableStartupPrompt=yes
AllowNoIcons=yes
@@ -21,11 +22,15 @@ DisableProgramGroupPage=yes
DisableReadyPage=yes
[Files]
-Source: *.h; DestDir: "{app}"; CopyMode: alwaysoverwrite
-Source: *.dll; DestDir: "{app}"; CopyMode: alwaysoverwrite
-Source: *.lib; DestDir: "{app}"; CopyMode: alwaysoverwrite
-Source: *.html; DestDir: "{app}"; CopyMode: alwaysoverwrite
-Source: *.css; DestDir: "{app}"; CopyMode: alwaysoverwrite
-Source: *.exe; DestDir: "{app}"; CopyMode: alwaysoverwrite
-Source: COPYING; DestDir: "{app}"; DestName: COPYING.txt; CopyMode: alwaysoverwrite
-Source: README; DestDir: "{app}"; DestName: README.txt; CopyMode: alwaysoverwrite
+Source: lib\*.c; DestDir: "{app}\Source"; CopyMode: alwaysoverwrite
+Source: lib\*.h; DestDir: "{app}\Source"; CopyMode: alwaysoverwrite
+Source: lib\*.dsp; DestDir: "{app}\Source"; CopyMode: alwaysoverwrite
+Source: lib\Release\*.dll; DestDir: "{app}\Libs"; CopyMode: alwaysoverwrite
+Source: lib\Release\*.lib; DestDir: "{app}\Libs"; CopyMode: alwaysoverwrite
+Source: doc\*.html; DestDir: "{app}\Doc"; CopyMode: alwaysoverwrite
+Source: doc\*.css; DestDir: "{app}\Doc"; CopyMode: alwaysoverwrite
+Source: xmlwf\Release\*.exe; DestDir: "{app}"; CopyMode: alwaysoverwrite
+Source: win32\MANIFEST.txt; DestDir: "{app}"; CopyMode: alwaysoverwrite
+Source: COPYING; DestDir: "{app}"; CopyMode: alwaysoverwrite; DestName: COPYING.txt
+Source: README; DestDir: "{app}"; CopyMode: alwaysoverwrite; DestName: README.txt
+