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
27 Office: 913-341-3434 x791011 jocoo...@jackhenry.com www.jackhenry.com From: Michael Ogilvie [michael.ogil...@pixelink.com] Sent: Friday, June 27, 2014 9:00 AM To: General discussion about the WiX toolset. Subject: [WiX-users] Build issue When I add: Versio

[WiX-users] Build issue

2014-06-27 Thread Michael Ogilvie
When I add: VersionNT <= 600 it causes an error when I try to build the MSI DRIVER = 1 AND VersionNT <= 600 error CNDL0104 : Not a valid source file; detail: Name cannot begin with the '=' character, hexadecimal value 0x3D. Line 57, position 64. Thank you, Michael Ogilvie ---