Re: [WiX-users] is it valid to reference a binary file id using a public property value?

2008-05-07 Thread Kalle Olavi Niemitalo
Robert O'Brien <[EMAIL PROTECTED]> writes: > is it valid to reference a binary file id using a public property value? > > e.g. if I have the following public property and binary files defined > > > SourceFile="$(var.SolutionDir)Configuration\MyService.exe.dvt.config" /> > SourceFile="$(var.Solu

Re: [WiX-users] is it valid to reference a binary file id using a public property value?

2008-05-06 Thread Robert O'Brien
Based on results the compiler doesn't like my attempt to use a Binary file id reference comprised of a public property value [#MyService.exe.[ENVIRONMENTID].config]. That being the case Is there some way of accomplishing this file name reference that I'm overlooking? From: Robert O'Brien Sent:

[WiX-users] is it valid to reference a binary file id using a public property value?

2008-05-06 Thread Robert O'Brien
is it valid to reference a binary file id using a public property value? e.g. if I have the following public property and binary files defined Then should the following approach for referencing an environmentid public property associated binary file going to work? tia --