Great, thanks for the response.  My registry search is done in a C#
custom action before LaunchConditions.

When is the best time to schedule the update to the table?

Looking through the available functions, it looks like rows can only
be inserted or deleted, not updated.  Is that correct?

Can anyone provide some C# code samples?  I'm having trouble finding any online.

Thanks.

On Wed, Feb 24, 2010 at 08:26, Bob Arnson <b...@joyofsetup.com> wrote:
> On 2/22/2010 3:38 PM, Jake Boone wrote:
>> The only problem seems to be that ODBCDataSource/@DriverName and the
>> nested Property/@Value are not formatted strings.
>
> That's how the MSI ODBCDataSource table is set up, so WiX can't change
> that behavior. You could write a custom action that updates the table
> based on the registry search.
>
> --
> sig://boB
> http://joyofsetup.com/
>
>
> ------------------------------------------------------------------------------
> Download Intel&#174; Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to