I use NAnt to build 5 different installer packages for the same software in different configurations. These tasks can be parallelized because they are independent of each other. Installshield, which creates such a configuration, seems ineffective with respect to the use of multi-core processors (use is limited to 25% by the processor on a 4-core computer). I was looking for an easy way to minimize tasks and found this one , which is pretty much what I need. However, the source code for this project is not available, and it refers to some types that are not available in the latest version of NAnt 0.91, which we require to support .NET 4.0.
Any ideas on how to solve this problem, except writing my own extension for NAnt?
source share