Re: [WiX-users] Bug in IIS:WebSite or IIS:WebAddress ?

2010-06-03 Thread Chong Li
mes to WiX v3.5 builds. There have been a lot of IIS7 bugs going into WiX v3.5 so you should stay current with the builds if you want IIS7 support. On Thu, Jun 3, 2010 at 1:36 AM, Chong Li wrote: > I want to install a virtual dir in IIS 7, and I used IIS extension to > locate an exist

[WiX-users] Bug in IIS:WebSite or IIS:WebAddress ?

2010-06-03 Thread Chong Li
I want to install a virtual dir in IIS 7, and I used IIS extension to locate an existing website like But I found wix also uses the Description attribute to locate the website, no matter what the Port is. Even if the port doesn't exist! My Wix version is 3.5.1623.0. I tried

[WiX-users] [Help] ConfigureIIs Custom Action for IIS7

2010-04-27 Thread Chong Li
Hi, Experts, I encountered a problem with using wix to configure IIS7. Can you give a help? Problem: There is a legacy wix project which uses Wix2 to make a setup package which targets to run on windows server2003. Now I want to upgrade it to run Server2008 but the following lines failed.