[WiX-users] IIS 10 support

2015-07-15 Thread Matteo Canessa
Hi to everyone, My installer cannot create virtual folders on Windows 10 / IIS 10 whereas it works fine on any previous Windows / IIS version. I tried both Wix 3.9 and upcoming Wix 3.10 RC: anyone know if Wix (3.9 or 3.10, with IIS extension) support Windows 10 / IIS 10? Many thanks, Matteo

[WiX-users] IIS 10 support

2015-07-15 Thread Matteo Canessa
Hi to everyone, My installer cannot create virtual folders on Windows 10 / IIS 10 whereas it works fine on any previous Windows / IIS version. I tried both Wix 3.9 and upcoming Wix 3.10 RC: anyone know if Wix (3.9 or 3.10, with IIS extension) supports Windows 10 / IIS 10? Many thanks, Matteo

[WiX-users] FW: Troubles installing a web site on Windows Server 2008

2011-04-14 Thread Matteo Canessa
No hints for the error below? Need more information? IIS 7.5 is running on that machine Thank in advance, Matteo Canessa From: Matteo Canessa Sent: martedì 12 aprile 2011 17:45 To: 'wix-users@lists.sourceforge.net' Subject: Troubles installing a web site on Windows Server 2008 Hi to

[WiX-users] Troubles installing a web site on Windows Server 2008

2011-04-12 Thread Matteo Canessa
backup files,CleanupTemplate=File: [1]) MSI (s) (68:E4) [12:17:35:132]: Executing op: ActionStart(Name=WriteIIS7ConfigChanges,Description=Installo le chiavi del metabase e i valori,) Then rollback starts... I googled around but I didn't find any hint, what went wrong? T

Re: [WiX-users] FW: Wix 3.5 - IIS 7 - Failed to commit IIS transaction due to a sharing violation. Some other application may be configuring IIS

2010-12-28 Thread Matteo Canessa
think we have it in the latest drop. > > On Mon, Dec 27, 2010 at 7:49 AM, Matteo Canessa > mailto:matteo.cane...@microarea.it> > > wrote: > > > Hi again, > > > > I have some other details about the issue I described last week. > > > > First of al

[WiX-users] FW: Wix 3.5 - IIS 7 - Failed to commit IIS transaction due to a sharing violation. Some other application may be configuring IIS

2010-12-27 Thread Matteo Canessa
Hi again, I have some other details about the issue I described last week. First of all: it is not a problem of shared folder, I can reproduce the failure launching the installation from the local machine. On the second hand I figured out a pattern: when an installation fails with the message

[WiX-users] Wix 3.5 - IIS 7 - Launching MSI from shared folder.

2010-12-23 Thread Matteo Canessa
Hi to everybody, I'm using Wix 3.5.2325 to create a setup for my application. This setup configures IIS creating some web applications, some application pools and other stuff. When I run the MSI file from the local machine all works fine but when I start the installation running the MSI from a

Re: [WiX-users] Creation of an application pool on IIS7 installed on a server cluster

2010-01-29 Thread Matteo Canessa
in this e-mail are perfect; make sure to include those in your bug reports too. Thanks, Mike Carlson -Original Message----- From: Matteo Canessa [mailto:matteo.cane...@mi...] Sent: Friday, January 29, 2010 2:07 AM To: wix-us...@li... Subject: Re: [WiX-users] Creation of an application po

Re: [WiX-users] Creation of an application pool on IIS7 installed on a server cluster

2010-01-29 Thread Matteo Canessa
hanges" custom action existed until WiX 3.5. Regardless, looks to me like a bug; I'd file one on sourceforge with as much repro information as you can. Thanks, Mike Carlson -----Original Message- From: Matteo Canessa [mailto:matteo.cane...@microarea.it] Sent: Thur

[WiX-users] Creation of an application pool on IIS7 installed on a server cluster

2010-01-28 Thread Matteo Canessa
Hi to everybody, I'm struggling against an issue since last week and I need help. Fatcs follows: I created a MSI for an application using Wix 3.0.5419.0 RTM. This MSI creates also some web virtual directories and an application pool on the IIS server and all works fine. My troubles started when