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

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/mit/expat/dist/win32/expat.iss between version 1.1.1.1 and 1.1.1.1.6.3

version 1.1.1.1, 2012/02/11 18:18:21 version 1.1.1.1.6.3, 2017/06/21 16:41:42
Line 2 
Line 2 
 ; information on the free installer builder, see www.jrsoftware.org.  ; information on the free installer builder, see www.jrsoftware.org.
 ;  ;
 ; This script was contributed by Tim Peters.  ; This script was contributed by Tim Peters.
 ; The current version is used with Inno Setup 2.0.19.  ; It was designed for Inno Setup 2.0.19 but works with later versions as well.
   
 [Setup]  [Setup]
 AppName=Expat  AppName=Expat
 AppId=expat  AppId=expat
 AppVersion=2.0.1  AppVersion=2.2.1
 AppVerName=Expat 2.0.1  AppVerName=Expat 2.2.1
 AppCopyright=Copyright 1998-2006 Thai Open Source Software Center, Clark Cooper, and the Expat maintainers  AppCopyright=Copyright ï¿1998-2017 Thai Open Source Software Center, Clark Cooper, and the Expat maintainers
 AppPublisher=The Expat Developers  AppPublisher=The Expat Developers
 AppPublisherURL=http://www.libexpat.org/  AppPublisherURL=http://www.libexpat.org/
 AppSupportURL=http://www.libexpat.org/  AppSupportURL=http://www.libexpat.org/
 AppUpdatesURL=http://www.libexpat.org/  AppUpdatesURL=http://www.libexpat.org/
 UninstallDisplayName=Expat XML Parser 2.0.1  UninstallDisplayName=Expat XML Parser 2.2.1
 VersionInfoVersion=2.0.1  VersionInfoVersion=2.2.1
   
 DefaultDirName={pf}\Expat 2.0.1  DefaultDirName={pf}\Expat 2.2.1
 UninstallFilesDir={app}\Uninstall  UninstallFilesDir={app}\Uninstall
   
 Compression=lzma  Compression=lzma
Line 32  DisableReadyPage=yes
Line 32  DisableReadyPage=yes
 [Files]  [Files]
 Flags: ignoreversion; Source: win32\bin\Release\xmlwf.exe;  DestDir: "{app}\Bin"  Flags: ignoreversion; Source: win32\bin\Release\xmlwf.exe;  DestDir: "{app}\Bin"
 Flags: ignoreversion; Source: win32\MANIFEST.txt;           DestDir: "{app}"  Flags: ignoreversion; Source: win32\MANIFEST.txt;           DestDir: "{app}"
   Flags: ignoreversion; Source: AUTHORS;                      DestDir: "{app}"; DestName: AUTHORS.txt
 Flags: ignoreversion; Source: Changes;                      DestDir: "{app}"; DestName: Changes.txt  Flags: ignoreversion; Source: Changes;                      DestDir: "{app}"; DestName: Changes.txt
 Flags: ignoreversion; Source: COPYING;                      DestDir: "{app}"; DestName: COPYING.txt  Flags: ignoreversion; Source: COPYING;                      DestDir: "{app}"; DestName: COPYING.txt
 Flags: ignoreversion; Source: README;                       DestDir: "{app}"; DestName: README.txt  Flags: ignoreversion; Source: README;                       DestDir: "{app}"; DestName: README.txt
Line 40  Flags: ignoreversion; Source: doc\*.css;
Line 41  Flags: ignoreversion; Source: doc\*.css;
 Flags: ignoreversion; Source: doc\*.png;                    DestDir: "{app}\Doc"  Flags: ignoreversion; Source: doc\*.png;                    DestDir: "{app}\Doc"
 Flags: ignoreversion; Source: win32\bin\Release\*.dll;      DestDir: "{app}\Bin"  Flags: ignoreversion; Source: win32\bin\Release\*.dll;      DestDir: "{app}\Bin"
 Flags: ignoreversion; Source: win32\bin\Release\*.lib;      DestDir: "{app}\Bin"  Flags: ignoreversion; Source: win32\bin\Release\*.lib;      DestDir: "{app}\Bin"
 Flags: ignoreversion; Source: expat.dsw;                    DestDir: "{app}\Source"  Flags: ignoreversion; Source: expat.sln;                    DestDir: "{app}\Source"
 Flags: ignoreversion; Source: win32\README.txt;             DestDir: "{app}\Source"  Flags: ignoreversion; Source: win32\README.txt;             DestDir: "{app}\Source"
 Flags: ignoreversion; Source: bcb5\*.bp*;                   DestDir: "{app}\Source\bcb5"  
 Flags: ignoreversion; Source: bcb5\*.mak;                   DestDir: "{app}\Source\bcb5"  
 Flags: ignoreversion; Source: bcb5\*.def;                   DestDir: "{app}\Source\bcb5"  
 Flags: ignoreversion; Source: bcb5\*.txt;                   DestDir: "{app}\Source\bcb5"  
 Flags: ignoreversion; Source: bcb5\*.bat;                   DestDir: "{app}\Source\bcb5"  
 Flags: ignoreversion; Source: lib\*.c;                      DestDir: "{app}\Source\lib"  Flags: ignoreversion; Source: lib\*.c;                      DestDir: "{app}\Source\lib"
 Flags: ignoreversion; Source: lib\*.h;                      DestDir: "{app}\Source\lib"  Flags: ignoreversion; Source: lib\*.h;                      DestDir: "{app}\Source\lib"
 Flags: ignoreversion; Source: lib\*.def;                    DestDir: "{app}\Source\lib"  Flags: ignoreversion; Source: lib\*.def;                    DestDir: "{app}\Source\lib"
 Flags: ignoreversion; Source: lib\*.dsp;                    DestDir: "{app}\Source\lib"  Flags: ignoreversion; Source: lib\*.vcxproj;                DestDir: "{app}\Source\lib"
   Flags: ignoreversion; Source: lib\*.vcxproj.filters;        DestDir: "{app}\Source\lib"
 Flags: ignoreversion; Source: examples\*.c;                 DestDir: "{app}\Source\examples"  Flags: ignoreversion; Source: examples\*.c;                 DestDir: "{app}\Source\examples"
 Flags: ignoreversion; Source: examples\*.dsp;               DestDir: "{app}\Source\examples"  Flags: ignoreversion; Source: examples\*.vcxproj;           DestDir: "{app}\Source\examples"
   Flags: ignoreversion; Source: examples\*.vcxproj.filters;   DestDir: "{app}\Source\examples"
 Flags: ignoreversion; Source: tests\*.c;                    DestDir: "{app}\Source\tests"  Flags: ignoreversion; Source: tests\*.c;                    DestDir: "{app}\Source\tests"
 Flags: ignoreversion; Source: tests\*.cpp;                  DestDir: "{app}\Source\tests"  Flags: ignoreversion; Source: tests\*.cpp;                  DestDir: "{app}\Source\tests"
 Flags: ignoreversion; Source: tests\*.h;                    DestDir: "{app}\Source\tests"  Flags: ignoreversion; Source: tests\*.h;                    DestDir: "{app}\Source\tests"
   Flags: ignoreversion; Source: tests\*.sln;                  DestDir: "{app}\Source\tests"
   Flags: ignoreversion; Source: tests\*.vcxproj;              DestDir: "{app}\Source\tests"
   Flags: ignoreversion; Source: tests\*.vcxproj.filters;      DestDir: "{app}\Source\tests"
 Flags: ignoreversion; Source: tests\README.txt;             DestDir: "{app}\Source\tests"  Flags: ignoreversion; Source: tests\README.txt;             DestDir: "{app}\Source\tests"
 Flags: ignoreversion; Source: tests\benchmark\*.c;          DestDir: "{app}\Source\tests\benchmark"  Flags: ignoreversion; Source: tests\benchmark\*.c;          DestDir: "{app}\Source\tests\benchmark"
 Flags: ignoreversion; Source: tests\benchmark\*.ds*;        DestDir: "{app}\Source\tests\benchmark"  Flags: ignoreversion; Source: tests\benchmark\*.sln;        DestDir: "{app}\Source\tests\benchmark"
   Flags: ignoreversion; Source: tests\benchmark\*.vcxproj;    DestDir: "{app}\Source\tests\benchmark"
 Flags: ignoreversion; Source: tests\benchmark\README.txt;   DestDir: "{app}\Source\tests\benchmark"  Flags: ignoreversion; Source: tests\benchmark\README.txt;   DestDir: "{app}\Source\tests\benchmark"
 Flags: ignoreversion; Source: xmlwf\*.c*;                   DestDir: "{app}\Source\xmlwf"  Flags: ignoreversion; Source: xmlwf\*.c*;                   DestDir: "{app}\Source\xmlwf"
 Flags: ignoreversion; Source: xmlwf\*.h;                    DestDir: "{app}\Source\xmlwf"  Flags: ignoreversion; Source: xmlwf\*.h;                    DestDir: "{app}\Source\xmlwf"
 Flags: ignoreversion; Source: xmlwf\*.dsp;                  DestDir: "{app}\Source\xmlwf"  Flags: ignoreversion; Source: xmlwf\*.vcxproj;              DestDir: "{app}\Source\xmlwf"
   Flags: ignoreversion; Source: xmlwf\*.vcxproj.filters;      DestDir: "{app}\Source\xmlwf"
   
 [Messages]  [Messages]
 WelcomeLabel1=Welcome to the Expat XML Parser Setup Wizard  WelcomeLabel1=Welcome to the Expat XML Parser Setup Wizard

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.6.3

CVSweb <webmaster@jp.NetBSD.org>