Ahh, I expect you are not remembering the Properties there so on uninstall the WEBSITEPORT and others are not defined so uninstall is not finding the WebSite to uninstall. Search the archives of wix-users. This has been discussed several times before.
sunil bisoyi wrote: > i am puting the website defn inside component and it is installed > properly , but during uninstalling it working fine and remove all the > registry entries and directories only problem is it does not able to > remove the website name on iis. > > <Component Id="NewWebsiteConfigASP" > Guid="E6605AB2-CA03-4A78-AE66-D7B9BEF4502A"> > <iis:WebSite Id="IISWebsite" > Description="[WEBSITEDESCRIPTION]" > Directory="TARGETDIR" AutoStart="yes" ConfigureIfExists="yes" > StartOnInstall="yes"> > <iis:WebAddress Id="IISWebAddress" > Port="[WEBSITEPORT]" > IP="[WEBSITEIP]" Header="[WEBSITEHOSTHEADER]" /> > <iis:WebDirProperties > Id="IISWebDirProperties" Execute="yes" > Read="yes" DefaultDocuments="default.aspx,index.aspx,index.htm,index.html" > AnonymousAccess="yes" WindowsAuthentication="yes" /> > <iis:WebDir Id="IISAppDataWebDir" > Path="App_Data"> > <iis:WebDirProperties > Id="IISAppDataWebDirProperties" Write="yes" > Read="yes" DefaultDocuments="default.aspx,index.aspx,index.htm,index.html" > /> > </iis:WebDir> > > On Mon, Jun 8, 2009 at 11:07 PM, Rob Mensching<r...@wixtoolset.org> wrote: > >> Did you put the WebSite definition inside a Component and is the >> Component getting installed? A verbose log file will tell you much. >> >> sunil bisoyi wrote: >> >>> Hi Team, >>> >>> Web application installer uninstall functionality working fine, but it >>> won't remove the website name on IIS. >>> >>> if any one resolve this issue please suggest me. >>> -- >>> Regards, >>> >>> Sunil Bisoyi >>> >>> ------------------------------------------------------------------------------ >>> Crystal Reports - New Free Runtime and 30 Day Trial >>> Check out the new simplified licensing option that enables unlimited >>> royalty-free distribution of the report engine for externally facing >>> server and web deployment. >>> http://p.sf.net/sfu/businessobjects >>> _______________________________________________ >>> WiX-users mailing list >>> WiX-users@lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/wix-users >>> >>> >> ------------------------------------------------------------------------------ >> Crystal Reports - New Free Runtime and 30 Day Trial >> Check out the new simplified licensing option that enables unlimited >> royalty-free distribution of the report engine for externally facing >> server and web deployment. >> http://p.sf.net/sfu/businessobjects >> _______________________________________________ >> WiX-users mailing list >> WiX-users@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/wix-users >> >> > > > > -- > Regards, > > Sunil Bisoyi > Ignify,Inc. > "Excellence in Technology" > Tel: +91(20)66218120 > Fax: +91(20)66218199 > Mob-+91-9373138655 > Email:sunil.bis...@ignify.com > sunilbis...@gmail.com > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables unlimited > royalty-free distribution of the report engine for externally facing > server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users