Re: [WiX-users] Custom Action to modify files before service starts.

2008-10-19 Thread Rob Mensching
Why not use XmlFile or XmlConfig? -Original Message- From: Murray Hipper [mailto:[EMAIL PROTECTED] Sent: Sunday, October 19, 2008 19:13 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Custom Action to modify files before service starts. Hi All, I have a scenario which I am

[WiX-users] Custom Action to modify files before service starts.

2008-10-19 Thread Murray Hipper
Hi All, I have a scenario which I am unsure how to solve easily. I have a bunch of .net services with app.config which I install using WiX and start using the tag. An important part of the install is that I need to modify the app.config to point to the correct database setup in the UI beforehand.