Re: [WiX-users] Creating just a web app pool on Server 2008 R2 with IIS 7.5, WiX 3.5 RTM

2011-02-18 Thread Rob Mensching
Might be it was already fixed... smile/ Eric will dupe this if necessary,
I'm sure.

On Thu, Feb 17, 2011 at 11:23 AM, John Robbins j...@wintellect.com wrote:

 Thanks, Yan!

 I looked for the bug but couldn't find it so ensured one was logged. (
 https://sourceforge.net/tracker/?func=detailaid=3185104group_id=105970atid=642714
 )

 John
 Wintellect
 http://www.wintellect.com
 +1-877-968-5528


 -Original Message-
 From: Rob Mensching [mailto:r...@robmensching.com]
 Sent: Thursday, February 17, 2011 6:23 AM
 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

 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 

Re: [WiX-users] Creating just a web app pool on Server 2008 R2 with IIS 7.5, WiX 3.5 RTM

2011-02-18 Thread Bob Arnson
On 16-Feb-11 21:34, John Robbins wrote:
 Good to know my beloved PDF files are there for 3.6. Good job! Sadly, we are 
 using 3.5 for this project. :(

Yeah, this was only in v3.6, as of late December.

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


Re: [WiX-users] Creating just a web app pool on Server 2008 R2 with IIS 7.5, WiX 3.5 RTM

2011-02-17 Thread Christopher Painter
That seems like a something to me.  I'd say what but I don't feel like having 
my 
spelling challenged. wink/

Kind of like how InstallShield couldn't create a web site that didn't also have 
a Virtual Directory because the custom tables had a join between Component and 
Virtual Directory.I'm not sure if they ever fixed ( changed ) that or not  
so it's good to know this trivia about the IIS Extension if I ever decide to 
start using it instead.
 
---
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: John Robbins j...@wintellect.com
To: General discussion for Windows Installer XML toolset. 
wix-users@lists.sourceforge.net
Sent: Wed, February 16, 2011 10:06:17 PM
Subject: Re: [WiX-users] Creating just a web app pool on Server 2008 R2 with 
IIS 
7.5, WiX 3.5 RTM

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


Re: [WiX-users] Creating just a web app pool on Server 2008 R2 with IIS 7.5, WiX 3.5 RTM

2011-02-17 Thread Christopher Painter
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 

Re: [WiX-users] Creating just a web app pool on Server 2008 R2 with IIS 7.5, WiX 3.5 RTM

2011-02-17 Thread Rob Mensching
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
 

Re: [WiX-users] Creating just a web app pool on Server 2008 R2 with IIS 7.5, WiX 3.5 RTM

2011-02-17 Thread John Robbins
Thanks, Yan!

I looked for the bug but couldn't find it so ensured one was logged. 
(https://sourceforge.net/tracker/?func=detailaid=3185104group_id=105970atid=642714)
 

John
Wintellect
http://www.wintellect.com
+1-877-968-5528


-Original Message-
From: Rob Mensching [mailto:r...@robmensching.com] 
Sent: Thursday, February 17, 2011 6:23 AM
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

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
  

Re: [WiX-users] Creating just a web app pool on Server 2008 R2 with IIS 7.5, WiX 3.5 RTM

2011-02-16 Thread John Robbins
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


Re: [WiX-users] Creating just a web app pool on Server 2008 R2 with IIS 7.5, WiX 3.5 RTM

2011-02-16 Thread John Robbins
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


Re: [WiX-users] Creating just a web app pool on Server 2008 R2 with IIS 7.5, WiX 3.5 RTM

2011-02-16 Thread Yan Sklyarenko
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