I have had problems where I used a property to specify the web address and because the property was not set at uninstall time, the uninstall failed.
 
The trailing // in the key makes me suspect that you may have created a virtual directory whoose name came from a property. At uninstall time, the property has not been set and is substituted as a empty string.
 
I wound up storing the web site property values in the registry so that an uninstall could properly initialize the properties uing a <RegistrySarch>.


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Don Tasanasanta
Sent: Tuesday, July 18, 2006 5:16 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] error uninstalling website

I’ve gotten my website to install and now I’m getting an error trying to uninstall the website.

 

“Failed to delete metabase key: /W3SVC/1/Root//”

 

Has anyone experienced this before?

 

______________________

 

Don Tasanasanta

VIACK Corporation

425-605-7423

 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to