I just tried 3.5.1728.0 downloaded from http://wix.sourceforge.net/releases/
But it still didn't work.  The webaddress with the specified ip and port 
already exists but it seems that wix always skip the IIS:WebAddress element.

<IIS:WebSite Id="MyWebSite" Description="test">
           <IIS:WebAddress Id="MyAddress" Port="8080" IP="10.168.84.8"/>
 </IIS:WebSite>


Anyone knows that whether it's my fault of wrong using?



-----Original Message-----
From: Rob Mensching [mailto:r...@robmensching.com] 
Sent: Thursday, June 03, 2010 10:23 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Bug in IIS:WebSite or IIS:WebAddress ?

WiX v3.5.1623.0 is pretty old when it comes 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 <chon...@microsoft.com> wrote:

> I want to install a virtual dir in IIS 7, and I used IIS extension to 
> locate an existing website like <IIS:WebSite Id="MyWebSite" 
> Description="test">
>           <IIS:WebAddress Id="MyAddress" Port="8080"/>
>       </IIS:WebSite>
>
> 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 Wix2 with the same code and it 
> reported error if the port didn't exist.
>
>
> Btw, what I really want to do is to let the user provide the IP and 
> Port and use wix to locate the website with the specified IP and Port. 
> In Wix2, it will locate the website using IP and Port and report error 
> if the port or IP doesn't exist.
>
> Thanks,
> Chong
>
> ----------------------------------------------------------------------
> -------- ThinkGeek and WIRED's GeekDad team up for the Ultimate 
> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental 
> unit.  See the prize list and enter to win:
> http://p.sf.net/sfu/thinkgeek-promo
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>


--
virtually, Rob Mensching - http://RobMensching.com LLC
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day 
Giveaway. ONE MASSIVE PRIZE to the lucky parental unit.  See the prize list and 
enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to