Hi.

i am writing a (my first) wix script that needs to conditional create a
virtual directory within an existing website.


I have currently defined the web service locator as:

 

<iis:WebSite Id="VastWebsite" Description="Vast Website">

      <iis:WebAddress Id="VastWebsiteAddress" IP="*" Port="80"/>

      <iis:WebVirtualDir Id="Quote" Directory="QuoteWebDirectory"
Alias="Quote" ></iis:WebVirtualDir>

    </iis:WebSite>

 

Which i believe that will install a vdir called quote within a website
that's all IP unassigned, listening on port80.

 

However, this logical website exists with Different IP address, port
combos in our different development environments.

 

Is there an easy way to do this web service locator with a <Condition>?

 

Cheers

 

Rich


This e-mail is private and confidential and is protected by copyright. It may 
also be privileged or otherwise protected by other legal rules.  Access by or 
disclosure to anyone other than the intended recipient for any reason other 
than the business purpose for which the message is intended, is unauthorised. 
If you receive it in error, notify us, delete it and do not make use of or copy 
it.

Internet communications are not secure and therefore Assureweb Limited do not 
accept legal responsibility for the contents of this message. Any views or 
opinions presented are solely those of the author and do not necessarily 
represent those of Assureweb Limited unless otherwise specifically stated.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to