Re: [WiX-users] ComponentGroup/@Source problem

2012-09-26 Thread Neil Sleightholm
Fixed it. There were 2 issues, the File/@Source should be File/@Name as Peter's suggested but also ComponentGroup/@Source needs a trailing \ on the path e.g.: Source="$(var.SolutionDir)output\" Having a trailing slash doesn't match directory use anywhere else so I think this is probably a bug

Re: [WiX-users] ComponentGroup/@Source problem

2012-09-25 Thread Neil Sleightholm
taller XML toolset. Subject: Re: [WiX-users] ComponentGroup/@Source problem I think if you specify a Source attribute at all, it overrides anything from parent elements. Try changing "Source" to "Name". -Original Message- From: Neil Sleightholm [mailto:n...@x2systems.com]

Re: [WiX-users] ComponentGroup/@Source problem

2012-09-25 Thread Peter Shirtcliffe
I think if you specify a Source attribute at all, it overrides anything from parent elements. Try changing "Source" to "Name". -Original Message- From: Neil Sleightholm [mailto:n...@x2systems.com] Sent: 25 September 2012 16:46 To: General toolset. (wix-users@lists.sourceforge.net) Subject