Re: [WiX-users] Fragments and Binary elements...

2013-02-13 Thread Tristen Fielding
] Fragments and Binary elements... Your last approach is correct. In general, you: Place resources in a fragment in a separate file. Add the file to the project. Reference resources from your main wxs file (or any wxs file that it already references) using an xxxRef. When candle runs, it compiles the

Re: [WiX-users] Fragments and Binary elements...

2013-02-13 Thread Peter Shirtcliffe
Your last approach is correct. In general, you: Place resources in a fragment in a separate file. Add the file to the project. Reference resources from your main wxs file (or any wxs file that it already references) using an xxxRef. When candle runs, it compiles the wxs file into a wixobj because