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 Mensching [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 20, 2008 1:41 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] what's the custom action name I use to sequence a 
custom action to process just before/after CreateDatabase activities?

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 action name I use to sequence a 
custom action to process just before/after CreateDatabase activities?

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-----
From: Chad Miles [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 19, 2008 9:54 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] what's the custom action name I use to sequence a 
custom action to process just before/after CreateDatabase activities?

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" Before="CreateDatabase">Not
> Installed</Custom>
>
> and when I compile I get the following error
>
> Error 1 Unresolved reference to symbol
> 'WixAction:InstallExecuteSequence/CreateDatabase' in section
> 'Product:{<guid>}'.
>
> Question - what's the custom action name I use to sequence a custom action
> to process just before/after CreateDatabase activities?
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to