From aa65828e78d3a53781888691d7a899ec1ba84557 Mon Sep 17 00:00:00 2001 From: fdrake Date: Fri, 27 Jul 2001 14:54:11 +0000 Subject: Try to make the Windows installer a little more rational, and install all the sources a developer might want, not just the parser itself. --- win32/expat.iss | 33 ++++++++++++++++++++------------- 1 file changed, 20 insertions(+), 13 deletions(-) (limited to 'win32') diff --git a/win32/expat.iss b/win32/expat.iss index cc2669a..55bf45d 100644 --- a/win32/expat.iss +++ b/win32/expat.iss @@ -8,12 +8,14 @@ AppName=expat AppId=expat AppVersion=1.95.2 AppVerName=expat 1.95.2 -AppCopyright=Copyright © 1998-2001 Thai Open Source Software Center and Clark Cooper +AppCopyright=Copyright © 1998-2001 Thai Open Source Software Center, Clark Cooper, and the Expat maintainers DefaultDirName={sd}\Expat-1.95.2 AppPublisher=The Expat Developers AppPublisherURL=http://expat.sourceforge.net/ AppSupportURL=http://expat.sourceforge.net/ AppUpdatesURL=http://expat.sourceforge.net/ +UninstallDisplayName=Expat XML Parser (version 1.95.2) +UninstallFilesDir={app}\Uninstaller CompressLevel=9 SourceDir=.. @@ -24,15 +26,20 @@ DisableProgramGroupPage=yes DisableReadyPage=yes [Files] -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 - +CopyMode: alwaysoverwrite; Source: xmlwf\Release\*.exe; DestDir: "{app}" +CopyMode: alwaysoverwrite; Source: win32\MANIFEST.txt; DestDir: "{app}" +CopyMode: alwaysoverwrite; Source: COPYING; DestDir: "{app}"; DestName: COPYING.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" +CopyMode: alwaysoverwrite; Source: lib\Release\*.dll; DestDir: "{app}\Libs" +CopyMode: alwaysoverwrite; Source: lib\Release\*.lib; DestDir: "{app}\Libs" +CopyMode: alwaysoverwrite; Source: expat.dsw; DestDir: "{app}\Source" +CopyMode: alwaysoverwrite; Source: lib\*.c; DestDir: "{app}\Source\lib" +CopyMode: alwaysoverwrite; Source: lib\*.h; DestDir: "{app}\Source\lib" +CopyMode: alwaysoverwrite; Source: lib\*.dsp; DestDir: "{app}\Source\lib" +CopyMode: alwaysoverwrite; Source: examples\*.c; DestDir: "{app}\Source\examples" +CopyMode: alwaysoverwrite; Source: examples\*.dsp; DestDir: "{app}\Source\examples" +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" -- cgit v1.2.1