I believe a bug is open on this and possibly already fixed in WiX v3.6.

On Thu, Feb 17, 2011 at 3:12 AM, Christopher Painter <
chr...@deploymentengineering.com> wrote:

> Ah, good to know.  Certainly sounds like a bug to me.  I wonder how that
> works
> in a merge module consumed by an installer.   I'll have to try it.
>
> ---
> Christopher Painter, Author of Deployment Engineering Blog
> Have a hot tip, know a secret or read a really good thread that deserves
> attention? E-Mail Me
>
>
>
> ----- Original Message ----
> From: Yan Sklyarenko <yansklyarenko+...@gmail.com>
> To: General discussion for Windows Installer XML toolset.
> <wix-users@lists.sourceforge.net>
> Sent: Thu, February 17, 2011 1:47:42 AM
> Subject: Re: [WiX-users] Creating just a web app pool on Server 2008 R2
> with IIS
> 7.5, WiX 3.5 RTM
>
> I've recently faced this issue myself and here's even an easier work
> around:
>
> Just place <EnsureTable /> elements for IIsWebSite and IIsWebAddress
> tables,
> and the application pool will be created successfully. So, no need to
> define
> a fake website.
>
> -- Yan
>
> On Thu, Feb 17, 2011 at 6:06 AM, John Robbins <j...@wintellect.com> wrote:
>
> > Just to complete the circle in case someone else has this problem.....
> >
> > Turns out the IIS CAs in WiX require the WebSite element to be declared.
> In
> > my example below, I added the following under the Product element and the
> > IIS CA sprung to life. :)
> >
> >    <iis:WebSite Id="DefaultWebSite" Description='Default Web Site'>
> >      <iis:WebAddress Id="AllUnassigned" Port="80" />
> >    </iis:WebSite>
> >
> > John
> > Wintellect
> > http://www.wintellect.com
> > +1-877-968-5528
> >
> >
> > -----Original Message-----
> > From: John Robbins [mailto:j...@wintellect.com]
> > Sent: Wednesday, February 16, 2011 6:35 PM
> > To: General discussion for Windows Installer XML toolset.
> > Subject: Re: [WiX-users] Creating just a web app pool on Server 2008 R2
> > with IIS 7.5, WiX 3.5 RTM
> >
> > Good to know my beloved PDF files are there for 3.6. Good job! Sadly, we
> > are using 3.5 for this project. :(
> >
> > John
> > Wintellect
> > http://www.wintellect.com
> > +1-877-968-5528
> >
> >
> > -----Original Message-----
> > From: Bob Arnson [mailto:b...@joyofsetup.com]
> > Sent: Wednesday, February 16, 2011 5:10 PM
> > To: wix-users@lists.sourceforge.net
> > Subject: Re: [WiX-users] Creating just a web app pool on Server 2008 R2
> > with IIS 7.5, WiX 3.5 RTM
> >
> > On 16-Feb-11 19:15, John Robbins wrote:
> > > Also, I'm going to file a bug report for WiX 3.6 that they start adding
> > the PDB files for the CAs to the distributions. If I had those, I'd break
> in
> > and be able to debug the CA myself.
> >
> > You misspelled "feature request."<g> Alas, it's already implemented, so
> > WinBag to your heart's content:
> > http://wix.sourceforge.net/releases/3.6.1321.0/wix36-pdbs.zip
> >
> > --
> > sig://boB
> > http://joyofsetup.com/
> >
> >
> >
> >
> ------------------------------------------------------------------------------
> > The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
> > Pinpoint memory and threading errors before they happen.
> > Find and fix more than 250 security defects in the development cycle.
> > Locate bottlenecks in serial and parallel code that limit performance.
> > http://p.sf.net/sfu/intel-dev2devfeb
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
> >
> ------------------------------------------------------------------------------
> > The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
> > Pinpoint memory and threading errors before they happen.
> > Find and fix more than 250 security defects in the development cycle.
> > Locate bottlenecks in serial and parallel code that limit performance.
> > http://p.sf.net/sfu/intel-dev2devfeb
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
> >
> ------------------------------------------------------------------------------
> > The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
> > Pinpoint memory and threading errors before they happen.
> > Find and fix more than 250 security defects in the development cycle.
> > Locate bottlenecks in serial and parallel code that limit performance.
> > http://p.sf.net/sfu/intel-dev2devfeb
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
>
> ------------------------------------------------------------------------------
> The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
> Pinpoint memory and threading errors before they happen.
> Find and fix more than 250 security defects in the development cycle.
> Locate bottlenecks in serial and parallel code that limit performance.
> http://p.sf.net/sfu/intel-dev2devfeb
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
>
>
>
> ------------------------------------------------------------------------------
> The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
> Pinpoint memory and threading errors before they happen.
> Find and fix more than 250 security defects in the development cycle.
> Locate bottlenecks in serial and parallel code that limit performance.
> http://p.sf.net/sfu/intel-dev2devfeb
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>


-- 
virtually, Rob Mensching - http://RobMensching.com LLC
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to