I used ildasm on both dlls and I found that :
1. There is no .mresources in both dlls (I guess that means I have no
embedded resources in both dlls)
2. In the Manifest, the values for .MVID, .imagebase, and .file
alignment is different between the dll compiled from NAnt and VS 2003
3. In the resul
We have created a library of tasks with NAnt for performing all manner of
installation functions. These work very well for us. The advantage of NAnt
is that it is easy to script. We don't need to write any C# code. It also
means that it is easy to know exactly in the installation where something
ha