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

Reply via email to