How can my WiX uninstall restore a registry value change?

Posted by Thomas on Stack Overflow See other posts from Stack Overflow or by Thomas
Published on 2010-03-25T18:25:26Z Indexed on 2010/04/07 2:13 UTC
Read the original article Hit count: 338

Filed under:
|

The installer I'm writing using WiX 3.0 uses a RegistryValue element to modify an existing registry value (originally written by our main product). I'm trying to figure out a way to restore the registry value when the user uninstalls my utility. I'd like to avoid using a custom action, but that might be the only recourse? TIA.

© Stack Overflow or respective owner

Related posts about wix

Related posts about wix3