Title: RE: WebSite install on different site

<WebSite Id="Intranet" Description="Intranet">

            <WebAddress Id="AllUnassigned" IP="*" Port="80" />
</WebSite>

This will install the component for the site with portnumber 80, this is usually Default Web Site.
If you want to install to a different site you have to set it's port number in Port="Port number of site you want to install to"

I use a _vbscript_ to first get and set where my compnent is installed.

<iis:WebSite Id="Site" Description="[TARGET_WEB_SITE]">
            <iis:WebAddress Id="InstallPort" Port="[TARGET_PORT]" />
</iis:WebSite>

Morten

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to