diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2014-07-21 08:37:44 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2014-07-21 08:37:44 +0200 |
commit | 18193c9635a5f2e926b4faf6d153e42ee7b367f8 (patch) | |
tree | 56757cbeeb2c219ccd5f323a602984802a7c0648 /wix/config.make | |
parent | 328d2174461efdbba406bb74d4d760a199d146ac (diff) |
Add WIX files for XSD .msi package
Diffstat (limited to 'wix/config.make')
-rw-r--r-- | wix/config.make | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/wix/config.make b/wix/config.make new file mode 100644 index 0000000..43cfcb8 --- /dev/null +++ b/wix/config.make @@ -0,0 +1,14 @@ +# Hardcoded version numbers in xsd.wsx: +# +# xerces_c_3_1_1_doc_html_index_html_file +# +XSD_VERSION := 4.0.0 +XERCES_VERSION := 3.1.1 + +# Change with each major/minor version change (e.g., 2.3.1 to 2.4.0). +# +PRODUCT_CODE := 5BB83ECA-7A53-41F5-9821-639F79C2D969 + +# Change with each major/minor version change (e.g., 2.3.1 to 2.4.0). +# +UPGRADE_CODE := FA42588E-3F21-4F31-90C0-E17FF22660AB |