We use wix v2 to create an msi that constructs an iis web app pool and site;
however, uninstalling the msi never removes the site. All the files go away,
but the iis app pool and web site never get deleted. Are there known issues IRT
uninstalling, or tricks that we need to do to make sure the site uninstalls and
gets removed from iis properly?
We have an app pool defined as such:
<Component Id="AppPoolComponent"
Guid="DD60252D-3066-43CF-936A-9E0EEB18D65C" Permanent="yes">
<WebAppPool Id="WebSiteAppPool" Name="Our Web
Site" Identity="networkService" />
</Component>
... and the web site defined as such:
<Component Id="WebSiteComponent"
Guid="57121CA2-F87A-42B0-81C5-10FFBBE68EE8" Permanent="yes">
<ServiceControl Id="DefaultWebServiceControl"
Name="W3SVC" Start="both" Stop="both" Wait="yes" />
<ServiceControl
Id="DefaultIISAdminServiceControl" Name="IISADMIN" Start="both" Stop="both"
Wait="yes" />
<WebSite Id="OurWebSite" Description="Our Web
Site" Directory="WebFolder" AutoStart="yes" DirProperties="ReadAndExecute"
ConfigureIfExists="yes">
<WebAddress Id="WebSiteAddress" Port="80"
Secure="no"/>
<WebAddress Id="SslWebSiteAddress"
Port="443" Secure="yes"/>
<WebApplication Id="DefaultWebSiteWebApp"
Name="OurWebSite Web App" Isolation="medium" WebAppPool="WebSiteAppPool">
...
</WebApplication>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users