Re: [WiX-users] wix and IIS7

2008-12-30 Thread Rob Mensching
December 30, 2008 10:19 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] wix and IIS7 >> I'm still trying to get the IIS team to recognize they have no reasonable deployment story for MSI. And I would guess you won't be able to now that they seem

Re: [WiX-users] wix and IIS7

2008-12-30 Thread Neil Sleightholm
>> I'm still trying to get the IIS team to recognize they have no reasonable deployment story for MSI. And I would guess you won't be able to now that they seem to be focusing on "MS Deploy". Neil -- ___

Re: [WiX-users] wix and IIS7

2008-12-30 Thread Rob Mensching
ssage- From: Kjartan Þór Kjartansson [mailto:kjar...@eskill.is] Sent: Tuesday, December 30, 2008 05:53 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] wix and IIS7 This sounds like an extreme action, bordering on manhandling the IIS. It would be good to know

Re: [WiX-users] wix and IIS7

2008-12-30 Thread Kjartan Þór Kjartansson
...@spectrumhr.com] Sent: 23. desember 2008 19:10 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] wix and IIS7 Scott, I have implemented the configuration of IIS7 through xml manipulation of the applicationHost.config file. All the IIS objects (app pools, applications, virtual

Re: [WiX-users] wix and IIS7

2008-12-23 Thread Scott Sam
Thanks. That sounds doable for me. I'll give it a try. -Original Message- From: Amy Rosewater [mailto:arosewa...@spectrumhr.com] Sent: Tuesday, December 23, 2008 2:10 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] wix and IIS7 Scott, I

Re: [WiX-users] wix and IIS7

2008-12-23 Thread Amy Rosewater
Scott, I have implemented the configuration of IIS7 through xml manipulation of the applicationHost.config file. All the IIS objects (app pools, applications, virtual directories etc) really just equate to xml entries in this file in this version of IIS. To achieve this, I copied the application