Re: [WiX-users] Maintenance modes SOLVED!

2007-10-30 Thread Kelly Leahy
sers@lists.sourceforge.net ; [EMAIL PROTECTED] Sent: Tuesday, October 30, 2007 3:18 PM Subject: Re: [WiX-users] Maintenance modes SOLVED! Would adding 'Or Installed' to the condition work as well? Wouldn't it then remove the file if it's there, and leave it if it isn

Re: [WiX-users] Maintenance modes SOLVED!

2007-10-30 Thread Anthony Wieser
t: Tuesday, October 30, 2007 3:18 PM Subject: Re: [WiX-users] Maintenance modes SOLVED! Would adding 'Or Installed' to the condition work as well? Wouldn't it then remove the file if it's there, and leave it if it isn't? Kelly "Anthony Wieser"

Re: [WiX-users] Maintenance modes SOLVED!

2007-10-30 Thread Kelly Leahy
Would adding 'Or Installed' to the condition work as well? Wouldn't it then remove the file if it's there, and leave it if it isn't? Kelly "Anthony Wieser" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 10/30/2007 08:00 AM To cc Subject

Re: [WiX-users] Maintenance modes SOLVED!

2007-10-30 Thread Anthony Wieser
It turns out, the problem was because I was installing a component based on the existence of a file on the end users computer, like this. and then later DEPFOUND Unfortunately, not marking the property secure caused the behavior shown in m