Wouter Demuynck wrote: > <?xml version="1.0" encoding="UTF-8"?> > <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> > <Fragment> > <WixVariable Id="ProductName" Overridable="yes" Value="MyProduct" /> > <WixVariable Id="ProductManufacturer" Value="MyManufacturer" /> > </Fragment> > </Wix> >
One possibility is that the !(wix.id) uses aren't enough to reference the WixVariable definitions in the library. Try this: Add a Property to the library and add a PropertyRef for that Id to the Product. If that works, please file a bug; I think the !(wix.id) should be sufficient to bring in the library. -- sig://boB http://joyofsetup.com/ ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users