This solved the problem so thank you very much :-) 

-----Upphaflegt skeyti-----
From: Rob Mensching [mailto:[EMAIL PROTECTED] 
Sent: 20. nóvember 2008 17:02
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] WiX V3 not uninstalling webistes properly

A verbose log file of the uninstall should show you what Components are being 
uninstalled and should tell you which WebSite is being nuked.  Remember, that 
WebSites are found by the WebAddress tuple so if that matched the default web 
site at uninstall, that's what got uninstalled.

-----Original Message-----
From: Kjartan Þór Kjartansson [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 20, 2008 06:29
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] WiX V3 not uninstalling webistes properly

Hi all,

I'm creating an installer that installs a webapplication under IIS, the user is 
allowed to choose if it should be installed as a new website, using an existing 
website or as a virtual dir under an existing website.

The problem I'm having is that when the user decides to create a new website, 
if the app is uninstalled it deletes the Default Web Site but leaves behind the 
website that was created by the installer.

The way this is configured is that I have a seperate Component with conditions 
whether the user wants to create a website or use a virtual dir, there is a 
website configuration in the component for creating a website but when the user 
selects to use a virtual dir there is another Component that refernces a 
iis:website element that is declared under a fragment element so that Windows 
Installer should not install and uninstall it. This works properly for the 
Virtual Directory scenario.

If anyone can give me some pointers as to where I should look for the problem 
that would be great,

Best regards,

Kjartan Þór Kjartansson
Forritari / Software Developer

Eskill ehf.
Lynghálsi 9
110 Reykjavík
Ísland / Iceland
www.eskill.is<http://www.eskill.is/>
+354 594 0000 / +354 594 0031


Fyrirvari/Disclaimer
www.eskill.is/disclaimer<http://www.eskill.is/disclaimer>


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to