Re: [WiX-users] How to make a library with configurable binaries (bitmaps, etc)

2012-08-26 Thread Rob Mensching
Relative pathing is really hard to get right. The binder doesn't look for files relative to the .obj/.wixlib files. You might have better luck by binding the files in the .wixlib. IIRC, that's the -bf switch on lit.exe. On Fri, Aug 24, 2012 at 12:36 PM, Javier Castro wrote: > Hi!: > > I'm starti

[WiX-users] How to make a library with configurable binaries (bitmaps, etc)

2012-08-24 Thread Javier Castro
Hi!: I'm starting with Wix. I already have a library project (Library.wxs) where i defined my base UIs for all my installer projects. Here i've defined something like: http://schemas.microsoft.com/wix/2006/wi";> ... ... My idea was being able to