I am trying to build a distribution target with the MSITask and have had issues with the task looking for the template in the dll cache directory. Here is my workaround as a diff if any of the project developers are feeling industrious.
src/Tasks/MSITask.cs 113a114,116 > if(!File.Exists(source)) > source = Path.Combine(AppDomain.CurrentDomain.BaseDirectory,"MSITaskTemplate.msi"); > 118a122,124 > > if(!File.Exists(errors)) > errors = Path.Combine(AppDomain.CurrentDomain.BaseDirectory,"MSITaskErrors.mst"); I am also having trouble with the resgen task silently failing (no output file is created) when it is run from a build file that was created by slingshot and run by draco.net. I don't have a fix yet because I haven't been able to duplicate the problem outside of the draco.net service. If anyone has any thoughts let me know. Thanks, Bill Oliver ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com _______________________________________________ NAntContrib-Developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer