Re: [WiX-users] Problem with XmlConfig

2010-03-06 Thread Richard Fine
On 05/03/2010 02:00, Bob Arnson wrote: > On 3/4/2010 3:50 PM, Richard Fine wrote: > >> MSI (s) (48:34) [19:55:31:273]: Invoking remote custom action. DLL: >> C:\Windows\Installer\MSIBFC7.tmp, Entrypoint: ExecXmlConfig >> >> > What's after that line?

[WiX-users] Problem with XmlConfig

2010-03-04 Thread Richard Fine
Hi, I've got a package that is a plug-in for another product. When I install the plug-in, I want it to modify the app.config file for the primary product to register itself; similarly I want it to deregister itself on uninstall. I've got this all working except for the uninstall part. In my wx