Re: [WiX-users] what's the custom action name I use to sequence a custom action to process just before/after CreateDatabase activities?

2008-11-21 Thread Robert O'Brien
Thanks that did the trick. Using that value and xRefencing with my verbose log output it appears that one can try and determine extension related custom action names by searching for Doing action | Entrypoint | Action start | Action ended hits. -Original Message- From: Rob

Re: [WiX-users] what's the custom action name I use to sequence a custom action to process just before/after CreateDatabase activities?

2008-11-20 Thread Robert O'Brien
Same compile time result using ConfigureSql. So looks like Before=CreateDatabase and Before=ConfigureSql both don't work. Odd because my verbose log say executing action CreateDatabase which I would have though mean that's the actual name of the custom action. -Original Message-

Re: [WiX-users] what's the custom action name I use to sequence a custom action to process just before/after CreateDatabase activities?

2008-11-20 Thread Rob Mensching
ConfigureSql is an old name. New names: InstallSqlData and UninstallSqlData. -Original Message- From: Robert O'Brien [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2008 12:29 To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] what's the custom

[WiX-users] what's the custom action name I use to sequence a custom action to process just before/after CreateDatabase activities?

2008-11-19 Thread Robert O'Brien
I have a custom action that I wanted to schedule to happen just before CreateDatase processing occurs. I tried the following custom action sequencing statement Custom Action=QtExecCmdLineRun5 Before=CreateDatabaseNot Installed/Custom and when I compile I get the following error Error 1

Re: [WiX-users] what's the custom action name I use to sequence a custom action to process just before/after CreateDatabase activities?

2008-11-19 Thread Chad Miles
Try ConfigureSql On Wed, Nov 19, 2008 at 9:24 PM, Robert O'Brien [EMAIL PROTECTED] wrote: I have a custom action that I wanted to schedule to happen just before CreateDatase processing occurs. I tried the following custom action sequencing statement Custom Action=QtExecCmdLineRun5