Re: [WiX-users] Condition based on INSTALLLOCATION

2008-03-10 Thread ramya ragupathy
Hey try changing the level to some negative number..tht should wrk fine RW-11 wrote: > > Hi, > > I'm trying to turn on and off a feature based on whether a file already > exists in the installation directory. > > To do this, I'm setting a property based on a FileSearch: > > >Dept

Re: [WiX-users] Condition based on INSTALLLOCATION

2008-03-08 Thread Justintu
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Alexander > Shevchuk > Sent: Saturday, March 08, 2008 11:48 AM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Condition based on INSTALLLOCATION > > The er

Re: [WiX-users] Condition based on INSTALLLOCATION

2008-03-08 Thread Alexander Shevchuk
day, March 08, 2008 11:48 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Condition based on INSTALLLOCATION The error you are getting is 0x800A01B6 - Object does not support this property or method. Check if spelling in fso.FileExists is correct. -Original Message- Fr

Re: [WiX-users] Condition based on INSTALLLOCATION

2008-03-08 Thread Alexander Shevchuk
@lists.sourceforge.net Subject: Re: [WiX-users] Condition based on INSTALLLOCATION Hi Alex, Thank you very much for the help. I have tried the code you posted but got an error stopped the MSI installation: "Error 1720. There is a problem with this Windows Installer package. A script require

Re: [WiX-users] Condition based on INSTALLLOCATION

2008-03-08 Thread Justintu
suggest is Type 54 (the better choice is using > C++ dll). Warning - not tested: > > > > > > Property="IfFileExistScript" /> > > > > > > > Regards, > Alex > > > > -Original Message- > From: [EMAIL PRO

Re: [WiX-users] Condition based on INSTALLLOCATION

2008-03-08 Thread Justintu
Hi Alex, Thank you very much for the help. I have tried the code you posted but got an error stopped the MSI installation: "Error 1720. There is a problem with this Windows Installer package. A script required for this install to complete could not be run. Contact your support personnel or pack

Re: [WiX-users] Condition based on INSTALLLOCATION

2008-03-02 Thread Alexander Shevchuk
unday, March 02, 2008 4:14 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Condition based on INSTALLLOCATION Hi Alex, I am having exactly the same problem as RW had, trying to check if a file exists or not in the installation directory. I have tried to use custom action but faile

Re: [WiX-users] Condition based on INSTALLLOCATION

2008-03-02 Thread Justintu
> > Alex > > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of RW > Sent: Friday, February 01, 2008 11:23 AM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Condition based on INSTALLLOCATION > >

Re: [WiX-users] Condition based on INSTALLLOCATION

2008-02-01 Thread Alexander Shevchuk
-users] Condition based on INSTALLLOCATION Hi, I'm trying to turn on and off a feature based on whether a file already exists in the installation directory. To do this, I'm setting a property based on a FileSearch: Then, in the feature I have a level

[WiX-users] Condition based on INSTALLLOCATION

2008-02-01 Thread RW
Hi, I'm trying to turn on and off a feature based on whether a file already exists in the installation directory. To do this, I'm setting a property based on a FileSearch: Then, in the feature I have a level condition on it: