jdrake wrote:
> So I try it myself and just when I think it all works I discover that:
> <Registry Id="REM_Interface" Root="HKCR"
> Key="Interface\{3311A504-2A50-42D8-8E06-A2F6B9D0B614}"
> Action="removeKeyOnUninstall" />
>
> does NOT remove the key on uninstall, so I have to say HUH?  Am I just too
> stupid to understand the wonder of WiX?
>   
MSI automatically removes a key when it removes the last value under 
that key. So you don't need a special action; just omit it. If you still 
have issues, take a look at a verbose log; usually, MSI logs when it 
does (or doesn't do) something because of a pre-existing reason.

-- 
sig://boB
http://bobs.org


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to