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