summaryrefslogtreecommitdiffstats
path: root/rubbos/app/httpd-2.0.64/srclib/apr-util/xml/expat/win32/expat.iss
diff options
context:
space:
mode:
authorhongbotian <hongbo.tianhongbo@huawei.com>2015-11-30 03:10:21 -0500
committerhongbotian <hongbo.tianhongbo@huawei.com>2015-11-30 03:10:21 -0500
commitc0b7206652b2852bc574694e7ba07ba1c2acdc00 (patch)
tree5cb95cb0e19e03610525903df46279df2c3b7eb1 /rubbos/app/httpd-2.0.64/srclib/apr-util/xml/expat/win32/expat.iss
parentb6d3d6e668b793220f2d3af1bc3e828553dc3fe6 (diff)
delete app
Change-Id: Id4c572809969ebe89e946e88063eaed262cff3f2 Signed-off-by: hongbotian <hongbo.tianhongbo@huawei.com>
Diffstat (limited to 'rubbos/app/httpd-2.0.64/srclib/apr-util/xml/expat/win32/expat.iss')
-rw-r--r--rubbos/app/httpd-2.0.64/srclib/apr-util/xml/expat/win32/expat.iss62
1 files changed, 0 insertions, 62 deletions
diff --git a/rubbos/app/httpd-2.0.64/srclib/apr-util/xml/expat/win32/expat.iss b/rubbos/app/httpd-2.0.64/srclib/apr-util/xml/expat/win32/expat.iss
deleted file mode 100644
index 5bb96399..00000000
--- a/rubbos/app/httpd-2.0.64/srclib/apr-util/xml/expat/win32/expat.iss
+++ /dev/null
@@ -1,62 +0,0 @@
-; 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.
-; The current version is used with Inno Setup 2.0.19.
-
-[Setup]
-AppName=expat
-AppId=expat
-AppVersion=1.95.7
-AppVerName=expat 1.95.7
-AppCopyright=Copyright © 1998-2003 Thai Open Source Software Center, Clark Cooper, and the Expat maintainers
-DefaultDirName={sd}\Expat-1.95.7
-AppPublisher=The Expat Developers
-AppPublisherURL=http://www.libexpat.org/
-AppSupportURL=http://www.libexpat.org/
-AppUpdatesURL=http://www.libexpat.org/
-UninstallDisplayName=Expat XML Parser (version 1.95.7)
-UninstallFilesDir={app}\Uninstall
-
-Compression=bzip/9
-SourceDir=..
-OutputDir=win32
-DisableStartupPrompt=yes
-AllowNoIcons=yes
-DisableProgramGroupPage=yes
-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: 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: doc\*.png; DestDir: "{app}\Doc"
-CopyMode: alwaysoverwrite; Source: lib\Release\*.dll; DestDir: "{app}\Libs"
-CopyMode: alwaysoverwrite; Source: lib\Release\*.lib; DestDir: "{app}\Libs"
-CopyMode: alwaysoverwrite; Source: lib\Release-w\*.dll; DestDir: "{app}\Libs"
-CopyMode: alwaysoverwrite; Source: lib\Release-w\*.lib; DestDir: "{app}\Libs"
-CopyMode: alwaysoverwrite; Source: lib\Release_static\*.lib; DestDir: "{app}\StaticLibs"
-CopyMode: alwaysoverwrite; Source: lib\Release-w_static\*.lib; DestDir: "{app}\StaticLibs"
-CopyMode: alwaysoverwrite; Source: expat.dsw; DestDir: "{app}\Source"
-CopyMode: alwaysoverwrite; Source: win32\README.txt; DestDir: "{app}\Source"
-CopyMode: alwaysoverwrite; Source: bcb5\*.*; DestDir: "{app}\Source\bcb5"
-CopyMode: alwaysoverwrite; Source: lib\*.c; DestDir: "{app}\Source\lib"
-CopyMode: alwaysoverwrite; Source: lib\*.h; DestDir: "{app}\Source\lib"
-CopyMode: alwaysoverwrite; Source: lib\*.def; 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: tests\*.c; DestDir: "{app}\Source\tests"
-CopyMode: alwaysoverwrite; Source: tests\*.h; DestDir: "{app}\Source\tests"
-CopyMode: alwaysoverwrite; Source: tests\README.txt; DestDir: "{app}\Source\tests"
-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.