Re: [WiX-users] Best way to 'fix' string overflow in ExeCommand for CAs

2010-05-06 Thread Matt Johnson
o:naz...@microsoft.com] Sent: Thursday, May 06, 2010 9:57 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Best way to 'fix' string overflow in ExeCommand for CAs I have a custom action that ends up calling an executable with a large number of parameters (specifically, the parameter

[WiX-users] Best way to 'fix' string overflow in ExeCommand for CAs

2010-05-06 Thread Navid Azimi-Garakani
I have a custom action that ends up calling an executable with a large number of parameters (specifically, the parameters contain fully qualified paths). This naturally ends up causing the ExeCommand to exceeds its length limit. What is the best (or recommended) way of handling the scenario