Re: [WiX-users] Condition runs incorrectly on Repair

2008-01-31 Thread RW
Thanks. Any idea why it would fail on a repair, even though the DLL is still there? -Original Message- From: Sebastian Brand [mailto:[EMAIL PROTECTED] Sent: Thursday, January 31, 2008 12:40 AM To: RW Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Condition runs

Re: [WiX-users] Condition runs incorrectly on Repair

2008-01-30 Thread Sebastian Brand
Just add "OR Installed" to your Condition statement. Then it will check during a blank installation only. Best regards, Sebastian Brand Instyler Software - http://www.instyler.com On Jan 31, 2008, at 3:46 , RW wrote: > Hi, > > I have a condition: > > > > Depth="0"> > >

[WiX-users] Condition runs incorrectly on Repair

2008-01-30 Thread RW
Hi, I have a condition: MARXFILEEXISTS This is under the . It appears to correctly detect if the DLL is present or not when installing, but when I re-run the MSI and select Repair, the installer errors out, despite the DLL still being prese