Re: [WiX-users] SqlScript and CustomActions

2006-07-12 Thread Michael Osmond
sequencing issue. Are you relying on the XMLFile task to update the xml files first? Michael -Original Message- From: Jaap de Wolff [mailto:[EMAIL PROTECTED] Sent: Thursday, 13 July 2006 4:21 PM To: Michael Osmond; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] SqlScript and Cus

Re: [WiX-users] SqlScript and CustomActions

2006-07-12 Thread Jaap de Wolff
ant. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Michael > Osmond > Sent: donderdag 13 juli 2006 3:02 > To: Jaap de Wolff; wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] SqlScript and CustomActions > > > Hell

Re: [WiX-users] SqlScript and CustomActions

2006-07-12 Thread Michael Osmond
Hello Jaap, I don't think you can sequence a custom action in between. The SQL scripts are all executed by a single custom action themselves. Can you do your dataload through an slqstring or script instead of via other custom actions? Michael -Original Message- From: [EMAIL PROTECTE