Changed install directory and application name/version to be more typical for Windows.
[mirror-ossqm-expat.git] / win32 / expat.iss
blobda6fb7b36ce4fb95ffbf9c8df1bc7c24d850e201
1 ; Basic setup script for the Inno Setup installer builder. For more
2 ; information on the free installer builder, see www.jrsoftware.org.
4 ; This script was contributed by Tim Peters.
5 ; The current version is used with Inno Setup 2.0.19.
7 [Setup]
8 AppName=Expat
9 AppId=expat
10 AppVersion=2.0.1
11 AppVerName=expat 2.0.1
12 AppCopyright=Copyright © 1998-2006 Thai Open Source Software Center, Clark Cooper, and the Expat maintainers
13 DefaultDirName={pf}\Expat 2.0.1
14 AppPublisher=The Expat Developers
15 AppPublisherURL=http://www.libexpat.org/
16 AppSupportURL=http://www.libexpat.org/
17 AppUpdatesURL=http://www.libexpat.org/
18 UninstallDisplayName=Expat XML Parser 2.0.1
19 UninstallFilesDir={app}\Uninstall
21 Compression=bzip/9
22 SourceDir=..
23 OutputDir=win32
24 DisableStartupPrompt=yes
25 AllowNoIcons=yes
26 DisableProgramGroupPage=yes
27 DisableReadyPage=yes
29 [Files]
30 Flags: ignoreversion; Source: xmlwf\Release\*.exe; DestDir: "{app}"
31 Flags: ignoreversion; Source: win32\MANIFEST.txt; DestDir: "{app}"
32 Flags: ignoreversion; Source: Changes; DestDir: "{app}"; DestName: Changes.txt
33 Flags: ignoreversion; Source: COPYING; DestDir: "{app}"; DestName: COPYING.txt
34 Flags: ignoreversion; Source: README; DestDir: "{app}"; DestName: README.txt
35 Flags: ignoreversion; Source: doc\*.html; DestDir: "{app}\Doc"
36 Flags: ignoreversion; Source: doc\*.css; DestDir: "{app}\Doc"
37 Flags: ignoreversion; Source: doc\*.png; DestDir: "{app}\Doc"
38 Flags: ignoreversion; Source: lib\Release\*.dll; DestDir: "{app}\Libs"
39 Flags: ignoreversion; Source: lib\Release\*.lib; DestDir: "{app}\Libs"
40 Flags: ignoreversion; Source: lib\Release-w\*.dll; DestDir: "{app}\Libs"
41 Flags: ignoreversion; Source: lib\Release-w\*.lib; DestDir: "{app}\Libs"
42 Flags: ignoreversion; Source: lib\Release_static\*.lib; DestDir: "{app}\StaticLibs"
43 Flags: ignoreversion; Source: lib\Release-w_static\*.lib; DestDir: "{app}\StaticLibs"
44 Flags: ignoreversion; Source: expat.dsw; DestDir: "{app}\Source"
45 Flags: ignoreversion; Source: win32\README.txt; DestDir: "{app}\Source"
46 Flags: ignoreversion; Source: bcb5\*.bp*; DestDir: "{app}\Source\bcb5"
47 Flags: ignoreversion; Source: bcb5\*.mak; DestDir: "{app}\Source\bcb5"
48 Flags: ignoreversion; Source: bcb5\*.def; DestDir: "{app}\Source\bcb5"
49 Flags: ignoreversion; Source: bcb5\*.txt; DestDir: "{app}\Source\bcb5"
50 Flags: ignoreversion; Source: bcb5\*.bat; DestDir: "{app}\Source\bcb5"
51 Flags: ignoreversion; Source: lib\*.c; DestDir: "{app}\Source\lib"
52 Flags: ignoreversion; Source: lib\*.h; DestDir: "{app}\Source\lib"
53 Flags: ignoreversion; Source: lib\*.def; DestDir: "{app}\Source\lib"
54 Flags: ignoreversion; Source: lib\*.dsp; DestDir: "{app}\Source\lib"
55 Flags: ignoreversion; Source: examples\*.c; DestDir: "{app}\Source\examples"
56 Flags: ignoreversion; Source: examples\*.dsp; DestDir: "{app}\Source\examples"
57 Flags: ignoreversion; Source: tests\*.c; DestDir: "{app}\Source\tests"
58 Flags: ignoreversion; Source: tests\*.cpp; DestDir: "{app}\Source\tests"
59 Flags: ignoreversion; Source: tests\*.h; DestDir: "{app}\Source\tests"
60 Flags: ignoreversion; Source: tests\README.txt; DestDir: "{app}\Source\tests"
61 Flags: ignoreversion; Source: tests\benchmark\*.c; DestDir: "{app}\Source\tests\benchmark"
62 Flags: ignoreversion; Source: tests\benchmark\*.ds*; DestDir: "{app}\Source\tests\benchmark"
63 Flags: ignoreversion; Source: tests\benchmark\README.txt; DestDir: "{app}\Source\tests\benchmark"
64 Flags: ignoreversion; Source: xmlwf\*.c*; DestDir: "{app}\Source\xmlwf"
65 Flags: ignoreversion; Source: xmlwf\*.h; DestDir: "{app}\Source\xmlwf"
66 Flags: ignoreversion; Source: xmlwf\*.dsp; DestDir: "{app}\Source\xmlwf"
68 [Messages]
69 WelcomeLabel1=Welcome to the Expat XML Parser Setup Wizard
70 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.