Re: [WiX-users] File searching and SourceDir

2009-12-02 Thread Blair
ch properties should always be "PUBLIC" properties. -Original Message- From: Nick Ball [mailto:nick.b...@grantadesign.com] Sent: Tuesday, November 03, 2009 2:53 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] File searching and SourceDir Ah

Re: [WiX-users] File searching and SourceDir

2009-11-03 Thread Nick Ball
vember 2009 21:59 To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] File searching and SourceDir I don't understand how ResolveSource (which looks for your installation MSI) applies to your situation. (ResolveSource in effect is a no-op in initial in

Re: [WiX-users] File searching and SourceDir

2009-11-02 Thread Blair
same log to see where things are going wrong (feature state or filesearch). -Original Message- From: Nick Ball [mailto:nick.b...@grantadesign.com] Sent: Monday, November 02, 2009 10:07 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] File searching and SourceDir Hi All, I&#x

[WiX-users] File searching and SourceDir

2009-11-02 Thread Nick Ball
Hi All, I'm trying to write some conditional feature code, based on whether a certain file is available on the installation media. I've been setting a property like this: And then using it like this: NOT Installed AND Feature1="" <..>