On 27-Sep-11 19:23, Albert Attia wrote: > The property is named plural for multiple paths (which light.exe supports by > multiple -b arguments), however how do we specify multiple paths on the > property? > > I have tried separating the paths with ";" and ",", both do not work. How does it not work? MSBuild turns a semi-colon-separated string into an array for the task. For example, the WiX setup project uses this:
<BaseInputPaths>$(OutputPath_x86);$(OutputPath_x64);$(OutputPath_ia64);$(MSBuildProjectDirectory);$(WIX_ROOT)src;$(WIX_ROOT)bin;$(WIX_ROOT)src\dutil\inc;$(BaseInputPaths)</BaseInputPaths> -- sig://boB http://joyofsetup.com/ ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users