Re: [WiX-users] Reevaluating Dependent Properties

2008-11-05 Thread Rob Mensching
Ahh, the built-in Windows Installer search functionality don't work that way. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 05, 2008 10:29 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Reevaluating Dependent Properties

Re: [WiX-users] Reevaluating Dependent Properties

2008-11-05 Thread primo.alcantara
Hi Rob,Hi All, I realize I can use the SetProperty CustomAction sets the value of MYDATAFILE to specifically [MYDIR]\myData.txt. However, I want the installer to go through the property evaluation logic already defined in the definition of MYDATAFILE.

Re: [WiX-users] Reevaluating Dependent Properties

2008-11-05 Thread Rob Mensching
SetProperty CustomAction to reassign a Property with the new values? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 05, 2008 06:28 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Reevaluating Dependent Properties Hi All, Is it pos