Re: [WiX-users] DTF custom action questions

2008-06-23 Thread Evans, Jim
much done. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Sent: Saturday, June 21, 2008 6:33 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] DTF custom action questions Did you add a element for each CA dll? On Fri, Ju

Re: [WiX-users] DTF custom action questions

2008-06-21 Thread Jason
T is available). > > Hope this helps. > > -Jason- > > > -----Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Evans, Jim > Sent: Friday, June 20, 2008 4:24 AM > To: General discussion for Windows Installer XML toolset. >

Re: [WiX-users] DTF custom action questions

2008-06-20 Thread Evans, Jim
PROTECTED] On Behalf Of Jason Ginchereau Sent: Friday, June 20, 2008 9:50 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] DTF custom action questions 1. In your , you could schedule your CA relative to the WixSqlExtension CA like this: element for the

Re: [WiX-users] DTF custom action questions

2008-06-20 Thread Jason Ginchereau
Windows Installer XML toolset. Subject: [WiX-users] DTF custom action questions My installation creates and then interacts with a SQL Server database. Up until now, I've been able to do everything I need to do from WiX using the standard extensions, but now I'm facing a problem for which I nee

[WiX-users] DTF custom action questions

2008-06-20 Thread Evans, Jim
My installation creates and then interacts with a SQL Server database. Up until now, I've been able to do everything I need to do from WiX using the standard extensions, but now I'm facing a problem for which I need a custom action. I have to import some data into my database, but I need to mod