Re: [WiX-users] WebApplication associated with WebDir

2009-03-01 Thread Thomas S. Trias
The fix is just in the compiler; the CA already handles the Application_ column. I will send along a patch (attached to a bug report), but it will end up including enhancements for extended log properties and default logon domain. Thanks, Thomas S. Trias Senior Developer Artizan Internet Serv

Re: [WiX-users] WebApplication associated with WebDir

2009-03-01 Thread Thomas S. Trias
Heh; here's the line from IIsCompiler.cs in ParseWebDirElement: row[5] = null; // TODO: why isn't there a way to supply this value? So, I've added code to supply the value; now to make sure the CA actually uses it. Thomas S. Trias Senior Developer Artizan Internet Services http:/

[WiX-users] WebApplication associated with WebDir

2009-03-01 Thread Thomas S. Trias
While the documentation claims that this is possible, how does one actually do it? I will scan the compiler and CA code whilst awaiting an answer. I suspect that this feature ended up on the cutting room floor. If I weren't so pressed for time on the deployment project, I'd start the overhau