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 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 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
>
> --
>  Open source business process management suite built on Java 
> and Eclipse Turn processes into business applications with Bonita BPM 
> Community Edition Quickly connect people, data, and systems into 
> organized workflows Winner of BOSSIE, CODIE, OW2 and Gartner awards 
> http://p.sf.net/sfu/Bonitasoft 
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>





--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community
Edition Quickly connect people, data, and systems into organized
workflows Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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 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 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
>
> --
>  Open source business process management suite built on Java 
> and Eclipse Turn processes into business applications with Bonita BPM 
> Community Edition Quickly connect people, data, and systems into 
> organized workflows Winner of BOSSIE, CODIE, OW2 and Gartner awards 
> http://p.sf.net/sfu/Bonitasoft 
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>





--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community
Edition Quickly connect people, data, and systems into organized
workflows Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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-tp7595557p7595558.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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 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
>
> --
> Open source business process management suite built on Java and Eclipse
> Turn processes into business applications with Bonita BPM Community Edition
> Quickly connect people, data, and systems into organized workflows
> Winner of BOSSIE, CODIE, OW2 and Gartner awards
> http://p.sf.net/sfu/Bonitasoft
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>




--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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 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: 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

--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
NOTICE: This electronic mail message and any files transmitted with it are 
intended
exclusively for the individual or entity to which it is addressed. The message, 
together with any attachment, may contain confidential and/or privileged 
information.
Any unauthorized review, use, printing, saving, copying, disclosure or 
distribution 
is strictly prohibited. If you have received this message in error, please 
immediately advise the sender by reply email and delete all copies.


--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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

--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users