Re: [WiX-users] FileSearch not working.

2009-06-09 Thread Bob Arnson
David Bartmess wrote: > Is there any way to get around this? Can a TOOLSDIR property be set before > AppSearch is complete, or do I need to hard-code the path in there? > AppSearch, among its many weaknesses, doesn't support a way of explicitly ordering the searches, so you can't rely on one

Re: [WiX-users] FileSearch not working.

2009-06-08 Thread David Bartmess
I found the problem. The TOOLSDIR directory is not created at the time that the global property is being set after AppSearch. Is there any way to get around this? Can a TOOLSDIR property be set before AppSearch is complete, or do I need to hard-code the path in there? Source: . . .

Re: [WiX-users] FileSearch not working.

2009-06-08 Thread David Bartmess
From: Alex Shevchuk [mailto:shevc...@live.com] Sent: Friday, June 05, 2009 5:28 PM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] FileSearch not working. Path attribute has AnyPath type (http://msdn.microsoft.com/en-us/library/aa367562(VS.85).aspx).

Re: [WiX-users] FileSearch not working.

2009-06-05 Thread Alex Shevchuk
, you need to add brackets: mailto:david.bartm...@wallst.com] Sent: Friday, June 05, 2009 2:49 PM To: 'General discussion for Windows Installer XML toolset.' Subject: [WiX-users] FileSearch not working. I'm trying to verify that two files exist, using a property with embedded FileS

[WiX-users] FileSearch not working.

2009-06-05 Thread David Bartmess
I'm trying to verify that two files exist, using a property with embedded FileSearch. But this doesn't seem to be working. Each time I run it, in the log file it lists it as "0", which is the default property value, from what I've read and how I've got it coded below. Any help would be apprecia