[EMAIL PROTECTED] wrote:
> I am writing setup where I need to include lot of content files.
> Is there any easy way how to include all files from specific folder (including
> subfolders) in the component? I really don’t want specify each file
> using <file> element.
>
> One possible way is to dynamically generate list of files and stick it
> into WXS xml file, but before I do that I would like to know if there
> are any nicer way of including files using pattern line ‘*.*’.
>   

WiX doesn't support that -- it's too easy to create setups that violate 
component rules. The Tallow (in WiX v2) and Heat (v3) tools let you 
create the first pass at setup authoring for a tree of files.

-- 
sig://boB
http://bobs.org



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to