Imported Upstream version 2.2.5
[platform/upstream/expat.git] / win32 / expat.iss
index 73f3080..6168cf7 100644 (file)
@@ -4,20 +4,23 @@
 ; This script was contributed by Tim Peters.
 ; It was designed for Inno Setup 2.0.19 but works with later versions as well.
 
+#define expatVer "2.2.5"
+
 [Setup]
 AppName=Expat
 AppId=expat
-AppVersion=2.2.4
-AppVerName=Expat 2.2.4
-AppCopyright=Copyright  1998-2017 Thai Open Source Software Center, Clark Cooper, and the Expat maintainers
+AppVersion={#expatVer}
+AppVerName=Expat {#expatVer}
+AppCopyright=Copyright © 1998-2017 Thai Open Source Software Center, Clark Cooper, and the Expat maintainers
 AppPublisher=The Expat Developers
 AppPublisherURL=http://www.libexpat.org/
 AppSupportURL=http://www.libexpat.org/
 AppUpdatesURL=http://www.libexpat.org/
-UninstallDisplayName=Expat XML Parser 2.2.4
-VersionInfoVersion=2.2.4
+UninstallDisplayName=Expat XML Parser {#expatVer}
+VersionInfoVersion={#expatVer}
+OutputBaseFilename=expat-win32bin-{#expatVer}
 
-DefaultDirName={pf}\Expat 2.2.4
+DefaultDirName={pf}\Expat {#expatVer}
 UninstallFilesDir={app}\Uninstall
 
 Compression=lzma