Re: [WiX-users] Build issue

2014-06-27 Thread Michael Ogilvie
I can now compile the MSI thanks Carter. Michael Ogilvie -Original Message- From: Carter Young [mailto:ecyo...@grandecom.net] Sent: Friday, June 27, 2014 10:08 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Build issue This one gets you everytime. Thanks to Phil

Re: [WiX-users] Build issue

2014-06-27 Thread Michael Ogilvie
Thanks, will give it a try and let you know. Michael Ogilvie -Original Message- From: Carter Young [mailto:ecyo...@grandecom.net] Sent: Friday, June 27, 2014 10:08 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Build issue This one gets you everytime. Thanks to

Re: [WiX-users] Build issue

2014-06-27 Thread neslekkim
That is not valid XML, wrap it into an CDATA block like this http://wixtoolset.org/documentation/manual/v3/howtos/redistributables_and_install_checks/block_install_on_os.html -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Build-issue-tp7595557p75

Re: [WiX-users] Build issue

2014-06-27 Thread Carter Young
This one gets you everytime. Thanks to Phil for catching this in mine :) Because you can't wrap this in a CDATA Tag, the compile throws the error because < is not valid XML, therefore use < for Less than or > for greaterthan Quoting Michael Ogilvie : > When I add: VersionNT <= 600 > > it c

Re: [WiX-users] Build issue

2014-06-27 Thread John Cooper
You need to use CDATA or entities. '<' is a legal XML character. You can either convert it to < or use CDATA to keep it from being interpreted as XML. -- John Merryweather Cooper Build & Install Engineer - ESA Jack Henry & Associates, Inc.® Shawnee Mission, KS 66227 Office: 913-341-3434 x7910