I spent hours trying to add web feature to my wix project.
Once it failed with wrong web site created - after that all attempts fail and 
nothing is being created.
My attempt looks like this

<Component ...
   <File ...
    <iis:WebSite 
      Id="DefaultWebSite" 
      Description="Default Web Site"
      Directory="WebApplicationFolder"
      >
      <iis:WebAddress Id="WebAddress" Port="80" Header="localhost"/>
      <iis:WebVirtualDir Id="LoggingService"
                         Alias="LoggingService"
                         Directory="LogServiceWebSvc"
                         >
        <iis:WebApplication Id="LogService" Name="LogService" />
      </iis:WebVirtualDir>
    </iis:WebSite>

Can somebody share working snippet?

I am using latest 3.5 on IIS 7.5
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to