Re: [WiX-users] Does Wix 3.5 Light.exe support named bind paths

2011-09-02 Thread Clegg, Ian (Harvey Nash)
thanks for the very quick response! -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: 01 September 2011 14:28 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Does Wix 3.5 Light.exe support named bind paths No, unfortunately

Re: [WiX-users] Does Wix 3.5 Light.exe support named bind paths

2011-09-01 Thread Rob Mensching
No, unfortunately, that's a weakness in the current documentation. We don't have a way to specify the "x" in "WiX v3.x". We renamed "BaseInputPath" to "BindInputPath" in WiX v3.6 (kept backwards compatibility) and allowed named bind paths. "base path" was a goofy name. On Thu, Sep 1, 2011 at 5:1

[WiX-users] Does Wix 3.5 Light.exe support named bind paths

2011-09-01 Thread Clegg, Ian (Harvey Nash)
Hi All, http://wix.sourceforge.net/manual-wix3/specifying_source_files.htm Indicates it should be possible to bind files with light.exe using named binder paths: In source Command line light -b foo=C:\foo\ -b bar=C:\bar\ -b foo=D:\ Is this supported in Wix 3.5 (Stable Releas