Re: [WiX-users] Wierd IIS issue with Wix install/uninstall

2007-08-13 Thread david adams
: [WiX-users] Wierd IIS issue with Wix install/uninstall Ok, I have found the exact problem now, and am looking for a fix. I set my port number via a property [PORT_NO] that is set to a default value (say 8090) that the user then has the option of changing through the UI. If the port

Re: [WiX-users] Wierd IIS issue with Wix install/uninstall

2007-08-13 Thread Pierson Lee (Volt)
ailto:[EMAIL PROTECTED] On Behalf Of david adams Sent: Monday, August 13, 2007 10:01 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Wierd IIS issue with Wix install/uninstall Lee: If you only set the port (and do nothing with the IP & Host Header), I would bet that there is ano

Re: [WiX-users] Wierd IIS issue with Wix install/uninstall

2007-08-13 Thread david adams
MAIL PROTECTED]: Re: [WiX-users] Wierd IIS issue with Wix install/uninstall I would suspect that it is something with that site. It is probably either a) the IP address / Port / [Host Header, if used] has been changed; at which, the installer would not be able to identify it in IIS or b)

Re: [WiX-users] Wierd IIS issue with Wix install/uninstall

2007-08-13 Thread Pierson Lee (Volt)
: Re: [WiX-users] Wierd IIS issue with Wix install/uninstall I would suspect that it is something with that site. It is probably either a) the IP address / Port / [Host Header, if used] has been changed; at which, the installer would not be able to identify it in IIS or b) for whatever reason, an

Re: [WiX-users] Wierd IIS issue with Wix install/uninstall

2007-08-13 Thread david adams
08:45:50 -0700Subject: Re: [WiX-users] Wierd IIS issue with Wix install/uninstall Hmm. I am wondering if it is the host header then, because this is just a recent problem that’s shown up and the other 4 sites uninstall properly, it is just this one package. From: Mike Dimmick [mail

Re: [WiX-users] Wierd IIS issue with Wix install/uninstall

2007-08-13 Thread Pierson Lee (Volt)
avid adams'; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Wierd IIS issue with Wix install/uninstall As I said, because it doesn't remember the ID number. It's trying to look up which one to uninstall based on those three properties: IP, port, and host header. A

Re: [WiX-users] Wierd IIS issue with Wix install/uninstall

2007-08-10 Thread Mike Dimmick
ke Dimmick _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pierson Lee (Volt) Sent: 10 August 2007 23:31 To: david adams; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Wierd IIS issue with Wix install/uninstall I can see where this would be an issue of the

Re: [WiX-users] Wierd IIS issue with Wix install/uninstall

2007-08-10 Thread Pierson Lee (Volt)
lf Of david adams Sent: Friday, August 10, 2007 3:15 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Wierd IIS issue with Wix install/uninstall We overcome this issue by setting the install IP address to a property value. The property value is set (for default purposes) within th

Re: [WiX-users] Wierd IIS issue with Wix install/uninstall

2007-08-10 Thread Pierson Lee (Volt)
2007 3:04 PM To: Pierson Lee (Volt); wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Wierd IIS issue with Wix install/uninstall WiX only looks at the combination of IP address(es), port number, and Host header. If any of those have been changed post-installation, the custom action may e

Re: [WiX-users] Wierd IIS issue with Wix install/uninstall

2007-08-10 Thread david adams
at the time that the MSI is built. David Adams, MCSD MSN MessengerID: [EMAIL PROTECTED] From: [EMAIL PROTECTED]: [EMAIL PROTECTED]; [EMAIL PROTECTED]: Fri, 10 Aug 2007 23:04:28 +0100Subject: Re: [WiX-users] Wierd IIS issue with Wix install/uninstall WiX

Re: [WiX-users] Wierd IIS issue with Wix install/uninstall

2007-08-10 Thread Mike Dimmick
. -- Mike Dimmick _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pierson Lee (Volt) Sent: 10 August 2007 21:27 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Wierd IIS issue with Wix install/uninstall I am currently installing 4 sites packaged with

[WiX-users] Wierd IIS issue with Wix install/uninstall

2007-08-10 Thread Pierson Lee (Volt)
I am currently installing 4 sites packaged with WiX. I have it installing app_pools, sites and the necessary files and file structures with each of these 4 on the same server. I noticed some weird behavior today, particularly in uninstallation. When I go to uninstall one of my sites, its not de