Bugs item #1777097, was opened at 2007-08-18 21:23
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1777097&group_id=105970

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: light
Group: v3.0
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Greg (gdean2323)
Assigned to: Nobody/Anonymous (nobody)
Summary: Ignores WixVariables

Initial Comment:
When building a package using the 2-step light process (as required for 
patching), the resulting output is built as if WixVariable are not present.  
For example if the original wxs file includes:

<WixVariable Id="WixUILicenseRtf" Value="MyLicense.rtf"/>

The resulting msi will not use MyLicense.rtf

In other words:

THIS WORKS:
candle example.wxs
light  -cultures:en-Us -ext WixUIExtension.dll example.wixobj -out license.msi

THIS DOES NOT WORK:
candle example.wxs
light  -cultures:en-Us -ext WixUIExtension.dll example.wixobj  -sval -xo -out 
example.wixout
light  -cultures:en-Us -ext WixUIExtension.dll example.wixout -out nolicense.msi



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1777097&group_id=105970

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-devs mailing list
WiX-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to