I was wondering which task I would call to install a service using NAnt. I tried regsvcs but that only works if it’s a Com+ component or if its strongnamed.
In our old build file (we were using Ant) we would just call InstallUtil directly, but I was just wondering if there was already something built into Nant to do this or if I should be doing it differently.
Thanks in advance, Chris |