Hello,

Using a <PropertyRef> works, I'm gonna file a bug report for this
"!(wix.id)", I had to rename the Id though so it would not conflict
with the existing default [ProductName] property.

Thanks for the help,
Kind regards,

Wouter

2008/6/17 Bob Arnson <[EMAIL PROTECTED]>:
> 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
>

-------------------------------------------------------------------------
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

Reply via email to