[BACK]Return to expat.iss CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / mit / expat / dist / win32

Annotation of src/external/mit/expat/dist/win32/expat.iss, Revision 1.1.1.5

1.1       tron        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.
1.1.1.2   spz         5: ; It was designed for Inno Setup 2.0.19 but works with later versions as well.
1.1       tron        6:
                      7: [Setup]
                      8: AppName=Expat
                      9: AppId=expat
1.1.1.5 ! christos   10: AppVersion=2.2.1
        !            11: AppVerName=Expat 2.2.1
        !            12: AppCopyright=Copyright � 1998-2017 Thai Open Source Software Center, Clark Cooper, and the Expat maintainers
1.1       tron       13: AppPublisher=The Expat Developers
                     14: AppPublisherURL=http://www.libexpat.org/
                     15: AppSupportURL=http://www.libexpat.org/
                     16: AppUpdatesURL=http://www.libexpat.org/
1.1.1.5 ! christos   17: UninstallDisplayName=Expat XML Parser 2.2.1
        !            18: VersionInfoVersion=2.2.1
1.1       tron       19:
1.1.1.5 ! christos   20: DefaultDirName={pf}\Expat 2.2.1
1.1       tron       21: UninstallFilesDir={app}\Uninstall
                     22:
                     23: Compression=lzma
                     24: SolidCompression=yes
                     25: SourceDir=..
                     26: OutputDir=win32
                     27: DisableStartupPrompt=yes
                     28: AllowNoIcons=yes
                     29: DisableProgramGroupPage=yes
                     30: DisableReadyPage=yes
                     31:
                     32: [Files]
                     33: Flags: ignoreversion; Source: win32\bin\Release\xmlwf.exe;  DestDir: "{app}\Bin"
                     34: Flags: ignoreversion; Source: win32\MANIFEST.txt;           DestDir: "{app}"
1.1.1.5 ! christos   35: Flags: ignoreversion; Source: AUTHORS;                      DestDir: "{app}"; DestName: AUTHORS.txt
1.1       tron       36: Flags: ignoreversion; Source: Changes;                      DestDir: "{app}"; DestName: Changes.txt
                     37: Flags: ignoreversion; Source: COPYING;                      DestDir: "{app}"; DestName: COPYING.txt
                     38: Flags: ignoreversion; Source: README;                       DestDir: "{app}"; DestName: README.txt
                     39: Flags: ignoreversion; Source: doc\*.html;                   DestDir: "{app}\Doc"
                     40: Flags: ignoreversion; Source: doc\*.css;                    DestDir: "{app}\Doc"
                     41: Flags: ignoreversion; Source: doc\*.png;                    DestDir: "{app}\Doc"
                     42: Flags: ignoreversion; Source: win32\bin\Release\*.dll;      DestDir: "{app}\Bin"
                     43: Flags: ignoreversion; Source: win32\bin\Release\*.lib;      DestDir: "{app}\Bin"
1.1.1.4   spz        44: Flags: ignoreversion; Source: expat.sln;                    DestDir: "{app}\Source"
1.1       tron       45: Flags: ignoreversion; Source: win32\README.txt;             DestDir: "{app}\Source"
                     46: Flags: ignoreversion; Source: lib\*.c;                      DestDir: "{app}\Source\lib"
                     47: Flags: ignoreversion; Source: lib\*.h;                      DestDir: "{app}\Source\lib"
                     48: Flags: ignoreversion; Source: lib\*.def;                    DestDir: "{app}\Source\lib"
1.1.1.4   spz        49: Flags: ignoreversion; Source: lib\*.vcxproj;                DestDir: "{app}\Source\lib"
                     50: Flags: ignoreversion; Source: lib\*.vcxproj.filters;        DestDir: "{app}\Source\lib"
1.1       tron       51: Flags: ignoreversion; Source: examples\*.c;                 DestDir: "{app}\Source\examples"
1.1.1.4   spz        52: Flags: ignoreversion; Source: examples\*.vcxproj;           DestDir: "{app}\Source\examples"
                     53: Flags: ignoreversion; Source: examples\*.vcxproj.filters;   DestDir: "{app}\Source\examples"
1.1       tron       54: Flags: ignoreversion; Source: tests\*.c;                    DestDir: "{app}\Source\tests"
                     55: Flags: ignoreversion; Source: tests\*.cpp;                  DestDir: "{app}\Source\tests"
                     56: Flags: ignoreversion; Source: tests\*.h;                    DestDir: "{app}\Source\tests"
1.1.1.4   spz        57: Flags: ignoreversion; Source: tests\*.sln;                  DestDir: "{app}\Source\tests"
                     58: Flags: ignoreversion; Source: tests\*.vcxproj;              DestDir: "{app}\Source\tests"
                     59: Flags: ignoreversion; Source: tests\*.vcxproj.filters;      DestDir: "{app}\Source\tests"
1.1       tron       60: Flags: ignoreversion; Source: tests\README.txt;             DestDir: "{app}\Source\tests"
                     61: Flags: ignoreversion; Source: tests\benchmark\*.c;          DestDir: "{app}\Source\tests\benchmark"
1.1.1.4   spz        62: Flags: ignoreversion; Source: tests\benchmark\*.sln;        DestDir: "{app}\Source\tests\benchmark"
                     63: Flags: ignoreversion; Source: tests\benchmark\*.vcxproj;    DestDir: "{app}\Source\tests\benchmark"
1.1       tron       64: Flags: ignoreversion; Source: tests\benchmark\README.txt;   DestDir: "{app}\Source\tests\benchmark"
                     65: Flags: ignoreversion; Source: xmlwf\*.c*;                   DestDir: "{app}\Source\xmlwf"
                     66: Flags: ignoreversion; Source: xmlwf\*.h;                    DestDir: "{app}\Source\xmlwf"
1.1.1.4   spz        67: Flags: ignoreversion; Source: xmlwf\*.vcxproj;              DestDir: "{app}\Source\xmlwf"
                     68: Flags: ignoreversion; Source: xmlwf\*.vcxproj.filters;      DestDir: "{app}\Source\xmlwf"
1.1       tron       69:
                     70: [Messages]
                     71: WelcomeLabel1=Welcome to the Expat XML Parser Setup Wizard
                     72: 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.

CVSweb <webmaster@jp.NetBSD.org>