Hello all, Is it possible to define WixVariables inside a Fragment in a .wixlib, then import the library in an MSI project via project references and access these variables? I have been trying to accomplish this to avoid having to maintain the same set of variables twice. I'm using the latest weekly release (3.0.4207.0). The following is an example of what I'm trying to accomplish:
Product.wxs: <Product Id="..." Name="!(wix.ProductName)" Language="1033" Version="1.0.0.0 " Manufacturer="!(wix.ProductManufacturer)"> *...* </Product> Library.wxs: <Fragment> <WixVariable Id="ProductName" Overridable="yes" Value="MyProduct" /> <WixVariable Id="ProductManufacturer" Value="ACME" /> </Fragment> ------------------------------------------------------------------------- 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