Re: [WiX-users] MSBuild batching - Disabling incremental clean of MSIs only

2011-03-02 Thread Jacques Eloff
Thanks Rob For now, I've worked around it by adding a custom step in the AfterBuild target to copy the MSIs. Jacques On Thu, Feb 24, 2011 at 7:10 AM, Rob Mensching wrote: > I *think* the change came when the new tool to sign cabinets came in. I'm > looking at this code right now myself. I'm wo

Re: [WiX-users] MSBuild batching - Disabling incremental clean of MSIs only

2011-02-24 Thread Rob Mensching
I *think* the change came when the new tool to sign cabinets came in. I'm looking at this code right now myself. I'm wondering if there is a bug in here somewhere. I'll let you know if I find anything interesting. On Mon, Feb 21, 2011 at 3:59 PM, Jacques Eloff wrote: > Hi > > I rely on batching

[WiX-users] MSBuild batching - Disabling incremental clean of MSIs only

2011-02-21 Thread Jacques Eloff
Hi I rely on batching to generate multiple sets of MSIs from the same wixproj files. The files are generated to the same output location, but are different based on properities I pass to the wixproj files that control thigns like the MSI name, etc. I'd typically invoke the project as follows Wi