Re: [WiX-users] Is it possible to control SqlString sequences

2009-06-09 Thread Bob Arnson
Scott Sharpe wrote: > Is there any way to control when specific SqlString elements execute? You can specify order, but not to execute them in separate batches. -- sig://boB http://joyofsetup.com/ -- Crystal Reports

[WiX-users] Is it possible to control SqlString sequences

2009-06-09 Thread Scott Sharpe
Is there any way to control when specific SqlString elements execute? We want to run a Sql script, followed by a Custom Action, followed by more SqlString elements, followed by InstallSqlData. Currently it looks like all SqlString elements are packaged into a single CA. Scott -