The SqlDatabase actions are 100% for Microsoft SQL Server only. They won't help you for MySql.
In general you can override where an action executes simply by listing it in the appropriate XxxSequence element and specifying Before, After, or an explicit schedule number. -- Mike Dimmick -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Klimek Manuel Sent: 27 June 2007 16:01 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Sql action dependency to merge module Hi, I've got a merge module that installs mysql and a different merge module that contains my application and uses SqlDatabase to create a database on installation. The problem is that in the resulting msi the action to start the mysql service is scheduled after the creation of the database. Thus the database creation fails. I don't have the wix source code of the mysql merge module. Is there a way to schedule the custom action generated by SqlDatabase after the custom action that starts the service in the mysql merge module? ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users