I added a bug couple of weeks before about the same thing:
http://sourceforge.net/tracker/?func=detail&aid=2961215&group_id=105970&;
atid=642714
Is it the same as yours?

And Mike already fixed it in the latest Wix build which should be
available today.


-----Original Message-----
From: Mike Carlson (DEV DIV) [mailto:mica...@microsoft.com] 
Sent: Thursday, March 25, 2010 8:55 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] How to create web app/service on IIS 7 with WiX
3.0

I'd file a bug with the authoring you pasted below, and the answers to
these questions, if possible:

What's the exact error message you get (use a verbose logfile to find
out)?
Does it work correctly if you install to an IIS6 machine?

Thanks,
Mike Carlson

-----Original Message-----
From: Ivo Stoyanov [mailto:ivos...@yahoo.com] 
Sent: Wednesday, March 24, 2010 7:01 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] How to create web app/service on IIS 7 with WiX 3.0

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


------------------------------------------------------------------------
------
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
</pre>
<BR style="font-size:4px;">
<a href = "http://www.sdl.com";><img src="http://www.sdl.com/images/email 
logo_150dpi-01.png" alt="www.sdl.com" border="0"/></a>
<BR>
<font face="arial"  size="2" "><a href = "http://www.sdl.com"; 
style="color:005740; font-weight: bold">www.sdl.com</a>
<BR>
<BR>
<font face="arial"  size="1" color="#736F6E">
<b>SDL PLC confidential, all rights reserved.</b>
If you are not the intended recipient of this mail SDL requests and requires 
that you delete it without acting upon or copying any of its contents, and we 
further request that you advise us.<BR>
SDL PLC is a public limited company registered in England and Wales.  
Registered number: 02675207.<BR>
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, 
UK.
</font>



------------------------------------------------------------------------------
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