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