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
e 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: > > > You'll need to do the work in a

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
1. In your , you could schedule your CA relative to the WixSqlExtension CA like this: element for the DLL, a element for each CA entrypoint, and a to sequence each call in . When it comes to the MSI/WiX authoring, there are no additional elements you need to worry about just because