Re: [Nant-users] msi and conditional component installation

2004-12-16 Thread Jim Geurts
Hey Ted, To the best of my knowledge, the file search hasn't been implemented w/ the task. I think there was a need to change the syntax of the search element... You can probably still use the msi supported file searching mechanism by just creating a "custom table" representing the DrLocator and

[Nant-users] msi and conditional component installation

2004-12-16 Thread Ted Quinby
I'm trying to conditionally install a component on the target machine -- depending if a file previously exists on the target machine. What is the best way to implement this? I see there is a condition parameter in the element of the msi task.  This seems like the most logical place.  However, I