RE: [Nant-users] mkiisdir 0x80005006 error on Windows XP

2004-11-21 Thread Frank Tullen
Hi Steve, The different IIS versions support different properties (mainly due to internal IIS architecture) ... the iis tasks try to determine the iis version by testing on which OS it runs and based on that it sets certain parameters as such with the ADSI calls to service your request. The task pr

[Nant-users] Problem with NDoc task (internals)

2004-03-08 Thread Frank Tullen
Hello, Within our project, we rely heavily on the use of the NDoc task to keep our project (source code) documentation up-to-date. When we apply this within our build cycle while being online (logged user runs the NAnt project/task tree), it all works just fine with the expected results. On the

RE: [Nant-users] MSI Task - Installing Windows Service

2004-01-21 Thread Frank Tullen
Alexander, Within .NET, the Windows Installer can be foreseen to run basically '.NET installation procedures'. This maps directly onto the System.Configuration.Install.Installer and its descendents. For your case, you'll have to use System.ServiceProcess.ServiceInstaller and System.ServiceProces

[Nant-users] Problems with IIS-related tasks

2003-11-10 Thread Frank Tullen
Hello, Recently, we started a new project where we want to 'automate' the complete build cycle (documenting, packaging ...) by using NAnt. We will be using webservices within the project which require an IIS-layer underneath them. In order to do that, we basically need the 'mkiisdir' and the 'd