Re: [WiX-users] Immediate Custom Action - Reading Config File

2007-05-15 Thread Don Tasanasanta
You could store the config file in the binary table as a dependency for the MSI to run. Take a look at the "Binary Element" From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, May 15, 2007 12:06 PM To: wix-users@

Re: [WiX-users] Immediate Custom Action - Reading Config File

2007-05-15 Thread Mike Dimmick
An immediate CA can access the MSI database tables directly. Perhaps you can store the config file in the Binary table. It might make more sense to write a WiX extension to shred the XML file into a custom table, however (or preprocess to create a suitable Fragment - indeed if you shred into e