Re: [WiX-users] Referencing .wxi from .wixlib

2011-03-07 Thread Rob Mensching
Include fies (.wxi) are processed by the preprocessor. Library files (.wixlib) are processed during linking. You need variables that happen after linking, aka binder variables (WixVariable element). On Wed, Mar 2, 2011 at 5:41 AM, MikeR wrote: > Is it possible to reference a .wxi file that is in

[WiX-users] Referencing .wxi from .wixlib

2011-03-02 Thread MikeR
Is it possible to reference a .wxi file that is included in a .wixlib from a .wixproj consuming that .wixlib? My specific goal that I'm trying to achieve is a WiX library that contains a generic SQL connection dialog that can be reused. The general scheme is using a .wxi file that defines the