Feature Requests item #1526032, was opened at 2006-07-20 17:19
Message generated for change (Comment added) made by barnson
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1526032&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: build process
>Group: Already Exists
>Status: Closed
Priority: 5
Private: No
Submitted By: Joey Barkley (jbarkley)
Assigned to: Nobody/Anonymous (nobody)
Summary: NANT Light Task Multiple locfile attributes

Initial Comment:
Can the NANT tasks be udpated to allow for multiple
locfile attributes to be specified in the build scripts? 

Reasoning:
We base our ui wixlib on the source for current
versions of wix (2.0 line) and add new wxl files to
contain the additional strings we need. This keeps our
changes very modular so that we can update with the
latest versions of WiX very easily. As a result, we
cannot use the nant build scripts since we can't
specify multiple wxl files. Would it be possible to
change this code to allow multiple wxl files, perhaps
in the same manner that multiple source files can be
added? Thanks.

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

>Comment By: Bob Arnson (barnson)
Date: 2007-06-08 05:01

Message:
Logged In: YES 
user_id=26581
Originator: NO

Supported since last December in both v2 and v3.

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

Comment By: Derek (derekc)
Date: 2006-07-21 20:11

Message:
Logged In: YES 
user_id=518766

Good call.  It should match the format for lit:

<localizations failonempty="true"
basedir="${uiextension.wixlib.dir.src}">
  <include name="WixUI_en-us.wxl" />
</localizations>


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

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

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to