Re: [WiX-users] Install IIS

2013-08-06 Thread Blair Murri
The easiest way may be to include this (http://www.microsoft.com/web/downloads/platform.aspx) in Burn. > Date: Tue, 6 Aug 2013 10:09:25 -0500 > From: cmb...@torchmarkcorp.com > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Install IIS > > I am working on an msi f

[WiX-users] Install IIS

2013-08-06 Thread Christopher M. Bunn
I am working on an msi for our company and recently got started working with WIX. Can anyone point me to an example of how to install IIS ( Internet Information Server ) using WIX? Thanks, Chris B -- Get your SQL da

Re: [WiX-users] Install IIS after .NET

2010-02-25 Thread Igor Paniushkin
ng Wix 3.0). -Original Message- From: pmdarrow [mailto:pdar...@metaworks.com] Sent: Wednesday, February 24, 2010 4:58 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Install IIS after .NET Oh I realized a few standard script maps are missing there (like .asp). Feel free to add whic

Re: [WiX-users] Install IIS after .NET

2010-02-24 Thread pmdarrow
Oh I realized a few standard script maps are missing there (like .asp). Feel free to add whichever ones you need. A full list of standard mappings can be found here: http://n2.nabble.com/small-contribution-ASP-NET-2-0-3-5-installs-tp2096727p2097025.html -- View this message in context: http://n2

Re: [WiX-users] Install IIS after .NET

2010-02-24 Thread pmdarrow
This has been answered before but I use the following (default script maps are all registered - you can remove the ones you don't need):

Re: [WiX-users] Install IIS after .NET

2010-02-24 Thread pmdarrow
Ugh, sorry for the spam, but I just realized another mistake - should be . Make sure you include the WixNetFxExtension for this to work. -- View this message in context: http://n2.nabble.com/Install-IIS-after-NET-tp4625292p4626668.html Sent from the wix-users mailing list archive at Nabble.com

[WiX-users] Install IIS after .NET

2010-02-24 Thread Igor Paniushkin
Hi All, I have a question what is the right way to fix website .net mapping  in case if IIS was installed after .net, so aspnet_regiis was not executed in that scenario. Currently we are executing aspnet_regiis from installer with -i parameter and then with -s, but I read somewhere that it