[WiX-users] When the DB creation is complete?

2011-06-16 Thread Thai-Hoa Nguyen
Hello... I'm using WiX 3.5 SQL Extension to create a database, create tables, and copy a windows service, and start the windows service. I'm trying to write a custom action to read a value in the database before the service is started. The custom action is run before StartServices sequence.

Re: [WiX-users] When the DB creation is complete?

2011-06-16 Thread Michael Osmond
Your CustomAction will need to be a deferred custom action, if it is to occur after the database is created. -Original Message- From: Thai-Hoa Nguyen [mailto:taiwa...@hotmail.com] Sent: Friday, 17 June 2011 9:57 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] When the DB