Re: [WiX-users] Conditionally edit XML file if it is installed

2007-07-19 Thread Arnette, Bill
007 2:20 PM To: Pierson Lee (Volt); wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Conditionally edit XML file if it is installed Well, I'm also trying that, and I'm just not grok'ing file search. For some reason, the "SysConfig.xml exists!&quo

Re: [WiX-users] Conditionally edit XML file if it is installed

2007-07-19 Thread Arnette, Bill
Arnette, Bill; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Conditionally edit XML file if it is installed Would it be worthwhile to do a filesearch and if it doesn't exist to then install the component and change the file (in a different feature)? That would be the way I'd do it, but I

Re: [WiX-users] Conditionally edit XML file if it is installed

2007-07-19 Thread Pierson Lee (Volt)
lto:[EMAIL PROTECTED] On Behalf Of Arnette, Bill Sent: Thursday, July 19, 2007 7:14 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Conditionally edit XML file if it is installed I am trying to have my installer edit an XML file after it is installed. However, the XML file should not be in

[WiX-users] Conditionally edit XML file if it is installed

2007-07-19 Thread Arnette, Bill
I am trying to have my installer edit an XML file after it is installed. However, the XML file should not be installed or edited if it already exists on the system. So I am trying to condition the installation of the XML editing component on the state/action of the component which contains the XM