Re: [WiX-users] WebDir Element........

2007-08-23 Thread Karthik Krishnan
Try using http://wix.sourceforge.net/manual-wix2/wix_xsd_webvirtualdir.htm and http://wix.sourceforge.net/manual-wix2/wix_xsd_webdirproperties.htm in conjunction with your WebDir. After adding "xmlns:iis="http://schemas.microsoft.com/wix/IIsExtension"; to the Wix element, I use DirectoryRef/Compo

Re: [WiX-users] WebDir element - no longer can contain webapplication?

2006-11-28 Thread Dana Gutride
Thanks for the clarification. I did figure out a way to do this with WiX (in case anybody else stumbles upon this message). By changing the alias to match the correct location of the folder, you can create a virtual directory at this location as well as a web application.

Re: [WiX-users] WebDir element - no longer can contain webapplication?

2006-11-28 Thread Rob Mensching
I used to expect the IIS MMC to be the authoritative way of configuring things as well. The more questions I asked the less clear it became exactly how authoritative the MMC really is. The current restriction came from David Wang (http://blogs.msdn.com/david.wang/default.aspx) when he mentione