https://issues.apache.org/bugzilla/show_bug.cgi?id=46968
Summary: add more arguments to wix:light
Product: Ant
Version: 1.0
Platform: PC
OS/Version: Windows Server 2003
Status: NEW
Keywords: PatchAvailable
Severity: enhancement
Priority: P2
Component: .NET Antlib
AssignedTo: [email protected]
ReportedBy: [email protected]
current wix task cannot add extra arguments for light processing, for example
we need link wixca library when doing light, current wix task only accept extra
candle parameters, but not extra light arguments such as:
#light sample.wixobj ${wix.home}\wixui.wixlib -loc ${wix.home}\wixUI_en-us.wxl
A proposal is to add
<extraLightArg value="-loc"/>
<extraLightArg pathValue="${wix.home}/wixUI_en-us.wxl"/>
inside <wix>
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.