Re: [WiX-users] IIS error during Repair Installation?

2010-05-17 Thread Eric St . John
AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] IIS error during Repair Installation? I have build a sample Wix project which sets up a IIS website on Windows 2008 server IIS7.0.6 It is OK for a fresh install, and the IIS is well configured as I expected. But if I am doing

Re: [WiX-users] IIS error during Repair Installation?

2010-05-12 Thread gaurav_th
Even I am encountring the same error. If website already exists, following error shown is this: WriteIIS7ConfigChanges: Error 0x800700b7: Unable modify existing WebSite WriteIIS7ConfigChanges: Error 0x800700b7: Failed to configure IIS site. WriteIIS7ConfigChanges: Error 0x800700b7:

Re: [WiX-users] IIS error during Repair Installation?

2010-05-12 Thread Chad Petersen
@lists.sourceforge.net Subject: Re: [WiX-users] IIS error during Repair Installation? Even I am encountring the same error. If website already exists, following error shown is this: WriteIIS7ConfigChanges: Error 0x800700b7: Unable modify existing WebSite WriteIIS7ConfigChanges: Error 0x800700b7

Re: [WiX-users] IIS error during Repair Installation?

2010-05-12 Thread Chilaveg Poug
, 2010 18:38 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] IIS error during Repair Installation? If you folks are using WiX 3.5 then you could be hitting a bug. I'm thinking it's the first to support IIS 7, which that method WriteIIS7ConfigChanges seems to imply

Re: [WiX-users] IIS error during Repair Installation?

2010-05-12 Thread Chad Petersen
.' Subject: Re: [WiX-users] IIS error during Repair Installation? I have another error, but also only during Upgrade on IIS7. If website doesn't exist all is OK. Upgrade on IIS 5.1 or 6.0 is successful. CommitIIS7ConfigTransaction: Entering CommitIIS7ConfigTransaction in C:\Windows\Installer\MSIB9D9

Re: [WiX-users] IIS error during Repair Installation?

2010-05-12 Thread Rob Mensching
AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] IIS error during Repair Installation? Even I am encountring the same error. If website already exists, following error shown is this: WriteIIS7ConfigChanges: Error 0x800700b7: Unable modify existing WebSite

Re: [WiX-users] IIS error during Repair Installation?

2010-05-12 Thread Pierre Lebel
AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] IIS error during Repair Installation? If you folks are using WiX 3.5 then you could be hitting a bug. I'm thinking it's the first to support IIS 7, which that method WriteIIS7ConfigChanges seems to imply

Re: [WiX-users] IIS error during Repair Installation?

2010-05-06 Thread Houssam Hamdan
@lists.sourceforge.net Subject: [WiX-users] IIS error during Repair Installation? I have build a sample Wix project which sets up a IIS website on Windows 2008 server IIS7.0.6 It is OK for a fresh install, and the IIS is well configured as I expected. But if I am doing a maintenance installation

Re: [WiX-users] IIS error during Repair Installation?

2010-05-06 Thread RoyY
Thanks for your recommendation, I tried to set ConfigureIfExists for IIS:Website, while during repair, I still got error while configuring existing website. Is this a common issue for WIX or I was doing something wrong in my code? btw, I am working on 64bit server of Win2008 Here is the new Logs:

[WiX-users] IIS error during Repair Installation?

2010-05-05 Thread Yan, Lu (Shanghai)
I have build a sample Wix project which sets up a IIS website on Windows 2008 server IIS7.0.6 It is OK for a fresh install, and the IIS is well configured as I expected. But if I am doing a maintenance installation(repair) The install ends because of errors. Here is the log message: MSI