Re: [WiX-users] Wix and IIS

2011-09-06 Thread Caio Monteiro
-users] Wix and IIS On 06-Sep-11 20:36, Caio Monteiro wrote: > Does anyone knows how to get the site name from IIS, that was created in > installation stage? You need to persist it. See http://robmensching.com/blog/posts/2010/5/2/The-WiX-toolsets-Remember-Property-pattern. -- sig://bo

Re: [WiX-users] Wix and IIS

2011-09-06 Thread Bob Arnson
On 06-Sep-11 20:36, Caio Monteiro wrote: > Does anyone knows how to get the site name from IIS, that was created in > installation stage? You need to persist it. See http://robmensching.com/blog/posts/2010/5/2/The-WiX-toolsets-Remember-Property-pattern. -- sig://boB http://joyofsetup.com/ --

Re: [WiX-users] WIX and IIS 7.5: query

2010-01-30 Thread Rob Mensching
1. As Blair said, if a particular build of the WiX toolset works for you then you can use it. Now the WiX v3.5 toolset is under major development right now so it is not likely to be stable until closer to the end of the year. 1a. Might be a bug. If you can add the authoring you are using and a ver

Re: [WiX-users] WIX and IIS 7.5: query

2010-01-29 Thread Blair
WiX 3.0 uses the IIS 6 APIs and is thus limited in what IIS 7 features it can modify. WiX 3.5 has the ability to use the IIS 7 APIs directly as well. For core tasks 3.5 is built on the foundation of 3.0 and you shouldn't have problems, but active development is occurring so you will have to assess

Re: [WiX-users] Wix and IIS Issue

2007-09-26 Thread Abdullah Ahmed
It turns out we had a borked version of Interop.MSXML.dll being installed which caused all these issues. Fixing that removed the problem..but it sure did make me bang my head around for a couple of days :) On 9/26/07, Rob Mensching <[EMAIL PROTECTED]> wrote: > > No idea. Never heard of this issu

Re: [WiX-users] Wix and IIS Issue

2007-09-26 Thread Rob Mensching
No idea. Never heard of this issue. Have you been able to investigate this anymore? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Abdullah Ahmed Sent: Monday, September 17, 2007 16:40 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Wix and IIS Issue I recently starte