I have a nant build file which numerous users have to run locally. Is there an easy way to automate the process of installing nant/nantcontrib and updating the matching environment variables on a windows system.
I have thought off a solution where a folder containing the nant/contrib files and a batch script is copied to each station. When the batch script is executed the nant dll's should be copied to a meaning full location and the env varialbes should be updated.
Is that the right way to go about this?
thanks / dres