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
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jaap de Wolff Sent: Thursday, 13 July 2006 12:33 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] SqlScript and CustomActions Hello, I want to create a database, run an sql script to create tables etc. then do a few custom actions, which

[WiX-users] SqlScript and CustomActions

2006-07-12 Thread Jaap de Wolff
Hello, I want to create a database, run an sql script to create tables etc. then do a few custom actions, which fill the database, and then execute a few sql strings. The last sql strings contain values which depend on customer choices. My question is: Is there a way of scheduling custom actions b