NANT: Build Microsoft VisualStudio solutions and configure environments
March 10, 2009
2 Comments
I use NANT to build Microsoft VisualStudio solutions and after deploying software with msi packages, I use NANT to configure the environment (Creating WebSite, Virtual Directories, Custom Eventlogs, register services, create folders, create shares etc)
More information on NANT can be found, here: http://nantcontrib.sourceforge.net/, including documentation for task, types and functions.
I use Edirot4NANT as an GUI tool to run NANT tasks:
http://www.download.com/Editor4NAnt/3000-2352_4-10531916.html
Tags: NAnt, Tools
Hi Roel,
is it also possible to add only new sources to an existing EventLog? Eg. Application
Best regards,
Gerben
Yes, you can with the function System.Diagnostics.EventLog.CreateEventSource