I have a weird bug while uninstalling a website on Windows XP, using the
MSI installer: when the application is uninstalled, IIS is completely
broken.
Here is the part installing my web site:
<Component Id="AdminSite" Guid="f493af6c-ccbf-4488-8024-9710114c41c2">
<iis:WebSite Id="AdminWebSite" Description="Test web
server" Directory="TARGETDIR" AutoStart="yes"
DirProperties="ReadAndExecute" ConfigureIfExists="no" WebLog="TestLog"
WebApplication="AdminApplication">
<iis:WebAddress Id="TestAddress"
Port="[PORT]" Secure="no" />
<iis:WebVirtualDir Id="AdminVirtualDir"
Alias="Admin" Directory="TARGETDIR">
<iis:WebApplication
Id="AdminApplication" Name="Admin" Isolation="high" />
</iis:WebVirtualDir>
</iis:WebSite>
</Component>
Since it's mostly copy-pasted from the examples, I don't see where an
error could lie.
To reproduce the problem:
- It's running in a virtual machine with XP SP2 and the latest
patches
- IIS has several websites already installed (both applications
and virtual directories)
- Running the MSI to install the website works fine
- Running the MSI to uninstall the website removes everything
in IIS
I'm using version 3.0.3617 released today from
http://wix.sourceforge.net/releases/ (but the bug is reproducible with
3.0.3530.0).
Help !
JC
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users