My web applications that I create don't delete the virtual dirs/apps
from the Default Web Site section in IIS. The folders created are gone
but you can see the app in the IIS. Has anyone been able to uninstall a
web application?

 

                    <Component Id='WebAppVirtualDirComponent'
Guid='a00d460e-6304-410E-A808-E3585379EADB'>

                        <CreateFolder />

                        <WebSite Id='DefaultWebSiteApp'
Directory="WebAppDir" Description='Default Web Site' 

                            AutoStart="yes" ConfigureIfExists="yes"
StartOnInstall="yes" Sequence="-2" >

                            <WebAddress Id='AllUnassignedPorts'
Port='80' />

                            <WebVirtualDir Id='WebAppVirtualDir'
DirProperties="WebDirProp" Directory='WebRootDir' Alias='MyApp'>

                                <WebApplication Id="WebAppebApplication"
ParentPaths="default" Name="MyApp" />

                            </WebVirtualDir>

                        </WebSite>

                    </Component>

 

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to