summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-07-21 08:37:44 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-07-21 08:37:44 +0200
commit18193c9635a5f2e926b4faf6d153e42ee7b367f8 (patch)
tree56757cbeeb2c219ccd5f323a602984802a7c0648
parent328d2174461efdbba406bb74d4d760a199d146ac (diff)
Add WIX files for XSD .msi package
-rw-r--r--wix/README.txt101
-rw-r--r--wix/bitmaps/excl.icobin0 -> 766 bytes
-rw-r--r--wix/bitmaps/info.icobin0 -> 1078 bytes
-rw-r--r--wix/bitmaps/left.bmpbin0 -> 79246 bytes
-rw-r--r--wix/bitmaps/new.icobin0 -> 318 bytes
-rw-r--r--wix/bitmaps/top.bmpbin0 -> 85894 bytes
-rw-r--r--wix/bitmaps/up.icobin0 -> 318 bytes
-rw-r--r--wix/config.make14
-rwxr-xr-xwix/filelist.pl186
-rw-r--r--wix/license.rtf471
-rw-r--r--wix/makefile65
-rw-r--r--wix/xsd.wxs757
12 files changed, 1594 insertions, 0 deletions
diff --git a/wix/README.txt b/wix/README.txt
new file mode 100644
index 0000000..c92af37
--- /dev/null
+++ b/wix/README.txt
@@ -0,0 +1,101 @@
+This package contains precompiled binaries of CodeSynthesis XSD, a
+W3C XML Schema to C++ Data Binding compiler, built for Microsoft
+Windows. For more information about XSD visit:
+
+http://www.codesynthesis.com/products/xsd/
+
+This README file describes how to start using XSD in the Microsoft
+Windows environment with Visual Studio 2005 (8.0), Visual Studio
+2008 (9.0), and Visual Studio 2010 (10.0), Visual Studio 2012 (11.0),
+and Visual Studio 2013 (12.0).
+
+
+Setting up Visual Studio IDE
+============================
+
+Before you can start building examples or your applications that use XSD
+you need to set include, library and executable search paths in the Visual
+Studio IDE. To accomplish this perform the following steps. Here we assume
+that you have installed CodeSynthesis XSD into "C:\CodeSynthesis XSD". If
+you have it installed in a different place, you will need to adjust the
+paths shown below accordingly.
+
+Visual Studio 2005 (8.0) and Visual Studio 2008 (9.0)
+-----------------------------------------------------
+
+ In the Visual Studio IDE, select "Tools"/"Options"/"Projects and
+ Solution"/"VC++ Directories".
+
+ Then, in the "Show directories for" field, select "Include files" and
+ create a new entry with the value "C:\CodeSynthesis XSD\include".
+
+ After that, in the "Show directories for" field, select "Library files"
+ and create a new entry with the value "C:\CodeSynthesis XSD\lib".
+
+ After that, in the "Show directories for" field, select "Executable files"
+ and create a new entry with the value "C:\CodeSynthesis XSD\bin". Make
+ sure it is the first line in the list of directories (use the "Up"
+ button to move the new entry up, if necessary).
+
+ If you are building the 64-bit version of your application, repeat the
+ above steps while selecting x64 in the "Platform" drop-down list in the
+ VC++ Directories dialog. Specify "C:\CodeSynthesis XSD\lib64" for the
+ "Library files" entry and specify both "C:\CodeSynthesis XSD\bin64" and
+ "C:\CodeSynthesis XSD\bin" for the "Executable files" entry with bin64
+ being the first line.
+
+Visual Studio 2010-2013 (10.0-12.0)
+-----------------------------------
+
+ 1. Open an existing or create a new C++ project (you can open one of
+ the example solutions that come with CodeSynthesis XSD).
+
+ 2. Open the Property Manager view by selecting "View"->"Property
+ Manager" (or "View"->"Other Windows"->"Property Manager") menu
+ action.
+
+ 3. Expand the property hierarchy for the project and find the
+ Microsoft.Cpp.Win32.user property sheet.
+
+ 4. Right click on Microsoft.Cpp.Win32.user and select the "Properties"
+ menu action.
+
+ 5. Select the VC++ Directories tab.
+
+ 6. Add the "C:\CodeSynthesis XSD\include" path to the "Include
+ Directories" field (the paths are separated by a semicolon).
+
+ 7. Add the "C:\CodeSynthesis XSD\lib" path to the "Library
+ Directories" field.
+
+ 8. Add the "C:\CodeSynthesis XSD\bin" path to the "Executable
+ Directories" field and make sure it is the first path in the
+ the list of directories.
+
+ 9. Click Ok to close the dialog and then click the Save button at the top
+ of the Property Manager view to save Microsoft.Cpp.Win32.user.
+
+ If you are building the 64-bit version of your application, repeat
+ the above steps for the Microsoft.Cpp.x64.user property sheet. Enter
+ "C:\CodeSynthesis XSD\lib64" in the "Library Directories" field and
+ enter both "C:\CodeSynthesis XSD\bin64" and "C:\CodeSynthesis XSD\bin"
+ in the "Executable Directories" field with bin64 being the first path.
+
+ 10. Restart the Visual Studio IDE.
+
+
+Building Examples
+=================
+
+Now you are ready to build XSD examples. Simply open one of the solution
+files from the Start menu and select "Build".
+
+
+Using XSD in Your Projects
+==========================
+
+For various ways to integrate the XSD compiler with the Visual Studio IDE
+as well as other Visual Studio-specific topics, refer to the "Using XSD with
+Microsoft Visual Studio" Wiki page:
+
+http://wiki.codesynthesis.com/Using_XSD_with_Microsoft_Visual_Studio
diff --git a/wix/bitmaps/excl.ico b/wix/bitmaps/excl.ico
new file mode 100644
index 0000000..906ce32
--- /dev/null
+++ b/wix/bitmaps/excl.ico
Binary files differ
diff --git a/wix/bitmaps/info.ico b/wix/bitmaps/info.ico
new file mode 100644
index 0000000..7e0ff7f
--- /dev/null
+++ b/wix/bitmaps/info.ico
Binary files differ
diff --git a/wix/bitmaps/left.bmp b/wix/bitmaps/left.bmp
new file mode 100644
index 0000000..bcbd5ed
--- /dev/null
+++ b/wix/bitmaps/left.bmp
Binary files differ
diff --git a/wix/bitmaps/new.ico b/wix/bitmaps/new.ico
new file mode 100644
index 0000000..27881df
--- /dev/null
+++ b/wix/bitmaps/new.ico
Binary files differ
diff --git a/wix/bitmaps/top.bmp b/wix/bitmaps/top.bmp
new file mode 100644
index 0000000..0b21630
--- /dev/null
+++ b/wix/bitmaps/top.bmp
Binary files differ
diff --git a/wix/bitmaps/up.ico b/wix/bitmaps/up.ico
new file mode 100644
index 0000000..86f6b5a
--- /dev/null
+++ b/wix/bitmaps/up.ico
Binary files differ
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
diff --git a/wix/filelist.pl b/wix/filelist.pl
new file mode 100755
index 0000000..1a83109
--- /dev/null
+++ b/wix/filelist.pl
@@ -0,0 +1,186 @@
+#!/usr/bin/perl -w
+
+use Fcntl;
+use File::Find;
+use File::Basename;
+use Getopt::Long;
+
+
+# Options
+#
+$usage = "usage: filelist.pl " .
+ "-out <file> " .
+ "-dir <dir> " .
+ "-ref-id <dir-id> " .
+ "-comp-id <component-group-id> " .
+ "[-ignore <file-name>] " .
+ "[-prefix <dir>]";
+
+$out = "";
+$dir = "";
+$ref_id = "";
+$comp_id = "";
+$prefix = "";
+
+@ignore = ();
+
+GetOptions ("out=s" => \$out,
+ "dir=s" => \$dir,
+ "ref-id=s" => \$ref_id,
+ "comp-id=s" => \$comp_id,
+ "ignore=s@" => \@ignore,
+ "prefix=s" => \$prefix);
+
+die "$usage\n" unless ($out ne "" &&
+ $dir ne "" &&
+ $ref_id ne "" &&
+ $comp_id ne "");
+
+#
+#
+%ids = ();
+@components = ();
+
+sysopen (OUT, $out, O_WRONLY | O_CREAT | O_TRUNC) ||
+ die "unable to create $out: $!";
+
+print (OUT "<?xml version='1.0' encoding='windows-1252'?>\n");
+print (OUT "<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>\n");
+print (OUT "<Fragment Id='$dir-fragment'>\n\n");
+
+# Directories and components.
+#
+print (OUT "<DirectoryRef Id='$ref_id'>\n");
+
+traverse ($dir, $prefix ne "" ? "$prefix/$dir" : $dir);
+
+print (OUT "</DirectoryRef>\n\n");
+
+# Component group.
+#
+print (OUT "<ComponentGroup Id='$comp_id'>\n");
+
+for $comp (@components)
+{
+ print (OUT "<ComponentRef Id='$comp'/>\n");
+}
+
+print (OUT "</ComponentGroup>\n\n");
+
+print (OUT "</Fragment>\n");
+print (OUT "</Wix>\n");
+close (OUT) || die "unable to close $out: $!";
+
+
+
+#
+#
+sub traverse
+{
+ my $short_path = shift;
+ my $full_path = shift;
+
+ my @files = ();
+ my @dirs = ();
+
+ opendir (DIR, $full_path) or die "unable to open $full_path: $!";
+
+ while (defined ($file = readdir (DIR)))
+ {
+ next if $file =~ /^\.\.?$/; # skip . and ..
+
+ my $path = "$full_path/$file";
+
+
+ if (-d $path)
+ {
+ push @dirs, ($file);
+ }
+ elsif (-f $path)
+ {
+ my $n = grep $_ eq $file, @ignore;
+ if (!$n)
+ {
+ push @files, ($file);
+ }
+ }
+ else
+ {
+ die "unknown directory entity: $file in $full_path";
+ }
+ }
+
+ closedir (DIR);
+
+ gen_component ($short_path, $full_path, @files);
+
+ for $d (@dirs)
+ {
+ print (OUT "<Directory Id='" . id ("$short_path/$d-dir") . "' Name='$d'>\n");
+ traverse ("$short_path/$d", "$full_path/$d");
+ print (OUT "</Directory>\n");
+ }
+}
+
+sub gen_component
+{
+ my $short_path = shift;
+ my $full_path = shift;
+ my @files = @_;
+
+ if (scalar (@files) > 0)
+ {
+ my $guid = trim (uc (`uuidgen`));
+ my $cid = id ("$short_path-comp");
+ print (OUT "<Component Id='$cid' Guid='$guid'>\n");
+
+ for $file (@files)
+ {
+ print (OUT "<File Id='" . id ("$short_path/$file-file") . "' Name='$file' Source='$full_path/$file' DiskId='1' Vital='yes'/>\n");
+ }
+
+ print (OUT "</Component>\n");
+ push @components, ($cid);
+ }
+}
+
+sub id
+{
+ my $str = shift;
+ $str =~ s/[-\\\/.+~]/_/g;
+
+ # Ids cannot be longer than 72. Instead we will make it 69 and
+ # reserve three elements for disambiguing.
+ #
+ if (length ($str) > 69)
+ {
+ $str = substr ($str, 0, 69);
+ }
+
+ my $n = 1;
+ my $base = $str;
+
+ while (exists ($ids{$str}))
+ {
+ if ($n > 999)
+ {
+ die "unable to make a unique id for $base\n";
+ }
+
+ $str = "$base$n";
+ $n++;
+ }
+
+ $ids{$str} = undef;
+
+ return $str;
+}
+
+# Perl trim function to remove whitespace from the start and end of the string
+sub trim($)
+{
+ my $string = shift;
+ $string =~ s/^\s+//;
+ $string =~ s/\s+$//;
+ return $string;
+}
diff --git a/wix/license.rtf b/wix/license.rtf
new file mode 100644
index 0000000..0d8bf91
--- /dev/null
+++ b/wix/license.rtf
@@ -0,0 +1,471 @@
+{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}}
+{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\f0\fs16\par
+Copyright (c) 2005-2014 \par
+\tab Code Synthesis Tools CC. All rights reserved.\par
+\par
+This program is free software; you can redistribute it and/or modify\par
+it under the terms of the GNU General Public License version 2 as\par
+published by the Free Software Foundation.\par
+\par
+This program is distributed in the hope that it will be useful,\par
+but WITHOUT ANY WARRANTY; without even the implied warranty of\par
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\par
+GNU General Public License below for details.\par
+\par
+You should have received a copy of the GNU General Public License\par
+along with this program; if not, write to the Free Software\par
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA\par
+\par
+In addition, as a special exception, Code Synthesis Tools CC gives\par
+permission to link this program with the Xerces-C++ library (or with\par
+modified versions of Xerces-C++ that use the same license as Xerces-C++),\par
+and distribute linked combinations including the two. You must obey\par
+the GNU General Public License version 2 in all respects for all of\par
+the code used other than Xerces-C++. If you modify this copy of the\par
+program, you may extend this exception to your version of the program,\par
+but you are not obligated to do so. If you do not wish to do so, delete\par
+this exception statement from your version.\par
+\par
+In addition, Code Synthesis Tools CC makes a special exception for\par
+the Free/Libre and Open Source Software (FLOSS) which is described\par
+below.\par
+\par
+\par
+---\par
+\tab\tab GNU GENERAL PUBLIC LICENSE\par
+\tab\tab Version 2, June 1991\par
+\par
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.\par
+ 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA\par
+ Everyone is permitted to copy and distribute verbatim copies\par
+ of this license document, but changing it is not allowed.\par
+\par
+\tab\tab\tab Preamble\par
+\par
+ The licenses for most software are designed to take away your\par
+freedom to share and change it. By contrast, the GNU General Public\par
+License is intended to guarantee your freedom to share and change free\par
+software--to make sure the software is free for all its users. This\par
+General Public License applies to most of the Free Software\par
+Foundation's software and to any other program whose authors commit to\par
+using it. (Some other Free Software Foundation software is covered by\par
+the GNU Library General Public License instead.) You can apply it to\par
+your programs, too.\par
+\par
+ When we speak of free software, we are referring to freedom, not\par
+price. Our General Public Licenses are designed to make sure that you\par
+have the freedom to distribute copies of free software (and charge for\par
+this service if you wish), that you receive source code or can get it\par
+if you want it, that you can change the software or use pieces of it\par
+in new free programs; and that you know you can do these things.\par
+\par
+ To protect your rights, we need to make restrictions that forbid\par
+anyone to deny you these rights or to ask you to surrender the rights.\par
+These restrictions translate to certain responsibilities for you if you\par
+distribute copies of the software, or if you modify it.\par
+\par
+ For example, if you distribute copies of such a program, whether\par
+gratis or for a fee, you must give the recipients all the rights that\par
+you have. You must make sure that they, too, receive or can get the\par
+source code. And you must show them these terms so they know their\par
+rights.\par
+\par
+ We protect your rights with two steps: (1) copyright the software, and\par
+(2) offer you this license which gives you legal permission to copy,\par
+distribute and/or modify the software.\par
+\par
+ Also, for each author's protection and ours, we want to make certain\par
+that everyone understands that there is no warranty for this free\par
+software. If the software is modified by someone else and passed on, we\par
+want its recipients to know that what they have is not the original, so\par
+that any problems introduced by others will not reflect on the original\par
+authors' reputations.\par
+\par
+ Finally, any free program is threatened constantly by software\par
+patents. We wish to avoid the danger that redistributors of a free\par
+program will individually obtain patent licenses, in effect making the\par
+program proprietary. To prevent this, we have made it clear that any\par
+patent must be licensed for everyone's free use or not licensed at all.\par
+\par
+ The precise terms and conditions for copying, distribution and\par
+modification follow.\par
+\page\par
+\tab\tab GNU GENERAL PUBLIC LICENSE\par
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\par
+\par
+ 0. This License applies to any program or other work which contains\par
+a notice placed by the copyright holder saying it may be distributed\par
+under the terms of this General Public License. The "Program", below,\par
+refers to any such program or work, and a "work based on the Program"\par
+means either the Program or any derivative work under copyright law:\par
+that is to say, a work containing the Program or a portion of it,\par
+either verbatim or with modifications and/or translated into another\par
+language. (Hereinafter, translation is included without limitation in\par
+the term "modification".) Each licensee is addressed as "you".\par
+\par
+Activities other than copying, distribution and modification are not\par
+covered by this License; they are outside its scope. The act of\par
+running the Program is not restricted, and the output from the Program\par
+is covered only if its contents constitute a work based on the\par
+Program (independent of having been made by running the Program).\par
+Whether that is true depends on what the Program does.\par
+\par
+ 1. You may copy and distribute verbatim copies of the Program's\par
+source code as you receive it, in any medium, provided that you\par
+conspicuously and appropriately publish on each copy an appropriate\par
+copyright notice and disclaimer of warranty; keep intact all the\par
+notices that refer to this License and to the absence of any warranty;\par
+and give any other recipients of the Program a copy of this License\par
+along with the Program.\par
+\par
+You may charge a fee for the physical act of transferring a copy, and\par
+you may at your option offer warranty protection in exchange for a fee.\par
+\par
+ 2. You may modify your copy or copies of the Program or any portion\par
+of it, thus forming a work based on the Program, and copy and\par
+distribute such modifications or work under the terms of Section 1\par
+above, provided that you also meet all of these conditions:\par
+\par
+ a) You must cause the modified files to carry prominent notices\par
+ stating that you changed the files and the date of any change.\par
+\par
+ b) You must cause any work that you distribute or publish, that in\par
+ whole or in part contains or is derived from the Program or any\par
+ part thereof, to be licensed as a whole at no charge to all third\par
+ parties under the terms of this License.\par
+\par
+ c) If the modified program normally reads commands interactively\par
+ when run, you must cause it, when started running for such\par
+ interactive use in the most ordinary way, to print or display an\par
+ announcement including an appropriate copyright notice and a\par
+ notice that there is no warranty (or else, saying that you provide\par
+ a warranty) and that users may redistribute the program under\par
+ these conditions, and telling the user how to view a copy of this\par
+ License. (Exception: if the Program itself is interactive but\par
+ does not normally print such an announcement, your work based on\par
+ the Program is not required to print an announcement.)\par
+\page\par
+These requirements apply to the modified work as a whole. If\par
+identifiable sections of that work are not derived from the Program,\par
+and can be reasonably considered independent and separate works in\par
+themselves, then this License, and its terms, do not apply to those\par
+sections when you distribute them as separate works. But when you\par
+distribute the same sections as part of a whole which is a work based\par
+on the Program, the distribution of the whole must be on the terms of\par
+this License, whose permissions for other licensees extend to the\par
+entire whole, and thus to each and every part regardless of who wrote it.\par
+\par
+Thus, it is not the intent of this section to claim rights or contest\par
+your rights to work written entirely by you; rather, the intent is to\par
+exercise the right to control the distribution of derivative or\par
+collective works based on the Program.\par
+\par
+In addition, mere aggregation of another work not based on the Program\par
+with the Program (or with a work based on the Program) on a volume of\par
+a storage or distribution medium does not bring the other work under\par
+the scope of this License.\par
+\par
+ 3. You may copy and distribute the Program (or a work based on it,\par
+under Section 2) in object code or executable form under the terms of\par
+Sections 1 and 2 above provided that you also do one of the following:\par
+\par
+ a) Accompany it with the complete corresponding machine-readable\par
+ source code, which must be distributed under the terms of Sections\par
+ 1 and 2 above on a medium customarily used for software interchange; or,\par
+\par
+ b) Accompany it with a written offer, valid for at least three\par
+ years, to give any third party, for a charge no more than your\par
+ cost of physically performing source distribution, a complete\par
+ machine-readable copy of the corresponding source code, to be\par
+ distributed under the terms of Sections 1 and 2 above on a medium\par
+ customarily used for software interchange; or,\par
+\par
+ c) Accompany it with the information you received as to the offer\par
+ to distribute corresponding source code. (This alternative is\par
+ allowed only for noncommercial distribution and only if you\par
+ received the program in object code or executable form with such\par
+ an offer, in accord with Subsection b above.)\par
+\par
+The source code for a work means the preferred form of the work for\par
+making modifications to it. For an executable work, complete source\par
+code means all the source code for all modules it contains, plus any\par
+associated interface definition files, plus the scripts used to\par
+control compilation and installation of the executable. However, as a\par
+special exception, the source code distributed need not include\par
+anything that is normally distributed (in either source or binary\par
+form) with the major components (compiler, kernel, and so on) of the\par
+operating system on which the executable runs, unless that component\par
+itself accompanies the executable.\par
+\par
+If distribution of executable or object code is made by offering\par
+access to copy from a designated place, then offering equivalent\par
+access to copy the source code from the same place counts as\par
+distribution of the source code, even though third parties are not\par
+compelled to copy the source along with the object code.\par
+\page\par
+ 4. You may not copy, modify, sublicense, or distribute the Program\par
+except as expressly provided under this License. Any attempt\par
+otherwise to copy, modify, sublicense or distribute the Program is\par
+void, and will automatically terminate your rights under this License.\par
+However, parties who have received copies, or rights, from you under\par
+this License will not have their licenses terminated so long as such\par
+parties remain in full compliance.\par
+\par
+ 5. You are not required to accept this License, since you have not\par
+signed it. However, nothing else grants you permission to modify or\par
+distribute the Program or its derivative works. These actions are\par
+prohibited by law if you do not accept this License. Therefore, by\par
+modifying or distributing the Program (or any work based on the\par
+Program), you indicate your acceptance of this License to do so, and\par
+all its terms and conditions for copying, distributing or modifying\par
+the Program or works based on it.\par
+\par
+ 6. Each time you redistribute the Program (or any work based on the\par
+Program), the recipient automatically receives a license from the\par
+original licensor to copy, distribute or modify the Program subject to\par
+these terms and conditions. You may not impose any further\par
+restrictions on the recipients' exercise of the rights granted herein.\par
+You are not responsible for enforcing compliance by third parties to\par
+this License.\par
+\par
+ 7. If, as a consequence of a court judgment or allegation of patent\par
+infringement or for any other reason (not limited to patent issues),\par
+conditions are imposed on you (whether by court order, agreement or\par
+otherwise) that contradict the conditions of this License, they do not\par
+excuse you from the conditions of this License. If you cannot\par
+distribute so as to satisfy simultaneously your obligations under this\par
+License and any other pertinent obligations, then as a consequence you\par
+may not distribute the Program at all. For example, if a patent\par
+license would not permit royalty-free redistribution of the Program by\par
+all those who receive copies directly or indirectly through you, then\par
+the only way you could satisfy both it and this License would be to\par
+refrain entirely from distribution of the Program.\par
+\par
+If any portion of this section is held invalid or unenforceable under\par
+any particular circumstance, the balance of the section is intended to\par
+apply and the section as a whole is intended to apply in other\par
+circumstances.\par
+\par
+It is not the purpose of this section to induce you to infringe any\par
+patents or other property right claims or to contest validity of any\par
+such claims; this section has the sole purpose of protecting the\par
+integrity of the free software distribution system, which is\par
+implemented by public license practices. Many people have made\par
+generous contributions to the wide range of software distributed\par
+through that system in reliance on consistent application of that\par
+system; it is up to the author/donor to decide if he or she is willing\par
+to distribute software through any other system and a licensee cannot\par
+impose that choice.\par
+\par
+This section is intended to make thoroughly clear what is believed to\par
+be a consequence of the rest of this License.\par
+\page\par
+ 8. If the distribution and/or use of the Program is restricted in\par
+certain countries either by patents or by copyrighted interfaces, the\par
+original copyright holder who places the Program under this License\par
+may add an explicit geographical distribution limitation excluding\par
+those countries, so that distribution is permitted only in or among\par
+countries not thus excluded. In such case, this License incorporates\par
+the limitation as if written in the body of this License.\par
+\par
+ 9. The Free Software Foundation may publish revised and/or new versions\par
+of the General Public License from time to time. Such new versions will\par
+be similar in spirit to the present version, but may differ in detail to\par
+address new problems or concerns.\par
+\par
+Each version is given a distinguishing version number. If the Program\par
+specifies a version number of this License which applies to it and "any\par
+later version", you have the option of following the terms and conditions\par
+either of that version or of any later version published by the Free\par
+Software Foundation. If the Program does not specify a version number of\par
+this License, you may choose any version ever published by the Free Software\par
+Foundation.\par
+\par
+ 10. If you wish to incorporate parts of the Program into other free\par
+programs whose distribution conditions are different, write to the author\par
+to ask for permission. For software which is copyrighted by the Free\par
+Software Foundation, write to the Free Software Foundation; we sometimes\par
+make exceptions for this. Our decision will be guided by the two goals\par
+of preserving the free status of all derivatives of our free software and\par
+of promoting the sharing and reuse of software generally.\par
+\par
+\tab\tab\tab NO WARRANTY\par
+\par
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY\par
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN\par
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES\par
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED\par
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\par
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS\par
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE\par
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\par
+REPAIR OR CORRECTION.\par
+\par
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\par
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\par
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\par
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\par
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\par
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY\par
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\par
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\par
+POSSIBILITY OF SUCH DAMAGES.\par
+\par
+\tab\tab END OF TERMS AND CONDITIONS\par
+\page\par
+\tab How to Apply These Terms to Your New Programs\par
+\par
+ If you develop a new program, and you want it to be of the greatest\par
+possible use to the public, the best way to achieve this is to make it\par
+free software which everyone can redistribute and change under these terms.\par
+\par
+ To do so, attach the following notices to the program. It is safest\par
+to attach them to the start of each source file to most effectively\par
+convey the exclusion of warranty; and each file should have at least\par
+the "copyright" line and a pointer to where the full notice is found.\par
+\par
+ <one line to give the program's name and a brief idea of what it does.>\par
+ Copyright (C) <year> <name of author>\par
+\par
+ This program is free software; you can redistribute it and/or modify\par
+ it under the terms of the GNU General Public License as published by\par
+ the Free Software Foundation; either version 2 of the License, or\par
+ (at your option) any later version.\par
+\par
+ This program is distributed in the hope that it will be useful,\par
+ but WITHOUT ANY WARRANTY; without even the implied warranty of\par
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\par
+ GNU General Public License for more details.\par
+\par
+ You should have received a copy of the GNU General Public License\par
+ along with this program; if not, write to the Free Software\par
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA\par
+\par
+\par
+Also add information on how to contact you by electronic and paper mail.\par
+\par
+If the program is interactive, make it output a short notice like this\par
+when it starts in an interactive mode:\par
+\par
+ Gnomovision version 69, Copyright (C) year name of author\par
+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\par
+ This is free software, and you are welcome to redistribute it\par
+ under certain conditions; type `show c' for details.\par
+\par
+The hypothetical commands `show w' and `show c' should show the appropriate\par
+parts of the General Public License. Of course, the commands you use may\par
+be called something other than `show w' and `show c'; they could even be\par
+mouse-clicks or menu items--whatever suits your program.\par
+\par
+You should also get your employer (if you work as a programmer) or your\par
+school, if any, to sign a "copyright disclaimer" for the program, if\par
+necessary. Here is a sample; alter the names:\par
+\par
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program\par
+ `Gnomovision' (which makes passes at compilers) written by James Hacker.\par
+\par
+ <signature of Ty Coon>, 1 April 1989\par
+ Ty Coon, President of Vice\par
+\par
+This General Public License does not permit incorporating your program into\par
+proprietary programs. If your program is a subroutine library, you may\par
+consider it more useful to permit linking proprietary applications with the\par
+library. If this is what you want to do, use the GNU Library General\par
+Public License instead of this License.\par
+\par
+\par
+\par
+---\par
+\tab\tab Free/Libre and Open Source Software Exception (FLOSSE)\par
+\par
+1. Intent\par
+\par
+We want specified Free/Libre and Open Source Software ("FLOSS")\par
+to be able to use the specified GPL-licensed xsd runtime library\par
+and xsd generated code (collectively called the "Program") despite\par
+the fact that not all FLOSS licenses are compatible with version 2\par
+of the GNU General Public License (the "GPL").\par
+\par
+It is our intent to allow distribution of the entire Derivative\par
+Work (including the Program) under one or more of the FLOSS licenses\par
+listed in section 3 (section 2.a). It is also our intent to disallow\par
+simple relicensing of the Program for the sole purpose of using it in\par
+proprietary applications (section 2.b and 2.c). As an example, consider\par
+two hypothetical scenarios:\par
+\par
+ a) You created a program that uses the xsd generated code and the xsd\par
+ runtime library to access information in XML instance documents.\par
+ Your program performs useful computations based on this information\par
+ (sections 2.b and 2.c are satisfied). You distribute your program,\par
+ including the xsd generated code and the xsd runtime library under\par
+ the BSD license and make it available at no charge to all third\par
+ parties (section 2.a is satisfied). Later you (or someone else) may\par
+ choose to base their proprietary application on your code since the\par
+ BSD license does not prohibit it.\par
+\par
+ This scenario falls under this FLOSS Exception.\par
+\par
+ b) You created a library that uses the xsd generated code and the xsd\par
+ runtime library to access information in XML instance documents. You\par
+ did not add to the library any other useful code that uses the xsd\par
+ generated code or the xsd runtime library (neither section 2.b nor\par
+ 2.c is satisfied). You distribute your library, including the xsd\par
+ generated code and the xsd runtime library under the BSD license and\par
+ make it available at no charge to all third parties (section 2.a\par
+ is satisfied). Later you base your proprietary application on this\par
+ library since the BSD license does not prohibit it.\par
+\par
+ This scenario does not fall under this FLOSS Exception (neither\par
+ section 2.b nor 2.c is satisfied). You created the library for the\par
+ sole purpose of making the xsd generated code and the xsd runtime\par
+ library available to your proprietary application.\par
+\par
+\par
+2. Legal Terms and Conditions\par
+\par
+As a special exception to the terms and conditions of version 2 of\par
+the GPL you are free to distribute a verbatim copy of the Program\par
+as part of the Derivative Work that is formed from the Program or\par
+any part thereof and one or more works (each, a "FLOSS Work") as\par
+long as you also meet all of these conditions:\par
+\par
+ a) You must cause the Derivative Work that in whole or in part\par
+ contains or is derived from the Program or any part thereof,\par
+ to be licensed as a whole at no charge to all third parties\par
+ under the terms of one or more of the licenses listed in\par
+ section 3.\par
+\par
+ b) The Derivative Work should contain one or more FLOSS Work that\par
+ can be reasonably considered as derived from the Program or some\par
+ part thereof.\par
+\par
+ c) The Derivative Work should not contain any part of the Program\par
+ that cannot be reasonably considered as a base of one or more\par
+ FLOSS Work.\par
+\par
+\par
+3. FLOSS License List\par
+\par
+ a) Any license listed in the "GPL-Compatible Free Software Licenses"\par
+ and the "GPL-Incompatible Free Software Licenses" sections of the\par
+ License List as published by the Free Software Foundation (FSF):\par
+\par
+ http://www.gnu.org/licenses/license-list.html\par
+\par
+\par
+4. Definitions\par
+\par
+Terms used, but not defined, herein shall have the meaning\par
+provided in the GPL.\par
+\par
+Derivative Work means a derivative work under copyright law.\par
+\par
+\par
+5. Applicability\par
+\par
+You may choose to redistribute a copy of the Program exclusively under\par
+the terms of the GPL by removing the FLOSS Exception notice from that\par
+copy of the Program.\par
+\par
+}
+
diff --git a/wix/makefile b/wix/makefile
new file mode 100644
index 0000000..8f81f6b
--- /dev/null
+++ b/wix/makefile
@@ -0,0 +1,65 @@
+include config.make
+
+WIXROOT := ../../tools/wix-3.0
+LIGHT := $(WIXROOT)/light
+CANDLE := $(WIXROOT)/candle
+FILELIST := ./filelist.pl
+
+#
+#
+export XSD_VERSION
+export XERCES_VERSION
+export PRODUCT_CODE
+export UPGRADE_CODE
+export XSD_SERIES := $(word 1,$(subst ., ,$(XSD_VERSION))).$(word 2,$(subst ., ,$(XSD_VERSION)))
+export XSD_DIST := ../xsd-i686-windows
+export XERCES_DIST := ../../xerces-vc
+
+
+#
+#
+LIGHT_FLAGS := -ext WixUIExtension -ext WixUtilExtension -cultures:en-us
+
+SRC := xsd.wxs
+GEN := xsd-include.wxs examples.wxs doc.wxs etc.wxs xerces-include.wxs \
+xerces-src.wxs
+
+
+#
+#
+xsd-$(XSD_SERIES).msi: $(SRC:.wxs=.wixobj) $(GEN:.wxs=.wixobj) license.rtf
+ $(LIGHT) $(LIGHT_FLAGS) -o $@ $(filter %.wixobj,$^)
+
+xsd-include.wxs:
+ $(FILELIST) -out $@ -dir xsd -ref-id INCLUDE_XSD -comp-id include_xsd -prefix $(XSD_DIST)/libxsd
+
+examples.wxs:
+ $(FILELIST) -out $@ -dir cxx -ref-id EXAMPLES_CXXDIR -comp-id examples -ignore makefile -prefix $(XSD_DIST)/examples
+
+doc.wxs:
+ $(FILELIST) -out $@ -dir doc -ref-id DOCDIR -comp-id doc -ignore makefile -ignore xsd.1 -prefix $(XSD_DIST)
+
+etc.wxs:
+ $(FILELIST) -out $@ -dir etc -ref-id ETCDIR -comp-id etc -prefix $(XSD_DIST)
+
+xerces-include.wxs:
+ $(FILELIST) -out $@ -dir xercesc -ref-id INCLUDE_XERCESCDIR -comp-id include_xerces -prefix $(XERCES_DIST)/include
+
+xerces-src.wxs:
+ $(FILELIST) -out $@ -dir xerces-c-$(XERCES_VERSION) -ref-id XERCESSRCDIR -comp-id src_xerces -prefix $(XERCES_DIST)
+
+#
+#
+.PHONY: clean realclean
+
+clean:
+ rm -f xsd-$(XSD_SERIES).msi $(SRC:.wxs=.wixobj) $(GEN:.wxs=.wixobj)
+
+realclean: clean
+ rm -f $(GEN)
+
+
+# Pattern rules
+#
+%.wixobj: %.wxs
+ $(CANDLE) -o $@ $<
diff --git a/wix/xsd.wxs b/wix/xsd.wxs
new file mode 100644
index 0000000..c360056
--- /dev/null
+++ b/wix/xsd.wxs
@@ -0,0 +1,757 @@
+<?xml version="1.0" encoding="windows-1252"?>
+<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
+
+<Product Id="$(env.PRODUCT_CODE)"
+ Language="1033"
+ Codepage="1252"
+ Name="CodeSynthesis XSD $(env.XSD_VERSION)"
+ Version="$(env.XSD_VERSION)"
+ Manufacturer="Code Synthesis Tools CC"
+ UpgradeCode="$(env.UPGRADE_CODE)">
+
+ <Package Languages="1033"
+ SummaryCodepage="1252"
+ Compressed="yes"
+ InstallerVersion="200"
+ Platforms="Intel"
+ Manufacturer="Code Synthesis Tools CC"
+ Description="CodeSynthesis XSD $(env.XSD_VERSION) Installer"
+ Comments="CodeSynthesis XSD is an XML Schema to C++ Data Binding Compiler"/>
+
+ <Media Id="1" Cabinet="xsd.cab" EmbedCab="yes"/>
+
+ <Directory Id="TARGETDIR" Name="SourceDir">
+ <Directory Id="ProgramFilesFolder" Name="PFiles">
+ <Directory Id="BASEDIR" Name="CodeSynthesis XSD $(env.XSD_SERIES)">
+
+ <Component Id="base" Guid="EE1EBE88-34C4-499A-BBE9-67E162A24E1A">
+ <File Id="FLOSSE" Name="FLOSSE.txt" Source="$(env.XSD_DIST)/FLOSSE.txt" DiskId="1" Vital="yes"/>
+ <File Id="GPLv2" Name="GPLv2.txt" Source="$(env.XSD_DIST)/GPLv2.txt" DiskId="1" Vital="yes"/>
+ <File Id="LICENSE" Name="LICENSE.txt" Source="$(env.XSD_DIST)/LICENSE.txt" DiskId="1" Vital="yes"/>
+ <File Id="NEWS" Name="NEWS.txt" Source="$(env.XSD_DIST)/NEWS.txt" DiskId="1" Vital="yes"/>
+ <File Id="version" Name="version.txt" Source="$(env.XSD_DIST)/version.txt" DiskId="1" Vital="yes"/>
+ <File Id="README" Name="README.txt" Source="README.txt" DiskId="1" Vital="yes"/>
+ </Component>
+
+
+ <Directory Id="BINDIR" Name="bin">
+ <Component Id="bin_xsd" Guid="D4AC92E1-2020-495D-ABD6-EA68AB606854">
+ <File Id="xsd_exe" Name="xsd.exe" Source="$(env.XSD_DIST)/bin/xsd.exe" DiskId="1" Vital="yes"/>
+ </Component>
+
+ <Component Id="bin_xerces_vc80" Guid="22B37A03-2926-4713-8B47-3EF3268A236A">
+ <File Id="xerces_c_3_1_vc80_dll" Name="xerces-c_3_1_vc80.dll" Source="$(env.XERCES_DIST)/bin/xerces-c_3_1_vc80.dll" DiskId="1" Vital="yes"/>
+ <File Id="xerces_c_3_1D_vc80_dll" Name="xerces-c_3_1D_vc80.dll" Source="$(env.XERCES_DIST)/bin/xerces-c_3_1D_vc80.dll" DiskId="1" Vital="yes"/>
+ <File Id="xerces_c_3_1D_vc80_pdb" Name="xerces-c_3_1D_vc80.pdb" Source="$(env.XERCES_DIST)/bin/xerces-c_3_1D_vc80.pdb" DiskId="1" Vital="yes"/>
+ </Component>
+
+ <Component Id="bin_xerces_vc90" Guid="5717C7CD-C804-44D5-9D6B-DF9B5F0F7584">
+ <File Id="xerces_c_3_1_vc90_dll" Name="xerces-c_3_1_vc90.dll" Source="$(env.XERCES_DIST)/bin/xerces-c_3_1_vc90.dll" DiskId="1" Vital="yes"/>
+ <File Id="xerces_c_3_1D_vc90_dll" Name="xerces-c_3_1D_vc90.dll" Source="$(env.XERCES_DIST)/bin/xerces-c_3_1D_vc90.dll" DiskId="1" Vital="yes"/>
+ <File Id="xerces_c_3_1D_vc90_pdb" Name="xerces-c_3_1D_vc90.pdb" Source="$(env.XERCES_DIST)/bin/xerces-c_3_1D_vc90.pdb" DiskId="1" Vital="yes"/>
+ </Component>
+
+ <Component Id="bin_xerces_vc100" Guid="3B5F262A-2354-4750-974D-D32B4214C54B">
+ <File Id="xerces_c_3_1_vc100_dll" Name="xerces-c_3_1_vc100.dll" Source="$(env.XERCES_DIST)/bin/xerces-c_3_1_vc100.dll" DiskId="1" Vital="yes"/>
+ <File Id="xerces_c_3_1D_vc100_dll" Name="xerces-c_3_1D_vc100.dll" Source="$(env.XERCES_DIST)/bin/xerces-c_3_1D_vc100.dll" DiskId="1" Vital="yes"/>
+ <File Id="xerces_c_3_1D_vc100_pdb" Name="xerces-c_3_1D_vc100.pdb" Source="$(env.XERCES_DIST)/bin/xerces-c_3_1D_vc100.pdb" DiskId="1" Vital="yes"/>
+ </Component>
+
+ <Component Id="bin_xerces_vc110" Guid="968EA553-73FA-4E71-9103-D8BD4E1DC595">
+ <File Id="xerces_c_3_1_vc110_dll" Name="xerces-c_3_1_vc110.dll" Source="$(env.XERCES_DIST)/bin/xerces-c_3_1_vc110.dll" DiskId="1" Vital="yes"/>
+ <File Id="xerces_c_3_1D_vc110_dll" Name="xerces-c_3_1D_vc110.dll" Source="$(env.XERCES_DIST)/bin/xerces-c_3_1D_vc110.dll" DiskId="1" Vital="yes"/>
+ <File Id="xerces_c_3_1D_vc110_pdb" Name="xerces-c_3_1D_vc110.pdb" Source="$(env.XERCES_DIST)/bin/xerces-c_3_1D_vc110.pdb" DiskId="1" Vital="yes"/>
+ </Component>
+
+ <Component Id="bin_xerces_vc120" Guid="B1BA2F23-F1B1-4328-92F2-CCE5BA5B99D2">
+ <File Id="xerces_c_3_1_vc120_dll" Name="xerces-c_3_1_vc120.dll" Source="$(env.XERCES_DIST)/bin/xerces-c_3_1_vc120.dll" DiskId="1" Vital="yes"/>
+ <File Id="xerces_c_3_1D_vc120_dll" Name="xerces-c_3_1D_vc120.dll" Source="$(env.XERCES_DIST)/bin/xerces-c_3_1D_vc120.dll" DiskId="1" Vital="yes"/>
+ <File Id="xerces_c_3_1D_vc120_pdb" Name="xerces-c_3_1D_vc120.pdb" Source="$(env.XERCES_DIST)/bin/xerces-c_3_1D_vc120.pdb" DiskId="1" Vital="yes"/>
+ </Component>
+ </Directory>
+
+ <Directory Id="BINDIR64" Name="bin64">
+ <Component Id="bin64_xerces_vc80" Guid="AAFFD4B5-5C9E-4287-BA36-91BC0531F0CE">
+ <File Id="xerces_c_3_1_vc80_dll_64" Name="xerces-c_3_1_vc80.dll" Source="$(env.XERCES_DIST)/bin64/xerces-c_3_1_vc80.dll" DiskId="1" Vital="yes"/>
+ <File Id="xerces_c_3_1D_vc80_dll_64" Name="xerces-c_3_1D_vc80.dll" Source="$(env.XERCES_DIST)/bin64/xerces-c_3_1D_vc80.dll" DiskId="1" Vital="yes"/>
+ <File Id="xerces_c_3_1D_vc80_pdb_64" Name="xerces-c_3_1D_vc80.pdb" Source="$(env.XERCES_DIST)/bin64/xerces-c_3_1D_vc80.pdb" DiskId="1" Vital="yes"/>
+ </Component>
+
+ <Component Id="bin64_xerces_vc90" Guid="6889B640-738B-4FE8-840D-FBF44E9CFBE9">
+ <File Id="xerces_c_3_1_vc90_dll_64" Name="xerces-c_3_1_vc90.dll" Source="$(env.XERCES_DIST)/bin64/xerces-c_3_1_vc90.dll" DiskId="1" Vital="yes"/>
+ <File Id="xerces_c_3_1D_vc90_dll_64" Name="xerces-c_3_1D_vc90.dll" Source="$(env.XERCES_DIST)/bin64/xerces-c_3_1D_vc90.dll" DiskId="1" Vital="yes"/>
+ <File Id="xerces_c_3_1D_vc90_pdb_64" Name="xerces-c_3_1D_vc90.pdb" Source="$(env.XERCES_DIST)/bin64/xerces-c_3_1D_vc90.pdb" DiskId="1" Vital="yes"/>
+ </Component>
+
+ <Component Id="bin64_xerces_vc100" Guid="1FF200CF-67DE-4ECC-908F-C939C16E7CC0">
+ <File Id="xerces_c_3_1_vc100_dll_64" Name="xerces-c_3_1_vc100.dll" Source="$(env.XERCES_DIST)/bin64/xerces-c_3_1_vc100.dll" DiskId="1" Vital="yes"/>
+ <File Id="xerces_c_3_1D_vc100_dll_64" Name="xerces-c_3_1D_vc100.dll" Source="$(env.XERCES_DIST)/bin64/xerces-c_3_1D_vc100.dll" DiskId="1" Vital="yes"/>
+ <File Id="xerces_c_3_1D_vc100_pdb_64" Name="xerces-c_3_1D_vc100.pdb" Source="$(env.XERCES_DIST)/bin64/xerces-c_3_1D_vc100.pdb" DiskId="1" Vital="yes"/>
+ </Component>
+
+ <Component Id="bin64_xerces_vc110" Guid="14E253FE-110D-44F7-86F2-19DAFE0C6919">
+ <File Id="xerces_c_3_1_vc110_dll_64" Name="xerces-c_3_1_vc110.dll" Source="$(env.XERCES_DIST)/bin64/xerces-c_3_1_vc110.dll" DiskId="1" Vital="yes"/>
+ <File Id="xerces_c_3_1D_vc110_dll_64" Name="xerces-c_3_1D_vc110.dll" Source="$(env.XERCES_DIST)/bin64/xerces-c_3_1D_vc110.dll" DiskId="1" Vital="yes"/>
+ <File Id="xerces_c_3_1D_vc110_pdb_64" Name="xerces-c_3_1D_vc110.pdb" Source="$(env.XERCES_DIST)/bin64/xerces-c_3_1D_vc110.pdb" DiskId="1" Vital="yes"/>
+ </Component>
+
+ <Component Id="bin64_xerces_vc120" Guid="8FBD5213-0A43-43AB-8F07-0EB26C6CDF2C">
+ <File Id="xerces_c_3_1_vc120_dll_64" Name="xerces-c_3_1_vc120.dll" Source="$(env.XERCES_DIST)/bin64/xerces-c_3_1_vc120.dll" DiskId="1" Vital="yes"/>
+ <File Id="xerces_c_3_1D_vc120_dll_64" Name="xerces-c_3_1D_vc120.dll" Source="$(env.XERCES_DIST)/bin64/xerces-c_3_1D_vc120.dll" DiskId="1" Vital="yes"/>
+ <File Id="xerces_c_3_1D_vc120_pdb_64" Name="xerces-c_3_1D_vc120.pdb" Source="$(env.XERCES_DIST)/bin64/xerces-c_3_1D_vc120.pdb" DiskId="1" Vital="yes"/>
+ </Component>
+ </Directory>
+
+ <Directory Id="LIBDIR" Name="lib">
+ <Directory Id="lib_vc_80_dir" Name="vc-8.0">
+ <Component Id="lib_vc_80_xerces" Guid="1F3761E1-9975-48F8-B9F7-4B146117F1CC">
+ <File Id="lib_vc_80_xerces_c_3_lib" Name="xerces-c_3.lib" Source="$(env.XERCES_DIST)/lib/vc-8.0/xerces-c_3.lib" DiskId="1" Vital="yes"/>
+ <File Id="lib_vc_80_xerces_c_3D_lib" Name="xerces-c_3D.lib" Source="$(env.XERCES_DIST)/lib/vc-8.0/xerces-c_3D.lib" DiskId="1" Vital="yes"/>
+ </Component>
+ </Directory>
+
+ <Directory Id="lib_vc_90_dir" Name="vc-9.0">
+ <Component Id="lib_vc_90_xerces" Guid="0ED4DB3D-AE32-4F33-8588-9E155F7E0CA9">
+ <File Id="lib_vc_90_xerces_c_3_lib" Name="xerces-c_3.lib" Source="$(env.XERCES_DIST)/lib/vc-9.0/xerces-c_3.lib" DiskId="1" Vital="yes"/>
+ <File Id="lib_vc_90_xerces_c_3D_lib" Name="xerces-c_3D.lib" Source="$(env.XERCES_DIST)/lib/vc-9.0/xerces-c_3D.lib" DiskId="1" Vital="yes"/>
+ </Component>
+ </Directory>
+
+ <Directory Id="lib_vc_100_dir" Name="vc-10.0">
+ <Component Id="lib_vc_100_xerces" Guid="C4236836-E322-41F0-9331-8ED099C5E58F">
+ <File Id="lib_vc_100_xerces_c_3_lib" Name="xerces-c_3.lib" Source="$(env.XERCES_DIST)/lib/vc-10.0/xerces-c_3.lib" DiskId="1" Vital="yes"/>
+ <File Id="lib_vc_100_xerces_c_3D_lib" Name="xerces-c_3D.lib" Source="$(env.XERCES_DIST)/lib/vc-10.0/xerces-c_3D.lib" DiskId="1" Vital="yes"/>
+ </Component>
+ </Directory>
+
+ <Directory Id="lib_vc_110_dir" Name="vc-11.0">
+ <Component Id="lib_vc_110_xerces" Guid="62A3A44D-1B4C-4531-961C-D421E80F7157">
+ <File Id="lib_vc_110_xerces_c_3_lib" Name="xerces-c_3.lib" Source="$(env.XERCES_DIST)/lib/vc-11.0/xerces-c_3.lib" DiskId="1" Vital="yes"/>
+ <File Id="lib_vc_110_xerces_c_3D_lib" Name="xerces-c_3D.lib" Source="$(env.XERCES_DIST)/lib/vc-11.0/xerces-c_3D.lib" DiskId="1" Vital="yes"/>
+ </Component>
+ </Directory>
+
+ <Directory Id="lib_vc_120_dir" Name="vc-12.0">
+ <Component Id="lib_vc_120_xerces" Guid="5B37E5AA-6747-444A-85DC-D1FDD99ABDA6">
+ <File Id="lib_vc_120_xerces_c_3_lib" Name="xerces-c_3.lib" Source="$(env.XERCES_DIST)/lib/vc-12.0/xerces-c_3.lib" DiskId="1" Vital="yes"/>
+ <File Id="lib_vc_120_xerces_c_3D_lib" Name="xerces-c_3D.lib" Source="$(env.XERCES_DIST)/lib/vc-12.0/xerces-c_3D.lib" DiskId="1" Vital="yes"/>
+ </Component>
+ </Directory>
+ </Directory>
+
+ <Directory Id="LIBDIR64" Name="lib64">
+ <Directory Id="lib64_vc_80_dir" Name="vc-8.0">
+ <Component Id="lib64_vc_80_xerces" Guid="D920D067-5F69-46B9-9FE4-4F6EF95A2681">
+ <File Id="lib64_vc_80_xerces_c_3_lib" Name="xerces-c_3.lib" Source="$(env.XERCES_DIST)/lib64/vc-8.0/xerces-c_3.lib" DiskId="1" Vital="yes"/>
+ <File Id="lib64_vc_80_xerces_c_3D_lib" Name="xerces-c_3D.lib" Source="$(env.XERCES_DIST)/lib64/vc-8.0/xerces-c_3D.lib" DiskId="1" Vital="yes"/>
+ </Component>
+ </Directory>
+
+ <Directory Id="lib64_vc_90_dir" Name="vc-9.0">
+ <Component Id="lib64_vc_90_xerces" Guid="F6109BFA-07D1-4662-AA60-9870569D7044">
+ <File Id="lib64_vc_90_xerces_c_3_lib" Name="xerces-c_3.lib" Source="$(env.XERCES_DIST)/lib64/vc-9.0/xerces-c_3.lib" DiskId="1" Vital="yes"/>
+ <File Id="lib64_vc_90_xerces_c_3D_lib" Name="xerces-c_3D.lib" Source="$(env.XERCES_DIST)/lib64/vc-9.0/xerces-c_3D.lib" DiskId="1" Vital="yes"/>
+ </Component>
+ </Directory>
+
+ <Directory Id="lib64_vc_100_dir" Name="vc-10.0">
+ <Component Id="lib64_vc_100_xerces" Guid="29DC2507-526F-4E84-BAC1-FFB40DD88835">
+ <File Id="lib64_vc_100_xerces_c_3_lib" Name="xerces-c_3.lib" Source="$(env.XERCES_DIST)/lib64/vc-10.0/xerces-c_3.lib" DiskId="1" Vital="yes"/>
+ <File Id="lib64_vc_100_xerces_c_3D_lib" Name="xerces-c_3D.lib" Source="$(env.XERCES_DIST)/lib64/vc-10.0/xerces-c_3D.lib" DiskId="1" Vital="yes"/>
+ </Component>
+ </Directory>
+
+ <Directory Id="lib64_vc_110_dir" Name="vc-11.0">
+ <Component Id="lib64_vc_110_xerces" Guid="829082D1-D61F-4F2E-B1C0-6F6C92BECEBB">
+ <File Id="lib64_vc_110_xerces_c_3_lib" Name="xerces-c_3.lib" Source="$(env.XERCES_DIST)/lib64/vc-11.0/xerces-c_3.lib" DiskId="1" Vital="yes"/>
+ <File Id="lib64_vc_110_xerces_c_3D_lib" Name="xerces-c_3D.lib" Source="$(env.XERCES_DIST)/lib64/vc-11.0/xerces-c_3D.lib" DiskId="1" Vital="yes"/>
+ </Component>
+ </Directory>
+
+ <Directory Id="lib64_vc_120_dir" Name="vc-12.0">
+ <Component Id="lib64_vc_120_xerces" Guid="ACD626E2-0C7D-4FEE-B974-83180AD257F0">
+ <File Id="lib64_vc_120_xerces_c_3_lib" Name="xerces-c_3.lib" Source="$(env.XERCES_DIST)/lib64/vc-12.0/xerces-c_3.lib" DiskId="1" Vital="yes"/>
+ <File Id="lib64_vc_120_xerces_c_3D_lib" Name="xerces-c_3D.lib" Source="$(env.XERCES_DIST)/lib64/vc-12.0/xerces-c_3D.lib" DiskId="1" Vital="yes"/>
+ </Component>
+ </Directory>
+ </Directory>
+
+ <Directory Id="EXAMPLESDIR" Name="examples">
+ <Directory Id="EXAMPLES_CXXDIR" Name="cxx"/>
+ </Directory>
+
+ <Directory Id="DOCDIR" Name="doc"/>
+
+ <Directory Id="ETCDIR" Name="etc"/>
+
+ <Directory Id="INCLUDEDIR" Name="include">
+ <Directory Id="INCLUDE_XSD" Name="xsd"/>
+ <Directory Id="INCLUDE_XERCESCDIR" Name="xercesc"/>
+ </Directory>
+
+ <Directory Id="XERCESSRCDIR" Name="xerces-c-$(env.XERCES_VERSION)"/>
+
+ <Component Id="sys_bin_env" Guid="C86B47B8-2396-437D-9943-4D9CACE39188">
+ <Registry Id="sys_bin_env_reg" Root="HKLM" Key="Software\Code Synthesis Tools\[ProductCode]" Name="Bin Env KeyPath" Type="integer" Value="1" KeyPath="yes"/>
+ <Environment Id="sys_bin_path" Name="PATH" Value="[BINDIR];[BINDIR64]" Action="set" Part="first" System="yes"/>
+ </Component>
+
+ <Component Id="usr_bin_env" Guid="EE95AD37-8304-4B93-9191-8FA773A5E77C">
+ <Registry Id="usr_bin_env_reg" Root="HKCU" Key="Software\Code Synthesis Tools\[ProductCode]" Name="Bin Env KeyPath" Type="integer" Value="1" KeyPath="yes"/>
+ <Environment Id="usr_bin_path" Name="PATH" Value="[BINDIR];[BINDIR64]" Action="set" Part="first" System="no"/>
+ </Component>
+
+ </Directory>
+ </Directory>
+
+ <Directory Id="ProgramMenuFolder" Name="PMenu">
+ <Directory Id="ProgramMenuDir" Name="CodeSynthesis XSD $(env.XSD_SERIES)">
+ <Component Id="base_shortcuts" Guid="C0765849-6A03-4279-A974-E241862A3823">
+ <Registry Id="base_sc_reg" Root="HKCU" Key="Software\Code Synthesis Tools\[ProductCode]" Name="Base Shortcuts KeyPath" Type="integer" Value="1" KeyPath="yes"/>
+ <Shortcut Id="FLOSSE_sc" Name="FLOSSE" Description="Free/Libre and Open Source Software Exception" Directory="ProgramMenuDir" Target="[#FLOSSE]"/>
+ <Shortcut Id="GPLv2_sc" Name="GPLv2" Description="GNU General Public License v2" Directory="ProgramMenuDir" Target="[#GPLv2]"/>
+ <Shortcut Id="LICENSE_sc" Name="XSD License" Description="XSD License" Directory="ProgramMenuDir" Target="[#LICENSE]"/>
+ <Shortcut Id="News_sc" Name="XSD News" Description="What's new in this version" Directory="ProgramMenuDir" Target="[#NEWS]"/>
+ <Shortcut Id="Readme_sc" Name="README" Description="Instructions on setting up and using XSD with Visual Studio" Directory="ProgramMenuDir" Target="[#README]"/>
+ <RemoveFolder Id="ProgramMenuDir" On="uninstall"/>
+ </Component>
+
+ <Directory Id="PMDocDir" Name="Documentation">
+ <Component Id="documentation_shortcuts" Guid="FAC3BA3A-A669-4F5B-B1AA-DC9ADE4D3A22">
+ <Registry Id="documentation_sc_reg" Root="HKCU" Key="Software\Code Synthesis Tools\[ProductCode]" Name="Documentation Shortcuts KeyPath" Type="integer" Value="1" KeyPath="yes"/>
+ <Shortcut Id="documentation_xsd_sc" Name="XSD Command Line Interface Documentation" Description="XSD compiler options and arguments explained" Directory="PMDocDir" Target="[#doc_xsd_xhtml_file]"/>
+ <RemoveFolder Id="PMDocDir" On="uninstall"/>
+ </Component>
+
+ <Directory Id="PMDocTreeDir" Name="C++ Tree Mapping">
+ <Component Id="documentation_tree_shortcuts" Guid="98939A01-65B9-4306-97A6-FEAFB8071EB3">
+ <Registry Id="documentation_tree_sc_reg" Root="HKCU" Key="Software\Code Synthesis Tools\[ProductCode]" Name="Documentation Tree Shortcuts KeyPath" Type="integer" Value="1" KeyPath="yes"/>
+ <Shortcut Id="documentation_tree_guide_sc" Name="C++ Tree Mapping Getting Started Guide" Description="Introductory documentation for the C++/Tree mapping" Directory="PMDocTreeDir" Target="[#doc_cxx_tree_guide_cxx_tree_guide_pdf_file]"/>
+ <Shortcut Id="documentation_tree_manual_sc" Name="C++ Tree Mapping User Manual" Description="Comprehensive documentation for the C++/Tree mapping" Directory="PMDocTreeDir" Target="[#doc_cxx_tree_manual_cxx_tree_manual_pdf_file]"/>
+ <RemoveFolder Id="PMDocTreeDir" On="uninstall"/>
+ </Component>
+ </Directory>
+
+ <Directory Id="PMDocParserDir" Name="C++ Parser Mapping">
+ <Component Id="documentation_parser_shortcuts" Guid="001B8668-D8BE-44BF-8DC3-CF11DBF06CB8">
+ <Registry Id="documentation_parser_sc_reg" Root="HKCU" Key="Software\Code Synthesis Tools\[ProductCode]" Name="Documentation Parser Shortcuts KeyPath" Type="integer" Value="1" KeyPath="yes"/>
+ <Shortcut Id="documentation_parser_guide_sc" Name="C++ Parser Mapping Getting Started Guide" Description="Introductory documentation for the C++/Parser mapping" Directory="PMDocParserDir" Target="[#doc_cxx_parser_guide_cxx_parser_guide_pdf_file]"/>
+ <RemoveFolder Id="PMDocParserDir" On="uninstall"/>
+ </Component>
+ </Directory>
+ </Directory>
+
+ <Directory Id="PMExamplesDir" Name="Examples">
+ <Component Id="examples_shortcuts" Guid="B836A3BB-E69B-4A70-B085-9597DE8366F9">
+ <Registry Id="examples_sc_reg" Root="HKCU" Key="Software\Code Synthesis Tools\[ProductCode]" Name="Examples Shortcuts KeyPath" Type="integer" Value="1" KeyPath="yes"/>
+ <RemoveFolder Id="PMExamplesDir" On="uninstall"/>
+ </Component>
+
+ <Directory Id="PMExamplesTreeDir" Name="C++ Tree Mapping">
+ <Component Id="examples_tree_shortcuts" Guid="97FCAFC7-AE1B-4243-A97F-AF4CA8F76FA7">
+ <Registry Id="examples_tree_sc_reg" Root="HKCU" Key="Software\Code Synthesis Tools\[ProductCode]" Name="Examples Tree Shortcuts KeyPath" Type="integer" Value="1" KeyPath="yes"/>
+ <Shortcut Id="examples_tree_readme_sc" Name="Examples Overview" Description="Overview of the C++/Tree Mapping Examples" Directory="PMExamplesTreeDir" Target="[#cxx_tree_README_txt_file]"/>
+ <RemoveFolder Id="PMExamplesTreeDir" On="uninstall"/>
+ </Component>
+
+ <Directory Id="PMExamplesTreeSol80Dir" Name="Visual Studio 2005 (8.0) Solutions">
+ <Component Id="examples_tree_sol80_shortcuts" Guid="95B010C5-5A72-46AE-987A-2725CCB9ED85">
+ <Registry Id="examples_tree_sol80_sc_reg" Root="HKCU" Key="Software\Code Synthesis Tools\[ProductCode]" Name="Examples Tree Solution80 Shortcuts KeyPath" Type="integer" Value="1" KeyPath="yes"/>
+ <Shortcut Id="examples_tree_sol80_basic_sc" Name="Basic Examples" Description="C++/Tree Mapping Basic Examples" Directory="PMExamplesTreeSol80Dir" Target="[#cxx_tree_tree_vc8_sln_file]"/>
+ <Shortcut Id="examples_tree_sol80_custom_sc" Name="Type Customization Examples" Description="C++/Tree Mapping Type Customization Examples" Directory="PMExamplesTreeSol80Dir" Target="[#cxx_tree_custom_custom_vc8_sln_file]"/>
+ <Shortcut Id="examples_tree_sol80_xpath_sc" Name="XPath" Description="XPath Example (requires XQilla)" Directory="PMExamplesTreeSol80Dir" Target="[#cxx_tree_xpath_xpath_vc8_sln_file]"/>
+ <Shortcut Id="examples_tree_sol80_embedded_sc" Name="Embedded Schema Grammar" Description="Embedded Schema Grammar Example" Directory="PMExamplesTreeSol80Dir" Target="[#cxx_tree_embedded_embedded_vc8_sln_file]"/>
+ <Shortcut Id="examples_tree_sol80_compression_sc" Name="XML Compression" Description="XML Compression Example (requires zlib)" Directory="PMExamplesTreeSol80Dir" Target="[#cxx_tree_compression_compression_vc8_sln_file]"/>
+ <Shortcut Id="examples_tree_sol80_binary_boost_sc" Name="Custom Serialization" Description="Custom Serialization Example (requires Boost Serialization)" Directory="PMExamplesTreeSol80Dir" Target="[#cxx_tree_binary_boost_boost_vc8_sln_file]"/>
+ <Shortcut Id="examples_tree_sol80_binary_cdr_sc" Name="Binary CDR Serialization" Description="Binary CDR Serialization Example (requires ACE)" Directory="PMExamplesTreeSol80Dir" Target="[#cxx_tree_binary_cdr_cdr_vc8_sln_file]"/>
+ <Shortcut Id="examples_tree_sol80_binary_xdr_sc" Name="Binary XDR Serialization" Description="Binary XDR Serialization Example (requires XDR)" Directory="PMExamplesTreeSol80Dir" Target="[#cxx_tree_binary_xdr_xdr_vc8_sln_file]"/>
+ <Shortcut Id="examples_tree_sol80_calendar_sc" Name="Calendar" Description="Calendar Example (requires Boost date_time)" Directory="PMExamplesTreeSol80Dir" Target="[#cxx_tree_custom_calendar_calendar_vc8_sln_file]"/>
+ <RemoveFolder Id="PMExamplesTreeSol80Dir" On="uninstall"/>
+ </Component>
+ </Directory>
+
+ <Directory Id="PMExamplesTreeSol90Dir" Name="Visual Studio 2008 (9.0) Solutions">
+ <Component Id="examples_tree_sol90_shortcuts" Guid="89D87537-8868-445A-AB79-628E47A7DBA5">
+ <Registry Id="examples_tree_sol90_sc_reg" Root="HKCU" Key="Software\Code Synthesis Tools\[ProductCode]" Name="Examples Tree Solution90 Shortcuts KeyPath" Type="integer" Value="1" KeyPath="yes"/>
+ <Shortcut Id="examples_tree_sol90_basic_sc" Name="Basic Examples" Description="C++/Tree Mapping Basic Examples" Directory="PMExamplesTreeSol90Dir" Target="[#cxx_tree_tree_vc9_sln_file]"/>
+ <Shortcut Id="examples_tree_sol90_custom_sc" Name="Type Customization Examples" Description="C++/Tree Mapping Type Customization Examples" Directory="PMExamplesTreeSol90Dir" Target="[#cxx_tree_custom_custom_vc9_sln_file]"/>
+ <Shortcut Id="examples_tree_sol90_xpath_sc" Name="XPath" Description="XPath Example (requires XQilla)" Directory="PMExamplesTreeSol90Dir" Target="[#cxx_tree_xpath_xpath_vc9_sln_file]"/>
+ <Shortcut Id="examples_tree_sol90_embedded_sc" Name="Embedded Schema Grammar" Description="Embedded Schema Grammar Example" Directory="PMExamplesTreeSol90Dir" Target="[#cxx_tree_embedded_embedded_vc9_sln_file]"/>
+ <Shortcut Id="examples_tree_sol90_compression_sc" Name="XML Compression" Description="XML Compression Example (requires zlib)" Directory="PMExamplesTreeSol90Dir" Target="[#cxx_tree_compression_compression_vc9_sln_file]"/>
+ <Shortcut Id="examples_tree_sol90_binary_boost_sc" Name="Custom Serialization" Description="Custom Serialization Example (requires Boost Serialization)" Directory="PMExamplesTreeSol90Dir" Target="[#cxx_tree_binary_boost_boost_vc9_sln_file]"/>
+ <Shortcut Id="examples_tree_sol90_binary_cdr_sc" Name="Binary CDR Serialization" Description="Binary CDR Serialization Example (requires ACE)" Directory="PMExamplesTreeSol90Dir" Target="[#cxx_tree_binary_cdr_cdr_vc9_sln_file]"/>
+ <Shortcut Id="examples_tree_sol90_binary_xdr_sc" Name="Binary XDR Serialization" Description="Binary XDR Serialization Example (requires XDR)" Directory="PMExamplesTreeSol90Dir" Target="[#cxx_tree_binary_xdr_xdr_vc9_sln_file]"/>
+ <Shortcut Id="examples_tree_sol90_calendar_sc" Name="Calendar" Description="Calendar Example (requires Boost date_time)" Directory="PMExamplesTreeSol90Dir" Target="[#cxx_tree_custom_calendar_calendar_vc9_sln_file]"/>
+ <RemoveFolder Id="PMExamplesTreeSol90Dir" On="uninstall"/>
+ </Component>
+ </Directory>
+
+ <Directory Id="PMExamplesTreeSol100Dir" Name="Visual Studio 2010 (10.0) Solutions">
+ <Component Id="examples_tree_sol100_shortcuts" Guid="D53A6146-2D3A-404F-BDCE-E9CB5420C911">
+ <Registry Id="examples_tree_sol100_sc_reg" Root="HKCU" Key="Software\Code Synthesis Tools\[ProductCode]" Name="Examples Tree Solution100 Shortcuts KeyPath" Type="integer" Value="1" KeyPath="yes"/>
+ <Shortcut Id="examples_tree_sol100_basic_sc" Name="Basic Examples" Description="C++/Tree Mapping Basic Examples" Directory="PMExamplesTreeSol100Dir" Target="[#cxx_tree_tree_vc10_sln_file]"/>
+ <Shortcut Id="examples_tree_sol100_custom_sc" Name="Type Customization Examples" Description="C++/Tree Mapping Type Customization Examples" Directory="PMExamplesTreeSol100Dir" Target="[#cxx_tree_custom_custom_vc10_sln_file]"/>
+ <Shortcut Id="examples_tree_sol100_xpath_sc" Name="XPath" Description="XPath Example (requires XQilla)" Directory="PMExamplesTreeSol100Dir" Target="[#cxx_tree_xpath_xpath_vc10_sln_file]"/>
+ <Shortcut Id="examples_tree_sol100_embedded_sc" Name="Embedded Schema Grammar" Description="Embedded Schema Grammar Example" Directory="PMExamplesTreeSol100Dir" Target="[#cxx_tree_embedded_embedded_vc10_sln_file]"/>
+ <Shortcut Id="examples_tree_sol100_compression_sc" Name="XML Compression" Description="XML Compression Example (requires zlib)" Directory="PMExamplesTreeSol100Dir" Target="[#cxx_tree_compression_compression_vc10_sln_file]"/>
+ <Shortcut Id="examples_tree_sol100_binary_boost_sc" Name="Custom Serialization" Description="Custom Serialization Example (requires Boost Serialization)" Directory="PMExamplesTreeSol100Dir" Target="[#cxx_tree_binary_boost_boost_vc10_sln_file]"/>
+ <Shortcut Id="examples_tree_sol100_binary_cdr_sc" Name="Binary CDR Serialization" Description="Binary CDR Serialization Example (requires ACE)" Directory="PMExamplesTreeSol100Dir" Target="[#cxx_tree_binary_cdr_cdr_vc10_sln_file]"/>
+ <Shortcut Id="examples_tree_sol100_binary_xdr_sc" Name="Binary XDR Serialization" Description="Binary XDR Serialization Example (requires XDR)" Directory="PMExamplesTreeSol100Dir" Target="[#cxx_tree_binary_xdr_xdr_vc10_sln_file]"/>
+ <Shortcut Id="examples_tree_sol100_calendar_sc" Name="Calendar" Description="Calendar Example (requires Boost date_time)" Directory="PMExamplesTreeSol100Dir" Target="[#cxx_tree_custom_calendar_calendar_vc10_sln_file]"/>
+ <RemoveFolder Id="PMExamplesTreeSol100Dir" On="uninstall"/>
+ </Component>
+ </Directory>
+
+ <Directory Id="PMExamplesTreeSol110Dir" Name="Visual Studio 2012 (11.0) Solutions">
+ <Component Id="examples_tree_sol110_shortcuts" Guid="58C2BFF0-38F9-4608-8AB1-B60D902DC00A">
+ <Registry Id="examples_tree_sol110_sc_reg" Root="HKCU" Key="Software\Code Synthesis Tools\[ProductCode]" Name="Examples Tree Solution110 Shortcuts KeyPath" Type="integer" Value="1" KeyPath="yes"/>
+ <Shortcut Id="examples_tree_sol110_basic_sc" Name="Basic Examples" Description="C++/Tree Mapping Basic Examples" Directory="PMExamplesTreeSol110Dir" Target="[#cxx_tree_tree_vc11_sln_file]"/>
+ <Shortcut Id="examples_tree_sol110_custom_sc" Name="Type Customization Examples" Description="C++/Tree Mapping Type Customization Examples" Directory="PMExamplesTreeSol110Dir" Target="[#cxx_tree_custom_custom_vc11_sln_file]"/>
+ <Shortcut Id="examples_tree_sol110_xpath_sc" Name="XPath" Description="XPath Example (requires XQilla)" Directory="PMExamplesTreeSol110Dir" Target="[#cxx_tree_xpath_xpath_vc11_sln_file]"/>
+ <Shortcut Id="examples_tree_sol110_embedded_sc" Name="Embedded Schema Grammar" Description="Embedded Schema Grammar Example" Directory="PMExamplesTreeSol110Dir" Target="[#cxx_tree_embedded_embedded_vc11_sln_file]"/>
+ <Shortcut Id="examples_tree_sol110_compression_sc" Name="XML Compression" Description="XML Compression Example (requires zlib)" Directory="PMExamplesTreeSol110Dir" Target="[#cxx_tree_compression_compression_vc11_sln_file]"/>
+ <Shortcut Id="examples_tree_sol110_binary_boost_sc" Name="Custom Serialization" Description="Custom Serialization Example (requires Boost Serialization)" Directory="PMExamplesTreeSol110Dir" Target="[#cxx_tree_binary_boost_boost_vc11_sln_file]"/>
+ <Shortcut Id="examples_tree_sol110_binary_cdr_sc" Name="Binary CDR Serialization" Description="Binary CDR Serialization Example (requires ACE)" Directory="PMExamplesTreeSol110Dir" Target="[#cxx_tree_binary_cdr_cdr_vc11_sln_file]"/>
+ <Shortcut Id="examples_tree_sol110_binary_xdr_sc" Name="Binary XDR Serialization" Description="Binary XDR Serialization Example (requires XDR)" Directory="PMExamplesTreeSol110Dir" Target="[#cxx_tree_binary_xdr_xdr_vc11_sln_file]"/>
+ <Shortcut Id="examples_tree_sol110_calendar_sc" Name="Calendar" Description="Calendar Example (requires Boost date_time)" Directory="PMExamplesTreeSol110Dir" Target="[#cxx_tree_custom_calendar_calendar_vc11_sln_file]"/>
+ <RemoveFolder Id="PMExamplesTreeSol110Dir" On="uninstall"/>
+ </Component>
+ </Directory>
+
+ <Directory Id="PMExamplesTreeSol120Dir" Name="Visual Studio 2013 (12.0) Solutions">
+ <Component Id="examples_tree_sol120_shortcuts" Guid="ECB9CDFB-8302-4BCB-9990-6AC04B4F8DE0">
+ <Registry Id="examples_tree_sol120_sc_reg" Root="HKCU" Key="Software\Code Synthesis Tools\[ProductCode]" Name="Examples Tree Solution120 Shortcuts KeyPath" Type="integer" Value="1" KeyPath="yes"/>
+ <Shortcut Id="examples_tree_sol120_basic_sc" Name="Basic Examples" Description="C++/Tree Mapping Basic Examples" Directory="PMExamplesTreeSol120Dir" Target="[#cxx_tree_tree_vc12_sln_file]"/>
+ <Shortcut Id="examples_tree_sol120_custom_sc" Name="Type Customization Examples" Description="C++/Tree Mapping Type Customization Examples" Directory="PMExamplesTreeSol120Dir" Target="[#cxx_tree_custom_custom_vc12_sln_file]"/>
+ <Shortcut Id="examples_tree_sol120_xpath_sc" Name="XPath" Description="XPath Example (requires XQilla)" Directory="PMExamplesTreeSol120Dir" Target="[#cxx_tree_xpath_xpath_vc12_sln_file]"/>
+ <Shortcut Id="examples_tree_sol120_embedded_sc" Name="Embedded Schema Grammar" Description="Embedded Schema Grammar Example" Directory="PMExamplesTreeSol120Dir" Target="[#cxx_tree_embedded_embedded_vc12_sln_file]"/>
+ <Shortcut Id="examples_tree_sol120_compression_sc" Name="XML Compression" Description="XML Compression Example (requires zlib)" Directory="PMExamplesTreeSol120Dir" Target="[#cxx_tree_compression_compression_vc12_sln_file]"/>
+ <Shortcut Id="examples_tree_sol120_binary_boost_sc" Name="Custom Serialization" Description="Custom Serialization Example (requires Boost Serialization)" Directory="PMExamplesTreeSol120Dir" Target="[#cxx_tree_binary_boost_boost_vc12_sln_file]"/>
+ <Shortcut Id="examples_tree_sol120_binary_cdr_sc" Name="Binary CDR Serialization" Description="Binary CDR Serialization Example (requires ACE)" Directory="PMExamplesTreeSol120Dir" Target="[#cxx_tree_binary_cdr_cdr_vc12_sln_file]"/>
+ <Shortcut Id="examples_tree_sol120_binary_xdr_sc" Name="Binary XDR Serialization" Description="Binary XDR Serialization Example (requires XDR)" Directory="PMExamplesTreeSol120Dir" Target="[#cxx_tree_binary_xdr_xdr_vc12_sln_file]"/>
+ <Shortcut Id="examples_tree_sol120_calendar_sc" Name="Calendar" Description="Calendar Example (requires Boost date_time)" Directory="PMExamplesTreeSol120Dir" Target="[#cxx_tree_custom_calendar_calendar_vc12_sln_file]"/>
+ <RemoveFolder Id="PMExamplesTreeSol120Dir" On="uninstall"/>
+ </Component>
+ </Directory>
+
+ </Directory>
+
+ <Directory Id="PMExamplesParserDir" Name="C++ Parser Mapping">
+ <Component Id="examples_parser_shortcuts" Guid="F75E97DC-6D2D-42F5-AC20-699CD9FBF967">
+ <Registry Id="examples_parser_sc_reg" Root="HKCU" Key="Software\Code Synthesis Tools\[ProductCode]" Name="Examples Parser Shortcuts KeyPath" Type="integer" Value="1" KeyPath="yes"/>
+ <Shortcut Id="examples_parser_readme_sc" Name="Examples Overview" Description="Overview of the C++/Parser Mapping Examples" Directory="PMExamplesParserDir" Target="[#cxx_parser_README_txt_file]"/>
+ <RemoveFolder Id="PMExamplesParserDir" On="uninstall"/>
+ </Component>
+
+ <Directory Id="PMExamplesParserSol80Dir" Name="Visual Studio 2005 (8.0) Solutions">
+ <Component Id="examples_parser_sol80_shortcuts" Guid="E9AAB264-AF0B-4E3D-A987-B76680D7957B">
+ <Registry Id="examples_parser_sol80_sc_reg" Root="HKCU" Key="Software\Code Synthesis Tools\[ProductCode]" Name="Examples Parser Solution80 Shortcuts KeyPath" Type="integer" Value="1" KeyPath="yes"/>
+ <Shortcut Id="examples_paser_sol80_basic_sc" Name="Basic Examples" Description="C++/Parser Mapping Basic Examples" Directory="PMExamplesParserSol80Dir" Target="[#cxx_parser_parser_vc8_sln_file]"/>
+ <RemoveFolder Id="PMExamplesParserSol80Dir" On="uninstall"/>
+ </Component>
+ </Directory>
+
+ <Directory Id="PMExamplesParserSol90Dir" Name="Visual Studio 2008 (9.0) Solutions">
+ <Component Id="examples_parser_sol90_shortcuts" Guid="BC3C8005-106E-452C-9E0C-BF2F3A0E43D6">
+ <Registry Id="examples_parser_sol90_sc_reg" Root="HKCU" Key="Software\Code Synthesis Tools\[ProductCode]" Name="Examples Parser Solution90 Shortcuts KeyPath" Type="integer" Value="1" KeyPath="yes"/>
+ <Shortcut Id="examples_paser_sol90_basic_sc" Name="Basic Examples" Description="C++/Parser Mapping Basic Examples" Directory="PMExamplesParserSol90Dir" Target="[#cxx_parser_parser_vc9_sln_file]"/>
+ <RemoveFolder Id="PMExamplesParserSol90Dir" On="uninstall"/>
+ </Component>
+ </Directory>
+
+ <Directory Id="PMExamplesParserSol100Dir" Name="Visual Studio 2010 (10.0) Solutions">
+ <Component Id="examples_parser_sol100_shortcuts" Guid="1DD54B38-4963-4FD6-A0F3-CCA711FD2262">
+ <Registry Id="examples_parser_sol100_sc_reg" Root="HKCU" Key="Software\Code Synthesis Tools\[ProductCode]" Name="Examples Parser Solution100 Shortcuts KeyPath" Type="integer" Value="1" KeyPath="yes"/>
+ <Shortcut Id="examples_paser_sol100_basic_sc" Name="Basic Examples" Description="C++/Parser Mapping Basic Examples" Directory="PMExamplesParserSol100Dir" Target="[#cxx_parser_parser_vc10_sln_file]"/>
+ <RemoveFolder Id="PMExamplesParserSol100Dir" On="uninstall"/>
+ </Component>
+ </Directory>
+
+ <Directory Id="PMExamplesParserSol110Dir" Name="Visual Studio 2012 (11.0) Solutions">
+ <Component Id="examples_parser_sol110_shortcuts" Guid="D318A1CE-0587-4377-8A42-AF2AEBFCCD19">
+ <Registry Id="examples_parser_sol110_sc_reg" Root="HKCU" Key="Software\Code Synthesis Tools\[ProductCode]" Name="Examples Parser Solution110 Shortcuts KeyPath" Type="integer" Value="1" KeyPath="yes"/>
+ <Shortcut Id="examples_paser_sol110_basic_sc" Name="Basic Examples" Description="C++/Parser Mapping Basic Examples" Directory="PMExamplesParserSol110Dir" Target="[#cxx_parser_parser_vc11_sln_file]"/>
+ <RemoveFolder Id="PMExamplesParserSol110Dir" On="uninstall"/>
+ </Component>
+ </Directory>
+
+ <Directory Id="PMExamplesParserSol120Dir" Name="Visual Studio 2013 (12.0) Solutions">
+ <Component Id="examples_parser_sol120_shortcuts" Guid="5E1DD0EF-A0AA-45AE-A6AD-88E28909E4B2">
+ <Registry Id="examples_parser_sol120_sc_reg" Root="HKCU" Key="Software\Code Synthesis Tools\[ProductCode]" Name="Examples Parser Solution120 Shortcuts KeyPath" Type="integer" Value="1" KeyPath="yes"/>
+ <Shortcut Id="examples_paser_sol120_basic_sc" Name="Basic Examples" Description="C++/Parser Mapping Basic Examples" Directory="PMExamplesParserSol120Dir" Target="[#cxx_parser_parser_vc12_sln_file]"/>
+ <RemoveFolder Id="PMExamplesParserSol120Dir" On="uninstall"/>
+ </Component>
+ </Directory>
+
+ </Directory>
+ </Directory>
+
+ <Component Id="xerces_doc_shortcuts" Guid="3F89E11C-E8A9-4A75-B847-147D629A3CCE">
+ <Registry Id="xerces_doc_sc_reg" Root="HKCU" Key="Software\Code Synthesis Tools\[ProductCode]" Name="Xerces Doc Shortcuts KeyPath" Type="integer" Value="1" KeyPath="yes"/>
+ <Shortcut Id="Xerces_index_sc" Name="Xerces-C++ Documentation" Description="Xerces-C++ Documentation" Directory="ProgramMenuDir" Target="[#xerces_c_3_1_1_doc_html_index_html_file]"/>
+ </Component>
+
+ </Directory>
+ </Directory>
+ </Directory>
+
+ <Feature Id="base_f" Title="Core (required)" Description="The XSD compiler and runtime library." Level="1" Absent="disallow" AllowAdvertise="no">
+ <ComponentRef Id="base"/>
+ <ComponentRef Id="base_shortcuts"/>
+
+ <ComponentRef Id="bin_xsd"/>
+ <ComponentGroupRef Id="etc"/>
+ <ComponentGroupRef Id="include_xsd"/>
+ </Feature>
+
+ <Feature Id="doc_f" Title="Documentation" Description="Documentation files for the XSD compiler and language mappings. Also available online." Level="1">
+ <ComponentGroupRef Id="doc"/>
+ <ComponentRef Id="documentation_shortcuts"/>
+ <ComponentRef Id="documentation_tree_shortcuts"/>
+ <ComponentRef Id="documentation_parser_shortcuts"/>
+ </Feature>
+
+ <Feature Id="examples_f" Title="Examples" Description="Examples for the C++/Tree and C++/Parser mappings." Level="1">
+ <ComponentGroupRef Id="examples"/>
+ <ComponentRef Id="examples_shortcuts"/>
+ <ComponentRef Id="examples_tree_shortcuts"/>
+ <ComponentRef Id="examples_tree_sol80_shortcuts"/>
+ <ComponentRef Id="examples_tree_sol90_shortcuts"/>
+ <ComponentRef Id="examples_tree_sol100_shortcuts"/>
+ <ComponentRef Id="examples_tree_sol110_shortcuts"/>
+ <ComponentRef Id="examples_tree_sol120_shortcuts"/>
+ <ComponentRef Id="examples_parser_shortcuts"/>
+ <ComponentRef Id="examples_parser_sol80_shortcuts"/>
+ <ComponentRef Id="examples_parser_sol90_shortcuts"/>
+ <ComponentRef Id="examples_parser_sol100_shortcuts"/>
+ <ComponentRef Id="examples_parser_sol110_shortcuts"/>
+ <ComponentRef Id="examples_parser_sol120_shortcuts"/>
+ </Feature>
+
+ <Feature Id="xerces_bin_f" Title="Xerces-C++ $(env.XERCES_VERSION) Headers and Libraries" Description="Xerces-C++ is used as the underlying XML parser and we recommend that you install this feature unless you already have Xerces-C++ setup on your computer. " Display="expand" AllowAdvertise="no" Level="1">
+ <ComponentGroupRef Id="include_xerces"/>
+
+ <Feature Id="xerces_bin_vc80_f" Title="Xerces-C++ $(env.XERCES_VERSION) Libraries for Visual Studio 2005/8.0, 32-bit" Description="Precompiled Xerces-C++ libraries for Visual Studio 2005/8.0, 32-bit version." AllowAdvertise="no" Level="1">
+ <ComponentRef Id="bin_xerces_vc80"/>
+ <ComponentRef Id="lib_vc_80_xerces"/>
+ </Feature>
+ <Feature Id="xerces_bin64_vc80_f" Title="Xerces-C++ $(env.XERCES_VERSION) Libraries for Visual Studio 2005/8.0, 64-bit" Description="Precompiled Xerces-C++ libraries for Visual Studio 2005/8.0, 64-bit version." AllowAdvertise="no" Level="1">
+ <ComponentRef Id="bin64_xerces_vc80"/>
+ <ComponentRef Id="lib64_vc_80_xerces"/>
+ </Feature>
+
+ <Feature Id="xerces_bin_vc90_f" Title="Xerces-C++ $(env.XERCES_VERSION) Libraries for Visual Studio 2008/9.0, 32-bit" Description="Precompiled Xerces-C++ libraries for Visual Studio 2008/9.0, 32-bit version." AllowAdvertise="no" Level="1">
+ <ComponentRef Id="bin_xerces_vc90"/>
+ <ComponentRef Id="lib_vc_90_xerces"/>
+ </Feature>
+ <Feature Id="xerces_bin64_vc90_f" Title="Xerces-C++ $(env.XERCES_VERSION) Libraries for Visual Studio 2008/9.0, 64-bit" Description="Precompiled Xerces-C++ libraries for Visual Studio 2008/9.0, 64-bit version." AllowAdvertise="no" Level="1">
+ <ComponentRef Id="bin64_xerces_vc90"/>
+ <ComponentRef Id="lib64_vc_90_xerces"/>
+ </Feature>
+
+ <Feature Id="xerces_bin_vc100_f" Title="Xerces-C++ $(env.XERCES_VERSION) Libraries for Visual Studio 2010/10.0, 32-bit" Description="Precompiled Xerces-C++ libraries for Visual Studio 2010/10.0, 32-bit version." AllowAdvertise="no" Level="1">
+ <ComponentRef Id="bin_xerces_vc100"/>
+ <ComponentRef Id="lib_vc_100_xerces"/>
+ </Feature>
+ <Feature Id="xerces_bin64_vc100_f" Title="Xerces-C++ $(env.XERCES_VERSION) Libraries for Visual Studio 2010/10.0, 64-bit" Description="Precompiled Xerces-C++ libraries for Visual Studio 2010/10.0, 64-bit version." AllowAdvertise="no" Level="1">
+ <ComponentRef Id="bin64_xerces_vc100"/>
+ <ComponentRef Id="lib64_vc_100_xerces"/>
+ </Feature>
+
+ <Feature Id="xerces_bin_vc110_f" Title="Xerces-C++ $(env.XERCES_VERSION) Libraries for Visual Studio 2012/11.0, 32-bit" Description="Precompiled Xerces-C++ libraries for Visual Studio 2012/11.0, 32-bit version." AllowAdvertise="no" Level="1">
+ <ComponentRef Id="bin_xerces_vc110"/>
+ <ComponentRef Id="lib_vc_110_xerces"/>
+ </Feature>
+ <Feature Id="xerces_bin64_vc110_f" Title="Xerces-C++ $(env.XERCES_VERSION) Libraries for Visual Studio 2012/11.0, 64-bit" Description="Precompiled Xerces-C++ libraries for Visual Studio 2012/11.0, 64-bit version." AllowAdvertise="no" Level="1">
+ <ComponentRef Id="bin64_xerces_vc110"/>
+ <ComponentRef Id="lib64_vc_110_xerces"/>
+ </Feature>
+
+ <Feature Id="xerces_bin_vc120_f" Title="Xerces-C++ $(env.XERCES_VERSION) Libraries for Visual Studio 2013/12.0, 32-bit" Description="Precompiled Xerces-C++ libraries for Visual Studio 2013/12.0, 32-bit version." AllowAdvertise="no" Level="1">
+ <ComponentRef Id="bin_xerces_vc120"/>
+ <ComponentRef Id="lib_vc_120_xerces"/>
+ </Feature>
+ <Feature Id="xerces_bin64_vc120_f" Title="Xerces-C++ $(env.XERCES_VERSION) Libraries for Visual Studio 2013/12.0, 64-bit" Description="Precompiled Xerces-C++ libraries for Visual Studio 2013/12.0, 64-bit version." AllowAdvertise="no" Level="1">
+ <ComponentRef Id="bin64_xerces_vc120"/>
+ <ComponentRef Id="lib64_vc_120_xerces"/>
+ </Feature>
+ </Feature>
+
+ <Feature Id="xerces_src_f" Title="Xerces-C++ $(env.XERCES_VERSION) Source Code and Documentation" Description="Complete Xerces-C++ distribution. It can be useful if you are planning to step into the Xerces-C++ code in the debugger or build static libraries." AllowAdvertise="no" Level="1">
+ <ComponentGroupRef Id="src_xerces"/>
+ <ComponentRef Id="xerces_doc_shortcuts"/>
+ </Feature>
+
+ <Feature Id="sys_env_f" Title="Environment" Description="Environment variables" Display="hidden" Level="1">
+ <ComponentRef Id="sys_bin_env"/>
+ </Feature>
+
+ <Feature Id="usr_env_f" Title="Environment" Description="Environment variables" Display="hidden" Level="1">
+ <ComponentRef Id="usr_bin_env"/>
+ </Feature>
+
+ <WixVariable Id="WixUIBannerBmp" Value="bitmaps\top.bmp"/>
+ <WixVariable Id="WixUIDialogBmp" Value="bitmaps\left.bmp"/>
+
+ <WixVariable Id="WixUIUpIco" Value="bitmaps\up.ico"/>
+ <WixVariable Id="WixUINewIco" Value="bitmaps\new.ico"/>
+
+ <WixVariable Id="WixUIInfoIco" Value="bitmaps\info.ico"/>
+ <WixVariable Id="WixUIExclamationIco" Value="bitmaps\excl.ico"/>
+
+ <Property Id="WixShellExecTarget" Value="[#README]"/>
+ <CustomAction Id="LaunchReadme" BinaryKey="WixCA" DllEntry="WixShellExec" Execute="immediate" Return="check" Impersonate="yes"/>
+
+ <UI>
+ <TextStyle Id="WixUI_Font_Normal" FaceName="Tahoma" Size="8"/>
+ <TextStyle Id="WixUI_Font_Bigger" FaceName="Tahoma" Size="12"/>
+ <TextStyle Id="WixUI_Font_Title" FaceName="Tahoma" Size="9" Bold="yes"/>
+
+ <Property Id="DefaultUIFont" Value="WixUI_Font_Normal"/>
+ <Property Id="SETPATHENV" Value="1"/>
+ <Property Id="SCOPE_INIT" Value="0"/>
+ <Property Id="SCOPE" Value="Machine"/>
+ <Property Id="SHOWREADME" Value="1"/>
+
+ <DialogRef Id="BrowseDlg" />
+ <DialogRef Id="DiskCostDlg" />
+ <DialogRef Id="ErrorDlg"/>
+ <DialogRef Id="FatalError"/>
+ <DialogRef Id="FilesInUse"/>
+ <DialogRef Id="MsiRMFilesInUse"/>
+ <DialogRef Id="PrepareDlg"/>
+ <DialogRef Id="ProgressDlg"/>
+ <DialogRef Id="ResumeDlg"/>
+ <DialogRef Id="UserExit"/>
+
+
+ <Publish Dialog="WelcomeDlg" Control="Next" Event="NewDialog" Value="CustomLicenseAgreementDlg">1</Publish>
+
+ <Publish Dialog="CustomLicenseAgreementDlg" Control="Back" Event="NewDialog" Value="WelcomeDlg">1</Publish>
+ <Publish Dialog="CustomLicenseAgreementDlg" Control="Next" Property="SCOPE" Value="User" Order="1">LicenseAccepted="1" AND SCOPE_INIT="0" AND NOT Privileged</Publish>
+ <Publish Dialog="CustomLicenseAgreementDlg" Control="Next" Property="SCOPE" Value="Machine" Order="2">LicenseAccepted="1" AND SCOPE_INIT="0" AND Privileged</Publish>
+ <Publish Dialog="CustomLicenseAgreementDlg" Control="Next" Property="SCOPE_INIT" Value="1" Order="3">LicenseAccepted="1" AND SCOPE_INIT="0"</Publish>
+ <Publish Dialog="CustomLicenseAgreementDlg" Control="Next" Event="NewDialog" Value="InstallScopeDirDlg" Order="4">LicenseAccepted = "1"</Publish>
+
+ <Publish Dialog="InstallScopeDirDlg" Control="Back" Event="NewDialog" Value="CustomLicenseAgreementDlg">1</Publish>
+ <Publish Dialog="InstallScopeDirDlg" Control="Next" Event="SetTargetPath" Value="BASEDIR" Order="1">1</Publish>
+ <Publish Dialog="InstallScopeDirDlg" Control="Next" Property="ALLUSERS" Value="{}" Order="2">SCOPE = "User"</Publish>
+ <Publish Dialog="InstallScopeDirDlg" Control="Next" Property="ALLUSERS" Value="1" Order="3">SCOPE = "Machine"</Publish>
+ <Publish Dialog="InstallScopeDirDlg" Control="Next" Event="SpawnWaitDialog" Value="WaitForCostingDlg" Order="4">CostingComplete = 1</Publish>
+ <Publish Dialog="InstallScopeDirDlg" Control="Next" Event="NewDialog" Value="CustomFeaturesDlg" Order="5">1</Publish>
+ <Publish Dialog="InstallScopeDirDlg" Control="ChangeFolder" Property="_BrowseProperty" Value="BASEDIR" Order="1">1</Publish>
+ <Publish Dialog="InstallScopeDirDlg" Control="ChangeFolder" Event="SpawnDialog" Value="BrowseDlg" Order="2">1</Publish>
+
+ <Publish Dialog="CustomFeaturesDlg" Control="Back" Event="NewDialog" Value="InstallScopeDirDlg">NOT Installed</Publish>
+ <Publish Dialog="CustomFeaturesDlg" Control="Back" Event="NewDialog" Value="MaintenanceTypeDlg">Installed</Publish>
+ <Publish Dialog="CustomFeaturesDlg" Control="Next" Event="NewDialog" Value="EnvironmentDlg">1</Publish>
+
+ <Publish Dialog="EnvironmentDlg" Control="Next" Event="NewDialog" Value="VerifyReadyDlg">1</Publish>
+ <Publish Dialog="EnvironmentDlg" Control="Back" Event="NewDialog" Value="CustomFeaturesDlg">1</Publish>
+
+ <Publish Dialog="VerifyReadyDlg" Control="Back" Event="NewDialog" Value="EnvironmentDlg" Order="1">NOT Installed OR WixUI_InstallMode = "Change"</Publish>
+ <Publish Dialog="VerifyReadyDlg" Control="Back" Event="NewDialog" Value="MaintenanceTypeDlg" Order="2">Installed</Publish>
+
+ <Publish Dialog="MaintenanceWelcomeDlg" Control="Next" Event="NewDialog" Value="MaintenanceTypeDlg">1</Publish>
+
+ <Publish Dialog="MaintenanceTypeDlg" Control="ChangeButton" Event="SpawnWaitDialog" Value="WaitForCostingDlg" Order="1">CostingComplete = 1</Publish>
+ <Publish Dialog="MaintenanceTypeDlg" Control="ChangeButton" Event="NewDialog" Value="CustomFeaturesDlg" Order="2">1</Publish>
+ <Publish Dialog="MaintenanceTypeDlg" Control="RepairButton" Event="NewDialog" Value="VerifyReadyDlg">1</Publish>
+ <Publish Dialog="MaintenanceTypeDlg" Control="RemoveButton" Event="NewDialog" Value="VerifyReadyDlg">1</Publish>
+ <Publish Dialog="MaintenanceTypeDlg" Control="Back" Event="NewDialog" Value="MaintenanceWelcomeDlg">1</Publish>
+
+ <Publish Dialog="VCPathsDlg" Control="Next" Event="EndDialog" Value="Return">1</Publish>
+
+ <Publish Dialog="CustomExitDlg" Control="Finish" Event="DoAction" Value="LaunchReadme" Order="1">NOT Installed AND SHOWREADME="1"</Publish>
+ <Publish Dialog="CustomExitDlg" Control="Finish" Event="EndDialog" Value="Return" Order="999">1</Publish>
+
+ <Dialog Id="CustomLicenseAgreementDlg" Width="370" Height="270" Title="!(loc.LicenseAgreementDlg_Title)">
+ <Control Id="LicenseAcceptedCheckBox" Type="CheckBox" X="20" Y="207" Width="330" Height="18" CheckBoxValue="1" Property="LicenseAccepted" Text="I have read and &amp;understood the terms of this license" />
+
+ <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="!(loc.WixUIBack)" />
+ <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="!(loc.WixUINext)">
+ <Condition Action="disable"><![CDATA[LicenseAccepted <> "1"]]></Condition>
+ <Condition Action="enable">LicenseAccepted = "1"</Condition>
+ </Control>
+ <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="!(loc.WixUICancel)">
+ <Publish Event="SpawnDialog" Value="CancelDlg">1</Publish>
+ </Control>
+ <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="!(loc.LicenseAgreementDlgBannerBitmap)" />
+ <Control Id="LicenseText" Type="ScrollableText" X="20" Y="60" Width="330" Height="140" Sunken="yes" TabSkip="no">
+ <Text SourceFile="license.rtf" />
+ </Control>
+ <Control Id="Print" Type="PushButton" X="112" Y="243" Width="56" Height="17" Text="!(loc.WixUIPrint)">
+ <Publish Event="DoAction" Value="WixUIPrintEula">1</Publish>
+ </Control>
+ <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" />
+ <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />
+ <Control Id="Description" Type="Text" X="25" Y="21" Width="295" Height="20" Transparent="yes" NoPrefix="yes" Text="Please read the following license carefully before proceeding. If you have any questions about licensing please contact us at info@codesynthesis.com."/>
+ <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes" Text="{\WixUI_Font_Title}Open Source License" />
+ </Dialog>
+
+ <Dialog Id="InstallScopeDirDlg" Width="370" Height="270" Title="!(loc.InstallDirDlg_Title)">
+ <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="!(loc.WixUINext)" />
+ <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="!(loc.WixUIBack)" />
+ <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="!(loc.WixUICancel)">
+ <Publish Event="SpawnDialog" Value="CancelDlg">1</Publish>
+ </Control>
+
+ <Control Id="Description" Type="Text" X="25" Y="21" Width="295" Height="20" Transparent="yes" NoPrefix="yes" Text="Select the scope of the installation and target folder." />
+ <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes" Text="{\WixUI_Font_Title}Installation Scope and Folder" />
+ <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="!(loc.InstallDirDlgBannerBitmap)" />
+ <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" />
+ <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />
+
+ <Control Id="ScopeLabel" Type="Text" X="21" Y="60" Width="290" Height="10" Text="Install [ProductName] for:"/>
+ <Control Id="Scope" Type="RadioButtonGroup" X="20" Y="80" Width="330" Height="40" Property="SCOPE">
+ <RadioButtonGroup Property="SCOPE">
+ <RadioButton Value="Machine" X="0" Y="0" Width="295" Height="10" Text="&amp;Anyone who uses this computer (all users)"/>
+ <RadioButton Value="User" X="0" Y="20" Width="295" Height="10" Text="&amp;Only for the current user"/>
+ </RadioButtonGroup>
+ <Condition Action="disable">NOT Privileged</Condition>
+ </Control>
+
+ <Control Id="FolderLabel" Type="Text" X="21" Y="140" Width="290" Height="10" Text="!(loc.InstallDirDlgFolderLabel)" />
+ <Control Id="Folder" Type="PathEdit" X="20" Y="160" Width="330" Height="18" Property="BASEDIR"/>
+ <Control Id="ChangeFolder" Type="PushButton" X="20" Y="180" Width="56" Height="17" Text="!(loc.InstallDirDlgChange)" />
+ </Dialog>
+
+ <Dialog Id="CustomFeaturesDlg" Width="370" Height="270" Title="!(loc.FeaturesDlg_Title)" TrackDiskSpace="yes">
+ <Control Id="Tree" Type="SelectionTree" X="20" Y="55" Width="330" Height="115" Property="_BrowseProperty" TabSkip="no" Text="!(loc.FeaturesDlgTree)" />
+ <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="!(loc.WixUIBack)" />
+ <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="!(loc.WixUINext)">
+ <Subscribe Event="SelectionNoItems" Attribute="Enabled" />
+ </Control>
+ <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="!(loc.WixUICancel)">
+ <Publish Event="SpawnDialog" Value="CancelDlg">1</Publish>
+ </Control>
+
+ <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="!(loc.FeaturesDlgBannerBitmap)" />
+ <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" />
+ <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />
+ <Control Id="Description" Type="Text" X="25" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes" Text="!(loc.FeaturesDlgDescription)" />
+ <Control Id="Title" Type="Text" X="15" Y="6" Width="210" Height="15" Transparent="yes" NoPrefix="yes" Text="!(loc.FeaturesDlgTitle)" />
+ <Control Id="ItemDescription" Type="Text" X="20" Y="175" Width="330" Height="30" Transparent="yes" NoPrefix="yes" Text="!(loc.FeaturesDlgItemDescription)">
+ <Subscribe Event="SelectionDescription" Attribute="Text" />
+ </Control>
+ <Control Id="ItemSize" Type="Text" X="20" Y="210" Width="330" Height="20" Transparent="yes" NoPrefix="yes" Text="!(loc.FeaturesDlgItemSize)">
+ <Subscribe Event="SelectionSize" Attribute="Text" />
+ </Control>
+ </Dialog>
+
+ <Dialog Id="EnvironmentDlg" Width="370" Height="270" Title="!(loc.SetupTypeDlg_Title)">
+ <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="!(loc.WixUINext)">
+ <Publish Event="AddLocal" Value="sys_env_f">SETPATHENV = "1" AND SCOPE = "Machine"</Publish>
+ <Publish Event="AddLocal" Value="usr_env_f">SETPATHENV = "1" AND SCOPE = "User"</Publish>
+ <Publish Event="Remove" Value="sys_env_f"><![CDATA[SETPATHENV <> "1" OR SCOPE = "User"]]></Publish>
+ <Publish Event="Remove" Value="usr_env_f"><![CDATA[SETPATHENV <> "1" OR SCOPE = "Machine"]]></Publish>
+ </Control>
+ <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="!(loc.WixUIBack)"/>
+ <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="!(loc.WixUICancel)">
+ <Publish Event="SpawnDialog" Value="CancelDlg">1</Publish>
+ </Control>
+
+ <Control Id="PathDesc" Type="Text" X="20" Y="65" Width="330" Height="40" Transparent="yes" NoPrefix="yes" Text="[ProductName] Installer will need to add the following folders to the PATH environment variable. If you choose not to modify this environment variable, Windows may not be able to find some programs and DLLs."/>
+
+ <Control Id="PathBox" Type="Text" X="20" Y="113" Width="330" Height="34" Sunken="yes" Transparent="yes" Disabled="yes" TabSkip="yes"/>
+ <Control Id="PathValue" Type="Text" X="25" Y="117" Width="320" Height="14" TabSkip="yes" Text="[BASEDIR]bin"/>
+ <Control Id="PathValue64" Type="Text" X="25" Y="131" Width="320" Height="14" TabSkip="yes" Text="[BASEDIR]bin64"/>
+
+ <Control Id="SetPathCheckBox" Type="CheckBox" X="20" Y="160" Width="330" Height="18" CheckBoxValue="1" Property="SETPATHENV" Text="&amp;Add these folders to the PATH environment variable"/>
+
+ <!--
+ <Control Id="RestartSysRem" Type="Text" X="20" Y="190" Width="330" Height="30" Transparent="yes" TabSkip="yes" Text="Note that you will need to restart the affected applications (for example, Visual Studio IDE, Command Prompt, etc.) in order for this change to take effect."/>
+ -->
+
+ <Control Id="RestartRem" Type="Text" X="20" Y="190" Width="330" Height="30" Transparent="yes" TabSkip="yes" Text="Note that after the installation finishes, you will need to log off and log on again in order for this change to take effect."/>
+
+ <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes" Text="{\WixUI_Font_Title}Setting Environment Variables"/>
+ <Control Id="Description" Type="Text" X="25" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes" Text="Choose whether to modify the environment variables"/>
+ <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="!(loc.SetupTypeDlgBannerBitmap)" />
+ <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" />
+ <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />
+ </Dialog>
+
+ <Dialog Id="VCPathsDlg" Width="370" Height="270" Title="!(loc.SetupTypeDlg_Title)">
+ <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="!(loc.WixUINext)"/>
+ <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Disabled="yes" Text="!(loc.WixUICancel)"/>
+ <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Disabled="yes" Text="!(loc.WixUIBack)"/>
+
+<!--
+ <Control Id="VC71Label" Type="Text" X="20" Y="53" Width="330" Height="10" Transparent="yes" NoPrefix="yes" Text="For Visual Studio .NET 2003/7.1 go to Tools->Options->Projects->VC++ Directories"/>
+ <Control Id="VC80Label" Type="Text" X="20" Y="64" Width="330" Height="10" Transparent="yes" NoPrefix="yes" Text="For Visual Studio 2005/8.0 go to Tools->Options->Projects and Solutions->VC++ Directories"/>
+ <Control Id="VC90Label" Type="Text" X="20" Y="75" Width="330" Height="10" Transparent="yes" NoPrefix="yes" Text="For Visual Studio 2008/9.0 go to Tools->Options->Projects and Solutions->VC++ Directories"/>
+-->
+
+ <Control Id="VCBox" Type="Text" X="20" Y="50" Width="330" Height="180" Sunken="yes" Transparent="yes" Disabled="yes" TabSkip="yes"/>
+
+ <Control Id="VCExecLabel" Type="Text" X="25" Y="53" Width="320" Height="10" TabSkip="yes" Text="Executable files:"/>
+ <Control Id="VCExecValue" Type="Text" X="32" Y="63" Width="310" Height="10" TabSkip="yes" Text="[BASEDIR]bin"/>
+ <Control Id="VCExec64Value" Type="Text" X="32" Y="74" Width="310" Height="10" TabSkip="yes" Text="[BASEDIR]bin64 (64-bit libraries)"/>
+
+ <Control Id="VCIncludeLabel" Type="Text" X="25" Y="87" Width="320" Height="10" TabSkip="yes" Text="Include files:"/>
+ <Control Id="VCIncludeValue" Type="Text" X="32" Y="97" Width="310" Height="10" TabSkip="yes" Text="[BASEDIR]include"/>
+
+ <Control Id="VCLibraryLabel" Type="Text" X="25" Y="109" Width="320" Height="10" TabSkip="yes" Text="Library files:"/>
+ <Control Id="VC80LibraryValue" Type="Text" X="32" Y="119" Width="310" Height="10" TabSkip="yes" Text="[BASEDIR]lib\vc-8.0 (VC 8.0)"/>
+ <Control Id="VC90LibraryValue" Type="Text" X="32" Y="130" Width="310" Height="10" TabSkip="yes" Text="[BASEDIR]lib\vc-9.0 (VC 9.0)"/>
+ <Control Id="VC100LibraryValue" Type="Text" X="32" Y="141" Width="310" Height="10" TabSkip="yes" Text="[BASEDIR]lib\vc-10.0 (VC 10.0)"/>
+ <Control Id="VC110LibraryValue" Type="Text" X="32" Y="152" Width="310" Height="10" TabSkip="yes" Text="[BASEDIR]lib\vc-11.0 (VC 11.0)"/>
+ <Control Id="VC120LibraryValue" Type="Text" X="32" Y="163" Width="310" Height="10" TabSkip="yes" Text="[BASEDIR]lib\vc-12.0 (VC 12.0)"/>
+ <Control Id="VC80Library64Value" Type="Text" X="32" Y="174" Width="310" Height="10" TabSkip="yes" Text="[BASEDIR]lib64\vc-8.0 (VC 8.0, 64-bit)"/>
+ <Control Id="VC90Library64Value" Type="Text" X="32" Y="185" Width="310" Height="10" TabSkip="yes" Text="[BASEDIR]lib64\vc-9.0 (VC 9.0, 64-bit)"/>
+ <Control Id="VC100Library64Value" Type="Text" X="32" Y="196" Width="310" Height="10" TabSkip="yes" Text="[BASEDIR]lib64\vc-10.0 (VC 10.0, 64-bit)"/>
+ <Control Id="VC110Library64Value" Type="Text" X="32" Y="207" Width="310" Height="10" TabSkip="yes" Text="[BASEDIR]lib64\vc-11.0 (VC 11.0, 64-bit)"/>
+ <Control Id="VC120Library64Value" Type="Text" X="32" Y="218" Width="310" Height="10" TabSkip="yes" Text="[BASEDIR]lib64\vc-12.0 (VC 12.0, 64-bit)"/>
+
+ <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes" Text="{\WixUI_Font_Title}Setting Visual Studio Search Paths"/>
+ <Control Id="Description" Type="Text" X="25" Y="21" Width="300" Height="20" Transparent="yes" NoPrefix="yes" Text="Before you can start using [ProductName] you need to add the following Visual Studio search paths. See README for step-by-step instructions."/>
+ <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="!(loc.SetupTypeDlgBannerBitmap)" />
+ <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" />
+ <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />
+ </Dialog>
+
+ <Dialog Id="CustomExitDlg" Width="370" Height="270" Title="!(loc.ExitDialog_Title)">
+ <Control Id="Finish" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="!(loc.WixUIFinish)" />
+ <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Disabled="yes" Text="!(loc.WixUICancel)" />
+ <Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" TabSkip="no" Text="!(loc.ExitDialogBitmap)" />
+ <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Disabled="yes" Text="!(loc.WixUIBack)" />
+ <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />
+
+ <Control Id="NextStep" Type="Text" X="135" Y="70" Width="220" Height="20" Transparent="yes" NoPrefix="yes" Text="You can now proceed to setting up Visual Studio search paths." Hidden="yes">
+ <Condition Action="show">NOT Installed</Condition>
+ </Control>
+
+ <!-- Overlaying text over checkbox to get the white background. -->
+
+ <Control Id="ShowReadmeCheckBoxText" Type="Text" X="155" Y="159" Width="220" Height="18" Transparent="yes" NoPrefix="yes" Text="Open README with Visual Studio setup instructions" Hidden="yes">
+ <Condition Action="show">NOT Installed</Condition>
+ </Control>
+
+ <Control Id="ShowReadmeCheckBox" Type="CheckBox" X="140" Y="160" Width="10" Height="10" CheckBoxValue="1" Property="SHOWREADME" Text="Open README with Visual Studio setup instructions" Hidden="yes">
+ <Condition Action="show">NOT Installed</Condition>
+ </Control>
+
+ <Control Id="Description" Type="Text" X="135" Y="100" Width="220" Height="20" Transparent="yes" NoPrefix="yes" Text="!(loc.ExitDialogDescription)" />
+ <Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes" Text="!(loc.ExitDialogTitle)"/>
+ </Dialog>
+
+ <InstallUISequence>
+ <Show Dialog="VCPathsDlg" After="ExecuteAction">NOT Installed</Show>
+ </InstallUISequence>
+
+ <InstallUISequence>
+ <Show Dialog="CustomExitDlg" OnExit="success"/>
+ </InstallUISequence>
+
+ <AdminUISequence>
+ <Show Dialog="CustomExitDlg" OnExit="success"/>
+ </AdminUISequence>
+
+ </UI>
+
+ <UIRef Id="WixUI_Common"/>
+ <UIRef Id="WixUI_ErrorProgressText"/>
+
+</Product>
+</Wix>