Re: [WiX-users] How do you have a component work only on an install?

2007-05-02 Thread Scott Sam
regardless of the condition? And if so is there any way around this? -Original Message- From: Scott Sam Sent: Tuesday, May 01, 2007 3:57 PM To: Scott Sam; [EMAIL PROTECTED]; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] How do you have a component work only on an install? Upon

Re: [WiX-users] How do you have a component work only on an install?

2007-05-02 Thread Bob Arnson
Scott Sam wrote: Could this be forcing the reinstall of all components regardless of the condition? And if so is there any way around this? A reinstall is for all components that are currently installed. If you need to change the condition during a minor upgrade, check out transitive

Re: [WiX-users] How do you have a component work only on an install?

2007-05-01 Thread Scott Sam
4:14 PM To: Scott Sam; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] How do you have a component work only on an install? I have used a condition like this (amp;Complete = 3) AND NOT (!Complete = 3) Where Complete was the id of my main feature. Check out http://www.tramontana.co.hu

[WiX-users] How do you have a component work only on an install?

2007-04-27 Thread Scott Sam
I have a component that updates an XML file using the XmlFile element. I only want this to be ran on a clean install, and not on an upgrade. I'm using wix v3. Here is what my component looks like: DirectoryRef Id=INSTALLDIR Component Id=UpdateDataCollectionCfg

Re: [WiX-users] How do you have a component work only on an install?

2007-04-27 Thread Chris.Rowland
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Sam Sent: Friday, April 27, 2007 4:02 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] How do you have a component work only on an install? I have a component that updates an XML file using the XmlFile element. I