Re: [WiX-users] check Installdir is empty

2009-08-11 Thread sandun css
It seems I can get that job done like this. But, the property always gets set to "C:\". I wonder how to use 'DirectorySearch' to verify the install dir is empty or not. Any ideas? On Thu, Jun 25, 2009 at 9:33 PM, Rob Mensching wrote: > No, no element built in to do this. > > sandun cs

Re: [WiX-users] check Installdir is empty

2009-06-25 Thread Rob Mensching
No, no element built in to do this. sandun css wrote: > Hi, > > I need to check whether the install derectory is empty or not. > > i.e. > > > > > > > > > > When we browse a dirctory as the install dir, I need to make sure it is > empty. Is there a tag in WiX to do this? > > Thanks