Re: [WiX-users] Sequence attribute in SqlScript - parallel execution

2009-02-19 Thread Bob Arnson
Anupama A wrote: > Does the Sequence attribute in SQLScript element work? > Yes but it determines order, not concurrency. Running multiple scripts in parallel isn't supported. -- sig://boB http://joyofsetup.com/ -

[WiX-users] Sequence attribute in SqlScript - parallel execution

2009-02-19 Thread Anupama A
Does the Sequence attribute in SQLScript element work? I have a component with multiple SQLScript elements .. something like this /> Since the Sequence value is 1 on both these elements, I would expect them to run in parallel. But this doesnt seem to be happening. How ca